<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*==========================================================
						複数ページ共通
==========================================================*/
/* 使用フォント
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
	/*-----ページ見出し-----*/
	.mainbox h1 {
		position: relative;
		background: #b1dceb;
		margin:0;
		padding: 1rem 0;
		color:dimgray;
		text-align: center;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.2rem;
	}
	/*-----ページ見出しend-----*/
	/*-----エラー表示-----*/
	.warning_error{
		background: #ff0573;
		margin: 5% auto;
		padding: 4%;
		line-height: 30px;
		color: #fff;
		max-width: 800px;
	}

		.warning_error a{
			color: #fff;
		}

		.warning_error .warning_text2{
			font-size: 16px;
			line-height: 30px;
			color: #fff;
		}

		.warning_error_list{
			margin: 2%;
			padding: 2%;
			line-height: 30px;
			color: #ff0573;
		}

			.warning_error_list .warning_text2{
				font-size: 16px;
				line-height: 30px;
				color: #ff0573;
			}
	/*-----エラー表示end-----*/
/*==========================================================
						yoyakulogin.php
==========================================================*/
	/*-----お知らせ部分-----*/
	.oshirase_flex{
		max-width:870px;
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		margin:0 auto;
	}
	.oshirase_area{
		width:100%;
		margin: 0 auto;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #ddd;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	@media print, screen and (max-width:800px) {
		
		.oshirase_area{	
				width:90%;
		}
	}

	.oshirase_area_split{
		max-width: 430px;
		margin: 0 auto;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #ddd;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.oshirase_flex h4{
		color: #52b1d1;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ddd;
	}

	.oshirase_flex p{
		font-size: 14px;
	}

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

	.oshirase_flex .image img{
		max-width: 780px;
		width: 100%;
	}

	.oritatami_contents{
		width:100%;
		margin: 0 auto;
		padding: 16px;
	}
		.oritatami_contents h4{
			color: #52b1d1;
			margin-bottom: 10px;
			padding-bottom: 10px;
			border: 1px 0 dotted #ddd;
		}

	/* PC、スマホでのログイン注意の表示切替*/
	.oritatamifield {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		margin:0 auto;
	} 
	.expantionfield {
		display:none
	}
	@media print, screen and (max-width:800px) {
		
		.oritatamifield {
			display: none;
			visibility: hidden;
		} 
		.expantionfield {
			display: block;
		}
	}
		/* .expantionfield
		-----------------------------------------*/
		.expantionfield {
			z-index: 1000;
			margin: 0 auto;
			padding: 12px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
			border: 1px solid #ddd;
			border-radius: 10px;
			margin-bottom: 20px;
		}
		
		@media screen and (max-width:800px) {
			.expantionfield {
				height: auto;
				width:90%;
			}
		}
		
		.expantionfield h4.t_icon {
		display: none;
		}

		@media screen and (max-width:800px) {
			.expantionfield h4.t_icon {
				cursor: pointer;
				display: block;
				line-height: 45px;
				color: #52b1d1;
				padding: 0 0 0 0px;
				font-weight: bold;
			}
		}
		
		.expantionfield ul {
			margin: 0 auto;
			width: 960px;
		}
		
		@media screen and (max-width:800px) {
			.expantionfield ul {
				width: 100%;
				display: none;
			}
		}
		
		.expantionfield ul li {
			float: left;
			width: 100px;
			line-height: 45px;
			text-align: center;
		}
		
		@media screen and (max-width:800px) {
			.expantionfield ul li {
				float: none;
				width: 98%;
				padding: 0 1% 0 1%;
				text-align: left;
			}
		}
		
		.expantionfield ul li a {
			display: block;
			color: #FFF;
		}
	/*-----お知らせ部分end-----*/

	.gra_member{
		border-radius:4px;
		background-color:white;
		color:dimgray;
		margin:2rem auto 0;
		padding:1rem;
	}
	.gra_member a{
		color:#f88ba5;
		text-decoration: underline;
	}
	
/*==========================================================
						yoyaku.php
==========================================================*/
	.loginbutton{
		width:100%;text-align: center;
	}

	.login_comment{
		margin-bottom: 2em;
		text-align: center;
	}

		.login_comment span{
			background: linear-gradient(transparent 60%, paleturquoise 60%);
			font-weight: bold;
		}

	.login_message_box {
		max-width:576px;
		margin:2rem auto 0.4rem;
		text-align: center;
		border-bottom: solid #52b1d1 1px;
	}
	.login_message {
		text-align: center;
		font-size: 1.4em;
	}
	@media screen and (max-width:640px){
		.login_message_box {
			max-width:576px;
			margin:2rem 1.5rem 0.4rem;
			text-align: center;
			border-bottom: solid #52b1d1 1px;
		}
	}
	.login_list{
		width: 60%;
		margin: auto;
		background: #f5f5f5;
		margin: 20px auto 40px;
		padding: 20px;
		border-radius: 15px;
	}

		.login_list li{
			border-bottom: 1px dotted #ccc;
			display: table;
			padding: 20px;
			margin: 0 auto;
			/*border-radius: 10px;*/
		}

			.login_list li:last-child{
				border-bottom: none;
			}

			.login_list li div{
				display: table-cell;
				padding: 0 15px;
			}

	.login_rule{
		text-align: center;
		margin-bottom: 20px;
		font-size: 14px;
		color: #939393;
	}
	/* スマホ用 */
	@media print, screen and (max-width:750px) {
		.login_list {
			width: 90%;
			margin: 0 auto 40px;
			padding: 0;
		}

		.login_list li {
			padding: 20px 0;
		}

		.login_list li div {
			display: table-header-group;
		}

		.login_list input[type="text"], .login_list input[type="password"] {
			margin: 5px 0;
		}

		.oshirase_area{
			width: 90%;
			margin: 0 auto 20px;
			padding: 20px;
		}
	}

	/*-----チャット風ID表示------*/
	#login_chat_like {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		margin: -1em 1em 1.5em;
		overflow: hidden;
		z-index:100;
	}
	#login_chat_like.fixed {
		position: fixed;
		left: 0;
		right: 0;
	}
	
	#login_chat_like .faceicon {
		float: left;
		margin-right: -90px;
		width: 80px;
	}
	
	#login_chat_like .faceicon img{
		width: 100%;
		height: auto;
		border: solid 3px #52b1d1;
		background-color: whitesmoke;
		border-radius: 50%;
	}
	
	#login_chat_like .chatting {
		width: 100%;
	}
  
  .login_name {
		display: inline-block;
		position: relative; 
		margin: 5px 0 0 105px;
		padding: 16px 24px;
		border-radius: 12px;
		background: #93cde0;
		border: solid 2px whitesmoke;
  }
  
  	.login_name::after {
		content: "";
		position: absolute;
		top: 50%;
		left: -28px;
		margin-top: -14px;
		border: 14px solid transparent;
		border-right: 14px solid whitesmoke;
		z-index: 1;
  	}

  	.login_name:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -24px;
		margin-top: -12px;
		border: 12px solid transparent;
		border-right: 12px solid #93cde0;
		z-index: 2;
  	}
  
  .login_name p {
		padding:0;
		margin:0;
		text-align: center;
		color:dimgray;
		font-weight:bold;
  }
	@media print, screen and (max-width:360px) {
		.login_name p {
			font-size:0.8em
		}
  }
	/*-----チャット風ID表示end------*/

	/*-----店舗別お知らせ------*/
	@media print, screen and (min-width:751px) {
		.t_title_msg{
			display: block;
			position: relative;
			border:solid 1px #52b1d1;
			background-color: white;
			max-width:860px;
			padding:24px;
			margin:18px auto;
			border-radius: 12px;
		}
	}
	@media print, screen and (max-width:750px) {
		.t_title_msg{
			display: block;
			position: relative;
			border:solid 1px #52b1d1;
			background-color: white;
			width:100%;
			padding:1rem;
			margin:0;
			border-radius: 12px;
		}
	}

	/*-----店舗別お知らせend------*/
	.yoyaku_date_title{
		color: dimgray;
		padding:0.5rem 0;
		border-bottom: 1px solid #51bbde;
		margin-bottom: 2rem;
	}
	@media screen and (min-width:480px){
		.yoyaku_date_title{
			font-size: 1.8rem;
		}
	}
	@media screen and (max-width:480px){
		.yoyaku_date_title{
			font-size: 1rem;
			font-weight: bold;
		}
	}

	/*-----予約カレンダー店舗名表示部分------*/

.yoyaku_cal_box h3 {
	background: #52b1d1;
	color: #fff;
	/*20201107 Add*/
	max-width:960px;
	width:100%;
	/*20201107*/
	/*padding-top: 1rem;*/
	/*20201107 Edit*/
	margin:0.8em auto;
	/*20201107*/	
	padding :1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width:480px){
	.yoyaku_cal_box h3  {
		font-size:1.6rem;
	}
}
	.yoyaku_cal_box h3::after {
		content: "";
		display: block;
		height: 1px;
		border : dashed 1px white;
	}

#yoyaku_info th{
	background: #e5e5e5;
	text-align: center;
	width: 20%;
	padding: 10px 0;
}

#yoyaku_info td{
	background: #f3f3f3;
	text-align: center;
	padding: 30px 0;
}
/*20201107 Add*/
.tenpomei_member{
	background: #52b1d1;
	width:100%;
	/*padding-top: 1rem;*/
	}
/*20201107*/

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

.yoyaku_info_box1{
	position: relative;
	max-width: 900px;
	margin: 0 auto 2rem;
}
@media screen and (max-width:480px){
	#yoyaku_info_box1 {
		box-sizing: border-box;
		/*20201105*/
		width:100%;
		margin:0;
		padding:0;
	}
}
/*2022.05.03add*/
@media screen and (min-width:480px){
	#yoyaku_info_box2 {
		margin-top: 5rem;
	}
}
/*2022.05.03add*/

.yoyaku_info_box1 h3{
	text-align: center;
}

.yoyaku_info_box1 .rule_box{
	max-width: 90%;
	margin: 10px auto 30px;
}

.yoyaku_info {
	max-width: 870px;
	width: 100%;
	margin: 50px auto 20px;
	display: table;
}

.yoyaku_info caption{
	background: #ffebf6;
	padding: 30px 0;
}

.yoyaku_info_rule{
	max-width: 42%;
	margin: 0 auto 10px;
}

.yoyaku_info tr:nth-child(odd){
	background: #fff7fb;
}

.yoyaku_info tr:nth-child(even){
	background: #ffebf6;
}

.yoyaku_info th{
	text-align: center;
	width: 20%;
	padding: 10px 0;
}

.yoyaku_info td{
	text-align: center;
	padding: 30px 0;
	border: 2px solid white;
}

.syoukanituite{
	color: #52b1d1;
}

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

.yoyaku_info_row {
	max-width: 870px;
	width: 100%;
	margin: 50px auto 50px;
	width: 100%;
	display: table;
}

.yoyaku_info_row caption{
	background: #ddd;
	padding: 30px 0;
}

.yoyaku_info_row tr:nth-child(odd){
	background: #eee;
}

.yoyaku_info_row tr:nth-child(even){
	background: #ddd;
}

.yoyaku_info_row th{
	text-align: center;
	width: 20%;
	padding: 10px 0;
}

.yoyaku_info_row td{
	text-align: center;
	padding: 30px 0;
	border: 2px solid white;
}

/*==========================================================
						yoyaku.php
==========================================================*/

.keiyaku_data{
	margin-bottom: 100px;
	display: table;
	width: 100%;
	margin: 0 auto 50px;
	/*20201107 Edit*/
	max-width: 870px;
}
.keiyaku_data .kigen{
	width: 50%;
	display: table-cell;
	background: #e43a6e;
}

.keiyaku_data .kigen p{
	color: #fff;
	text-align: center;
	line-height: 31px;
}

.keiyaku_data .kigen p strong{
	font-size: 25px;
}

.keiyaku_data .tyuui{
	width: 50%;
	display: table-cell;
	background: #f3f3f3;
}

.keiyaku_data .tyuui p{
	text-align: center;
	line-height: 31px;
}


.hiduke_bt p {
	color: #e43a6e;
}

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

.hiduke_bt input[type="button"], .hiduke_bt input[type="submit"] {
	background: #32ceb6;
}

.logout_bt{
	text-align: center;
}

.logout_bt a{
	background: #d3d3d3;
	border-radius: 5px;
	color: #292929;
	padding: 15px 0;
	display: block;
	/*20201105Edit*/
	width: 50%;
	/*20201105*/
	margin: 0 auto 20px;
}
/*20201109Edit*/
@media screen and (max-width:750px){
	.logout_bt a {
		width:calc(100% - 2rem);
		/*20201108edit*/
		margin:1rem auto;
	}
}

.logout_bt a span{
	font-size: 11px;
}

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

.syoukanituite{
	text-align: center;
	margin-bottom: 20px;
}

.syouka2{
	text-align: center;
	margin-bottom: 50px;
}


/*------------------------------------------*/
/*---20200707del---
.footer {
	background: #f481bf;
}
---20200707del---*/
/*------------------------------------------*/

.login_list .tyuui{
	font-size: 12px;
	margin-top: 5px;
}

.login_list input[type="text"], .login_list input[type="password"] {
	font-size: 25px;
	border-radius: 5px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	margin-right: 5px;
}
@media print, screen and (max-width:650px) {
     
	.login_list input[type="text"], .login_list input[type="password"] {
		font-size: 18px;
		border-radius: 5px;
		padding: 8px 4px;
	}
}

.yoyaku_bt_kaku input[type="submit"]{
	background: #32ceb6;
	border-radius: 5px;
	color: #fff;
	padding: 25px 0;
	display: block;
	width: 60%;
	margin: 0 auto 30px;
	border: none;
	color: #fff;
	max-width: 500px;
}

.yoyaku_bt input[type="submit"]{
	background: #d3d3d3;
	border-radius: 5px;
	color: #fff;
	padding: 25px 0;
	display: block;
	width: 60%;
	margin: 0 auto 20px;
	border: none;
	max-width: 500px;
}

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

.cancelkakunin_text{
	text-align: center;
	margin-bottom: 20px;
}
.cancel_wrapper{
	width:100%;
	margin:0 auto;
}

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

.kakunin_bt input[type="submit"] {
	background: #ea64ae;
	text-align: center;
	width:240px;
	margin:0.5em auto 2em;
	border-bottom: solid 4px #912c63;
}
@media screen and ( max-width:480px) {
	.kakunin_bt input[type="submit"] {
		height:80px
	}
	.kakunin_bt:active {
		/*ボタンを押したとき*/
		-webkit-transform: translateY(4px);
		transform: translateY(4px);/*下に動く*/
		border-bottom: none;/*線を消す*/
  	}
}
/*------------------------------------------*/


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

	/*-----折りたたみメニュー-----*/
  /*ボックス全体*/
  .calcom_oritatami_box {
    margin: 2em 0;
    padding: 0; /*上右下左
    max-width: 100%;/*最大幅*/
  }

    /*ラベル*/
	.calcom_oritatami_box label {
		position: relative;
		display: block;
		max-width:860px;
		margin: 0 auto;
		padding : 1rem;
		color :#52b1d1;
		font-weight: bold;
		border:solid 1px;
		border-color:#52b1d1;
		cursor :pointer;
		transition: all 0.5s;
		border-radius: 15px;
	}
	/*20201109Edit*/
	@media screen and (max-width:750px){
		.calcom_oritatami_box label {
			width:calc(100% - 2rem);
			margin:0 1rem;
		}
	}
      /*.calcom_oritatami_box label:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 30px;
        border: 15px solid transparent;
        border-top: 15px solid #f88ba5;
        width: 0;
        height: 0;
      }*/

      /*ラベルホバー時*/
	  /*
	  .calcom_oritatami_box label:hover {
        background : #f88ba5;
        color: white;
	  }
	  */

    /*チェックは隠す*/
    .calcom_oritatami_box input {
      display: none;
    }

    /*中身を非表示にしておく*/
    .calcom_oritatami_box .cceshow {
      height: 0;
      padding: 0;
      overflow: hidden;
      opacity: 0;
      transition: 0.8s;
    }
	/*クリックで中身表示*/
	.ccextension:checked + .cceshow {
		box-sizing: border-box;
		height: auto;
		width:100%;
		opacity: 1;
	}

/*-----折りたたみメニューend-----*/

/*希望日時を選択*/

/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
    text-align: center;
}

/*ボタン装飾*/
	.hidden_box .tenpo_bt {
		display: inline-block;
		position: relative;
		text-decoration: none;
		color: dimgray;
		width: 240px;
		height: 50px;
		line-height: 50px;
		border-radius: 5px;
		text-align: center;
		overflow: hidden;
		font-weight: bold;
		cursor: pointer;
		background: linear-gradient(#93cde0 0%, #52b1d1 100%);
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	}

		.hidden_box .tenpo_bt:active {
			/*押したとき*/
			-webkit-transform: translateY(2px);
			transform: translateY(2px);/*沈むように*/
			box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
			background-image: linear-gradient(#93cde0 0%, #52b1d1 100%);/*グラデーションを明るく*/
		}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*店舗情報*/
.tenpo_box{
	max-width: 860px;
	margin: 0 auto;
	
	margin-top: 30px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 20px;
	
	position: relative;
	overflow: hidden;
	padding: 1rem 1.2rem;
}

.tenpo_box .shop_data_text{
	box-sizing: border-box;
	float: left;
}

.tenpo_box .shop_data_text h4{
	color: #eb63af;
	font-size:1.8rem;
	margin-top: 0.6rem;
}
.tenpo_box .shop_data_text {
	font-size:0.8rem;
}

.tenpo_box .shop_data_bt{
	float: right;
	display:flex;
}

.tenpo_box .shop_data_bt .data_bt{
	display: block;
	cursor :pointer;
	background: #fff;
	color: #eb63af;
	box-sizing: border-box;
	width: 180px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eb63af;
	
	/*position: absolute;*/
	bottom: 0;
	right: 0;
	text-align: center;
	margin-right:1rem;
	padding: 0 1rem;
}

.tenpo_box .shop_data_bt .near_bt{
	display: block;
	cursor :pointer;
	background: #eb63af;
	color: #fff;
	box-sizing: border-box;
	width: 180px;
	height: 50px;
	line-height: 50px;
	
	/*position: absolute;*/
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 0 1rem;
}

.tenpo_box .clinic_data_text{
	box-sizing: border-box;
	float: left;
}

.tenpo_box .clinic_data_text h4{
	color: #6393eb;
	font-size:1.8rem;
	margin-top: 0.6rem;
}
.tenpo_box .shop_data_bt .clinic_data_bt{
	display: block;
	cursor :pointer;
	background: #fff;
	color: #6393eb;
	box-sizing: border-box;
	width: 180px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #6393eb;
	
	/*position: absolute;*/
	bottom: 0;
	right: 0;
	text-align: center;
	margin-right:1rem;
	padding: 0 1rem;
}

.tenpo_box .shop_data_bt .clinic_near_bt{
	display: block;
	cursor :pointer;
	background: #6393eb;
	color: #fff;
	box-sizing: border-box;
	width: 180px;
	height: 50px;
	line-height: 50px;
	
	/*position: absolute;*/
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 0 1rem;
}
@media screen and (max-width:570px){
	.tenpo_box {
		margin: 30px 5% 0;
	}

	.tenpo_box .shop_data_bt {
		width: 100%;
		font-size:0.8rem;
	}

	.tenpo_box .shop_data_text {
		float: left;
		width: 100%;
		font-size: 12px;
	}

	.tenpo_box .shop_data_text h4{
		font-size: 1.4rem; 
		margin-bottom: 1rem;
	}

	.tenpo_box .shop_data_bt a {
		display: block;
		width: 100%;
		height: 60px;
		position: initial;
		bottom: 0;
		text-align: center;
		padding: 18px;
		border-radius: 5px;
		margin-top: 10px;
	}
	.tenpo_box .clinic_data_text {
		float: left;
		width: 100%;
		font-size: 12px;
	}

	.tenpo_box .clinic_data_text h4{
		font-size: 1.4rem; 
		margin-bottom: 1rem;
	}

	.tenpo_box .clinic_data_bt a {
		display: block;
		width: 100%;
		height: 60px;
		position: initial;
		bottom: 0;
		text-align: center;
		padding: 18px;
		border-radius: 5px;
		margin-top: 10px;
	}
}
#tel_new {
	display: none;
}


/*店舗情報*/
/*20210808
.tenpo_box{
	max-width: 700px;
	margin: 0 auto;
	
	margin-top: 30px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 20px;
	
	position: relative;
	overflow: hidden;
	padding: 15px;
}

.tenpo_box .shop_data_text{
	float: left;
	width: 67%;
}

.tenpo_box .shop_data_text h4{
	color: #eb63af;
}

.tenpo_box .shop_data_bt{
	float: right;
}

.tenpo_box .shop_data_bt .data_bt{
	display: block;
	cursor :pointer;
	background: #fff;
	color: #eb63af;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 2px solid #eb63af;
	
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 5px;
}

.tenpo_box .shop_data_bt .near_bt{
	display: block;
	cursor :pointer;
	background: #eb63af;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	border-radius: 5px;
}

.tenpo_box .clinic_data_text{
	float: left;
	width: 67%;
}

.tenpo_box .clinic_data_text h4{
	color: #6393eb;
}
.tenpo_box .shop_data_bt .clinic_data_bt{
	display: block;
	cursor :pointer;
	background: #fff;
	color: #6393eb;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 2px solid #6393eb;
	
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 5px;
}

.tenpo_box .shop_data_bt .clinic_near_bt{
	display: block;
	cursor :pointer;
	background: #6393eb;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	border-radius: 5px;
}
*/
/*-------------*/

.data_area{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	float: left;
	width: 100%;
}

.dlist{
	float: left;
	width: 50%;
}

.dlist dl{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.dlist dt{
	display: block;
}

.dlist dd{
	font-size: 13px;
}

.data_area .image_area{
	float: right;
	/*width: 50%;*/
	text-align: center;
}

.data_area .image{
	margin-bottom: 25px;
}
@media screen and (min-width:571px){
	.data_area .image img{
		max-width:192px;
	}
}


.data_area .bt{
	margin-bottom: 15px;
}

.data_area .bt a{
	display: block;
	background: #347ee9;
	width: 100%;
	border-radius: 60px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

.data_area .bt.tenpo a{
	background: #52b1d1;
}

.shop_name{
	text-align: center;
	margin-bottom: 10px;
	/*20201107 Edit*/
	margin: 2rem auto;
	/*20201107*/
	font-size: 15px;
	position: relative;
	border: 1px solid #52b1d1; /*左枠線*/
	width: 90%;
	/*20201107 Add*/
	max-width: 870px;
	/*20201107*/
	padding: 30px;
	z-index: 0;
}

	.shop_name::before,
	.shop_name::after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
	}
	.shop_name::before {
		border: 1px solid #52b1d1; /*中枠線*/
		bottom: -4px;
		right: -4px;
		z-index: 1;
		}
	.shop_name::after {
		border: 1px solid #52b1d1; /*右枠線*/
		bottom: -7px;
		right: -7px;
		z-index: 2;
	}


.hiduke_bt div{
	/*20201107 Edit*/
	text-align: center;
	margin-bottom: 50px;
}

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


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

.syouka_box{
	text-align: center;
	margin: 25px auto;
	border: 1px solid #ff0573;
	background-color: #ff0573;
	display: table;
	padding: 20px 30px;
	color: #ffffff;
	font-size: 20px;
	width: 500px;
	font-weight: bold;
}	

.syouka_box .syoukanituite2{
	font-size: 1rem;
	color: #ffffff;
	margin-top: 1.5rem;
}

.syouka_box_text{
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.8em;
}
.syouka_box_text span{
	border-bottom: #ff0573 double 3px;
	font-weight: bold;
}


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

.back_bt{
	background: #d3d3d3;
	padding: 15px 18px;
	font-size: 1.2em;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	width: 50%;
	border: none;
	height:80px;
	margin-top :25px;
	border-radius: 4px;
}
/*20201109 Edit*/
@media screen and (max-width:750px){
	.back_bt{
		width:calc(100% - 2rem);
		margin:1rem;
	}
}

.back_bt:hover{
	opacity: 0.6;
}

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

.table_pc{ display: table; }
.table_smp{ display: none; }

/* スマホ用 START */
@media only screen and (max-width: 670px){

.table_pc{ display: none; }
.table_smp{ display: table; }

#yoyaku_info th {
	width: 40%;
	padding: 10px 20px;
}

#yoyaku_info td {
	padding: 30px 20px;
}

.yoyaku_info_rule {
	font-size: 12px;
	max-width: 88%;
}


.yoyaku_bt_kaku input[type="submit"]{
	width: 90%;
	font-size: 15px;
}

.yoyaku_bt input[type="submit"]{
	width: 90%;
	font-size: 15px;
}

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


.tenpo_box {
	margin: 30px 5% 0;
}

.tenpo_box .shop_data_bt {
	width: 100%;
}

.tenpo_box .shop_data_text {
	float: left;
	width: 100%;
	font-size: 12px;
}

.tenpo_box .shop_data_text h4{
	font-size: 16px;
}

.tenpo_box .shop_data_bt a {
	display: block;
	width: 100%;
	height: 60px;
	position: initial;
	bottom: 0;
	text-align: center;
	padding: 18px;
	border-radius: 5px;
	margin-top: 10px;
}


.tenpo_box .clinic_data_text {
	float: left;
	width: 100%;
	font-size: 12px;
}

.tenpo_box .clinic_data_text h4{
	font-size: 16px;
}

.tenpo_box .clinic_data_bt a {
	display: block;
	width: 100%;
	height: 60px;
	position: initial;
	bottom: 0;
	text-align: center;
	padding: 18px;
	border-radius: 5px;
	margin-top: 10px;
}
/*--------*/

.syoukanituite {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 15px;
}

.syouka_box {
	width: 90%;
}


}/* スマホ用 START */

/*//

/* 追加修正分　20191220 

.yoyaku_bt input[type="button"]{
	background: #d3d3d3;
	border-radius: 5px;
	color: #fff;
	padding: 25px 0;
	display: block;
	width: 60%;
	margin: 0 auto 20px;
	border: none;
	max-width: 500px;
}*/

.syoukanituite2{
	text-align: center;
	margin-bottom: 0;
}

/* ウィンドウ幅が0～479pxの場合に適用するCSS */
@media screen and ( max-width:670px ){

.yoyaku_bt input[type="button"]{
	width: 90%;
	font-size: 15px;
}

}/* ウィンドウ幅が0～479pxの場合に適用するCSS */

/* スマホ用 START */
@media only screen and (max-width: 768px){

	.head{
		width: 100% !important;
	}

	.flow_list img{
		width: 80%;
	}
}
/* スマホ用 END */

/* スマホ用 START */
@media only screen and (max-width: 750px){

.pc{ display: none !important;}
.smp{ display: inherit !important; }


.head{
	width: 100%;
	text-align: center;
	height: 70px;
}

.head img{
	width: 40%;
}

h1 {
	padding: 10px 0 0;
}

h2 {
	width: 100%;
	font-size: 22px;
}

h2 p {
	font-size: 10px;
}

.flow_list {
	padding-top: 25px;
	margin-bottom: 25px;
}

.top_news {
	padding: 20px 25px;
	width: 87%;
}

.top_news p {
	line-height: 30px;
}

.form_list {
	width: 100%;
}

.form_list .th {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.form_list .td {
	width: 100%;
}

.form_list .label {
	margin: 1.5%;
	height: auto;
	line-height: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form_list .label_area {
	width: 47%;
	font-size: 14px;
}

.form_list select{
	width: 90%;
	margin: 0 5%;
	font-size: 15px;
}

.form_list .select-wrap:before {
	width: 11%;
}

.form_list h3 {
	text-align: center;
}

.guide_box{
	width: 90%;
	margin: 5%;
	border: 2px solid #ffafdd;
	padding: 15px;
}

/*------------------------------------------------*/
/*STEP02*/

/*20201109Edit*/
.yoyaku_cal_box .cal_comment{
	max-width:860px;
	background-size: contain, cover;
	padding: 1.5rem 0;
	font-size: 15px;
}
/*20201109Edit*/
@media screen and (max-width:750px){
	.yoyaku_cal_box .cal_comment{
		width:calc(100% - 2rem);
		padding: 1rem 0 0;
	}
}

.yoyaku_cal_box h3 p {
	width: 100%;
}

#yoyaku_cal {
	width: 90%;
	margin: 15px auto 30px;
}

#yoyaku_cal th{
	font-size: 14px;
}

#yoyaku_cal font{
	font-size: 14px;
}

.yoyaku_cal_box .text {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.calendar_pager {
	max-width: 90%;
}

/**/


.soudan_area p {
	width: 80%;
}

/**/

.kakunin_bt input[type="submit"] {
	padding: 5vw 10vw;
}

/*------------------------------------------------*/
/*STEP03*/

#yoyaku_one {
	max-width: 85%;
	margin: 10px auto 50px;
}

#yoyaku_one li {
	font-size: 17px;
}

#yoyaku_one li div {
	margin-right: 2%;
}

#yoyaku_info {
	max-width: 870px;
	width: 100%;
	margin: 50px auto 50px;
	font-size: 15px;
}

.kakunin_bt input[type="submit"] {
	font-size: 1em;
	width: 94%;
}

.return_bt input[type="submit"] {
	font-size: 1em;
	width: 94%;
}

/*------------------------------------------------*/
/*会員予約ログイン*/



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



.dlist {
	width: 100%;
	margin-bottom: 20px;
}

.data_area .image_area {
	float: none;
	width: 100%;
	text-align: center;
}

.data_area .image_area div{
	text-align: center;
}

/*------------------------------------------------*/
/*20201109Edit*/
.hiduke_bt input[type="button"], .hiduke_bt input[type="submit"] {
	padding: 7px 0;
	width: 50% !important;
	font-size: 1.1em;
	height: 85px;
}
/*20201109Edit*/
@media screen and (max-width:750px){
	.hiduke_bt input[type="button"], .hiduke_bt input[type="submit"] {
		width:calc(100% - 2rem) !important;
	}
}


#thanks_title h3{
	font-size: 16px;
}



}/* スマホ用 END */

/* スマホ用 START */
@media only screen and (max-width: 480px){

.head img{
	width: 80%;
}

.flow_list img{
	width: 100%;
}

}/* スマホ用 END */
/* 複数契約対応 START*/
.keiyaku_select_bt{
	text-align: center;
}

.keiyaku_select_bt input[type="button"],.keiyaku_select_bt input[type="submit"] {
	background: #dd6d00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #fff;
	padding: 8.5px 18px;
	font-size: 1.2em;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	height: 50px;
	border: none;
	background: #32ceb6;
	margin:1.5rem auto 1rem;
}
@media screen and (max-width:480px){
	.keiyaku_select_bt input[type="button"],.keiyaku_select_bt input[type="submit"] {
		width:100%;
	}
}

.keiyaku_select_bt input[type="button"].hifu,.keiyaku_select_bt input[type="submit"].hifu {
	background: #51bbde;
}
.keiyaku_select_bt input[type="button"].hifu,.keiyaku_select_bt input[type="submit"].aga {
	background: dimgray;
}
.keiyaku_info {
	width: 100%;
	margin: 0 auto 1.5rem;
	font-size: 15px;
}

.keiyaku_info td {
	background: #f3f3f3;
	text-align: center;
	padding: 30px 0;
	padding: 2vw;
	font-size: 1rem;
	border-collapse: collapse;
	border:1px solid #333;
	padding: 1rem 0.5rem
}

.keiyaku_info th{
	background: #e5e5e5;
	text-align: center;
	border-collapse: collapse;
	border:1px solid #333;
	padding: 10px 0;
	white-space: nowrap;

}
/* 複数契約対応 END*/

/*2023.07.12↓*/
.sebox {
	position: relative;
	width: 100%;
	display: flex;
	margin: 0 0 2rem;
	justify-content: center;
}
.sebox_item {
	position: relative;
	max-width:180px;
	padding : 1rem 2rem;
	color : #52b1d1;
	font-weight: bold;
	border:solid 1px;
	border-color: #52b1d1;
	cursor:pointer;
	transition: all 0.5s;
	border-radius: 0.5rem;
}	
.sebox_item_selected {
	position: relative;
	max-width:180px;
	padding : 1rem 2rem;
	color : white;
	font-weight: bold;
	border:solid 1px;
	background: #52b1d1;
	border-color: #52b1d1;
	transition: all 0.5s;
	border-radius: 0.5rem;
}
@media screen and (min-width: 640px){
	.sebox_item , .sebox_item_selected {
		margin: 0.8rem 0 0 1rem;
	}
}
@media screen and (max-width: 640px){
	.sebox_item , .sebox_item_selected {
		margin: 0.8rem 0.5rem 0;
	}
}
.sebox_item_selected::before {
	content: "\e876";
	font-family:"Material Icons";
	position:absolute;
	top: 1rem;
	left: 1rem;
}
.sebox_item:hover {
	background : white;
	color: midnightblue;
	border-color: midnightblue;
}
.sebox_item:hover:before {
	content: "\e876";
	font-family:"Material Icons";
	position:absolute;
	top: 1rem;
	left: 1rem;
}
.sebox label{
	display:block;
	position:relative;
	padding-left:1rem;		  
}
.sebox label input{
	position:absolute;
	top:0;
	bottom:0;
	left:0.5rem;
	margin:auto;
}
.sebox a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*ベース*/
.toggle {
	display: none;
}
.cost-title {		/*タイトル*/
	padding: 1rem;
	display: block;
	color: #51bbde;
	background:white;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 1px solid #51bbde;
	cursor:pointer;
	margin-top:1rem;
}
.cost-title::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 1px;
	/*縦線に*/
	transform: rotate(90deg);
	background: #51bbde;
	transition: all .3s ease-in-out;
}
.cost-title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	/*横線*/
	width: 15px;
	height: 1px;
	background: #51bbde;
	transition: all .2s ease-in-out;
}
.cost-title,
.hidden-content{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.hidden-content{		/*本文*/
	height:0;
	margin:0;
	padding:0;
	overflow: hidden;
}
.toggle:checked + .cost-title + .hidden-content{	/*開閉時*/
	height: auto;
	padding:0 ;
	transition: all .3s;
}
.toggle:checked + .cost-title {
	background: #51bbde;
	color:white;
}
.toggle:checked + .cost-title::before {
	background: white!important;
	transform: rotate(0) !important;
}
.toggle:checked + .cost-title::after {
	background: white!important;
}
.cost-flex{
	display: flex;
	flex-wrap: wrap;
	gap: 0 1rem;
}
.cost-flex input{
	display: none;
}
.cost-flex label{
	display: block;
	cursor:pointer;
	position: relative;
	min-height: 3rem;
}
@media screen and (min-width: 641px){
	.cost-flex label{
		width:calc(25% - 0.75rem);
	}
}
@media screen and (max-width: 640px){
	.cost-flex label{
		width:calc(50% - 0.5rem);
	}
}
.cost-box{
	border:solid 1px #51bbde;
	padding:1rem;
	border-radius: 0.6rem;
	margin: 1rem 0 0;
}
.cost-box:hover {
	background : #51bbde;
	color: white;
}
.cost-box label{
	display:block;
	position:relative;	  
}
.cost-flex input:checked+label div.cost-box{
	background: #51bbde;
	color: #FFF;
}
.cost-flex input:checked+label div.cost-box::before {
	content: "\e876";
	font-family:"Material Icons";
	position:absolute;
}
@media screen and (min-width: 640px){
	.cost-flex input:checked+label div.cost-box::before {
		top: 2.6rem;
		left: 0.6rem;
	}
}
@media screen and (max-width: 640px){
	.cost-flex input:checked+label div.cost-box::before {
		top: ２.6rem;
		left: 0.3rem;
	}
}
/*料金表示非表示切り替え*/
.normal-cost .nml-cst{
	display:block;
}
.normal-cost .syk-cst{
	display:none;
}
.normal-cost .knk-cst{
	display:none;
}
.syokai-cost .nml-cst{
	display:none;
}
.syokai-cost .syk-cst{
	display:block;
}
.syokai-cost .knk-cst{
	display:none;
}
.kaiinkinen-cost .nml-cst{
	display:none;
}
.kaiinkinen-cost .syk-cst{
	display:none;
}
.kaiinkinen-cost .knk-cst{
	display:block;
}
.select_form input[type="button"]{
	background: #51bbde;
	border-radius: 5px;
	color: #fff;
	padding: 1rem;
	display: block;
	margin: 1rem auto 0;
	font-size:1rem;
	border: none;
	color: #fff;
	width:100%;
	max-width: 14rem;
}

.slctmn_box {
    position: relative;
    margin: 2rem auto;
    padding: 0.5em 1rem;
    border: solid 1px silver;
    border-radius:0.5rem;
	min-height: 4.2rem;
	color:crimson;
}
.slctmn_box .box-title {
    position: absolute;
    display: inline-block;
    top: -0.9rem;
    left: 0.7rem;
    padding: 0 0.6trm;
    line-height: 1;
    font-size: 1rem;;
    background: #FFF;
    color: dimgray;
    font-weight: bold;
}
.slctmn_box p {
    margin: 0; 
    padding: 0;
}
.s_2_box {
	position: relative;
	display: flex;              /* フレックスボックスにする */
	margin:0 auto 1rem;       /* 上、左右、下*/
	justify-content: space-around;
	align-items: center;
	width:100%;
	text-align:center;
}
@media screen and (max-width: 640px){
	.s_2_box {
		display: flex;              /* フレックスボックスにする */
	}
}
.s_2_box_item {
	position: relative;
	min-width:16rem;
	margin: 1rem;
	padding : 1rem 0;
	color : #51bbde;
	font-weight: bold;
	border:solid 1px;
	border-color: #51bbde;
	cursor:pointer;
	transition: all 0.5s;
	border-radius: 0.5rem;
}
@media screen and (min-width: 640px){
	.s_2_box_item {
		min-width:20rem;
	}
}
@media screen and (max-width: 640px){
	.s_2_box_item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-width:0;
		min-height:4.2rem;
		width:40vw;
	}
}
.s_2_box input{
	display: none;
}
.s_2_box_item.ck,
.s_2_box_item:hover {
	background : #51bbde;
	color: white;
}
.s_2_box label{
	display:block;
	position:relative;	  
}
.s_2_box input:checked+label div{
	background: #51bbde;
	color: #FFF;
}
.s_2_box input:checked+label div::before {
	content: "\e876";
	font-family:"Material Icons";
	position:absolute;
}
@media screen and (min-width: 640px){
	.s_2_box input:checked+label div::before {
		top: 1rem;
		left: 0.6rem;
	}
}
@media screen and (max-width: 640px){
	.s_2_box input:checked+label div::before {
		top: 1.6rem;
		left: 0.6rem;
	}
}

#dmmenulist , #hfmenulist , #dpmenulist , #tkmenulist , #hydmenulist ,#soushinmenulist{
	display:none;
	text-align:center;
}
.m_caution1 {
	font-size:0.9rem; margin:1rem;
}
@media screen and (min-width: 640px){
	.m_caution1 {
		text-align:center;
	}
}
@media screen and (max-width: 640px){
	.m_caution1 {
		text-align:left;
	}
}
.hello_user{
	max-width:860px;
	margin:2rem auto 0;
	border-top:solid #51bbde 1px;
	border-bottom:solid #51bbde 3px;
	border-left:solid #51bbde 1px;
	border-right:solid #51bbde 2px;
	padding:0.5rem 0 0.5rem 1rem;
	font-size:0.9rem;
}
@media screen and (max-width:480px){
	.hello_user{
	margin:1rem 1rem 0;
	padding:0.5rem 0 0.5rem 0.5rem;
	}
}
.hello_user span{
	font-size:1.0rem;
	font-weight:bold;
}</pre></body></html>