﻿@charset "utf-8";

@font-face {
	font-family: "Koduka Gothic Pr6N R";
	src: url("fonts/koduka-pr6n-r.otf") format("OpenType");
}

* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	color: #595757;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*font-family: 'Helvetica Neue',Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Sans','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	/*font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 14.5px;
}

input,
button,
textarea,
select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	-webkit-border-radius : 0;
	box-shadow: none;
	outline: none;
	line-height: normal;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration:none;
}

.inline_block{
	display: inline-block;
}
.clear_not{
	clear: both;
}

.relative{
	position: relative;
}
.text_right{
	text-align: right;
}
.text_left{
	text-align: left;
}
.text_center{
	text-align: center;
}

input::-webkit-input-placeholder { padding-top: 0.2em; }

.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}

.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr20{
	margin-right: 20px;
}
.mr30{
	margin-right: 30px;
}

.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}.mt35{
	 margin-top: 35px;
 }
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}


.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}.mb35{
	 margin-bottom: 35px;
 }
.mb40{
	margin-bottom: 40px;
}
.mb45{
	margin-bottom: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-top: 60px;
}

/* *** ヘッダー *** */
header {
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #0063a9;
}

/* IE表示用のCSS　*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.selector {
		property: value;
	}
	/* IE向けのCSS～START */
	.header_title{
		padding-top:1em;
	}
	.wait_btn{
		padding-top: 5px;
		width: calc(100% /7);
	}

	/* IE向けのCSS～END */
}



.header_max{
	/*max-width: 1300px;*/
	max-width: 1080px;
	width: 100%;
	margin: 0px auto;
	padding: 5px 40px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.flex_center{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.title_box{
	/*float: left;*/
	/*vertical-align:middle;*/
}

.header_img{
	width: 65px;
	height: 65px;
}

/*.header_img img{
	width: 100%;

}*/

.title_box img{
	/*width: 65px;
    height: 65px;*/
	width: 100%;
	vertical-align: middle;
}

.header_title{
	font-size: 19px;
	/*font-weight: bold;*/
	/*color: #0081c3;*/
	color: #006bb4;
	padding-left: 10px;
	vertical-align: middle;
}


/*.user_data_box{
	float: right;
	margin-top: 25px;
	margin-right: 215px;
}*/

.branch_icon_position{
	max-width: 1080px;
	/*width: 100%;*/
	height: auto;
	margin-bottom: 3px;
	margin-right: -45px;
	/*margin-left:auto;
	margin-right:auto;*/
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.branch_icon{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	display: inline-block;
	text-align: center;
	max-width: 360px;
	max-height: 57px;
	font-size: 18px;
	color: #fff;
	background: #cbd800;
	border-radius: 12px;
	padding: 0px 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px 5px;
	/*position: absolute;
	right: 195px;
	bottom: 5px;*/

	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*.header_link{
	padding: 0px 10px;
}

.header_link a, .header_link span{
	font-size: 18px;
	color: #0063a9;
}
.header_link a{
	text-decoration: underline;
}*/

/*ページリンク*/
.page_link_box{
	overflow: auto;
	max-width: 1450px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 30px;
}
.float_right{
	float: right;
}
.page_now_link li{
	list-style: none;
	display: inline-block;
	font-size: 16px;
}
.page_now_link li+li:before{
	content: '＞';
}
.show_link{
	color: #006bb3;
	text-decoration: underline;
}
.not_link{
	color: #7f7f80;
}

/* *** メイン *** */
.main {
	width: 100%;
	/*height: calc(100% - 111px);*/
	height: auto;


	-webkit-overflow-scrolling: touch;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* *** フッター *** */
/*footer {
	width: 100%;
	height: 70px;
}*/


/* *** ボタン デフォルトスタイル *** */
.btn {
	display: block;
	margin: auto;
	border: none;
	text-align: center;

	width: 155px;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	line-height: 40px;
	cursor : pointer;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

.btn:active{

}
.btn.back{
	background: #84c0da;
}
.btn.next{
	background: #20ade5;
}

.btn.back:active{
	background:#77acc4;
}
.btn.next:active{
	background:#1d9bce;
}

/*2個の場合*/
.btn_double{
	text-align: center;
	/*margin-top: 5px;*/
	margin-top: 10px;

}
.btn_double .btn{
	display: inline-block;
}

.btn_double .btn:nth-child(2){
	margin-left: 30px;
}

/* ***重量ボタン*** */
.wait_list{
	font-size: 0px;
	text-align: center;
	clear: both;
}

.not_tap{
	pointer-events: none;
}
.not_tap .wait_btn{
	/*background: #cbcccc;*/
	background: #ebebeb;
	color: #bebebe;
}
.not_tap .wait_btn a{
	color: #999899;
}
.not_tap .wait_btn.now a{
	color: #fff;
}
.wait_btn{
	display: inline-block;
	/*width: calc(100% /7); tinhnv*/
	width: calc(100% /7 - 2px);
	/*margin: 0px 1px;*/ /* tinhnv */
	/*font-size: 28px;*/
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
	color: #999899;
	background: #fff;
	border: 1px solid #a5a5a5;
	border-radius: 15px;
	letter-spacing: 2px;
}
.wait_btn:active{
	background: #e5e5e5;
}
.wait_btn.now{
	background: #00a1d5;
	color: #fff;
	border: 1px solid #00a1d5;
}
.wait_btn.now:active{
	background: #0091bf;
}

/*main関係*/
.page_max_width{
	/*max-width: 1260px;*/
	max-width: 1080px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.now_data{
	overflow: auto;
	text-align: center;
}
.page_title{
	float: left;
	color: #7f7f80;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 17px;
	/*padding-left: 3px;*/
	margin-top: 3px;
}

.page_title.select_now_date{
	color: #c89864;
	font-size: 22px;
	margin-top: 0;
}
.page_title.select_now_date span{
	margin: 0px 3px;
}

/*支部カラー*/
.branch_color_box{
	display: inline-block;
	margin-bottom: 7px;
}
.branch_color_box p{
	display: inline-block;
	font-size: 15px;
	cursor : pointer;
}
.branch_color_box p span{
	display: inline-block;
	width: 21px;
	height: 19px;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 15px;
	margin-right: 8px;
}
.color_first{
	background: #fffcda;
}
.color_second{
	background: #fadce8;
}
.color_third{
	background: #d4ebea;
}
.color_four{
	background: #fdebd1;
}
.color_five{
	background: #dcddfa;
}

/*エラー関係*/
.err_box,label.error{
	display: inline-block;
	color: #e5001f;
	font-size: 16px;
}

/* *** distance of two notices - tinhnv *** */
label.error,p.error_text{
	margin-top: 3px;
}

/* *** Error message box - tinhnv *** */
input.error{
	border: 1px solid red !important;
	border-radius: 3px;
	outline: none!important;
}

/* cursor disabled*/
input[disabled],button[disabled],a[disabled]{
	cursor: not-allowed;
	box-shadow: none;
	opacity: .65;
}


.sort_by{
	cursor: pointer;
}
/* *** ポップアップ *** */
.popup {
	display: none;
	/*width: 100%;*/
	/*height: 100%;*/
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.popup_box {
	display: none;
	max-width: 470px;
	min-width: 300px;
	/*width: max-content;*/
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 21px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*.popup_box.w_fixed_pop {
	max-width: none;
	min-width: auto;
	width: 290px;
}*/
.popup_box .popup_contents {
	padding: 70px 0px 90px;
	text-align: center;
}
.popup_box .popup_contents_inline {
	display: inline-block;
	padding: 0 10px;
}
.popup_box .popup_contents p {
	/*text-align: left;*/
	color: #323333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: 15px;
	/*line-height: 22px;*/
}

.popup_box .popup_contents p.pop_bold{
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0px 30px;
}

.popup_box .popup_contents p.pop_text{
	color: #4e4c4d;
	font-size: 17px;
}

.popup_box .btn_box .btn {
	background: transparent;
	color: #221814;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: 20px;
	padding: 12px 0px;
	cursor: pointer;
	width: 100%;
	border-radius: 0px;
	/*font-size: 3.82vw;*/
	/*line-height: 39px;*/
	/*font-weight: bold;*/
}

.popup_box .btn_box .btn p{
	color: #797979;
	font-weight: 600;
}

.popup_box .btn_box {
	width: 100%;
	/*height: 40px;*/
	border-top: 1px solid #cecece;
	font-size: 0;
	letter-spacing: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btn a{
	color: #221814;
}

/*POPのボタン2個の場合*/
.double_btn .btn{
	display: inline-block;
	width: 50%;
}
.double_btn .close_btn{
	/*border-left: 1px solid #e0dfdf;*/
}
.popup_box .btn_box .btn:nth-child(2){
	border-left: 1px solid #e0dfdf;
}

/* *** float解除 *** */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* box messeger */
.jconfirm-box-container{
	width: 16.66666667%;
	margin: 0px auto;
	text-align: center;
	height: 351px;
}

.log_out{
	/*position: absolute;
	right: 75px;
	bottom: 5px;
	float: right;*/
	text-align: center;
	font-size: 14px;
	color: #6d9ebf;
	border: 1px solid;
	border-radius: 20px;
	padding: 1px 15px;
	text-decoration: none;
	cursor : pointer;
	margin: 0px 5px;
}

.log_out:active{
	background: #f1f1f1;
}

.help_link{
	margin-right: 10px;
	margin-left: 5px;
	position: static;
	right: -112px;
}
.link_mypage{
	color: white;
	background-color: #00b8d4;
	/*position: absolute;
    right: -36px;
    bottom: 5px;
    float: right;*/
	text-align: center;
	font-size: 14px;
	border: 1px solid;
	border-radius: 20px;
	padding: 1px 15px;
	text-decoration: none;
	cursor: pointer;
}
.btn_help {
	/*background-color: #00c22f;*/
    background-color: #81d08bff;
	text-align: center !important;
}


@media all and (-ms-high-contrast: none) {
	.wait_btn{
		/*width: calc(99% /7); tinhnv */
		width: calc(99% /7 - 2px);
	}
	.log_out{
		font-family :"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
		line-height: 29px;
		padding-top: 5px;
		padding-bottom: 0px;
	}
	.help_link{
		line-height: 29px;
	}
	.branch_icon{
		font-family :"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
		line-height: 29px;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 1080px) {
	header{
		display: none;
	}
	.header_img{
		width: 45px;
		height: 45px;
	}
	.page_max_width{
		max-width: 860px;
		/*margin-top: 10px;*/
	}
}

@media screen and (max-width: 950px) {
	.title_box{
		float: unset;
	}
	.branch_icon{
		position: static;
		/*margin: inherit;*/
		/*max-width: 300px;*/
		/*width: 100%;*/
	}
	.branch_icon_position{
		text-align: center;
	}
	.log_out,
	.help_link{
		bottom: 0px;
	}
}

@media screen and (max-width: 810px) {
	.page_max_width {
		max-width: 730px;
	}
}

@media screen and (max-width: 768px) {
	/*header関係*/
	.page_title{
		padding-left: 0px;
	}
	.btn.wait_btn{
		font-size: 19px;
		width: calc(100% / 7);
	}
	.header_max{
		padding: 8px 10px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	.header_max a{
		width: 100%;
	}

	.header_img{
		width: 50px;
		height: 50px;
	}
	.header_title{
		font-size: 18px;
		padding-left: 3px;
	}
	.branch_icon_position{
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.branch_icon_position a{
		width: auto;
		text-align: center;
	}

	/*main関係*/
	.page_max_width {
		margin-top: 10px;
	}
	.wait_list{
		/*padding: 0px 15px;*/
	}
	.page_max_width{
		padding: 0px 20px;
	}
}

@media screen and (max-width: 700px) {
	.branch_icon_position{
		text-align: right;
	}
	.log_out{
		position: static;
		float: initial;
		display: inline-block;
		/*margin-top: 5px;*/
		/*vertical-align: top;*/
	}
}


@media screen and (max-width: 600px) {
	.wait_list{
		text-align: left;
	}
	.btn.wait_btn{
		width: calc(100% / 4);
		margin: 0px;
	}
	.btn.wait_btn:nth-child(5){
		margin-top: 5px;
	}
}

@media screen and (max-width: 480px) {
	/*header関係*/
	.branch_icon_position{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.branch_icon_position .branch_icon{
		width: 100%;
		max-width: 300px;
		margin-bottom: 8px;
	}

	.header_title{
		font-size: 16px;
	}

	/*main関係*/
	.page_now_link li{
		font-size: 14px;
	}
	.branch_color_box p{
		font-size: 14px;
	}
	.branch_color_box p span{
		margin: 2px;
		width: 15px;
		height: 15px;
	}
	.page_max_width {
		margin-top: 10px;
		padding-bottom: 30px;
	}
	.page_link_box{
		padding: 0px;
		padding-left: 10px
	}
	.page_link_box .float_right{
		float: unset;
	}
	.wait_list {
		padding: 0px;
	}
	.smart_text_left{
		text-align: left !important;
	}

	/*ボタン関係*/
	.btn{
		width: 40%;
	}
	.btn_double{
		margin-top: 25px;
	}
	.btn_double .btn:nth-child(2){
		margin-left: 15px;
	}

	/*POP*/
	.popup_box{
		max-width: 320px;
		top: 42vh;
		left: 50vw;
	}

	.popup_box .popup_contents{
		padding: 30px 0px 30px;
	}
	.popup_box .popup_contents p.pop_bold {
		font-size: 18px;
	}
	.popup_box .popup_contents p.pop_text{
		font-size: 15px;
	}

	/*POP　閉じるボタン関係*/
	.popup_box .btn_box .btn{
		font-size: 16px;
		padding: 5px 0px;
	}
	.page_title.select_now_date{
		font-size: 19px;
	}
}

@media screen and (max-width: 375px) {
	.branch_color_box p {
		font-size: 13px;
	}
}

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

}

@media screen and (max-width: 320px) {
	.header_title {
		font-size: 13px;
	}
	.btn.wait_btn{
		font-size: 14px;
	}
	.my_calendar_input{
		font-size: 11px;
	}

	/*POP*/
	.popup_box {
		max-width: 280px;
	}
	.popup_box .popup_contents p.pop_bold {
		font-size: 16px;
	}
	.popup_box .popup_contents p.pop_text {
		font-size: 13px;
	}
}
