
.tab-title {
    margin-top: 15px;
    margin-bottom: -10px;
}

.coach-comment-title {
    margin-top: 5px;
    margin-bottom: 15px;
}

.img-title {
    margin-top: 15px;
}

.rating-modal-button {
    margin: 0 25px;
    min-width: 86px;
    background-color: rgb(160, 120, 30);
    border: 1px solid rgb(160, 120, 30);
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    color: #000;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.rating-modal-button-submit {
    display: block;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: rgb(160, 120, 30);
    border: 1px solid rgb(160, 120, 30);
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    color: #000;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.rating-evaluated-label {
    display: inline-block;
    color: rgb(240,131,0);
}

.checked {
    color: rgb(240,131,0);
}

.rating-modal-picture img {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
}

.rating-modal-description {
    text-align: center;
    padding: 15px;
}

.rating-modal-text textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.rating-modal-rate-button button {
    display: block;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.rating-modal-header {
    color: rgb(240,131,0);
    font-weight: bold;
    font-size: medium;
    text-align: center;
}

.rating-modal-star-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rate {
    width: 100%;
    height: 10%;
    display: table;
    direction: rtl;
    text-align: center;
}
.rate > .child {
    display: table-cell;
    vertical-align: middle;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: rgb(240,131,0);
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: rgb(240,131,0);
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: rgb(240,131,0);
}

.rating-button-div {
    text-align: center;
}

.sendcoach-button {
    margin-right: 10px;
}

.coach-rating {
    display: inline-block;
    font-size: 18px;
    color: #ccc;
    position: relative;
}

.coach-rating::before,
.coach-rating span::before{
    content: "\2605\2605\2605\2605\2605";
    display: block;
}

.coach-rating span {
    color: rgb(240,131,0);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.coach-ratings {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

.comments-on-coach {
    display: inline-block;
    width: 98%;
    height: auto;
    padding: 14px;
    margin: 10px;
    font-size: 14px;
    background: white;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.modal-content {
    padding: 25px;
}

.search-row {
    margin: 25px;
}

.search-box {
    display: none;
}

.search-box-label {
    border: solid 1px #f0a117;
    border-radius: 5px;
    font-size: small;
    padding: 2px 20px;
    background: white;
    margin: 2px;
}

.search-box:checked + .search-box-label {
    background: rgb(240,131,0);
    color: white;
}

.search-area {
    background: #f8f9fa;
    border: solid 1px #f8f9fa;
    border-radius: 5px;
    height: auto;
}

.search-area-form {
    margin: 25px;
}

.search-area-header {
    text-align: center;
    color: #d27300;
    font-weight: bold;
    padding: 30px;
    margin-top: 20px;
}

.search-area-category-header {
    display: -webkit-inline-box;
    font-size: small;
}

.search-area-category-title {
    margin-left: 10px;
    margin-top: 5px;
}

.search-tag-img {
    width: 20px;
    margin-top: 3px;
}

.search-area-button {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 50px;
}

.search-results {
    margin: 75px;
    background: #f8f9fa;
    border: solid 1px #f8f9fa;
    height: auto;
}

.search-results-header {
    color: rgb(240,131,0);
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
}

.search-results-content-msg {
    text-align: center;
    margin: 25px 0 50px 0;
}

.search-results-button {
    text-align: center;
    margin-bottom: 30px;
}

.nav-tabs li {
    margin: 0 1px;
}

.nav-tabs li .active {
    color: #848484;
    border-top: 6px solid rgb(240, 131, 0);
}

.comment-area-category-header {
    display: inline-flex;
}

.comment-area-tooltip {
    margin: 5px;
    position: relative;
    display: inline-block;
    background: #d8d8d8;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
}

.comment-area-tooltip .tooltiptext {
    width: 160px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: small;
    border-radius: 6px;
    position: absolute;
    border: 0.5px solid #8f8e8e;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    transition: opacity 0.3s;
    display: none;
}

.comment-area-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.comment-area-tooltip .tooltiptext {
    /*visibility: visible;*/
    opacity: 1;
}

.prepare-button {
    border-radius: 3px;
    margin-top: 10px;
}

/*トップページのnavの枠部分*/
#content {
    border: 1px solid red;
    margin: 0 auto;
    height: 400px;
    display: none;
    padding: 0px;
    width: 900px;
    float: right;
}

#content:target {
    display: block;
}

a.tool_btn:hover {
    text-decoration: none;
}
/*コーチ写真部分*/
#photo {
    margin: 20px;
    padding: 0px;
    width: 180px;
    height: 250px;
    background: none;
    float: left;
    border: 1px solid #E5E2E4
}

/*セッション日時決定のハコ*/
#session_schedule {
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 10px;
    height: 300px;
    background-color: #F7EFE3;
}

select {
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #224B8F;
    padding: 0px;
    border-radius: 3px;
    right: 10px center no-repeat #E5E2E4;
    font-size: 14px;
}

/*セッション日時決定ページ*/
.explanation {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 10px;
    width: 80%;
    height: auto;
    border: 2px solid #b32e08;

}

/*セッション希望日時*/
input[type="datetime-local"] {
    font-size: 10px;
    border: 1px solid #224B8F;
    color: black;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: white;
    display: inline-block;
    padding: 0 8px;
    line-height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

}

.session {
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 10px;
    height: auto;
    background-color: #F7EFE3;
}

.coach_send {
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 10px;
    height: auto;
    background-color: #F7EFE3;
}

/*コーチ紹介*/
main .thumbnail img {
    border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

img.img-circle {
    border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.coaches ul {
    list-style: none;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.coaches li {
    overflow: hidden;
    /* padding: 10px;
    margin-bottom: 20px; */
    background: #f8f9fa;
    border: solid 1px #f8f9fa;
    display: flex;
}

.coaches .thumbnail {
    float: left;
    margin-right: 30px;
    font-size: 0;
}

.coaches {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.coaches .coach-name {
    padding: 0;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    color: var(--ref-color-primary-40);
}

.coaches .tool_btn {
    width: 100%;
}

.coaches .intro {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    color:#212529;
}

.coaches .intro a {
    text-decoration: none;
    color: #533f03;
}

.rating-comment-message {
    margin-top: 10px;
    margin-bottom: -5px;
    text-align: center;
    color: rgb(240, 131, 0);
}

.left-right-nav-buttons {
    background-color: transparent;
    padding: 5px;
    text-align: center;
    width: 67px;
}

/*コーチ個別プロフィール*/
.coach_profile {
    margin-left: auto;
    margin-right: auto;
    background: #f6f7f8;
    position: relative;
    padding: .75rem 1.25rem;
    border: solid 1px #f8f9fa;
    border-radius: 10px;
}

.coach_profile ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.coach_profile .profile-head {
    display: grid;
    gap: 1rem;
    grid-template-columns: 200px 1fr;
}

.coach_profile .right-side {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .coach_profile .profile-head {
        grid-template-columns: 1fr;
    }
    .coach-name {
        text-align: center;
    }
}

.alert-warning {
    color: var(--ref-color-primary-40);
}

.coach_profile .thumbnail {
    float: left;
    font-size: 0;
}

.coach_profile .coach-name {
    display: inline-block;
    margin-top: 16px;
    font-size: 22px;
    font-weight: bold;
    color: var(--ref-color-primary-50);
}

.coach_profile .message {
    flex-grow: 1;
    padding: 14px;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    background: white;
    border: solid 1px #e6e6e6;
    border-radius: 8px;
}

.about {
    border: none;
}

.about td, .about th, .about tr {
    padding: 6px 10px;
    font-size: 14px;
    background: white;
    border: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.about td {
    letter-spacing: 0.4px;
}

.recommend {
    display: inline-block;
    height: auto;
    padding: 14px;
    margin: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    background: white;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

/*コース選択*/
.session .specific {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    height: auto;
    background-color: #cba831;
}

/*申込*/
p confirm {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 10px;
}

/*申し込み情報*/
.explanation2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 10px;
    width: 60%;
    height: auto;
    border: 2px solid #b32e08;
}

.explanation2 td, .explanation2 th, .explanation2 tr {
    border: 1px solid #cba831;
    padding: 6px 10px;
    font-size: 16px;
}

.choose1 {
    margin-top: 10px;
    display: inline-block;
}

.choose2 {
    display: inline-block;
}

.choose2 input[type="text"], .choose2 input[type="email"] {
    font-size: 20px;
    width: auto;
    border: 1px solid #E5E2E4;
    text-shadow: none;
    font-weight: normal;
    background-color: white;
    text-align: left;
    color: black;
    margin-top: 2px;
    min-width: 30%;
    min-height: auto;
    padding: 0 8px;
    display: block;
    justify-content: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.explanation2 select {
    width: auto;
    margin-right: auto;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 10px;
    border: 1px solid #E5E2E4;
    padding: 0px;
    border-radius: 1px;
    font-size: 16px;
}

.explanation2 input[type="radio"] {
    text-align: left;
}

.go {
    margin-top: 10px;
    text-align: center;
}

/*ヘルプ画面*/

.ac-container label {
    height: 34px;
    line-height: 24px;
    font-size: 16px;
    padding: 5px 10px;
    display: block;
    cursor: pointer;
    color: #345;
    margin-bottom: 0;
    overflow: hidden;
}

.ac-container input {
    display: none;
}

.ac-container .article p {
    margin: 0.8rem;
}

.ac-container article {
    overflow: hidden;
    height: 0;
    transition: 0.6s;
}

.ac-container input:checked ~ article {
    height: 150px;
}

.help {
    margin-left: 20px;
}

.not_solved {
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid rgb(218, 220, 224);
    margin: 10px;
    padding: 14px;
    height: auto;
    background: white;
    display: inline-block;
    vertical-align: center;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .1);
}

.border-bold {
    border-width: 2px;
}

.btn-purple {
    background-color: rgb(123, 50, 149);
    border-color: rgb(123, 50, 149);
    color: white;
}

.btn-purple:hover {
    color: white;
    background-color: rgb(117, 43, 143);
}

.btn-purple:focus {
    box-shadow: 0 0 0 0.25rem rgba(123, 50, 149, .5) !important;
}

.text-purple {
    color: rgba(123, 50, 149, 1.0);
}

.alert-purple {
    background-color: rgb(235, 208, 244);
    border-color: rgba(123, 50, 149, 0.2);
    color: rgba(123, 50, 149, 1.0);
}

.border-purple {
    border-color: rgba(123, 50, 149, 1.0);
}

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

.text-mypecon {
    color: var(--ref-color-primary-50);
}

.new_function_button{
    margin-bottom:10px;
    padding:0px 30px 0px 30px;
    color:white;
    border-radius: 25px;
    background-color:#00b050;
    border: none;
    outline:none;
}
.text-center.text-white.letter-box {
    border: solid 2px #fff;
    width: 30%;
    font-weight: bold;
    bottom: 0;
    position: absolute;
}
.img_btn.rounded.mb-3{
    background-size: cover;
    width: 330px;
    height: 250px;
    text-decoration: none;
    position:relative;
}
.img_btn.m-0 {
    background-size: cover;
    width: 100%;
    height: 100%;
}
.yellow-box{
    border: 3px solid #A0781E;
}
.yellow-num{
    color:#A0781E;
    font-size:20px;
     font-weight: bold;
}
.brown-text{
    color:#A0781E;
}
.letter-box h1 , .letter-box h2 {
    font-family: "ヒラギノ明朝 ProN W6", serif;
}
.letter-box {
    border: solid 2px #fff;
    width: 30%;
    font-weight: bold;
    bottom: 0;
    position: absolute;
}
a {outline:None;}

.img_btn_wrap{
    background-size: cover;
    width: 330px;
    height: 250px;
    text-decoration: none;
    position:relative;
    margin:0px
}
.list-group-item.brown-border.p-1{
    margin: .13rem;
}

.brown{
    background : #A0781E;
    color:white;
    vertical-align: middle;
    display: table-cell; 
}
.list-group-item.brown-border{
    border: 2px solid #A0781E;
}
.brown-text{
    color:#A0781E;
}

.gift-phone {
    border-radius: 0%; 
    width:100%;
}
.box-border {border: solid 3px #d4d4d4;}
.gift-disable-btn{
     opacity: 0.4;
     background: #c4bbbb;
 }
.mypecon-issue-btn {
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.issue a:hover{
    text-decoration: None;
    color: #000;
}
.arrow-right {
    background-color: rgb(160, 120, 30);
    box-shadow: 0 0 20px 8px rgba(193, 176, 144, 0.8);
    height: 100px;
    left: -55px;
    position: absolute;
    top: -55px;
    width: 100px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow-right.on {
    box-shadow:none;
    background-color: #f8f9fa;
    height: 70px;
    z-index:3;
}
.arrow-right span {
  color: #f5f5f5;
  font-size: 0.8em;
  left: 24px;
  top: 78px;
  position: absolute;
  width: 80px;
}

:root {
    --color-primary-lighter: hsl(41, 100%, 46%);
    --color-primary-lighter-2: hsl(41, 95%, 51%);
    --color-primary-lighter-3: hsl(41, 90%, 56%);
    --color-primary-lighter-4: hsl(41, 65%, 90%);
    --color-primary: hsl(41, 100%, 41%);
    --color-primary-darker: hsl(41, 100%, 36%);
    --color-primary-darker-2: hsl(41, 100%, 31%);
    --color-primary-darker-3: hsl(41, 100%, 26%);
    --color-primary-darker-4: hsl(41, 100%, 21%);
    --color-off-white: hsl(41, 50%, 98%);
    --color-off-white-darker: hsl(41, 65%, 90%);
    --color-off-white-control-border: hsl(253, 32%, 91%);
    --ref-color-primary-0: rgb(0, 0, 0);
    --ref-color-primary-5: rgb(24, 16, 6);
    --ref-color-primary-10: rgb(38, 26, 11);
    --ref-color-primary-15: rgb(53, 35, 15);
    --ref-color-primary-20: rgb(69, 45, 17);
    --ref-color-primary-25: rgb(85, 54, 19);
    --ref-color-primary-30: rgb(102, 65, 20);
    --ref-color-primary-35: rgb(119, 75, 21);
    --ref-color-primary-40: rgb(137, 86, 21);
    --ref-color-primary-45: rgb(155, 97, 22);
    --ref-color-primary-50: rgb(173, 108, 21);
    --ref-color-primary-55: rgb(192, 119, 20);
    --ref-color-primary-60: rgb(211, 131, 18);
    --ref-color-primary-65: rgb(220, 146, 56);
    --ref-color-primary-70: rgb(229, 161, 85);
    --ref-color-primary-75: rgb(236, 176, 113);
    --ref-color-primary-80: rgb(242, 191, 141);
    --ref-color-primary-85: rgb(247, 207, 169);
    --ref-color-primary-90: rgb(249, 225, 197);
    --ref-color-primary-95: rgb(253, 241, 226);
    --ref-color-primary-96: rgb(254, 242, 230);
    --ref-color-primary-97: rgb(254, 245, 236);
    --ref-color-primary-98: rgb(255, 249, 242);
    --ref-color-primary-99: rgb(255, 252, 249);
    --ref-color-primary-100: rgb(255, 255, 255);
}
