@charset "UTF-8";
body {
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
}
html {
	margin: 0!important;
}
header ul li:last-child {
    margin-left: auto;
    font-size: 16px;
    padding-bottom: 6px;
	    color: #666666;
    border-bottom: 2px solid #253861;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
img {
	width: 100%;
}
header ul li {
    list-style: none;
}
header ul {
    -js-display: flex;
display : -webkit-box;     /* old Android */    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;      /* Safari etc. */
  -ms-align-items    : center;      /* IE10        */
  -webkit-box-align        : center;
      -ms-flex-align        : center;
          align-items        : center;
	  padding: 0 50px;
	height: 190px;
}
header {
    height: 190px;
}
header ul li.logo {
    width: 100%;
    max-width: 160px;
}
h1:not(.site-title):before, h2:before {
	content: none;
}

a.skip-link.screen-reader-text {
    display: none;
}
.wrap {
    background: #f7f8f9;
    padding-top: 80px;
	    padding-bottom: 50px;
}
.step-wrap {
    background: white;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
.step-wrap p {
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.step-wrap ul {
list-style: none;
-js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    line-height: 50px;
    padding-bottom: 50px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.step-wrap ul li {
    position: relative;
    padding: 0px 15px;
    text-decoration: none;
font-size: 14px;
    z-index: 1;
	    color: #ababab;
}
.step-wrap ul li:last-child::before {
	background: #d9aacd;
}
.step-wrap ul li.check:last-child {
    border-top: 50px solid #253861;
    border-left: 50px solid transparent;
}
.step-wrap ul li::before{
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color: #f5f5f5;
    -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
            transform: skewX(45deg);
}
.step-wrap ul li:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #d9aacd;
}
.step-wrap ul li:first-child p {
    margin-left: 10px;
}
.step-wrap ul li:first-child {
    border-bottom: 50px solid #253861;
    border-right: 50px solid transparent;
    padding: 0;
    margin-right: -20px;
	color: white;
	    max-width: 250px;
}
.step-wrap ul li:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.step-wrap ul li:last-child {
    border-top: 50px solid #f5f5f5;
    border-left: 50px solid transparent;
    padding: 0;
    width: 100%;
    max-width: 200px;
    margin-left: -24px;
}
.step-wrap ul li p {
    font-size: 14px;
    padding: 0;
}
.step-wrap ul li:nth-child(2), .step-wrap ul li:nth-child(3) {
    margin-right: 4px;
	    width: 100%;
    max-width: 165px;
}
.step-wrap ul li:last-child p {
    position: absolute;
    top: -50px;
}
.step-wrap p.color {
    color: #253861;
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.phone-wrap .phone-num p {
    font-size: 30px;
	    letter-spacing: 3px;
}

.phone-wrap p {
    font-size: 20px;
	letter-spacing: 2px;
	    margin-bottom: 15px;
}
.phone-wrap {
text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #666666;
	    margin-bottom: 65px;
}
.phone-wrap:after {
    content: "";
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #253861;
	    position: relative;
    bottom: -50px;
}
.clinic-ttl {
	text-align: center;
	    margin-bottom: 30px;
	    color: #666666;
}
.clinic-ttl h2 {
    font-size: 32px;
    text-align: center;
    letter-spacing: 1px;
    color: #253861;
    font-weight: 400;
    border-bottom: 2px solid #253861;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    line-height: 2;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clinic-ttl span {
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 100;
}
.select-option {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    background: white;
	padding: 40px;
}
.select-option .first {
    background: #d9aacd;
    color: white;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
.select-option ul li a {
    text-decoration: none;
    color: #666666;
display : -webkit-box;     /* old Android */    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
}
.select-option ul li {
    background: #f5f5f5;
    height: 100px;
    line-height: 100px;
	    padding-left: 15px;
    letter-spacing: 2px;
    border-bottom: 1px solid #253861;
}

.select-option .first {
    background: #253861;
    color: white;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
footer ul li:first-child {
    height: 190px;
    line-height: 200px;
}
footer ul li img {
    width: 160px;
	margin-top: 25px;
}
footer ul li:last-child {
    background: #253861;
    height: 110px;
    line-height: 110px;
    font-size: 12px;
    color: white;
margin-top: 80px;
}
footer ul li {
    text-align: center;
}
span.edit-link {
    display: none;
}
span.num {
    font-weight: 100;
}
.select-option .first p span.num {
    font-size: 14px;
    margin-right: 20px;
    margin-left: 15px;
}
.select-option .first p {
    letter-spacing: 1px;
}
.select-option ul li a img {
    width: 10px;
    height: 18px;
    margin-left: auto;
    /* line-height: 100px; */
    position: relative;
    bottom: -41px;
    right: 20px;
}
div#booking-package_calendarPage {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
	    background: #f5f5f5;
	    color: #222;
}
#booking-package_calendarPage .dayPanel {
	border-color: #f5f5f5!important;
}
div#booking-package {
    background: white;
}
.calender-wrap {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
	    padding: 40px;
    background: white;
	    -webkit-box-shadow: 6px 6px 8px 4px #efefef;
	            box-shadow: 6px 6px 8px 4px #efefef;
}
.calender-ttl p span.num {
    font-size: 14px;
    padding-right: 20px;
    letter-spacing: 1px;
}

.calender-ttl p {
    font-size: 20px;
    letter-spacing: 2px;
}
.calender-ttl {
    background: #253861;
    color: white;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
div#booking-package {
    font-weight: 100;
	    background: #f5f5f5;
	    padding-bottom: 20px;
}
/*div#booking-package.clicked {
    padding-bottom: 360px;
}*/
#booking-package_calendarPage div {
    font-weight: 100;
    letter-spacing: 2px;
}
#booking-package_calendarPage .calendar {
    padding: 20px;
}
div#bottomPanel {
	display: none;
}
div#booking-package-locale-ja {
    background: #f5f5f5;
}
div#booking-package_calendarPage .returnButton {
    display: none;
}
div#booking-package_schedulePage.hidden_panel {
    display: none!important;
}
div#blockPanel {
    height: 0!important;
}
#booking-package_schedulePage .daysListPanelNoAnimation {
	    margin-left: 20px;
    width: calc(15% - 20px);
}
div#scheduleMainPanel {
    width: calc(85% - 20px)!important;
    margin-right: 20px;
}
#booking-package_schedulePage .selectedDate {
    text-align: center;
    font-size: 1.4em;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 20px solid #f5f5f5;
}
#booking-package_schedulePage .topPanelNoAnimation {
    border-color: #f5f5f5;
}
div#scheduleMainPanel {
    width: calc(82% - 20px)!important;
}
#booking-package_schedulePage .topPanelNoAnimation {
    border-color: #f5f5f5!important;
}
#booking-package_schedulePage .selectedDate {
    text-align: center;
    font-size: 1.4em;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 30px;
    font-size: 16px!important;
    letter-spacing: 1px;
    color: #253861;
}
li.check:before {
    background-color: #253861!important;
}
li.check p {
    color: white;
}
div#reservationHeader {
    display: none;
}
#booking-package_inputFormPanel div:nth-of-type(2),
#booking-package_inputFormPanel div:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    max-width: 800px;
	    padding: 0;
	border-bottom: 0;
	position: relative;
	    margin: 0 auto;
}
#booking-package_inputFormPanel div:nth-of-type(2) .name/*,
#booking-package_inputFormPanel div:nth-of-type(3) .name*/ {
    width: 100%;
    max-width: 240px;
    height: 80px;
    text-align: center;
	    letter-spacing: 2px;
    line-height: 80px;
	padding-bottom: 0;
	    background: white;
    border: 1px solid #f5f5f5;
}
/*#booking-package_inputFormPanel div:nth-of-type(3),
#booking-package_inputFormPanel div:nth-of-type(3) .name {
	margin-top: -1px;
}*/
#booking-package_inputFormPanel div:nth-of-type(2) .value/*,
#booking-package_inputFormPanel div:nth-of-type(3) .value*/ {
    width: 100%!important;
    max-width: 600px;
    height: 80px;
    text-align: center;
	    background: white;
    line-height: 80px;
    border: 1px solid #f5f5f5;
	    margin-left: -1px;
}
#booking-package_inputFormPanel {
    background: #f5f5f5!important;
padding: 40px 20px 0 20px;
}
#booking-package_inputFormPanel p.txt {
	    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 40px;
}
#booking-package_inputFormPanel div:nth-of-type(4) {
    border-bottom: 0;
    width: 50%;
}
#booking-package_inputFormPanel div:nth-of-type(5) {
    border-bottom: 0;
    width: 50%;
        position: relative;
}
#booking-package_inputFormPanel div input {
    height: 20px;
}
#booking_package_input_contents label span {
    position: relative;
    top: 3px;
}
#booking-package_inputFormPanel .row:nth-of-type(9) {
    display: inline-block;
    width: 100%;
position: relative;
}
#booking-package_inputFormPanel .row:nth-of-type(6),
#booking-package_inputFormPanel .row:nth-of-type(7),
#booking-package_inputFormPanel .row:nth-of-type(8),
#booking-package_inputFormPanel .row:nth-of-type(9) {
	border-bottom: 0;
}
#booking-package_inputFormPanel .row:nth-of-type(9) .name {
    display: none;
}
select {
	height: 50px;
}
#booking-package_inputFormPanel .row:nth-of-type(9) input {
    padding: 0;
}
#booking-package_inputFormPanel .row:nth-of-type(10) select {
     width: 25%;
    max-width: 200px;
}
#booking-package_inputFormPanel .row:nth-of-type(11) select {
    width: 45%;
}

#booking-package_inputFormPanel .row:nth-of-type(11) select {
    width: 49%;
	    max-width: 200px;
}
#booking-package_inputFormPanel .row:nth-of-type(10) {
    border-bottom: none;
}
#booking-package_inputFormPanel .row:nth-of-type(14) {
    width: 100%;
    border-bottom: none;
}
#booking-package_inputFormPanel .row:nth-of-type(12) {
    width: 50%;
	    border-bottom: 0;
}
#booking-package_inputFormPanel .row:nth-of-type(12) .name {
    width: 110%;
}
#booking-package_inputFormPanel .row:nth-of-type(13) {
    width: 50%;
    border-bottom: none;
}
#booking-package_inputFormPanel .row: textarea {
    height: 200px;
    border: 1px solid #d6d6d6;
}
p.txt-p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
    padding-bottom: 40px;
    margin-bottom: 30px;
	color: #550f25;
    border-bottom: 1px solid #b2b2b2;
}
#returnToSchedules {
    display: none;
}
#returnToSchedules.returnButton.top {
	display: block;
}

button.returnButton.confirmButton {
    background: #253861;
    border: none;
    color: white;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 50px;
}

button.return-res {
	    background: white;
    border: none;
    color: white;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 50px;
}

#booking-package .bookingButton {
	    background: #253861;
    border: none;
    color: white;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 50px;
}

#booking-package_inputFormPanel div:nth-of-type(3) a {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 140px;
    height: 40px;
    background: #253861;
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
}
#booking-package_inputFormPanel div:nth-of-type(2) .txt-a input {
    position: absolute;
right: 20px;
	    top: 20px;
    width: 140px;
    height: 40px;
    background: #253861;
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 2px;
	    color: white!important;
}
#booking-package_inputFormPanel .row:nth-of-type(9) .name {
    display: block;
	color: #253861;
}
.name.required:before {
    content: "必須";
    display: inline-block;
    background: #253861;
    color: white;
    width: 70px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-right: 10px;
}
.name.required {
    color: #253861;
    font-size: 16px;
	    margin-bottom: 10px;
    letter-spacing: 2px;
}
#booking-package_inputFormPanel .row:nth-of-type(14) .name {
	    color: #253861;
    font-size: 16px;
	    margin-bottom: 10px;
    letter-spacing: 1px;
}

#booking-package_inputFormPanel .required:after {
	content: none;
}
#booking-package_inputFormPanel div:nth-of-type(2) .value {
    /* font-size: 16px; */
    padding-left: 40px;
}
#booking-package_inputFormPanel div:nth-of-type(2) .value,
#booking-package_inputFormPanel .planName {
    padding-left: 40px;
}
#booking-package_inputFormPanel div input::-webkit-input-placeholder {
    color: #b3b3b3;
}
#booking-package_inputFormPanel div input::-moz-placeholder {
    color: #b3b3b3;
}
#booking-package_inputFormPanel div input:-ms-input-placeholder {
    color: #b3b3b3;
}
#booking-package_inputFormPanel div input::-ms-input-placeholder {
    color: #b3b3b3;
}
#booking-package_inputFormPanel div input::placeholder {
    color: #b3b3b3;
}
input[type="text"] {
    padding: 0 20px!important;
}
#booking-package_inputFormPanel select {
    color: #b3b3b3;
}
.required:after {
	content: none!important;
}
span.t-size {
    font-size: 14px;
}
#booking-package_inputFormPanel .row:nth-of-type(11) {
	border-bottom: 0;
}
#booking-package_inputFormPanel .bottomBarPanel {
    padding: 10px;
display: inline-block;
    width: 100%;
    max-width: 300px;
}
button.return-res {
    background: white;
    border: none;
    color: white;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 50px;
    display: inline-block;
	color: #666666;
}
#booking-package_inputFormPanel {
    color: #666666;
}
input {
	color: #666666!important;
}
textarea {
    padding: 20px!important;
	color: #666666;
}
input#booking_package_input_age {
    width: 100px!important;
    margin-left: 40px;
    /* max-width: 140px!important; */
}
.row {
    margin-bottom: 20px!important;
}
#booking-package_inputFormPanel div:nth-of-type(2) {
    margin-bottom: 0!important;
    margin-left: 0;
}
p.txt-p.b {
    border-bottom: 0;
    padding-bottom: 0;
}
#booking-package_inputFormPanel .row:nth-of-type(8) p.res-p {
    /*left: -172%;*/
    position: relative;
}
#booking-package_inputFormPanel .row:nth-of-type(7) p.res-p {
    position: relative;
    /*left: -80%;*/
}
#booking-package_inputFormPanel .row:nth-of-type(9).fix  .name {

}
/*#booking-package_inputFormPanel .row:nth-of-type(9).fix {
    left: -55%;
    width: 30px;
}*/
#booking-package_inputFormPanel .cartPanel {
	text-align: center;
}
.cap-wrap {
    padding: 0 20px 50px 20px;
    width: 530px;
	 margin-top: -20px;
}
.cap-wrap .name, .cap-wrap p {
    display: inline-block;
}
.cap-wrap .name {
	    margin-right: 50px;
}
.cap-wrap p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #550f25;
    line-height: 1.6;
    line-height: 1.6;
}
.cap-wrap p label {
    color: #666666;
}
.cap-wrap .link a {
    font-size: 14px;
    color: #666666;
    margin-right: 51px;
}
.cap-wrap .link {
    text-align: right;
}
.cap-wrap-item {
    background: white;
    padding: 20px;
    border: 1px solid #eeeeee;
    overflow-y: scroll;
    height: 200px;
	    margin-bottom: 20px;
}
input[type="button"]:hover {
	cursor: pointer;
}
div#thanks p {
    color: #666666;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div#thanks p.ttl {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    color: #666666;
        font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div#thanks p:last-of-type {
    /* text-align: center; */
    margin-top: 40px;
}
div#thanks p:last-of-type {
    text-align: center;
}
div#thanks p {
    width: 78%;
    margin: 0 auto;
}
div#thanks {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 30px;
}
#booking-package_calendarPage .dayPanelHeight {
    height: 110px!important;
}
#booking-package_calendarPage .symbolPanel, #booking-package_calendarPage .numberInsteadOfSymbols {
    position: relative;
    top: 10px;
}
#booking-package .sun, #booking-package .mon,#booking-package .tue,#booking-package .wed,#booking-package .thu,#booking-package .fri,#booking-package .sat {
    height: 40px;
    line-height: 30px;
}
#booking-package_inputFormPanel div:nth-of-type(2) .value, #booking-package_inputFormPanel div:nth-of-type(3) .value {
    letter-spacing: 2px;
}
div#daysListPanel {
    text-align: center;
}
#booking-package_schedulePage .daysListPanelNoAnimation {
	    font-size: 14px;
}
#booking-package_schedulePage .selectPanelActive {
    background-color: #253861!important;
    color: white!important;
}
#booking-package_schedulePage .positionOfPanelNotHavingCourseForScheduleListPanel {
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
}
#booking-package_schedulePage div#daysListPanel div {
    padding: 6px 20px!important;
}
#booking-package_schedulePage .selectPanel, #booking-package_servicePage .selectPanel {
	padding: 11px!important;
}
div#scheduleMainPanel {
    border-left: 1px solid #f5f5f5;
}
#booking-package_schedulePage .selectPanel,
#booking-package_schedulePage .selectPanelError{
    border-color: #f5f5f5!important;
}
div#scheduleMainPanel .selectPanel {
    padding-left: 40px!important;
	    color: #222;
    font-weight: 400;
}
#booking-package_schedulePage .daysListPanelNoAnimation {
	letter-spacing: 1px;
	    color: #222;
    font-weight: 300;
}
div#scheduleMainPanel {
    letter-spacing: 2px;
}
div#scheduleMainPanel .selectPanel div span:nth-of-type(1):after {
    content: "〜";
}
#booking-package_inputFormPanel button {
    font-size: 14px!important;
    letter-spacing: 1px;
}
.cap-wrap-item p {
    color: #253861;
}
#booking-package_inputFormPanel .row:nth-of-type(14) {
    margin-bottom: 30px!important;
}
#booking-package_inputFormPanel .cartPanel {
    padding-bottom: 0;
}
div#booking-package_inputFormPanel.fixed .name.required:before {
	content: none!important;
}
.calendarData {
    font-size: 16px;
    color: #222;
    position: relative;
    top: 14px;
}
#booking-package_calendarPage .arrowFont {
	    color: #666666;
	    font-size: 32px!important;
}
#booking-package_calendarPage .arrowLeft,
#booking-package_calendarPage .arrowRight{
	color: #666666;
	    position: relative;
    top: 15px;
}
#booking-package_calendarPage .arrowLeft .arrowFont:before {
    content: url(https://www.hanabishi-housei.co.jp/wp-content/themes/orion_tcd037/form/img/left-arrow.png);
    position: relative;
    left: -20px;
}
#booking-package_calendarPage .arrowRight .arrowFont:before {
    content: url(https://www.hanabishi-housei.co.jp/wp-content/themes/orion_tcd037/form/img/right-arrow.png);
    position: relative;
    right: -10px;
}
#booking-package_calendarPage .arrowFont {
	    font-size: 0!important;
}
#booking-package_calendarPage .arrowLeft {
	    margin-left: 40px;
}
#booking-package_calendarPage .arrowRight {
	margin-right: 40px;
}
.txt-confirm-wrap p.txt-s {
    font-size: 16px;
    color: #550f25;
    margin-bottom: 15px;
    margin-top: 60px;
}
.txt-confirm-wrap p {
    font-size: 14px;
    color: #550f25;
    line-height: 1.8;
}
.txt-confirm-wrap p.confirm, .txt-confirm-wrap p {
    color: #d61251;
}
.select-option ul li:hover {
	background: #EAEDF3!important;
}






@media screen and (max-width: 768px) {
	.select-option {
		padding: 0;
		    width: 90%;
            padding-bottom: 0!important;
	}
	.step-wrap p.color {
    font-size: 14px;
    width: 90%;
    text-align: left;
    margin: 0 auto;
    line-height: 1.5;
}
#booking-package_inputFormPanel .row:nth-of-type(10) {
    width: 100%!important;
}
#booking-package_inputFormPanel .row:nth-of-type(6) {
        margin-bottom: 3%!important;
}
.autoConfirm.fixed .row:nth-of-type(5) .name {
    /* margin-bottom: 14px; */
    padding-bottom: 14px!important;
}
.select-option select {
    margin-left: 0;
    margin-top: 0;
    height: 70px!important;
    font-size: 16px!important;
}
.arrow-img img {
    top: 26px!important;
}
#booking-package_inputFormPanel .row:nth-of-type(3):before {
        left: auto!important;
    right: 0;
    top: 8%!important;
}
#booking-package_inputFormPanel div:nth-of-type(5):before {
        left: auto!important;
    right: 0;
    top: 6px!important;
}
.autoConfirm.fixed .row:nth-of-type(3):before,
.autoConfirm.fixed .row:nth-of-type(5):before {
    display: none!important;
}
#booking-package_inputFormPanel div:nth-of-type(4) {
    padding-bottom: 0!important;
}
.autoConfirm.fixed div:nth-of-type(3) .res-p {
    display: none;
    line-height: 16px;
    height: auto!important;
    position: relative;
    top: 14px!important;
}
.autoConfirm.fixed div:nth-of-type(5) {
    margin-bottom: 0!important;
}
.sapporo .clinic-ttl h2, .morioka .clinic-ttl h2, .yamagata .clinic-ttl h2, .sendai .clinic-ttl h2, .niigata .clinic-ttl h2, .chiba .clinic-ttl h2, .tokyo .clinic-ttl h2, .ginza .clinic-ttl h2, .shinbashi .clinic-ttl h2, .ikebukuro .clinic-ttl h2, .shibuya .clinic-ttl h2, .shizuoka .clinic-ttl h2 {
    width: 45%!important;
}
.shinmaebashi .clinic-ttl h2,
.hachioji .clinic-ttl h2 {
    width: 49%!important;
}
.hokudaidoori .clinic-ttl h2,
.iwatsuki .clinic-ttl h2,
.jiyugaoka .clinic-ttl h2,
.fukuoka .clinic-ttl h2 {
    width: 53%!important;
}
.kannai .clinic-ttl h2 {
    width: 55%!important;
}
.thanks .clinic-ttl h2 {
    width: 50%!important;
}
#booking-package_inputFormPanel div:nth-of-type(3) {
    padding: 0!important;
}
.autoConfirm.fixed .row:nth-of-type(8) .name,
.autoConfirm.fixed .row:nth-of-type(10) .name {
    text-indent: 0!important;
    margin-left: 0!important;
}
.autoConfirm.fixed .row:nth-of-type(8) {
    padding-bottom: 7%!important;
}
.autoConfirm.fixed div:nth-of-type(3) .name {
    height: auto!important;
    line-height: auto!important;
}
#booking-package_inputFormPanel .row:nth-of-type(9) {
    width: 100%!important;
}
.autoConfirm.fixed .row:nth-of-type(3) {
    padding: 0;
}
#booking-package_inputFormPanel .row:nth-of-type(8) .name {
    text-indent: 0;
    margin-left: 0;
    line-height: 1.4;
}
.autoConfirm.fixed .row:nth-of-type(8) {
    margin-bottom: 20px!important;
}
#booking-package_inputFormPanel .row:nth-of-type(10) .name {
    text-indent: 0;
    margin-left: 0;
    line-height: 1.4;
}
.p-wrap p {
    width: 90%!important;
}
.p-wrap.mb10 {
        padding-bottom: 5%!important;
}
.p-wrap.mb30 {
    padding-bottom: 5%!important;
}
.top .clinic-ttl h2 {
    width: 190px!important;
}
.clinic-ttl p span {
    font-size: 16px!important;
}
.p-wrap {
    padding: 5%!important;
}
.p-wrap {
    padding-bottom: 0!important;
}
.top .p-wrap {
    padding-bottom: 5%!important;
}
	.step-wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		    margin-left: 6%;
		    padding-bottom: 120px;
		    margin-bottom: 10%;
}
	.step-wrap ul li {
    width: 45%!important;
		    line-height: 1.7;
}
	.step-wrap ul li:first-child {
    border: none;
    background: #253861;
    font-size: 12px;
    max-width: 45%!important;
    line-height: 1.7;
}
	.step-wrap ul li p {
		    text-align: left;
    margin: 0!important;
		font-size: 12px;
		    padding: 10px;
	}
	.step-wrap ul li:last-child {
		border: none;
	}
	.step-wrap ul li:last-child p {
	}
	.step-wrap ul li:nth-child(2), .step-wrap ul li:nth-child(3) {
    max-width: 45%!important;
    margin-right: 0!important;
		    padding: 0!important;
}
	.step-wrap ul li::before {
		content: none!important;
	}
	.step-wrap ul li:nth-child(2), .step-wrap ul li:nth-child(3),.step-wrap ul li:nth-child(4) {
		background: #f5f5f5;
    height: 60px;
	} 
	.step-wrap ul li:first-child, .step-wrap ul li:nth-child(3) {
    margin-right: 14px;
    margin-bottom: 14px;
}
	.step-wrap ul li:last-child {
    margin-left: 14px;
}
	.phone-wrap p {
    font-size: 14px;
    letter-spacing: 1px;
}
	.phone-wrap .phone-num p {
		font-size: 24px;
	}
	.phone-wrap:after {
		    content: "";
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 20px solid #253861;
    position: relative;
    bottom: -40px;
	}
	.phone-wrap {
		margin-bottom: 10%;
	}
	.clinic-ttl h2 {
    font-size: 17px;
		max-width: 90%;
		    margin-bottom: 5%;
}
	.clinic-ttl p {
    font-size: 12px;
        width: 90%;
    margin: 0 auto;
}
	.clinic-ttl {
		margin-bottom: 5%;
	}
	.select-option .first p {
		font-size: 14px;
	}
	.select-option .first p span.num {
		font-size: 12px;
	}
	.select-option ul li a {
    font-size: 11px;
    letter-spacing: 0;
}
	.select-option ul li {
    height: 70px;
    line-height: 70px;
}
	.select-option ul li a img {
    width: 8px;
    height: 16px;
    margin-left: auto;
    position: relative;
    bottom: -26px;
    right: 20px;
}
.wrap.top {
    padding-bottom: 5%;
}
	.wrap {
		padding-top: 10%;
		padding-bottom: 0;
	}
	header ul {
		padding: 0 5%;
	}
	footer ul li:first-child {
    height: 100px;
    line-height: 160px;
		    padding-bottom: 60px;
}
	footer ul li img {
    width: 120px;
}
	header ul li.logo {
		max-width: 120px;
	}
	header ul li:last-child {
    font-size: 12px;
}
	.calender-wrap {
		padding: 0;
            /*padding-top: 5%!important;*/
	}
    #booking-package_inputFormPanel div:nth-of-type(3) {
    padding: 0;
}
#booking-package_inputFormPanel div:nth-of-type(3) .name {
    padding-left: 0;
}
#booking-package_inputFormPanel .radio_title {
    position: relative;
    top: 15px;
}
#booking-package_inputFormPanel .row:nth-of-type(8) .name {
    text-indent: -50px;
    margin-left: 50px;
}
#booking-package_inputFormPanel .row:nth-of-type(8) .name:before {
    text-indent: 0;
}
#booking-package_inputFormPanel .row:nth-of-type(10) .name {
    text-indent: -50px;
    margin-left: 50px;
}
#booking-package_inputFormPanel .row:nth-of-type(10) .name:before {
    text-indent: 0;
}
#booking-package_calendarPage .dayPanelHeight {
    height: 80px!important;
}
	#booking-package_calendarPage .symbolPanel, #booking-package_calendarPage .numberInsteadOfSymbols {
		top: 0;
	}
    .autoConfirm.fixed div:nth-of-type(3) .value {
    height: 0!important;
}
#booking-package_inputFormPanel div:nth-of-type(3) .name {
    height: 100%!important;
}
#booking-package_inputFormPanel div:nth-of-type(5) .name {
    padding-bottom: 2%!important;
}
header ul {
    height: 110px;
}
	#booking-package_schedulePage .courseListPanelNoAnimation {
    width: 59%!important;
}
	#booking-package_inputFormPanel div:nth-of-type(2), #booking-package_inputFormPanel div:nth-of-type(3) {
		display: block;
            height: 100%;
	}
    #booking-package_inputFormPanel div:nth-of-type(3) {
        height: 90%;
    }
	#booking-package_inputFormPanel div:nth-of-type(2) .name, #booking-package_inputFormPanel div:nth-of-type(3) .name {
		    font-size: 14px;
		    max-width: 95%;
		    text-align: left;
    padding-left: 5%;
		height: 50px;
    line-height: 50px;
	}
	#booking-package_inputFormPanel .planName {
    font-size: 11px;
    letter-spacing: 0;
}
	#booking-package_inputFormPanel div:nth-of-type(2) .value, #booking-package_inputFormPanel .planName {
padding-left: 0;
    font-size: 14px!important;
    text-align: left;
    padding-left: 5%;
}
	#booking-package_inputFormPanel .mainPlan, #booking-package_serviceDetails .mainPlan, #booking-package_myBookingDetailsFroVisitor .mainPlan {
		width: 100%!important;
	}
	#booking-package_inputFormPanel div:nth-of-type(2) .txt-a input,
	#booking-package_inputFormPanel div:nth-of-type(3) a{
		    font-size: 12px;
		    width: 90px;
		    text-align: left;
    padding-left: 6%;
	}
	#booking-package_inputFormPanel div:nth-of-type(3) a {
		    text-align: center!important;
		    padding-left: 0!important;
	}
	#booking-package_inputFormPanel div:nth-of-type(2) .value {
    width: 95%!important;
}
	#booking-package_inputFormPanel div:nth-of-type(3) a,
	#booking-package_inputFormPanel div:nth-of-type(2) .txt-a input{
    top: 61px;
    height: 30px;
    right: 10px;
    line-height: 30px;
	}
	#booking-package_inputFormPanel .row:nth-of-type(6),
	#booking-package_inputFormPanel .row:nth-of-type(7),
	#booking-package_inputFormPanel .row:nth-of-type(8) {
		width: 100%;
	}
	#booking-package_inputFormPanel div:nth-of-type(4) {
		width: 100%;
		padding: 0;
        padding-bottom: 5%;
	}
    h1 {
        width: 200px!important;
    }
	#booking-package_inputFormPanel div:nth-of-type(5) {
    width: 100%;
		    padding: 0;
            margin-bottom: 7%!important;
    }
    header {
    height: 110px!important;
}
#booking-package_inputFormPanel div:nth-of-type(3) .name {
    padding-left: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0;
        line-height: 0;
}
#booking-package_inputFormPanel div:nth-of-type(3) {
    padding-left: 0;
}
	#booking-package_inputFormPanel .row:nth-of-type(6),
	#booking-package_inputFormPanel .row:nth-of-type(7),
	#booking-package_inputFormPanel .row:nth-of-type(8) {
		width: 100%!important;
		    padding: 0;
	}
	input#booking_package_input_age {
    margin-left: 0;
}
#booking-package_inputFormPanel .row:nth-of-type(9) .name {
    right: 60px;
    text-indent: -50px;
    margin-left: 50px;
}
#booking-package_inputFormPanel .row:nth-of-type(9) .name:before {
    /* text-align: right; */
    text-indent: 0;
}
#booking-package_inputFormPanel .row:nth-of-type(11) .name {
    line-height: 1.4;
    text-indent: -50px;
    margin-left: 50px;
}
#booking-package_inputFormPanel .row:nth-of-type(11) .name:before {
text-indent: 0;
}
	#booking-package_inputFormPanel.fixed .row:nth-of-type(9) .name {
		right: -20px;
            text-indent: 0;
    margin-left: 0;
    line-height: 1.3;
	}
	#booking-package_inputFormPanel .row:nth-of-type(10) select {
    width: 50%;
}
	#booking-package_inputFormPanel .row:nth-of-type(11) select {
		width: 50%!important;
	}
	#booking-package_inputFormPanel .name, #booking-package_serviceDetails .name, #booking-package_myBookingDetailsFroVisitor .name, #booking-package_myBookingDetails_panel .name {
		    display: inline-block;
    font-weight: normal;
    padding-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px;
	}
	.name.required:before {
		width: 40px;
	}
	#booking-package_inputFormPanel .row:nth-of-type(9),
	#booking-package_inputFormPanel .row:nth-of-type(10),
	#booking-package_inputFormPanel .row:nth-of-type(11),
	#booking-package_inputFormPanel .row:nth-of-type(13),
	#booking-package_inputFormPanel .row:nth-of-type(14),
	#booking-package_inputFormPanel .row:nth-of-type(15) {
		padding: 0;
	}
	span.t-size {
		font-size: 12px;
	}
	#booking-package_inputFormPanel .row:nth-of-type(13) {
		width: 100%;
	}
	#booking-package_inputFormPanel .row:nth-of-type(14) {
		width: 100%;
	}
	#booking-package_inputFormPanel textarea {
		width: 100%!important;
	}
	.calendarData {
    font-size: 16px!important;
}
	.calender-ttl p {
		font-size: 16px;
	}
	#booking-package_inputFormPanel .row:nth-of-type(7) p.res-p,
	#booking-package_inputFormPanel .row:nth-of-type(8) p.res-p {
		position: static;
	}
	#booking-package_inputFormPanel .row:nth-of-type(9).fix {
		left: 0;
	}
	#booking-package_inputFormPanel.fixed .row:nth-of-type(8) {
		margin-bottom: 0!important;
	}
	#booking-package_inputFormPanel .row:nth-of-type(16) {
    padding-bottom: 10%;
}
	#booking-package_inputFormPanel div:nth-of-type(2) .value, #booking-package_inputFormPanel div:nth-of-type(3) .value {
		letter-spacing: 1px;
	    height: 50px;
    line-height: 50px;
	}
	p.txt-p.b {
    margin-bottom: 0;
}
	div#booking-package {
		padding-bottom: 0;
	}
	div#scheduleMainPanel {
    margin-bottom: 10%!important;
}
	li.check {
    background: #253861!important;
}
	.step-wrap ul li.check:last-child {
    border-top: 0;
    border-left: 0;
}
	#booking-package_schedulePage div#daysListPanel div {
    padding: 6px 10px!Important;
}
	div#scheduleMainPanel .selectPanel {
    padding-left: 40px!important;
    font-size: 14px;
    padding: 12px 20px!important;
}
	.step-wrap ul li:nth-child(2) p, .step-wrap ul li:nth-child(3) p {
    position: relative;
    top: 9px;
}
	.step-wrap ul li:nth-child(4) p {
    top: 0px;
}
	div#thanks {
    width: 90%;
    padding: 5%;
    margin: 0 auto;
}
	div#thanks p.ttl {
    font-size: 16px;
    margin-bottom: 5%;
        width: 100%;
}
	div#thanks p {
    font-size: 13px;
    width: 100%;
}
	.wrap.thanks {
    padding-bottom: 10%;
}
	.entry-content {
    overflow: hidden;
}
	.phone-num p {
  color: #666666!important;
  text-decoration: none!important;
	}
	input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
	input[type=text]    {
    font-size : 16px;
    border : 1px solid #ccc;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}
	#booking-package_inputFormPanel div:nth-of-type(2) .value, #booking-package_inputFormPanel div:nth-of-type(3) .value {
		margin-left: 0;
	}
	p.txt-p {
    font-size: 12px;
}
	#booking-package_inputFormPanel div:nth-of-type(2) .value {
    border-bottom: 3px solid #f5f5f5;
}
  input,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }
	li.check.sp-none {
    /*background: #f5f5f5!important;*/
}
	li.check.sp-none p {
		/*color: #253861!important;*/
	}
	select,textarea {
    font-size: 16px;
}
}
@media (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.phone-wrap .phone-num p a {
    text-decoration: none;
    color: #666666;
}
button.returnButton.bookingButton.disabled {
	opacity: 0.4!important;
}
button.returnButton.bookingButton {
	opacity: 1;
}
.cap-wrap .name, .cap-wrap p {
    display: inline-block;
}
@media screen and (max-width: 768px) {
	.cap-wrap .name, .cap-wrap p {
		display: block;
	}
	.cap-wrap .link {
		text-align: left;
	}
	.cap-wrap p {
    margin-bottom: -6px;
}
	input[type="checkbox"] {
    background-color: initial;
    cursor: default!important;
    appearance: checkbox!important;
    box-sizing: border-box!important;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
		-moz-appearance: checkbox!important;
-webkit-appearance: checkbox!important;
		appearance: checkbox!important;
}
	input[type="checkbox"]:checked {
				-moz-appearance: checkbox!important;
-webkit-appearance: checkbox!important;
		appearance: checkbox!important;
	}
input[type="checkbox"] {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto!important;
    color: -internal-light-dark(black, white)!important;
    letter-spacing: normal!important;
    word-spacing: normal!important;
    text-transform: none!important;
    text-indent: 0px!important;
    text-shadow: none!important;
    display: inline-block!important;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}
	.cap-wrap {
		margin-top: 0;
	}
	.cap-wrap .name {
		    margin-bottom: 20px!important;
	}
}
#booking-package_inputFormPanel .planName {
	    font-size: 16px;
}
.step-wrap ul li:last-child::before {
	    background: #253861!important;
}
#booking-package_schedulePage .selectPanelError {
    padding-left: 40px!important;
}



button.returnButton.confirmButton.disabled {
    opacity: 0.4;
}
button.returnButton.confirmButton {
    opacity: 1;
}
#booking-package_inputFormPanel label input#accept {
    height: 13px;
}
.cap-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
	    padding: 0;
}
.cap-wrap .link {
    text-align: right;
    justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	.cap-wrap .link {
    text-align: left;
    justify-content: flex-start;
}
	.cap-wrap {
		width: 100%;
	}
}

textarea#booking_package_input_comment.warning {
    display: none!important;
}
#booking-package_inputFormPanel .row:nth-of-type(11) p.txt-p {
    display: none!important;
}
#booking-package_inputFormPanel .row:nth-of-type(11) #booking_package_input_reservationradio {
    margin-left: 0;
	 display: inline-block;
}
#booking-package_inputFormPanel label {
    height: 40px;
}
#booking-package_inputFormPanel .row:nth-of-type(11) #booking_package_input_reservationradio label span.radio_title {
    position: relative;
    bottom: 19px;
}
#booking-package_inputFormPanel .row:nth-of-type(15) .name {
    color: #253861;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
#booking-package_inputFormPanel.fixed label:nth-of-type(2),
#booking-package_inputFormPanel.fixed label:nth-of-type(3),
#booking-package_inputFormPanel.fixed label:nth-of-type(4),
#booking-package_inputFormPanel.fixed span.radio_title {
    display: none;
}
#booking-package_inputFormPanel.fixed label {
    margin-left: 0;
    height: 100%;
    font-weight: 200;
}
#booking-package_inputFormPanel .row:nth-of-type(15) {
    padding-bottom: 40px;
}


.select-option ul li {
	position: relative;
}
.select-option ul li a {
	height: 100px;
}
.select-option ul li a span.f-size {
    font-size: 11px;
}
.select-option ul li p a {
    height: 0;
}
.select-option ul li a p {
    line-height: 1.5;
    position: absolute;
    top: 38%;
}
.select-option ul li a img {
    width: 10px;
    height: 18px;
    margin-left: auto;
    position: relative;
    bottom: 0px;
    top: -58px;
    right: 20px;
}
@media screen and (max-width: 768px) {
.select-option ul li a img {
    top: -42px;
    right: 20px;
}
	.select-option ul li a  {
		height: 70px;
	}
	#booking-package_inputFormPanel .row:nth-of-type(12) .name {
    width: 220%;
}
	#booking-package_inputFormPanel .row:nth-of-type(12) {
		padding: 0;
	}
	#booking-package_schedulePage .selectPanelError {
    padding-left: 20px!important;
}
	#booking-package_inputFormPanel div input {
    height: 50px;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto!important;
    color: -internal-light-dark(black, white)!important;
    letter-spacing: normal!important;
    word-spacing: normal!important;
    text-transform: none!important;
    text-indent: 0px!important;
    text-shadow: none!important;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}
	#booking-package_inputFormPanel .row:nth-of-type(14) .name {
    font-size: 14px;
}
}

#booking-package_inputFormPanel textarea {
    height: 200px;
    border: 1px solid #d6d6d6;
}
#booking-package_inputFormPanel .row:nth-of-type(14) {
    padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

#booking-package_inputFormPanel div:nth-of-type(3) .value {
    display: block;
}
#booking-package_inputFormPanel div:nth-of-type(3) {
    display: inline-block;
    padding: 10px;
    margin-bottom: 0!important;
    padding-bottom: 0;
        position: relative;
}
#booking_package_input_gender label:nth-of-type(1) {
    margin-right: 30px;
}
#booking-package_inputFormPanel div:nth-of-type(3) .value #booking_package_input_gender span {
    position: relative;
    top: -4px;
}
#booking-package_inputFormPanel div:nth-of-type(3) .value #booking_package_input_gender input {
    height: 20px;
}
select#booking_package_input_number {
    width: 50%;
}
div#booking_package_input_contents {
    flex-wrap: wrap;
}
#booking_package_input_contents label {
    display: flex!important;
    /* flex-wrap: wrap; */
    /* width: 100%; */
}
#booking-package_inputFormPanel .row:nth-of-type(6) {
    width: 100%;
}
#booking-package_inputFormPanel .row:nth-of-type(7) {
    width: 50%;
}
#booking-package_inputFormPanel .row:nth-of-type(8) {
    width: 50%;
}
#booking-package_inputFormPanel .row:nth-of-type(9) {
    width: 100%;
}
#booking-package_inputFormPanel .row:nth-of-type(9) select {
    width: 24.5%!important;
}
#booking-package_inputFormPanel .row:nth-of-type(10) {
    width: 50%;
}

#booking-package_inputFormPanel .row:nth-of-type(10) input {
    height: 50px;
    /* width: 50%; */
}
#booking-package_inputFormPanel .row:nth-of-type(8) select {
    width: 24.5%!important;
}
input#booking_package_input_name,
input#booking_package_input_furigana,
#booking-package_inputFormPanel .row:nth-of-type(9) input {
    height: 50px!important;
}
#booking_package_input_contents label {
    margin-right: 30px;
}
.autoConfirm.fixed #booking_package_input_gender span {
    display: block;
    position: static;
    margin-left: 0;
}
.autoConfirm.fixed #booking_package_input_gender input,
.autoConfirm.fixed #booking_package_input_gender span {
    display: none;
}
.autoConfirm.fixed #booking_package_input_contents input,
.autoConfirm.fixed #booking_package_input_contents span {
    display: none;
}
/*#booking-package_inputFormPanel div:nth-of-type(5) .res-p {
    display: none;
}*/
div#booking_package_input_gender .res-p:nth-of-type(1) {
    display: none;
}
#booking_package_value_contents p:not(:last-of-type) {
    display: none;
}
.autoConfirm.fixed div:nth-of-type(3) {
    /* margin-bottom: 10px!important; */
    padding-bottom: 10px!important;
}
#booking-package_inputFormPanel div:nth-of-type(3) .res-p {
    display: none;
}
h1 {
    width: 300px;
}
.p-wrap {
    /*width: 100%;*/
    max-width: 880px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
}
.p-wrap p {
    width: 78%;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    color: #253861;
    text-indent: -13px;
    margin-left: 13px;
}
.p-wrap p {
    margin: 0 auto;
}
.select-option select {
    width: 100%;
    height: 100px;
    border-radius: 0;
    margin-top: 0;
    padding-left: 14px;
    font-size: 16px;
    background: #f5f5f5;
    /* box-shadow: 0px 0px 2px 2px #f3f3f3; */
    border: none;
    border-bottom: 1px solid #b2b2b2;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.select-option select:hover {
    cursor: pointer;
}
.arrow-img {
    position: relative;
}
.arrow-img img {
    height: 18px;
    width: 10px;
    position: absolute;
    right: 20px;
    top: 40px;
    -webkit-backface-visibility: hidden;
}
.select-css:focus {
    box-shadow: none!important;
}
.p-wrap.mb10 {
    max-width: 880px;
    margin-bottom: 10px;
}
.p-wrap.mb10 p:nth-of-type(1) {
    margin-bottom: 20px;
}
.p-wrap.mb30 {
    max-width: 880px;
    margin-bottom: 30px;
}
.p-wrap.mb30 p:not(:last-of-type) {
    margin-bottom: 20px;
}
p.red {
    color: #FF1414;
}
.clinic-ttl p span {
    font-size: 28px;
    font-weight: normal;
    color: #253861;
    letter-spacing: 1px;
}
.sapporo .clinic-ttl h2 {
    width: 300px;
}
.top .clinic-ttl h2 {
    color: #253861;
    width: 340px;
        letter-spacing: 1px;
    font-weight: normal;
}
#booking-package_inputFormPanel .row:nth-of-type(11) {
    padding-bottom: 30px;
    border-bottom: 1px solid #b2b2b2;
}

.sapporo .clinic-ttl h2,
.morioka .clinic-ttl h2,
.yamagata .clinic-ttl h2,
.sendai .clinic-ttl h2,
.niigata .clinic-ttl h2,
.chiba .clinic-ttl h2,
.tokyo .clinic-ttl h2,
.ginza .clinic-ttl h2,
.shinbashi .clinic-ttl h2,
.ikebukuro .clinic-ttl h2,
.shibuya .clinic-ttl h2,
.shizuoka .clinic-ttl h2 {
    width: 300px;
}
.shinmaebashi .clinic-ttl h2,
.hachioji .clinic-ttl h2 {
    width: 330px;
}
.hokudaidoori .clinic-ttl h2,
.iwatsuki .clinic-ttl h2,
.jiyugaoka .clinic-ttl h2,
.fukuoka .clinic-ttl h2 {
    width: 370px;
}
.kannai .clinic-ttl h2 {
    width: 380px;
}
.p-wrap.mb10 p {
    text-indent: -1px;
    width: 80%;
}
.p-wrap.mb30 p {
    text-indent: -1px;
}
.p-wrap.mb30 p.red:nth-of-type(3) {
    margin-bottom: 0;
}
.p-wrap p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.thanks .clinic-ttl h2 {
    width: 330px;
}
label span {
    color: #222;
}
input::placeholder {
  color: #b3b3b3;
}
/* IE */
input:-ms-input-placeholder {
  color: #b3b3b3;
}
/* Edge */
input::-ms-input-placeholder {
  color: #b3b3b3;
}
div#booking_package_input_contents {
    height: 60px;
}
#booking-package_inputFormPanel .row:nth-of-type(4) {
    position: relative;
}
#booking-package_inputFormPanel .row:nth-of-type(3):before {
    content: "※複数選択可";
    display: block;
    position: absolute;
    left: 38%;
    top: 14%;
    font-size: 13px;
    color: #253861;
}
#booking-package_inputFormPanel .row:nth-of-type(4):before {
    content: "※人数を選択してください";
    display: block;
    position: absolute;
    left: 61%;
    top: 14%;
    font-size: 13px;
    color: #253861;
}
#booking-package_inputFormPanel .row:nth-of-type(5):before {
    content: "※人数を選択してください";
    display: block;
    position: absolute;
    left: 53%;
    top: 14%;
    font-size: 13px;
    color: #253861;
}
#booking-package_inputFormPanel div:nth-of-type(6):before {
    content: "※複数選択可";
    display: block;
    position: absolute;
    left: 39%;
    top: 13%;
    font-size: 13px;
    color: #253861;
}
#booking-package_inputFormPanel div:nth-of-type(9):before {
    content: "※選択してください";
    display: block;
    position: absolute;
    left: 67%;
    top: 14.5%;
    font-size: 13px;
    color: #253861;
}

.autoConfirm.fixed .row:nth-of-type(3):before,
.autoConfirm.fixed .row:nth-of-type(4):before,
.autoConfirm.fixed .row:nth-of-type(5):before,
.autoConfirm.fixed .row:nth-of-type(6):before,
.autoConfirm.fixed .row:nth-of-type(9):before {
    display: none!important;
}
select {
    border-radius: 0!important;
}
.step-wrap ul li:nth-child(3) p {
    /* width: 110%; */
    letter-spacing: -0.5px;
}
#booking-package_inputFormPanel .name {
    letter-spacing: 1px;
}
button.returnButton.confirmButton a:hover {
    color: #ffffff;
}
button.returnButton.confirmButton a {
    color: white;
    /* border-bottom: 0; */
    display: block;
    text-decoration: none;
        height: 50px;
    line-height: 50px;
}
#booking-package_inputFormPanel select {
    width: 50%!important;
}

@media screen and (max-width: 768px) {
    #booking-package_inputFormPanel .row:nth-of-type(8) select {
        width: 50%!important;
}
#booking-package_inputFormPanel div:nth-of-type(6):before {
    top: 7px;
    left: auto;
    right: 0;
}
#booking-package_inputFormPanel .row:nth-of-type(4):before {
    right: 0;
    left: auto;
    top: 6px;
}
#booking-package_inputFormPanel .row:nth-of-type(5):before {
    right: 0;
    left: auto;
}
#booking-package_inputFormPanel div:nth-of-type(9):before {
    left: auto;
    right: 0!important;
    top: 56px;
}
.autoConfirm.fixed .row:nth-of-type(11) .name {
    text-indent: 0!important;
    margin-left: 0!important;
}
#booking-package_inputFormPanel select {
    width: 50%!important;
}
.txt-confirm-wrap {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 8%!important;
}
.txt-confirm-wrap p.txt-s {
    margin-top: 5%;
}
input[type="text"] {
    font-size: 16px!important;
}
p.res-p {
    font-size: 14px;
}
div#booking_package_input_gender {
    display: block!important;
}
div#booking_package_input_contents {
    display: block!important;
}
.autoConfirm.fixed #booking_package_input_gender {
    display: none!important;
}
.autoConfirm.fixed div#booking_package_input_contents {
    display: none!important;
}
.p-wrap.mb10 p:nth-of-type(1),
.p-wrap.mb10 p:nth-of-type(2) {
    left: 4px!important;
}
#page {
    overflow: hidden;
}
.row {
    margin-bottom: 7%!important;
}
div#thanks p:last-of-type {
    margin-top: 7%!important;
}
footer ul li:last-child {
    margin-top: 10%;
}
#booking-package_inputFormPanel .row:nth-of-type(9) select {
    width: 49.5%!important;
}
}
.txt-confirm-wrap p.txt-s {
    color: #FF1414;
}
.txt-confirm-wrap p {
    color: #FF1414;
}
.txt-confirm-wrap {
    text-align: center;
    margin-bottom: 3%;
}
.p-wrap.mb10 p:nth-of-type(2) {
    text-indent: -14px;
    position: relative;
    left: 14px;
    margin-bottom: 20px;
}
.p-wrap.mb10 p:nth-of-type(1) {
    margin-bottom: 20px;
    text-indent: -14px;
    position: relative;
    left: 14px;
}
*:focus {
  outline: none!important;
}
#booking-package_inputFormPanel .row:nth-of-type(6) {
    position: relative;
}
.autoConfirm.fixed div:nth-of-type(6):before {
    display: none!important;
}
#booking-package_inputFormPanel .row:nth-of-type(6) .res-p {
    display: none;
}


/* table */

.p-wrap.mb30 table {
    width: 100%;
    color: #253861;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.p-wrap.mb30 table thead {
    text-align: left;
}
.p-wrap.mb30 table tbody tr:nth-of-type(1) th,
.p-wrap.mb30 table tbody tr:nth-of-type(1) td {
    padding-bottom: 10px;
    border-bottom: 1px solid #253861;
}
.p-wrap.mb30 table tbody tr:nth-of-type(1) th {
    padding-bottom: 10px;
    border-left: 1px solid #253861;
    border-right: 1px solid #ffffff;
    background: #253861;
    color: #ffffff;
    text-align: center;
}
.p-wrap.mb30 table tbody tr:nth-of-type(1) td {
    padding-bottom: 10px;
    border-bottom: none;
    background: #253861;
    color: #ffffff;
    text-align: center;
    border-left: 1px solid #ffffff;
}
.p-wrap.mb30 table tbody tr th {
    border-right: 1px solid #253861;
    border-left: 1px solid #253861;
        width: 30%;
        text-align: center;
}
.p-wrap.mb30 table tbody tr td:nth-of-type(1) {
    border-right: 1px solid #253861;
}
.p-wrap.mb30 table tbody tr {
    border-right: 1px solid #253861;
}
.p-wrap.mb30 table tbody tr th, .p-wrap.mb30 table tbody tr td {
    padding: 10px 0;
    border-bottom: 1px solid #253861;
    text-align: center;
}
.p-wrap.mb30 table tbody {
    text-align: left;
}
.p-wrap.mb30 table tbody tr td {
    text-align: center;
    width: 35%;
}
.p-wrap.mb30 table:nth-of-type(2) {
    margin-top: 40px;
}
.p-wrap.mb30 table tbody tr th p {
    text-align: center;
}
.p-wrap.mb30 table tbody tr td {
    vertical-align: middle;
}
.p-wrap.mb30 table tbody tr td p {
    text-align: center;
}
.p-wrap.mb30 table thead tr th {
    padding-bottom: 20px;
}
.p-wrap.mb10.fix p:nth-of-type(2) {
    margin-bottom: 20px;
}
.p-wrap.mb10.fix p {
    text-indent: 0;
    position: static;
}
.figure_ttl {
    font-size: 20px;
    color: #253861;
    margin-bottom: 30px;
    /* font-weight: 600; */
}
.figure_wrap {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .figure_ttl {
        font-size: 16px;
            margin-bottom: 20px;
    }
    .p-wrap.mb30 table:nth-of-type(2) {
    margin-top: 30px;
}
.p-wrap.mb30 table tbody tr th {
    width: 35%;
}
.p-wrap.mb30 table tbody tr td {
    width: 33.33%;
}
.figure_wrap {
    width: 90%;
}
}

.p-wrap.mb10.fix p a {
    text-decoration: none;
    color: #FF1414;
}
.calender-ttl .symbolPanel.material-icons {
    color: white!important;
    font-size: 20px!important;
    position: relative;
    top: 15px;
    margin-left: 25px;
    margin-right: 7px;
}
.calender-ttl .pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
}
.calender-wrap .sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .calender-ttl .pc {
        display: none;
    }
    .calender-wrap .sp {
        -js-display: flex;
        display: flex;
        padding: 0% 5% 5% 5%;
        background: #253861;
        position: relative;
        top: -2px;
        color: #ffffff;
    }
    .calender-wrap .sp .material-icons {
        color: #ffffff!important;
        font-size: 16px!important;
        margin-right: 4px;
    }
    .calender-wrap .sp .material-icons:nth-of-type(1) + p {
        margin-right: 20px;
    }
    .calender-wrap .sp p {
        letter-spacing: 2px;
    }
}

.selectPanelError,
.selectPanelError-p,
.selectPanelError-n {
    pointer-events: none;
}

.selectPanelError-p,
.selectPanelError-n {
    width: 100%;
    display: table;
    border-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-right-width: 0;
    padding: 10px;
    margin: -1px;
    color: red;
    padding-left: 40px!important;
    border-color: #f5f5f5!important;
        background-color: #FFF;
}

.dayPanel.closed-Day {
    pointer-events: none;
}

.thanks-box .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5%;
    text-align: center;
}

a.link-text {
    text-decoration: none;
    color: #666666;
}

div#thanks p:last-of-type {
    text-align: left;
    margin-top: 10px;
}
.thanks-box .btn-wrap button:nth-of-type(1) {
    margin-right: 1%;
}
.thanks-box .btn-wrap button {
    margin: 0;
}
div#thanks p:nth-of-type(3) {
    margin-top: 1%;
}

.closed-Day .symbolPanel.material-icons {
    color: #e24b00!important;
}

@media screen and (min-height: 860px) {
    #form-thanks footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
}

@media screen and (max-width: 768px) {
    .thanks-box .btn-wrap button {
        margin: 0;
        width: 70%;
    }
    .thanks-box .btn-wrap {
        display: block;
    }
    div#thanks p:nth-of-type(3) {
        margin-top: 3%;
    }
    .thanks-box .btn-wrap button:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 2%;
    }
}

footer ul li:last-child a {
    color: white;
    text-decoration: none;
}

/*　パンクズ リスト　*/

.bread-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 45px;
    border-top: 1px solid #d8e2f9;
    border-bottom: 1px solid #253861;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bread-list > span {
    font-size: 11px;
    color: #253861;
    font-family: 'Gill Sans', 'Gill Sans MT', Lato, sans-serif;
    margin-right: 12px;
}

.bread-list > span a {
    font-family: 'Gill Sans', 'Gill Sans MT', Lato, sans-serif;
    color: #253861;
    letter-spacing: 0.2em;
}

.bread-list > span:not(:last-child):after {
    content: ">";
    display: inline-block;
    margin-left: 12px;
}

.bread-list > span span {
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    #header_image {
        padding-top: 0!important;
    }
    .bread-list {
        padding-left: 5%;
    }
    .bread-list > span:nth-of-type(1) {
        min-width: 50px;
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0;
    }
    .bread-list > span:nth-of-type(6) {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
    }
    .bread-list > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /*min-width: 60px;*/
    }
    .post-type-archive .bread-list > span {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
    }
.post-type-archive .bread-list > span:nth-of-type(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
    .single-feature .bread-list > span:nth-of-type(3) {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
.page-id-135 #header_image .title span::after {
  margin: 23px 0 0;
}
.page-id-135 #header_image.no_image {
    padding-bottom: 50px;
    margin-top: -25px;
}
.page-id-306 #header_image.no_image,
.blog #header_image.no_image {
  margin-bottom: 0;
  padding-bottom: 50px;
  margin-top: -50px;
}
#header_image.no_image {
  margin-bottom: 0;
  padding-bottom: 50px;
  margin-top: -50px;
}
.post-type-archive-column #header_image.no_image,
.column-template-default #header_image {
    margin-bottom: 15px;
    padding-bottom: 20px !important;
    margin-top: 20px !important;
}
}

.bread-list > span a {
    text-decoration: none;
}
