body {
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
    font-style: normal;
    font-weight: 400;
}
input,
textarea {
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
}
html body {
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
}
.sp_tab .sp_tab__regular__title,
.sp_tab .sp_tab__single__title {
    color: #fff;
    font-size: 138.5%;
    text-align: center;
    padding: 0.8em;
    line-height: 1em;
}
.sp_tab .sp_tab__regular__title {
    background: #007ac6;
}
.sp_tab .sp_tab__single__title {
    background: #03b6ed;
}
.sp_tab ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 5px solid #007ac6;
    margin: 16px 0 0;
}
.sp_tab ul li {
    width: calc(50% - 1px);
}
.sp_tab ul li span,
.sp_tab ul li a {
    text-decoration: none;
    display: block;
    border: 2px solid;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    height: 37px;
    line-height: 37px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.sp_tab ul li span.sp_tab__active,
.sp_tab ul li a.sp_tab__active {
    color: #fff !important;
}
.sp_tab ul li span:before,
.sp_tab ul li a:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
}
.sp_tab ul li:first-child span,
.sp_tab ul li:first-child a {
    border-color: #007ac6;
    color: #007ac6;
}
.sp_tab ul li:first-child span:before,
.sp_tab ul li:first-child a:before {
    background: url("/images/sp/top/icon_flag.svg") no-repeat center center;
    background-size: contain;
}
.sp_tab ul li:last-child span,
.sp_tab ul li:last-child a {
    border-color: #03b6ed;
    color: #03b6ed;
}
.sp_tab ul li:last-child span:before,
.sp_tab ul li:last-child a:before {
    background: url("/images/sp/top/icon_single.svg") no-repeat center center;
    background-size: contain;
}
.sp_tab ul.sp_tab__regular li:first-child span.sp_tab__active,
.sp_tab ul.sp_tab__regular li:first-child a.sp_tab__active {
    background: #007ac6;
}
.sp_tab ul.sp_tab__regular li:first-child span.sp_tab__active:before,
.sp_tab ul.sp_tab__regular li:first-child a.sp_tab__active:before {
    background: url("/images/sp/top/icon_flag_mo.svg") no-repeat center center;
    background-size: contain;
}
.sp_tab ul.sp_tab__single {
    border-color: #03b6ed;
}
.sp_tab ul.sp_tab__single li:last-child span.sp_tab__active,
.sp_tab ul.sp_tab__single li:last-child a.sp_tab__active {
    background: #03b6ed;
}
.sp_tab ul.sp_tab__single li:last-child span.sp_tab__active:before,
.sp_tab ul.sp_tab__single li:last-child a.sp_tab__active:before {
    background: url("/images/sp/top/icon_single_mo.svg") no-repeat center center;
    background-size: contain;
}
ul.solo-plancontents,
ul.solo-playStyle,
ul.solo-conditions,
ul.solo-startTime {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
}
ul.solo-plancontents li,
ul.solo-playStyle li,
ul.solo-conditions li,
ul.solo-startTime li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    padding-right: 1em;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    letter-spacing: normal;
    text-align: left;
    font-size: 13px;
    color: #333;
    margin-bottom: 0.8em;
}
ul.solo-startTime li {
    width: calc(100% / 3);
}
.changing-number {
    margin-bottom: 30px;
}
.changing-number h2 {
    background: #0086cd;
}
.changing-number p {
    padding: 5px 10px;
    font-size: 14px;
}
.changing-number ul {
    padding: 5px 0;
    letter-spacing: -0.4em;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.changing-number ul li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 18%;
    margin: 0 1% 5px 1%;
    padding: 10px 1%;
    border: 1px solid #0085cd;
    border-radius: 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(#0086cd), to(#7fd4ff));
    background: -webkit-linear-gradient(bottom, #0086cd 0%, #7fd4ff 100%);
    background: -o-linear-gradient(bottom, #0086cd 0%, #7fd4ff 100%);
    background: linear-gradient(0deg, #0086cd 0%, #7fd4ff 100%);
    letter-spacing: normal;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 116%;
    font-weight: bold;
    vertical-align: top;
    min-height: 0;
}
.changing-number ul li.choose-number {
    border: 1px solid #ff8400;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff930b), to(#ffaf4a));
    background-image: -webkit-linear-gradient(bottom, #ff930b 0%, #ffaf4a 100%);
    background-image: -o-linear-gradient(bottom, #ff930b 0%, #ffaf4a 100%);
    background-image: linear-gradient(0deg, #ff930b 0%, #ffaf4a 100%);
}
.changing-number ul li.clearBtn {
    border: 1px solid #787878;
    background: #aaabaa; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#aaabaa), to(#636363));
    background: -webkit-linear-gradient(top, #aaabaa 0%, #636363 100%);
    background: -o-linear-gradient(top, #aaabaa 0%, #636363 100%);
    background: linear-gradient(top, #aaabaa 0%, #636363 100%); /* Chrome10+,Safari5.1+ */
    color: #fff;
    padding: 10px 3px;
}
.changing-number ul li.disableBtn {
    background-color: #ccc;
    background-image: none;
    border: 1px solid #999;
    color: #999;
}
.changing-number.plan-detail {
    background: #f2fbff;
}
.changing-number.plan-detail h2 {
    background: #0f5499;
}
.solo-reserve a.link {
    color: #0075c3;
}
.solo-reserve h3 {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #999;
    color: #fff;
}
.solo-reserve #searchBox {
    margin: 0px 0px 1px;
}
.solo-reserve #searchBox dd {
    color: #fff100;
    font-size: 116%;
}
.solo-reserve #container {
    position: relative;
    padding: 0;
}
.solo-reserve .solo-reserve__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.solo-reserve .solo-reserve__wrap.fl-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.solo-reserve .solo-reserve__wrap.fl-v-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.solo-reserve .solo-reserve__list {
    padding: 5px;
}
.solo-reserve .solo-reserve__list .solo-reserve__list__item {
    border-radius: 10px;
    border: solid 2px #03b6ed;
    background: -webkit-linear-gradient(bottom, #f0faff 0%, #f0faff calc(100% - 35px), #fff 35px, #fff 100%);
    background: -o-linear-gradient(bottom, #f0faff 0%, #f0faff calc(100% - 35px), #fff 35px, #fff 100%);
    background: linear-gradient(0deg, #f0faff 0%, #f0faff calc(100% - 35px), #fff 35px, #fff 100%);
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 27px 15px 7px;
    text-decoration: none;
    margin-bottom: 10px;
}
.solo-reserve .solo-reserve__list .solo-reserve__list__item:before {
    position: absolute;
    background: #03b6ed;
    content: '';
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
}
.solo-reserve .solo-reserve__list .solo-reserve__list__item:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.solo-reserve .solo-reserve__list .solo-reserve__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 20px;
    padding-bottom: 9px;
    margin-bottom: 10px;
}
.solo-reserve .solo-reserve__list p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.45;
    color: #0032ef;
    margin: 0.3em 0;
}
.solo-reserve .solo-reserve__list .solo-reserve__time--caption {
    font-size: 93%;
    font-weight: bold;
    color: #333;
    margin-right: 1em;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.solo-reserve .solo-reserve__list .solo-reserve__time {
    font-size: 110%;
    font-weight: bold;
    color: #333;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.solo-reserve .solo-reserve__banner--chokuzen {
    border-radius: 5px;
    border: solid 1px #ff5400;
    font-size: 12px;
    font-weight: bold;
    color: #ff5400;
    position: relative;
    padding: 3px 3px 3px 50%;
    text-align: center;
    background: #fff;
}
.solo-reserve .solo-reserve__banner--chokuzen span {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-align: center;
    width: calc(50% - 6px);
    padding: 3px;
    line-height: 14px;
}
.solo-reserve .solo-reserve__banner--chokuzen span:before {
    content: '';
    display: inline-block;
    background-image: url("/images/icon_single_price_lastmindiscount.svg");
    background-size: cover;
    vertical-align: middle;
    width: 11px;
    height: 16px;
    margin-right: 4px;
    margin-top: -2.5px;
}
.solo-reserve .solo-reserve__banner--chokuzen:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5400;
    content: '';
    width: 50%;
    height: 100%;
}
.solo-reserve .solo-reserve__banner--hayawari {
    border-radius: 5px;
    border: solid 1px #0086cd;
    font-size: 12px;
    font-weight: bold;
    color: #0086cd;
    position: relative;
    padding: 3px 3px 3px 50%;
    text-align: center;
    background: #fff;
}
.solo-reserve .solo-reserve__banner--hayawari span {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-align: center;
    width: calc(50% - 6px);
    padding: 3px;
    line-height: 14px;
}
.solo-reserve .solo-reserve__banner--hayawari span:before {
    content: '';
    display: inline-block;
    background-image: url("/images/icon_single_price_earlydiscount.svg");
    background-size: cover;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    margin-top: -2.5px;
}
.solo-reserve .solo-reserve__banner--hayawari:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #0086cd;
    content: '';
    width: 50%;
    height: 100%;
}
.solo-reserve .solo-reserve__banner--tokuwari {
    border-radius: 5px;
    border: solid 1px #22ac38;
    font-size: 12px;
    font-weight: bold;
    color: #22ac38;
    position: relative;
    padding: 3px 3px 3px 50%;
    text-align: center;
    background: #fff;
}
.solo-reserve .solo-reserve__banner--tokuwari span {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-align: center;
    width: calc(50% - 6px);
    padding: 3px;
    line-height: 14px;
}
.solo-reserve .solo-reserve__banner--tokuwari span:before {
    content: '';
    display: inline-block;
    background-image: url("/images/icon_single_price_specialdiscount.svg");
    background-size: cover;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    margin-top: -2.5px;
}
.solo-reserve .solo-reserve__banner--tokuwari:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #22ac38;
    content: '';
    width: 50%;
    height: 100%;
}
.solo-reserve .solo-reserve__banner--firstfree {
    border-radius: 5px;
    border: solid 1px #7c10d0;
    font-size: 12px;
    font-weight: bold;
    color: #7c10d0;
    position: relative;
    padding: 3px 3px 3px 50%;
    text-align: center;
    background: #fff;
}
.solo-reserve .solo-reserve__banner--firstfree em {
    font-size: 10px;
    font-style: normal;
}
.solo-reserve .solo-reserve__banner--firstfree span {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2.5px;
    text-align: center;
    width: calc(50% - 6px);
    padding: 3px;
    line-height: 1.23;
    letter-spacing: normal;
    font-weight: bold;
}
.solo-reserve .solo-reserve__banner--firstfree:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #7c10d0;
    content: '';
    width: 50%;
    height: 100%;
}
.solo-reserve .solo-reserve__banner--firstfreewoman {
    border-radius: 5px;
    border: solid 1px #ff0090;
    font-size: 12px;
    font-weight: bold;
    color: #ff0090;
    position: relative;
    padding: 3px 3px 3px 50%;
    text-align: center;
    background: #fff;
}
.solo-reserve .solo-reserve__banner--firstfreewoman em {
    font-size: 10px;
    font-style: normal;
}
.solo-reserve .solo-reserve__banner--firstfreewoman span {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2.5px;
    text-align: center;
    width: calc(50% - 6px);
    padding: 3px;
    line-height: 1.23;
    letter-spacing: normal;
    font-weight: bold;
}
.solo-reserve .solo-reserve__banner--firstfreewoman:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff0090;
    content: '';
    width: 50%;
    height: 100%;
}
.solo-reserve .solo-reserve__banner--timesale {
    border-radius: 5px;
    border: solid 1px #e60012;
    font-size: 12px;
    font-weight: bold;
    color: #e60012;
    position: relative;
    padding: 3px 3px 3px 50%;
    text-align: center;
    background: #fff;
}
.solo-reserve .solo-reserve__banner--timesale span {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-align: center;
    width: calc(50% - 6px);
    padding: 3px;
    line-height: 14px;
}
.solo-reserve .solo-reserve__banner--timesale span:before {
    content: '';
    display: inline-block;
    background: url("/images/icon_single_price_timesale.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    margin-top: -2.5px;
}
.solo-reserve .solo-reserve__banner--timesale:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #e60012;
    content: '';
    width: 50%;
    height: 100%;
}
.solo-reserve ul.solo-reserve__label {
    margin-bottom: 5px;
}
.solo-reserve ul.solo-reserve__label li {
    margin: 2px 0;
}
.solo-reserve ul.solo-reserve__label li .label-single {
    border-radius: 10px;
    border: solid 1px #03b6ed;
    background-color: #fff;
    font-size: 11px;
    font-weight: bold;
    color: #03b6ed;
    padding: 2px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
.solo-reserve .solo-reserve__price__wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.solo-reserve .solo-reserve__price__caption {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #000;
}
.solo-reserve .solo-reserve__price {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.05;
    text-align: right;
    color: #e60012;
    margin-left: 0.5em;
}
.solo-reserve__normal_price {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.05;
    text-align: right;
    color: #000000;
    margin-left: 0.5em;
}
.solo-reserve___total-budget {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #000000;
}
.solo-reserve .solo-reserve__total-budget {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #e60012;
}
.solo-reserve .icon--m {
    width: 19px;
    height: 19px;
    display: block;
    text-align: center;
    margin-right: 7px;
}
.solo-reserve .icon--m:before {
    width: 19px;
    height: 19px;
    content: '';
    display: block;
    vertical-align: middle;
    background: url("/images/icon_single_member.svg") no-repeat center center;
}
.solo-reserve #withgolf-step3 {
    padding: 10px 10px 0;
}
.solo-reserve #withgolf-step3 dl dt {
    border-left: 5px solid #03b6ed;
    color: #03b6ed;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 5px 0 5px 5px;
}
.solo-reserve #withgolf-step3 dl dd {
    border-left: 5px solid #e0e0e0;
    padding: 5px 0 5px 5px;
    margin-bottom: 20px;
}
.solo-reserve #withgolf-step3 dl dd select {
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 131%;
    width: 100%;
    font-weight: bold;
    padding: 5px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.solo-reserve #withgolf-step3 dl dd textarea {
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 131%;
    width: 100%;
    padding: 5px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.solo-reserve #withgolf-step3 dl dd .less {
    font-size: 90%;
    margin-top: 3px;
    font-size: 12px;
    text-align: right;
    color: #333;
}
.solo-reserve .planData__caution {
    border: solid 2px #ff5300;
    background-color: #fdf0d3;
    width: 100%;
    font-size: 13px;
    line-height: 1.31;
    color: #ff5400;
    padding: 10px 10px 10px 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.solo-reserve .planData__caution:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 12px;
    background: url("/images/reserveform/icon_single_info.png") no-repeat;
    width: 26px;
    height: 26px;
}
.solo-reserve .planData__caution p {
    margin-bottom: 0.25em;
    line-height: 1.65em;
}
.solo-reserve .planData__caution strong {
    color: #ff0012;
    font-size: 120%;
    font-weight: bold;
}
.solo-reserve dl.planData__detail,
.solo-reserve .planData__detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.solo-reserve dl.planData__detail dt,
.solo-reserve .planData__detail dt,
.solo-reserve dl.planData__detail .planData__title,
.solo-reserve .planData__detail .planData__title {
    width: 35%;
    font-weight: bold;
    margin-right: 5%;
}
.solo-reserve dl.planData__detail dd,
.solo-reserve .planData__detail dd,
.solo-reserve dl.planData__detail .planData__data,
.solo-reserve .planData__detail .planData__data {
    width: 60%;
    margin-bottom: 0.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.solo-reserve .note-remarks {
    margin: 10px 10px 35px;
}
.solo-reserve .note-remarks__title {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #d00;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #ec3c2c), color-stop(26%, #d72917), color-stop(51%, #f72a0c), color-stop(51%, #f16f5c), to(#ff5837));
    background-image: -webkit-linear-gradient(0, #ec3c2c 0%, #d72917 26%, #f72a0c 51%, #f16f5c 51%, #ff5837 100%);
    background-image: -o-linear-gradient(0, #ec3c2c 0%, #d72917 26%, #f72a0c 51%, #f16f5c 51%, #ff5837 100%);
    background-image: linear-gradient(0, #ec3c2c 0%, #d72917 26%, #f72a0c 51%, #f16f5c 51%, #ff5837 100%);
    text-align: center;
    color: #fff;
    font-size: 108%;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1em;
}
.solo-reserve .companion-info__inner {
    margin: 10px;
}
.solo-reserve .companion-info h3 {
    background: #0f5499;
    padding: 10px;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0;
    border: 1px solid #fff;
}
.solo-reserve .companion-info table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 25px;
}
.solo-reserve .companion-info table th {
    border: solid 1px #d2d2d2;
    background: #f0faff;
    text-align: left;
    font-weight: normal;
    padding: 5px;
    white-space: nowrap;
}
.solo-reserve .companion-info table td {
    border: solid 1px #d2d2d2;
    background: #fff;
    padding: 5px;
}
.solo-reserve .companion-info table td .info-line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.solo-reserve .withgolf-caution h3 {
    padding: 10px;
    background-color: #0f5499;
    color: #fff;
    text-align: center;
}
.solo-reserve .withgolf-caution__inner {
    margin: 10px;
}
.solo-reserve .terms-wrap {
    height: 278px;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 26px 13px 17px;
    text-align: left;
    margin: 15px 0;
    color: #333;
    border: solid 1px #333;
    background-color: #fff;
}
.solo-reserve .terms-wrap h2 {
    font-size: 16px;
    margin-bottom: 1em;
}
.solo-reserve .terms-wrap h2.consent-title {
    border-bottom: solid 1px #444;
    text-align: center;
    padding-bottom: 0.5em;
}
.solo-reserve .terms-wrap h3 {
    background: none;
    margin-bottom: 1em;
    font-weight: bold;
    color: #333;
    padding: 0;
    font-size: 14px;
}
.solo-reserve .terms-wrap p {
    margin-bottom: 1em;
}
.solo-reserve .terms-wrap ol {
    margin-bottom: 2em;
}
.solo-reserve .terms-wrap ol li {
    margin-bottom: 0.5em;
}
.solo-reserve .terms-wrap ol.noList {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em;
}
.solo-reserve .terms-wrap ul {
    margin: 0 0 0 2em;
    padding: 0;
    list-style: none;
}
.solo-reserve .terms-wrap .consent ul.list-dot {
    margin: 0;
}
.solo-reserve .terms-wrap .consent ul.list-dot li {
    text-indent: -0.5em;
    padding-left: 1em;
    margin-bottom: 0.5em;
}
.solo-reserve .terms-wrap .consent ul.list-dot li:before {
    content: "・";
    display: inline-block;
    position: relative;
}
.solo-reserve .checkPolicy {
    text-align: center;
    margin: auto;
    margin-bottom: 1.5em;
}
.solo-reserve .btn-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
.solo-reserve .btn-wrap a {
    margin: 0;
}
.solo-reserve .btnBox-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.solo-reserve .btnBox-wrap .back a {
    background-image: -webkit-gradient(linear, left top, right top, from(#d7d7d7), to(#fff));
    background-image: -webkit-linear-gradient(left, #d7d7d7 0%, #fff 100%);
    background-image: -o-linear-gradient(left, #d7d7d7 0%, #fff 100%);
    background-image: linear-gradient(90deg, #d7d7d7 0%, #fff 100%);
    color: #4a4a4a;
}
.solo-reserve .require:after {
    content: '必須';
    margin-left: 5px;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #e34022;
    color: #fff;
    font-size: 70%;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: top;
    line-height: 1.75em;
}
.solo-reserve section {
    border-radius: 5px;
    border: 1px solid #999;
}
.solo-reserve section#searchResults {
    border-radius: none;
    border: none;
}
.solo-reserve section h2 {
    margin: 0 0 5px 0;
    padding: 10px 5px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    border: 1px solid #fff;
    border-bottom: none;
    background: #0086cd;
    text-align: center;
    font-size: 120%;
}
.solo-reserve section h2.solo-reservation {
    background: #03b6ed;
}
.solo-reserve .solo-startTime-list {
    padding: 5px;
    margin-bottom: 20px;
}
.solo-reserve .solo-startTime-list__item {
    border-radius: 10px;
    border: solid 2px #03b6ed;
    background: -webkit-linear-gradient(bottom, #f0faff 0%, #f0faff calc(100% - 35px), #fff 35px, #fff 100%);
    background: -o-linear-gradient(bottom, #f0faff 0%, #f0faff calc(100% - 35px), #fff 35px, #fff 100%);
    background: linear-gradient(0deg, #f0faff 0%, #f0faff calc(100% - 35px), #fff 35px, #fff 100%);
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 10px;
    text-decoration: none;
    margin-bottom: 10px;
}
.solo-reserve .solo-startTime-list__item.selected {
    border: solid 2px #ff8400;
    background: -webkit-linear-gradient(bottom, #fffae9 0%, #fffae9 calc(100% - 35px), #fff 35px, #fff 100%);
    background: -o-linear-gradient(bottom, #fffae9 0%, #fffae9 calc(100% - 35px), #fff 35px, #fff 100%);
    background: linear-gradient(0deg, #fffae9 0%, #fffae9 calc(100% - 35px), #fff 35px, #fff 100%);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.solo-reserve .solo-startTime-list__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 20px;
    padding-bottom: 9px;
    margin-bottom: 10px;
}
.solo-reserve .solo-startTime-list p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.45;
    color: #0032ef;
    margin: 0.3em 0;
}
.solo-reserve .solo-startTime-list__time--caption {
    font-size: 93%;
    font-weight: bold;
    color: #333;
    margin-right: 1em;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.solo-reserve .solo-startTime-list__time {
    font-size: 138.5%;
    font-weight: bold;
    color: #333;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.solo-reserve .solo-startTime-list .solo-reserve__list--avatar {
    margin-top: 15px;
}
.solo-reserve #view-partInformation,
.solo-reserve .view-partInformation {
    border: solid 1px #999;
    border-radius: 5px;
    padding: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}
.solo-reserve #view-partInformation .view-partInformation__title,
.solo-reserve .view-partInformation .view-partInformation__title,
.solo-reserve #view-partInformation a.view-partInformation__btn,
.solo-reserve .view-partInformation a.view-partInformation__btn {
    background: #0f5499;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.solo-reserve #view-partInformation .view-partInformation__title span,
.solo-reserve .view-partInformation .view-partInformation__title span,
.solo-reserve #view-partInformation a.view-partInformation__btn span,
.solo-reserve .view-partInformation a.view-partInformation__btn span {
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 0.1em 0.5em;
    margin-left: 0.5em;
}
.solo-reserve #view-partInformation .view-partInformation__title,
.solo-reserve .view-partInformation .view-partInformation__title {
    border-radius: 5px 5px 0 0;
}
.solo-reserve #view-partInformation a.view-partInformation__btn,
.solo-reserve .view-partInformation a.view-partInformation__btn {
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.solo-reserve #view-partInformation a.view-partInformation__btn:after,
.solo-reserve .view-partInformation a.view-partInformation__btn:after {
    content: ';';
    font-family: WebSymbolsgfeditRegular;
    font-size: 93%;
    position: absolute;
    top: center;
    right: 10px;
}
.solo-reserve #view-partInformation a.view-partInformation__btn.active:after,
.solo-reserve .view-partInformation a.view-partInformation__btn.active:after {
    content: ':';
}
.solo-reserve #view-partInformation .sp-membersTable__none,
.solo-reserve .view-partInformation .sp-membersTable__none {
    background: #eee;
    text-align: center;
    padding: 0.75em;
}
.solo-reserve #view-partInformation table.sp-membersTable,
.solo-reserve .view-partInformation table.sp-membersTable {
    border-spacing: 0;
    width: 100%;
}
.solo-reserve #view-partInformation table.sp-membersTable tr th.sp-membersTable__heading--id,
.solo-reserve .view-partInformation table.sp-membersTable tr th.sp-membersTable__heading--id {
    background: #66b6e1;
    border: 1px solid #fff;
    width: 1em;
    vertical-align: top;
    color: #fff;
    font-weight: normal;
    padding: 5px;
}
.solo-reserve #view-partInformation table.sp-membersTable tr td.sp-membersTable__player,
.solo-reserve .view-partInformation table.sp-membersTable tr td.sp-membersTable__player {
    padding: 10px 5px;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.solo-reserve #view-partInformation table.sp-membersTable tr td.sp-membersTable__player img,
.solo-reserve .view-partInformation table.sp-membersTable tr td.sp-membersTable__player img {
    margin-right: 10px;
}
.solo-reserve #view-partInformation table.sp-membersTable tr td.sp-membersTable__player .sp-membersTable__detail,
.solo-reserve .view-partInformation table.sp-membersTable tr td.sp-membersTable__player .sp-membersTable__detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.solo-reserve #view-partInformation table.sp-membersTable tr td.sp-membersTable__player .sp-membersTable__detail .name,
.solo-reserve .view-partInformation table.sp-membersTable tr td.sp-membersTable__player .sp-membersTable__detail .name {
    font-weight: bold;
    font-size: 17px;
    margin-right: 0.5em;
}
.solo-reserve #view-partInformation table.sp-membersTable tr td.sp-membersTable__player .sp-membersTable__detail span,
.solo-reserve .view-partInformation table.sp-membersTable tr td.sp-membersTable__player .sp-membersTable__detail span {
    font-weight: bold;
    font-size: 13px;
}
.solo-reserve #view-partInformation table.sp-membersTable tr td.sp-membersTable__player dl.sp-membersTable__score,
.solo-reserve .view-partInformation table.sp-membersTable tr td.sp-membersTable__player dl.sp-membersTable__score {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    width: 100%;
    margin-top: 0.5em;
}
.solo-reserve #view-partInformation table.sp-membersTable tr td.sp-membersTable__player dl.sp-membersTable__score dt,
.solo-reserve .view-partInformation table.sp-membersTable tr td.sp-membersTable__player dl.sp-membersTable__score dt {
    width: 30%;
    min-width: 6em;
    white-space: nowrap;
    font-weight: bold;
    color: #0067a7;
}
.solo-reserve #view-partInformation table.sp-membersTable tr td.sp-membersTable__player dl.sp-membersTable__score dd,
.solo-reserve .view-partInformation table.sp-membersTable tr td.sp-membersTable__player dl.sp-membersTable__score dd {
    width: 60%;
    margin-bottom: 0.2em;
}
.solo-reserve #view-partInformation table.sp-membersTable tr td.sp-membersTable__heading--player-data,
.solo-reserve .view-partInformation table.sp-membersTable tr td.sp-membersTable__heading--player-data {
    padding: 10px 5px;
    background: #f0faff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.solo-reserve #view-partInformation table.sp-membersTable tr td.sp-membersTable__heading--player-data dl dt,
.solo-reserve .view-partInformation table.sp-membersTable tr td.sp-membersTable__heading--player-data dl dt {
    font-size: 13px;
    color: #0067a7;
    line-height: 1.7em;
    font-weight: bold;
}
.solo-reserve #view-partInformation table.sp-membersTable tr td.sp-membersTable__heading--player-data dl dd,
.solo-reserve .view-partInformation table.sp-membersTable tr td.sp-membersTable__heading--player-data dl dd {
    font-size: 13px;
    color: #333;
    margin-bottom: 1em;
}
.solo-reserve #view-partInformation table.sp-membersTable tr.sp-membersTable__blank th,
.solo-reserve .view-partInformation table.sp-membersTable tr.sp-membersTable__blank th {
    background: #ccc !important;
}
.solo-reserve #view-partInformation table.sp-membersTable tr.sp-membersTable__blank td,
.solo-reserve .view-partInformation table.sp-membersTable tr.sp-membersTable__blank td {
    background: #eee !important;
}
#solo-reserve__list--icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
#solo-reserve__list--icons li {
    margin: 1px;
}
#solo-reserve__list--icons li:last-child {
    margin-right: 0;
}
#solo-reserve__list--icons .icon--cart,
#solo-reserve__list--icons .icon--cart--is-inactive,
#solo-reserve__list--icons .icon--caddie,
#solo-reserve__list--icons .icon--caddie--is-inactive,
#solo-reserve__list--icons .icon--lunch,
#solo-reserve__list--icons .icon--lunch--is-inactive,
#solo-reserve__list--icons .icon--05r,
#solo-reserve__list--icons .icon--1r,
#solo-reserve__list--icons .icon--1r--is-inactive,
#solo-reserve__list--icons .icon--15r,
#solo-reserve__list--icons .icon--2r,
#solo-reserve__list--icons .icon--open-compe,
#solo-reserve__list--icons .icon--open-compe--is-inactive
#solo-reserve__list--icons .icon--cool-cart {
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    background-color: transparent;
    background-image: url("https://pgm-images-dev.s3-ap-northeast-1.amazonaws.com/images/common/icn_cart_on.gif");
    background-repeat: no-repeat;
}
#solo-reserve__list--icons .icon--cart--is-inactive {
    background-image: url("https://pgm-images-dev.s3-ap-northeast-1.amazonaws.com/images/common/icn_cart_off.gif");
}
#solo-reserve__list--icons .icon--caddie {
    background-image: url("https://pgm-images-dev.s3-ap-northeast-1.amazonaws.com/images/common/icn_cady_on.gif");
}
#solo-reserve__list--icons .icon--caddie--is-inactive {
    background-image: url("https://pgm-images-dev.s3-ap-northeast-1.amazonaws.com/images/common/icn_cady_off.gif");
}
#solo-reserve__list--icons .icon--lunch {
    background-image: url("https://pgm-images-dev.s3-ap-northeast-1.amazonaws.com/images/common/icn_lunch_on.gif");
}
#solo-reserve__list--icons .icon--lunch--is-inactive {
    background-image: url("https://pgm-images-dev.s3-ap-northeast-1.amazonaws.com/images/common/icn_lunch_off.gif");
}
#solo-reserve__list--icons .icon--1r {
    background-image: url("https://pgm-images-dev.s3-ap-northeast-1.amazonaws.com/images/common/icn_10r_on.gif");
}#solo-reserve__list--icons .icon--05r {
     background-image: url("https://pgm-images-dev.s3-ap-northeast-1.amazonaws.com/images/common/icn_05r_on.gif");
 }#solo-reserve__list--icons .icon--15r {
      background-image: url("https://pgm-images-dev.s3-ap-northeast-1.amazonaws.com/images/common/icn_15r_on.gif");
  }#solo-reserve__list--icons .icon--2r {
       background-image: url("https://pgm-images-dev.s3-ap-northeast-1.amazonaws.com/images/common/icn_20r_on.gif");
   }
#solo-reserve__list--icons .icon--1r--is-inactive {
    background-image: url("https://pgm-images-dev.s3-ap-northeast-1.amazonaws.com/images/common/icn_10r_off.gif");
}
#solo-reserve__list--icons .icon--open-compe {
    width: 32px;
    background-image: url("/images/icon_opencompe_active.png");
}
#solo-reserve__list--icons .icon--open-compe--is-inactive {
    width: 32px;
    background-image: url("/images/icon_opencompe_inactive.png");
}
#solo-reserve__list--icons .icon--cool-cart {
    width: 32px;
    background-image: url("/images/icon_cool-cart.png");
}
.sp_banner {
    width: calc(100% - 10px);
    margin: 10px auto;
}
.sp_banner img {
    width: 100%;
}
.ic_single_moreplayers {
    border-radius: 10px;
    border: solid 1px #ff5400;
    background-color: #ffecd0;
    font-size: 11px;
    color: #ff5400;
    padding: 2px 6px;
    font-weight: bold;
}
.ic_single_moreplayers.right {
    float: right;
}
.ic_single_play {
    border-radius: 10px;
    border: solid 1px #8fc31f;
    background-color: #f2fadf;
    font-size: 11px;
    color: #8fc31f;
    padding: 2px 6px;
    font-weight: bold;
}
.ic_single_play.right {
    float: right;
}
.solo-reserve__list--avatar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 10px 0;
}
.solo-reserve__list--avatar li {
    width: 20%;
    max-width: 80px;
}
.solo-reserve__list--avatar li img {
    width: 100%;
}
.btn .right {
    float: right;
}
.sp-modal {
    visibility: hidden;
    overflow-y: scroll;
    opacity: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
    background: rgba(0,0,0,0.75);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-modal.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s, visibility 0s 0s;
    -o-transition: opacity 0.3s, visibility 0s 0s;
    transition: opacity 0.3s, visibility 0s 0s;
}
.sp-modal_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.sp-modal_container::after {
    content: '';
    min-height: inherit;
    font-size: 0;
}
.sp-modal_inner {
    margin: 50px auto 15px;
    width: 100%;
}
.sp-modal_content {
    display: none;
    background: #fff;
    position: relative;
}
.is-active .sp-modal_content {
    display: block;
}
.sp-modal_content .sp-modalClose {
    position: absolute;
    top: -45px;
    right: 0;
    content: '';
    color: #b1b1b1;
    font-size: 36px;
}
.sp-modal_content h2.sp-modal__title {
    background: #0285cd;
    padding: 12px 10px 12px 22px;
    font-size: 123.1%;
    position: relative;
}
.sp-modal_content h2.sp-modal__title span {
    padding: 20px 0;
    color: #fff;
}
.sp-modal_content h2.sp-modal__title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 5px;
    height: calc(100% - 24px);
    content: '';
    border-left: 5px solid #fff;
}
.sp-modal_content__inner {
    padding: 10px;
}
.sp-modal_content__inner p {
    font-size: 108%;
    line-height: 1.29;
    color: #333;
    margin-bottom: 1em;
    font-family: 'Hiragino Kaku Gothic Pro';
}
.sp-modal_content__inner p em {
    font-style: normal;
    font-weight: bold;
}
.sp-modal_content__inner img {
    max-width: 100%;
}
.sp-modal_content__inner .birthday {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.sp-modal_content__inner #btn_confirm {
    width: 85%;
}
.sp-modal_content__inner dl.form {
    border-bottom: none;
}
.reserve #regist .inner,
.reserve #regist .btnBox-wrap {
    margin-bottom: 0;
}
.reserve #regist .inner p.next.first-use a,
.reserve #regist .btnBox-wrap p.next.first-use a {
    float: none;
    width: 100%;
    text-align: center;
}
.reserve .btnBox.btnBox-wrap p.next.first-use-on-click a{
    float: none;
    width: 100%;
    text-align: center;
}
.solo_profile_title {
    font-size: 138.5%;
    color: #0086cd;
    margin: 15px 0;
    position: relative;
    padding-left: 1em;
    font-weight: bold;
}
.solo_profile_title:before {
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    margin-right: 0.5em;
    content: "●";
    width: 6px;
    height: 6px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 6px;
    border-radius: 50%;
    border: solid 4px #66b6e1;
    font-size: 6px;
}
textarea {
    width: 95%;
    padding: 5px;
    font-size: 150%;
    border: 2px solid #666;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #fff);
    background: -o-linear-gradient(top, #f0f0f0 0%, #fff);
    background: linear-gradient(top, #f0f0f0 0%, #fff);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
}
.icon-selected-text {
    position: relative;
}
.icon-selected-text:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    content: '選択中';
    width: 51px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #f00;
    border-radius: 5px;
    border: solid 1px #f00;
    padding: 0 5px;
}
.icon-seclect {
    width: 98%;
}
.icon-seclect__selected {
    display: block;
    margin: 0 auto 20px;
    width: 75px;
}
.icon-seclect__selected img {
    width: 100%;
}
.icon-seclect__show {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-weight: bold;
}
.icon-seclect__slide {
    display: none;
}
.icon-seclect__slide .tabs {
    margin-top: 50px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
}
.icon-seclect__slide .tab_item {
    width: calc(100% / 2);
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #000;
    display: block;
    float: left;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 4px 4px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none !important;
}
.icon-seclect__slide input[name="tab_item"] {
    display: none;
}
.icon-seclect__slide .tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
    padding: 5px;
}
.icon-seclect__slide .tab_content .icon_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.icon-seclect__slide .tab_content .icon_list__item {
    display: inline-block;
    padding: 4px;
    max-width: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.icon-seclect__slide .tab_content .icon_list__item.selected {
    border-radius: 4px;
    border: solid 1px #fc9700;
    background-color: #fdf0d3;
}
.icon-seclect__slide .tab_content .icon_list__item img {
    display: inline-block;
    margin: 0;
    width: 100%;
}
.icon-seclect__slide #icon_male:checked ~ #icon_male_content,
.icon-seclect__slide #icon_female:checked ~ #icon_female_content {
    display: block;
}
.icon-seclect__slide .tabs input:checked + .tab_item {
    height: 35px;
    margin-bottom: -1px;
}
.icon-seclect__slide .tab_male,
.icon-seclect__slide #icon_male_content {
    background: #effaff;
    border: solid 1px #89c2ff;
}
.icon-seclect__slide .tab_female,
.icon-seclect__slide #icon_female_content {
    background: #fff3f3;
    border: solid 1px #ffb9b9;
}
.Accordion_btn:after {
    content: ';';
    font-family: WebSymbolsgfeditRegular;
    font-size: 93%;
    position: absolute;
    top: center;
    right: 10px;
}
.Accordion_btn.active:after {
    content: ':';
}
.Accordion_slide {
    display: none;
}
.profile .profile_tbl th,
.pu_conf .profile_tbl th {
    width: 43%;
}
.profile .profile_tbl td,
.pu_conf .profile_tbl td {
    width: 53%;
}
a.confirmBtn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 25px 15px 10px;
    text-align: center;
    border: 1px solid #0085cd;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0081c6), color-stop(50%, #0070ab), color-stop(51%, #0b7dbb), to(#cbe2ee));
    background-image: -webkit-linear-gradient(bottom, #0081c6 0%, #0070ab 50%, #0b7dbb 51%, #cbe2ee 100%);
    background-image: -o-linear-gradient(bottom, #0081c6 0%, #0070ab 50%, #0b7dbb 51%, #cbe2ee 100%);
    background-image: linear-gradient(0deg, #0081c6 0%, #0070ab 50%, #0b7dbb 51%, #cbe2ee 100%);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.4), inset 0px 0px 3px rgba(255,255,255,0.8);
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.4), inset 0px 0px 3px rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 136%;
    font-weight: bold;
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a.confirmBtn:after {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -9px;
    content: ")";
    font-family: "WebSymbolsgfeditRegular";
    font-size: 86%;
    font-weight: normal;
}
h2.mypgm-title {
    position: relative;
    margin-bottom: 1px;
    padding: 10px 0;
    text-align: center;
    background-color: #f0f0f0;
    font-size: 107%;
    color: #000;
    height: 40px;
    padding: 20px 0 0;
    border-bottom: none;
}
h2.mypgm-title a {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -22px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #d7d7d7 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #d7d7d7 0%, #fff 100%);
    background-image: linear-gradient(0deg, #d7d7d7 0%, #fff 100%);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.6);
    padding: 10px 10px 10px 25px;
    text-decoration: none;
}
h2.mypgm-title a:before {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -9px;
    content: "(";
    font-family: "WebSymbolsgfeditRegular";
}
p.registPlayer a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}
p.registPlayer a:after {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -9px;
    content: ")";
    font-family: "WebSymbolsgfeditRegular";
    color: #0085cd;
}
.reserveComplete__inner {
    margin: 0 auto;
    padding: 0 20px 20px 20px;
}
#registPlayer thead th.num {
    background: #e0e0e0;
}
#registPlayer tbody td.num {
    background: #e5f3fa;
}
#planInfo caption.plandetail {
    padding: 15px 10px;
    background: #0f5499;
    text-align: center;
    color: #fff;
    font-size: 116%;
    font-weight: bold;
}
#planInfo table td {
    padding: 3px;
}
#solo-startTime-select {
    margin-top: 5px;
}
#solo-startTime-select .teetime {
    margin-top: 5px;
    margin-bottom: 10px;
}
#solo-startTime-select .teetime h3 {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #999;
    color: #fff;
}
#solo-startTime-select .teetime ul {
    padding: 0;
    letter-spacing: -0.4em;
}
#solo-startTime-select .teetime li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 5px 10px 0;
    padding: 10px 10px;
    border: 1px solid #0085cd;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0086cd), to(#7fd4ff));
    background-image: -webkit-linear-gradient(bottom, #0086cd 0%, #7fd4ff 100%);
    background-image: -o-linear-gradient(bottom, #0086cd 0%, #7fd4ff 100%);
    background-image: linear-gradient(0deg, #0086cd 0%, #7fd4ff 100%);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    letter-spacing: normal;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 131%;
    font-weight: bold;
    vertical-align: top;
    min-height: 42px;
}
#solo-startTime-select .teetime li.touch {
    border: 1px solid #ff8400;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff930b), to(#ffaf4a));
    background-image: -webkit-linear-gradient(bottom, #ff930b 0%, #ffaf4a 100%);
    background-image: -o-linear-gradient(bottom, #ff930b 0%, #ffaf4a 100%);
    background-image: linear-gradient(0deg, #ff930b 0%, #ffaf4a 100%);
}
#solo-startTime-select .teetime li.on {
    border: 1px solid #ff8400;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff930b), to(#ffaf4a));
    background-image: -webkit-linear-gradient(bottom, #ff930b 0%, #ffaf4a 100%);
    background-image: -o-linear-gradient(bottom, #ff930b 0%, #ffaf4a 100%);
    background-image: linear-gradient(0deg, #ff930b 0%, #ffaf4a 100%);
}
#solo-startTime-select .teetime li.on span {
    background-color: #fff;
    border-radius: 6px;
    padding: 2px 14px;
    color: #f60;
    font-size: 93%;
}
#solo-startTime-select .teetime .numberChoose {
    background-color: #002940;
    margin: 0 -10px 5px;
    padding: 5px;
    position: relative;
}
#solo-startTime-select .teetime .numberChoose p {
    color: #fff;
    font-size: 131%;
}
#solo-startTime-select .teetime .numberChoose ul {
    padding: 5px 0 0;
    letter-spacing: -0.4em;
    text-align: center;
}
#solo-startTime-select .teetime .numberChoose li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 18%;
    margin: 0 1% 5px 1%;
    padding: 10px 5px;
    border: 1px solid #0085cd;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0086cd), to(#7fd4ff));
    background-image: -webkit-linear-gradient(bottom, #0086cd 0%, #7fd4ff 100%);
    background-image: -o-linear-gradient(bottom, #0086cd 0%, #7fd4ff 100%);
    background-image: linear-gradient(0deg, #0086cd 0%, #7fd4ff 100%);
    letter-spacing: normal;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 116%;
    font-weight: bold;
    vertical-align: top;
    min-height: 0;
}
#solo-startTime-select .teetime .numberChoose li.choose-number {
    border: 1px solid #ff8400;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff930b), to(#ffaf4a));
    background-image: -webkit-linear-gradient(bottom, #ff930b 0%, #ffaf4a 100%);
    background-image: -o-linear-gradient(bottom, #ff930b 0%, #ffaf4a 100%);
    background-image: linear-gradient(0deg, #ff930b 0%, #ffaf4a 100%);
}
#solo-startTime-select .teetime .numberChoose li.clearBtn {
    border: 1px solid #787878;
    background: #aaabaa; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#aaabaa), to(#636363));
    background: -webkit-linear-gradient(top, #aaabaa 0%, #636363 100%);
    background: -o-linear-gradient(top, #aaabaa 0%, #636363 100%);
    background: linear-gradient(to bottom, #aaabaa 0%, #636363 100%); /* W3C */
    color: #fff;
    padding: 10px 3px;
}
#solo-startTime-select .teetime .numberChoose li.disableBtn {
    background-color: #ccc;
    background-image: none;
    border: 1px solid #999;
    color: #999;
}
#solo-startTime-select .teetime .numberChoose:after {
    position: absolute;
    border-top: 15px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #002940;
    border-left: 10px solid transparent;
    top: -30px;
    left: calc(50% - 10px);
}
h2.title-glay {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    background-color: #f0f0f0;
    font-size: 107%;
    color: #000;
    height: 40px;
    padding: 20px 0 0;
    border-bottom: none;
}
.solo-reserve #emergencyContact td {
    padding-right: 30px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.solo-reserve #registPlayer td {
    font-size: 13px;
}
.solo-reserve #registPlayer td.name a,
.solo-reserve #registPlayer td.mail a {
    padding-right: 15px;
}
.solo-reserve #registPlayer td.mail span.address {
    width: 8em;
}
body[data-menu-position="closed"] .jPanelMenu-panel {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}
body[data-menu-position="open"] .jPanelMenu-panel {
    -webkit-transform: translate3d(-250px, 0px, 0px) !important;
    transform: translate3d(-250px, 0px, 0px) !important;
}
.play_date-fix.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

