@charset="utf-8";
/* layout */
body {
	background-color: #FFFAF0;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: 400;
	color: #333;
}

p, label {
	font-weight: 400;
	font-size: 16px;
}

.container-narrow {
	box-sizing: border-box;
	max-width: 820px;
	margin: 0 auto;
	padding: 10px;
}

.header {
	box-shadow: 0 1px 3px #666;
}

#main {
	background: none;
}

#footer {
	clear: both;
}

.section-title {
	clear: both;
	/*background-color: #FB8;*/
	color: #e63;
	border-bottom: 3px solid #E63;
	margin: 20px -12px 15px -12px;
	padding: 7px 13px 4px;
}

/* ホームに戻る */

.back-home {
	display: block;
	height: auto;
	font-size: 12px;
	border: #666 1px solid;
	border-radius: 8px;
	float: right;
	margin-top: -35px;
	margin-bottom: 5px;
	max-width: 125px;
	box-shadow: #666 0 1px 2px;
}

.back-home a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
	padding: 5px 5px 5px 20px;
	text-align: left;
	background-color: #EEE;
	border-radius: 8px;
}

.back-home a:hover {
	text-decoration: none;
	background-color: #FFF;
}

.back-home .glyphicon {
	text-indent: -15px;
	margin-right: 3px;
}

@media screen and (max-width:640px) {
	.back-home .pc {
		display: none;
	}
}

@media screen and (max-width:410px) {
	.back-home {
		margin-top: 0;
	}
}

/* パン屑ナビ */
.nav-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    max-width: 800px;
    width: 90%;
    margin: auto;
}

.nav-container:after {
	content: " ";
	display: block;
	clear: both;
	line-height: 0;
}

.nav-box {
	display: table;
	float: left;
	vertical-align: middle;
    padding-right: 15px;
    width: 16.6666%;
}

.nav-box::after {
    content: " ";
}

.nav-box-inner {
    position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
    width: 100%;
	font-size: 14px;
	border-top: 1px solid #a73;
	border-bottom: 1px solid #a73;
	border-left: 1px solid #a73;
	margin: 0px 5px 10px 5px;
	padding: 3px;
	text-align: center;
	letter-spacing: 2px;
	background-color: #FFF;
	line-height: 1.1;
    border-radius: 6px 0 0 6px;
}
.nav-box-inner::before {
    position: absolute;
    right: -8px;
    bottom: 0;
    border-right: 1px solid #a73;
    content: " ";
    display: block;
    width: 13px;
    height: 29px;
    transform: rotate(30deg);
}
.nav-box-inner::after {
    position: absolute;
    right: -8px;
    top: 0;
    border-right: 1px solid #a73;
    content: " ";
    display: block;
    width: 13px;
    height: 29px;
    transform: rotate(-30deg);
}

.nav-current .nav-box-inner, .nav-current .nav-box-inner::before, .nav-current .nav-box-inner::after{
	background-color: #FB8;
}

@media screen and (max-width:800px) {
    .nav-box {
        width: 33.3333%;
    }
    .bg-service {
        background-position: right 0px bottom 0px;
        padding-top: 20%;
    }
}
@media screen and (max-width:470px) {
    .nav-box-inner {
        font-size: 80%;
    }
    .bg-service {
        padding-top: 30%;
    }
}

/* サービスの選択 */
.service-box {
	display: block;
	width: 95%;
	float: none;
	border: 1px solid #666;
	border-radius: 23px;
	background-color: #FFF;
	padding: 0;
	margin: 0 auto;
	box-shadow: #666 0 1px 2px;
}

.service-box a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.service-title {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
	letter-spacing: 10%;
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 1.8;
	margin: 0;
	border: 1px solid #666;
	border-radius: 19px;
	background-color: #FFF;
}

.select-service .lead {
	margin: 10px auto 0;
}

/* 店舗の選択とお客様情報の入力 */
.gmap {
	position: relative;
	padding-bottom: 52.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin: 5px 10px 10px 0;
	border-radius: 10px;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.store-img {
    border-radius: 10px;
    overflow: hidden;
    margin: 5px 10px 10px 0;
}

.store-img img {
    border-radius: 10px;
}

.store-list {
	margin: auto 10px;
	list-style: none;
}

.store-list li {
	font-size: 16px;
	line-height: 1.6;
	margin: 5px 0;
}

.store-list label {
	font-weight: bold;
}

.store-list input[type="radio"] {
	margin-top: 7px;
}

.must {
    font-size: 0.8em;
    font-weight: bold;
    color: #F33;
}

.warning {
	color: #F53;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 10px 0;
	line-height: 1.3;
}

.client-box {
	margin-top: 10px;
}

input.client-info-radio {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.client-info-label {
	margin-right: 6px;
	height: 32px;
	line-height: 32px;
}

.client-info-nums {
	text-align: left;
}

.labelformathp, .input-lg {
	height: 35px;
	font-size: 1em;
}

input[type="submit"] {
	float: left;
	/* margin: 10px; */
	font-size: 18px;
	letter-spacing: 4px;
	/* width: 8em; */
	border-radius: 8px;
	box-shadow: #666 0 1px 3px;
}
/* 本人認証 */
.step {
	font-size: 26px;
	background-color: #FD3;
	font-weight: bold;
	color: #000;
	padding: 3px;
	border: #666 1px solid;
	border-radius: 36px;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}

.step-inner {
	display: block;
	border: #666 1px solid;
	padding: 6px 10px;
	border-radius: 30px;
	line-height: 30px;
	background-color: #FE6;
}

.nun-cercle {
	display: inline-block;
	border-radius: 28px;
	border: #666 1px solid;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	margin: auto 3px;
	background-color: #FFF;
}

.call-num {
	display: block;
	font-size: 2.4em;
	font-weight: bold;
	color: #03F;
	letter-spacing: 2px;
	display: block;
	margin: 20px 3px;
	text-align: center;
	line-height: 1;
}

.call-num a {
	color: #03F;
	border-bottom: 2px solid;
}

.call-num a:hover {
	text-decoration: none;
	border-bottom: dotted;
}

.call-num-sp {
    display: none;
}

.call-text {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333;
	margin: 3px;
	display: inline-block;
	font-weight: normal;
}

.if-unsuccess {
	color: #D33;
}

.strong {
	font-size: 1.4em;
	font-weight: bold;
}

.section {
	margin-top: 10px;
	margin-bottom: 40px;
}

.section p {
	margin: 0 20px;
}

@media screen and (max-width:640px) {
	.section p {
		margin: 0 ;
	}
    .call-num {
        display: block;
        margin: 12px auto;
        width: 300px;
    }
    .call-num a {
        border-bottom: none;
        display: block;
        margin: auto;
        border: 1px solid #06F;
        background-color: #09F;
        color: #FFF;
        padding: 2px 12px 6px;
        border-radius: 10px;
        box-shadow: 1px 1px 1px #999;
    }
    .call-num a:hover {
        opacity: 0.8;
        border-bottom: 1px solid #06F;
    }
    .call-num .glyphicon {
        display: block;
        float: left;
        padding-top: 3px;
    }
    .call-num-print {
        font-size: 0.6em;
        display: block;
    }
    .call-num-sp {
        font-size: 0.4em;
        display: block;
    }
}

.auth-num {
	font-size: 2em;
	color: #03F;
	display: inline-block;
	margin: 3px;
	text-align: center;
}

.endbox {
	display: block;
	margin: 20px auto;
	text-align: center;
}

.prev {
	display: inline-block;
}

.auth-next {
	display: inline-block;
	margin: auto 10px;
	text-align: center;
	min-width: 12em;
	opacity: 0.8;
	box-shadow: #666 0 1px 2px;
	border-radius: 10px;
}

.auth-next {
	background-color: #428BCA;
}

.auth-next:hover {
	opacity: 1;
}

.auth-next a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px;
	font-size: 20px;
	font-weight: bold;
}

.auth-next a:hover {
	text-decoration: none;
}

.next-down {
	font-weight: bold;
	font-size: 20px;
	text-indent: 6em;
}

.information {
	margin-top: 2em;
	clear: both;
}

/* 予約 */
.month-selecter {
	margin: 0 auto 10px;
	text-align: center;
}

.month-selecter .pagenation {
	width: auto;
}

.calender {
	max-width: 550px;
	margin: 10px auto;
	width: 100%;
	table-layout: fixed;
	box-shadow: 1px 1px 4px #666;
	border: #EEE 2px solid;
	border-radius: 3px;
	overflow: hidden;
}

.calender td {
	padding: 0;
	line-height: 44px;
}

.calender a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: underline;
}

.calender a:hover {
	text-decoration: none;
}

.sunday {
	background-color: #FFCECE;
	border-radius: 8px 0 0 8px;
}

.saturday {
	background-color: #DEF;
}

.timetable-wrapper {
	width: 100%;
	overflow-x: scroll;
}

.timetable {
	margin: 10px auto;
	box-shadow: 1px 1px 4px #666;
	border-radius: 8px;
	border: #CCC solid 1px;
	min-width: 440px;
}

.timetable:after {
	display: block;
	content: " ";
	line-height: 0;
	clear: both;
}

.timetable p {
	box-sizing: border-box;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	line-height: 38px;
	padding: 4px;
}

.timetable-col>p:first-child {
	border-top: none;
}

.timetable>.timetable-col:first-child>p {
	border-left: none;
}

.timetable a {
	display: block;
	background-color: #E9E9FF;
	border-radius: 20px;
	color: #44F;
}

.timetable a:hover {
	background-color: #DDF;
}

.timetable-col {
	box-sizing: border-box;
	float: left;
	min-width: 2.5em;
	width: 12.5%;
}

@media screen and (max-width:470px) {
	.timetable p, .timetable a {
		font-size: 12px;
	}
}
/* 予約確認 */
.confirm {
	width: auto;
	margin: 10px 0;
        vertical-align: middle;
}

.confirm th {
    color: #001DFF;
    font-weight: normal;
	text-align: left;
	min-width: 100px;
	vertical-align: middle;
    border-bottom: 1px solid #666;
    padding: 0 10px 0;
    line-height: 1.4;
}

.confirm td {
	font-size: 1.4em;
	min-width: 150px;
	text-align: left;
	padding: 0 10px 0;
    border-bottom: 1px solid #666;
    line-height: 1.4;
}

.confirm .labelformathp {
    text-align: left;
    vertical-align: middle;
}
/* 予約完了 */
.message {
	font-size: 16px;
	line-height: 1.6;
}

.font-large {
	font-size: 1.5em;
	vertical-align: bottom;
}

.result {
	width: auto;
	margin: 10px 0;
        vertical-align: middle;
}

.result th {
	text-align: left;
	min-width: 100px;
	vertical-align: bottom;
}

.result td {
	font-size: 1.5em;
	min-width: 150px;
	text-align: left;
	padding: 0 10px 0;
}

.finished {
	background-color: #428bca;
	display: inline-block;
	margin: auto 10px;
	text-align: center;
	min-width: 12em;
	opacity: 0.8;
	box-shadow: #666 0 1px 2px;
	border-radius: 10px;
	opacity: 0.8;
}

.finished a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 10px;
	font-size: 20px;
	font-weight: bold;
}

.finished:hover {
	opacity: 1;
}

/* input[type="submit"].btn-backhome {
    width: 14em;
} */

select.input-lg{
   font-size: 1em;/* 文字のサイズ */
	 height: 35px;
}

textarea.memo{
    height: 10em;
}
@media screen and (max-width:640px) {
	.float_left{
		float: none;
	}
	html input[type="button"], html input[type="reset"], html input[type="submit"]{
		width: 100%;
		margin: 1rem auto;
		padding: 0;
	}
	html input[type="submit"]{
		margin: 2rem auto 1rem;
	}
}
