/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

* {
	margin: 0;
	padding:0;
}


html {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	height: 100%;

	font-size: calc((100 / 420) * 16 * 1vw);	/* rate * px size * 1 */
}

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

	html {
		font-size: 17px;	/* 1.1rem; */
	}	
}


body {
	height: 100%;
}



body, button, input, select, textarea {
	font-family: 'Courier New', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica, Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	line-height: 1.5;
	color: #333;
}


a {
	color: #97a157;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FFCC33;
}

a img {
	border: none;
	margin: 0px;
}

a.click_area:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}

a.click_pagetop:hover {
	position : relative;
	top : -3pt;
}

a.click_btn_head:hover {
	position : relative;
	top : 2pt;
}

img {
	border:none;
	margin: 0px;
	vertical-align: top;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #c0c0c0;
	height: 1px;
}

strong {
	color: #7e6b5a;
}

h1 {
	font-size: 8pt;
	font-weight: normal;
	color: #b3a698;
	text-align: left;
	padding: 0;
}


h2 {
	font-size: 8pt;
	font-weight: normal;
	color: #b3a698;
}

h2#own_breadcrumbs {
	font-size: 8pt;
	font-weight: normal;
	color: #b3a698;
}

h3 {
	font-weight: normal;
}

div,p {
	/*border: 1px solid red;*/
	text-align: left;
	vertical-align: top;
	margin: 0;
}
div.div_clear {
	height: 1px;
	clear:both;
	/*border: 1px solid;*/
}



/*
 Control
-----------------------------------------------------------------*/
.form-group {
	margin: 0;
	padding-bottom: 15px;
	overflow: hidden;
}

.form-group input {
	margin-right: 5px;
}

.form-control-label {
	font-weight: bold;
}

.select_disable {
	background: #DDD;
}

@media screen and (max-width: 768px) {
	.form-group {
		padding-bottom: 25px;
	}
}




/*
 layout
-----------------------------------------------------------------*/
dt {
	font-weight: normal;
}

.customer-head {
	height: 80px;
	background: url(../configs/head_back.png) no-repeat center center;
}

.customer-head .container {
	padding: 0;
}

.customer-head .container .head_logo {
	max-height: 80px;
	width: auto;
	max-width: 100%;
}


.main-body {
	/*overflow: hidden;*/
	padding: 10px 0 50px;
	min-height: 100%;
}

.page-main {
	background: url(../images/bg_fabric.gif) repeat;
}

footer {
	/*background: #7f786c;*/
	background: #FFF;
	height: 80px;
}

footer .coco_logo {
	height: 70px;
	width: auto;
	vertical-align: bottom;
}

.footer_coco_text {
	font-size: 0.8em;
	letter-spacing: -1px;
}



.outline {
	outline: 1px solid blue;
}

.padding-tb {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-b-no {
	padding-bottom: 0;
}


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

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

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


.css_btn {
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	width: auto;
	padding: 2px 2px;
	margin: 5px 0;
	text-align: center;
	cursor: pointer;
}


.span_attention {
	font-size: 0.8rem;
}


/*
ヘッダーエリア
-----------------------------------------------------------------*/
.head_area {
	width: 950px;
	height: auto;
	margin: 0 auto 30px;
	overflow: hidden;
	font-size: 25px;
	background-color: #ffffe0;
	padding: 10px 30px;
	letter-spacing: 1px;
}


.customer_step {
	background: #FFF;
	list-style: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0;
}

.customer_step li {
	width: 23%;
	display: inline-block;
	padding: 10px 30px 5px 10px;
	background: url(../images/step_allow.png) no-repeat right center;
	vertical-align: middle;
}

.customer_step li:last-child {
	background-image : none;
	padding-right: 0;
}

.customer_step li i {
	margin-right: 5px;
}

.customer_step li .title_step {
	font-size: 0.7rem;
	font-weight: bold;
}

.customer_step li.li_select {
	font-weight: bold;
	color: #d8402d;
}

.customer_step_sp img {
	width: 100%;
}

.page_exp {
	font-size: 1.1rem;
	margin: 10px;
}



/*
ページトップ
-------------------------------------------------------------------*/
/* ver2.1  ボタンを上と下、両方に行けるように変更
#page-top {
	position: fixed;
	bottom: 0px;
	right: 5px;
}
#page-top a {
	opacity: 0.7;
}
#page-top a:hover {
}

#page-top a img {
	width: 60px;
}

@media screen and (min-width: 544px) {
	#page-top a img {
		width: 90px;
	}
}
*/



/*
サービス選択ページ
-----------------------------------------------------------------*/
.cate_title,
.cate_title2 {
	background: #b5d9e8;
	padding: 5px 20px;
	font-size: 1.1rem;
	font-weight: bold;
	text-shadow: #fff 2px 2px 4px; 		/* FireFox, Webkit, Opera */
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.cate_title2 {
	background: #ff9b9b;
}

.dl_service {
}

.dl_service dt {
	overflow: hidden;
	background: #FFF;
	padding: 15px 10px 10px;
	margin-top: 3px;
}

.dl_service dt:nth-child(1) {
	margin-top: 0;
}


/*  ver2.1  change スマホでの表示をよりスマートに変更のため、grid css を採用　*/
.dl_service dt .dt_container {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 2fr 6fr 1fr;
    grid-template-columns: 1fr 2fr 6fr 1fr;
    grid-auto-flow: column;
}


/* IE用 ここから */
.dl_service dt .dt_container .check_area {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
}
.dl_service dt .dt_container .srv_img {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
}
.dl_service dt .dt_container .srv_title {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}
.dl_service dt .dt_container .srv_txt {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}
.dl_service dt .dt_container .btn_dd_open {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
}
/* IE用 ここまで */


.dl_service dt .dt_container .check_area,
.dl_service dt .dt_container .srv_img {
    grid-row: span 2;
}

.dl_service dt .dt_container .check_area {
	text-align: center;
	cursor: default;
}
.dl_service dt .dt_container .check_area label {
	padding-top: 40px;
	padding-bottom: 20px;
}

.dl_service dt .dt_container .check_area input[type=checkbox] {
	width: 18px;
	height: 18px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.dl_service dt .dt_container .srv_img img {
    max-width: 100%;
}

.dl_service dt .dt_container .srv_title .srv_caption {
	font-size: 0.7rem;
	font-weight: bold;
	color: #f0ad4e;
	margin-bottom: 3px;
}

.dl_service dt .dt_container .srv_title .srv_name {
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-left: 0.8em;
}

.dl_service dt .dt_container .srv_title .srv_name span {
	position: absolute;
	left: 0;
	background: #f0ad4e;
	display: inline-block;
	width: 8px;
	height: 90%;
	margin-right: 5px;
}

.dl_service dt .dt_container .srv_title .srv_memo {
	font-size: 0.8rem;
	display: inline-block;
	margin-right: 30px;
}
.dl_service dt .dt_container .srv_title .srv_memo i {
	margin-right: 5px;
}

.dl_service dt .dt_container .btn_dd_open {
    background: url(../images/back_more.png) no-repeat right center;
    background-size: auto;
    grid-row: span 2;
    -ms-grid-row: span 2;
}


/*  ver2.1 
.dl_service dt .check_area {
	float: left;
	width: 7%;
	text-align: center;
	cursor: default;
}

.dl_service dt .check_area label {
	padding-top: 40px;
	padding-bottom: 20px;
}

.dl_service dt .check_area input[type=checkbox] {
	width: 18px;
	height: 18px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.dl_service dt .check_area p {
	margin-top: 10px;
	letter-spacing: 2px;
	text-align: center;
}

.dl_service dt .srv_content_area {
	float: left;
	width: 91%;
	overflow: hidden;
	padding-right: 70px;
	background: url(../images/back_more.png) no-repeat right center;
    position: relative;
}

.dl_service dt .srv_content_area .srv_img {
	float: left;
	padding: 0 10px;
	width: 200px;
}

.dl_service dt .srv_content_area .srv_summary {
	float: left;
	padding: 0 10px;
	width: 70%;
	margin-top: 0;
}

.dl_service dt .srv_content_area .srv_summary .srv_caption {
	font-size: 0.7rem;
	font-weight: bold;
	color: #f0ad4e;
	margin-bottom: 3px;
}

.dl_service dt .srv_content_area .srv_summary .srv_name {
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}

.dl_service dt .srv_content_area .srv_summary .srv_name span {
	background: #f0ad4e;
	display: inline-block;
	width: 8px;
	height: 21px;
	margin-right: 5px;
}

.dl_service dt .srv_content_area .srv_summary .memo_container {
	overflow: hidden;
}

.dl_service dt .srv_content_area .srv_summary .srv_memo {
	font-size: 0.8rem;
	display: inline-block;
	margin-right: 30px;
}
.dl_service dt .srv_content_area .srv_summary .srv_memo i {
	margin-right: 5px;
}

.dl_service dt .srv_content_area .srv_img img {
	height: 120px;
	max-width: 180px;
}
@media screen and (max-width: 991px) {
	.dl_service dt .srv_content_area .srv_summary {
		width: 60%;
	}
}
*/

.dl_service dt .srv_img img {
	/*width: 120px;
	height: auto;*/
	max-height: 120px;
	width: auto;
}

/* ver4.2 add  「さらに詳しく」ボタンを文末に追加 */
.dl_service dt .lnk_detail_open {
	display: none;
}
.dl_service dt .lnk_detail_open::before {
	font-family: FontAwesome;
	content: '\f13a';
}
.dl_service dt .lnk_detail_open.detail-open::before {
	font-family: FontAwesome;
	content: '\f139';
}


@media screen and (max-width: 767px) {
    
	/* mdサイズ以下の場合 */
    .dl_service dt .dt_container {
        grid-template-columns: 1fr 2fr 5fr 1.5fr;
    }
	.dl_service dt .dt_container.no-detail {
        grid-template-columns: 1fr 2fr 5fr;
	}
		
    .dl_service dt .dt_container .srv_img {
        grid-row: span 1;
    }
    .dl_service dt .dt_container .srv_title {
        grid-column: 2 / span 2;
        grid-column-start: 2;
    }
	.dl_service dt .dt_container .srv_title .srv_name {
		font-size: 1rem;
		padding-left: 1em;
	}
    .dl_service dt .dt_container .srv_txt {
        grid-column: 3 / span 2;
        grid-column-start: 3;
    }
    .dl_service dt .dt_container .btn_dd_open {
        background-size: contain;
    }
    .dl_service dt .dt_container .btn_dd_open {
        grid-row: span 1;
        grid-column-end: 5;
    }
    
    
	/* ver4.2 add  「さらに詳しく」ボタンを文末に追加 */
	.sysuser-mizunowa .dl_service dt .lnk_detail_open {
		display: block;
		color: #f0ad4e;
		text-align: right;
		text-decoration: underline;
		padding-top: 5px;
	}
	.dl_service dt .lnk_detail_open.detail-open {
		color: #b5d9e8;
	}

    /*
	.dl_service dt .srv_content_area .srv_summary {
		width: 100%;
	}
	.dl_service dt .srv_content_area {
		padding-right: 0;
		background: url(../images/back_more.png) no-repeat right top;
	}
	.dl_service dt .srv_content_area .srv_summary {
		width: 100%;
		margin-top: 10px;
	}
	
	.dl_service dt .srv_content_area .srv_summary .srv_name {
		font-size: 1rem;
	}
	.dl_service dt .srv_content_area .srv_summary .srv_name span {
		height: 15px;
	}
	.dl_service dt .srv_content_area .srv_img img {
		width: auto;
		height: 80px;
	}
    */
}



.dl_service dd {
	clear: both;
	padding: 0 30px 10px 0;
	background: #FFF;
	padding-left: 9%;
	margin: 0;
}

.dl_service .srv_txt {
	padding-top: 5px;
	font-size: 0.9rem;
}

.dl_service .srvtxt_important {
	color: #d8402d;
	font-size: 0.8rem;
}

.dl_service dt.select_srv,
.dl_service dd.select_srv {
	background: #ffe8e8;
}

@media screen and (max-width: 544px) {
	/* smサイズ以下の場合 */
	.dl_service dd {
		padding-right: 10px;
	}
	
	.dl_service .srv_txt {
		font-size: 0.8rem;
	}
}


/* ver2 add mizunowa */
.location_box {
	background-color: #FFF;
	font-size: 1.3rem;
	text-align: center;
	padding: 20px 0;
}

.location_box > div {
	display: inline-block;
}
.location_box input[type="radio"] {
	transform: scale(1.6);
}
.location_box label {
	margin: 0 20px 0 10px;
	letter-spacing: 1px;
}

#btn_next, #btn_clear {
	width: 280px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.location_box > div {
		display: block;
		padding-left: 2em;
		padding-bottom: 0.5em;
	}

    #btn_next, #btn_clear {
        width: 45%;
        font-size: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}


.btn_area_service {
	/*background: #FFF;*/
	padding: 10px 0 10px;
}


.page_exp_special {
	background: #FFF;
	padding: 15px 10px;
	border: 5px solid #b5d9e8;
	font-size: 0.9em;
	font-weight: bold;
	color: #d8402d;
}



/*
クライアントカレンダー
-----------------------------------------------------------------*/
.select_service_title {
	background: #f4dcac;
	padding: 7px 15px;
	margin-right: 10px;
	font-weight: bold;
	display: table-cell;
	cursol: pointer;
	text-decoration: none;
	color: #666;
	height: 100%;
	vertical-align: middle;
	float: left;
}

.select_service_title:hover {
	opacity: 0.6;
	color: #666;
}


.select_service_box {
	float: left;
	width: 50%;
	padding-left: 20px;
}

@media screen and (max-width: 768px) {
	.select_service_title {
		width: 100%;
		margin-bottom: 10px;
	}
	.select_service_box {
		width: 100%;
	}
}


#back_service {
	width: 280px;
}


/* datepicker オリジナル */
.dp-0 a.ui-state-default:not(.ui-state-active):not(.ui-state-highlight) {
	background-color: #e4fcd6;
}
.dp-1 a.ui-state-default:not(.ui-state-active):not(.ui-state-highlight) {
	background-color: #F2E1EE;
}
.dp-holiday a.ui-state-default:not(.ui-state-active) {
	background-color: #b4aeb1;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
	background:#f7931e;
    color: #FFF;
}




/*
クライアント情報入力
-----------------------------------------------------------------*/
.card-header {
	color: #000;
	background: #b5d9e8;
}

/* 電話の注意表示 */
.p_attention_tel {
	padding-top: 5px;
}


/* 通信欄の個別注意事項欄 */
.msg_special_attention {
	font-size: 0.8em;
}


.cs_checkbox {
	transform: scale(1.3);
}

/* ver3 add */
.form-group-indv1 label,
.form-group-indv2 label,
.form-group-indv3 label {

	display: block;
}



/* 予約サービスと予約時間のタイトル欄 */
.form-sp-title {
	font-weight: bold;
	border: none;
}

@media screen and (max-width: 991px) {
	.form-sp-title {
		width: 100%;
		font-weight: bold;
		border-bottom: 1px dotted #ccc;
	}
}


/* 予約確定 最終注意 */
.final_attention {
	font-size: 80%;
	max-width: 730px;
	margin: 0 auto 20px;
	border: dotted 1px #999;
	padding: 5px;
}

.final_attention b {
	background-color: #d8402d;
	color: #FFF;
	display: inline-block;
	padding:1px 15px;
	margin-bottom: 10px;
}

/* 戻る・予約確定ボタン */
button.back_calendar,
button.rsv_reg {
	width: auto;
	margin: 5px 10px;
}

.card_inp_customer .card-header {
	font-weight: bold;
}

@media screen and (max-width: 544px) {
	/* smサイズ以下の場合 */
	.card_inp_customer .card-block {
		padding: 20px 10px;
	}

	button.back_calendar,
	button.rsv_reg {
		width: 80%;
		margin: 5px auto;
	}

}

.reg_loader {
	width: 40px;
}

.reg_loader img {
	margin-top: 8px;
	display: none;
}

.icon_confirm {
	width: 30px;
	height: auto;
	margin-right: 15px;
	vertical-align: bottom;
}







/*
予約キャンセルページ
-----------------------------------------------------------------*/
.tbl_rsv_reset_data {
	margin: 20px auto;
	width: 70%;
}
.tbl_rsv_reset_data th,
.tbl_rsv_reset_data td {
	padding: 10px 20px;
	border-bottom: 1px dotted #999;
}

.tbl_rsv_reset_data th {
	width: 35%;
}

@media screen and (max-width: 992px) {
	.tbl_rsv_reset_data {
		width: 90%;
	}
	.tbl_rsv_reset_data th {
		width: 40%;
	}
}
@media screen and (max-width: 768px) {
	.tbl_rsv_reset_data {
		width: 100%;
	}
}
