@charset "UTF-8";
/* 上記は20230524_Takahara_ブラウザバック後のリロードで一部文字化けするので設定しました。 */

.men-bgcolor{
    background-color:#e2f5ff;
}
.women-bgcolor{
    background-color:#ffeaf4;
}
h1{
    font-size:1.8rem;
    font-weight:900;
    text-align:center;
    padding:0.7rem;
}
h2{
    font-size:1.2rem;
}

/*** bootstrapのpadding拡張 ***/
.p-6{padding:3.5rem!important;}.p-7{padding:4rem!important;}.p-8{padding:4.5rem!important;}.p-9{padding:5rem!important;}.p-10{padding:5.5rem!important;}
.pt-6{padding-top:3.5rem!important;}.pt-7{padding-top:4rem!important;}.pt-8{padding-top:4.5rem!important;}.pt-9{padding-top:5rem!important;}.pt-10{padding-top:5.5rem!important;}
.pb-6{padding-bottom:3.5rem!important;}.pb-7{padding-bottom:4rem!important;}.pb-8{padding-bottom:4.5rem!important;}.pb-9{padding-bottom:5rem!important;}.pb-10{padding-bottom:5.5rem!important;}
.pl-6{padding-left:3.5rem!important;}.pl-7{padding-left:4rem!important;}.pl-8{padding-left:4.5rem!important;}.pl-9{padding-left:5rem!important;}.pl-10{padding-left:5.5rem!important;}
.pr-6{padding-right:3.5rem!important;}.pr-7{padding-right:4rem!important;}.pr-8{padding-right:4.5rem!important;}.pr-9{padding-right:5rem!important;}.pr-10{padding-right:5.5rem!important;}

/************* ボタン系 *************/

[class^="btn-"]{
    line-height: 0;
    font-size:0.9rem;
    font-weight:900;
    padding:1.4rem 2rem;
}

[class^="btn-r5"]{border-radius: 5px 5px 5px 5px;}
[class^="btn-r30"]{border-radius: 30px 30px 30px 30px;}

/*** ゆるい角丸ボタン ***/

.btn-r5-bg-green{
    border:1px #74a544 solid;
    background-color: #74a544;
    color:#FFF;
}
.btn-r5-bg-green:hover{
    background-color: transparent;
    color:#74a544;
}
.btn-r5-bg-green:hover:disabled:hover {
    border:1px #74a544 solid;
    background-color: #74a544;
    color:#FFF;
}

.btn-r5-grey{
    border:1px #CCC solid;
    color:#AAA;
}
.btn-r5-grey:hover{
    background-color:#CCC;
    color:#FFF;
}

.btn-r5-bg-grey{
    border:1px #EEE solid;
    background-color: #EEE;
    color:#888888;
}
.btn-r5-bg-grey:hover{
    background-color: transparent;
}

.btn-r5-bg-grey-2{
    border:1px #677081 solid;
    background-color: #677081;
    color:#FFF;
}
.btn-r5-bg-grey-2:hover{
    background-color: transparent;
    color:#677081;
}

/*** 丸い角丸ボタン***/

/*グレー*/
.btn-r30-grey{
    border:1px #CCC solid;
    color:#888888;
}
.btn-r30-grey:hover{
    background-color:#CCC;
    color:#FFF;
}

.btn-r30-thick-grey{
    border:2px #CCC solid;
    color:#888888;
}
.btn-r30-thick-grey:hover{
    background-color:#CCC;
    color:#FFFFFF;
}
/*グレー*/
.btn-r30-grey-2{
    border:1px #677081 solid;
    color:#677081;
}
.btn-r30-grey-2:hover{
    background-color:#677081;
    color:#FFF;
}

.btn-r30-bg-grey-2{
    border:1px #677081 solid;
    background-color:#677081;
    color:#FFF;
}
.btn-r30-bg-grey-2:hover{
    background-color:transparent;
    color:#677081;
}

/*ブルー*/
.btn-r30-thick-blue{
    border:2px #1883c5 solid;
    color:#1883c5;
}
.btn-r30-thick-blue:hover{
    background-color:#1883c5;
    color:#FFF;
}
/*ピンク*/
.btn-r30-thick-pink{
    border:2px #eb8cc3 solid;
    color:#eb8cc3;
}
.btn-r30-thick-pink:hover{
    background-color:#eb8cc3;
    color:#FFF;
}

/*緑*/
.btn-r30-thick-green{
    border:2px #74a544 solid;
    color:#7ea450;
    
}
.btn-r30-thick-green:hover{
    background-color:#64a731;
    color:#FFF;
}

/*緑*/
.btn-r30-bg-green{
    border:2px #74a544 solid;
    background-color:#64a731;
    color:#FFF;
    
}
.btn-r30-bg-green:hover{
    background-color:transparent;
    color:#74a544;
}

/****** アイコンやマーキング系 ******/
[class^="icon-small"]{
    text-align:center;
    line-height: 0;
    font-size:0.7rem;
    font-weight:100;
    padding:0.5rem 0.8rem;
}

[class^="icon-small-r5"]{border-radius: 5px 5px 5px 5px;}
[class^="icon-small-r30"]{border-radius: 30px 30px 30px 30px;}

.icon-small-r30-bg-grey{
    background-color:#CCC;
    
}
.icon-small-r30-bg-red{
    background-color:#d15252;
    color:#FFF;
}

[class^="icon-midium"]{
    line-height: 0;
    font-size:0.8rem;
    font-weight:900;
    padding:0.5rem 0.8rem;
}

[class^="icon-midium-r5"]{border-radius: 5px 5px 5px 5px;}
[class^="icon-midium-r30"]{border-radius: 30px 30px 30px 30px;}

.icon-midium-r5-bg-grey{
    background-color:#CCC;
    
}
.icon-midium-r5-bg-red{
    background-color:#d15252;
    color:#FFF;
}
.icon-midium-r5-bg-skyblue{
    background-color:#99e5f1;
}
.icon-midium-r5-bg-purple{
    background-color:#cdb6f7;
}

.icon-not-input-red{
    display:block;
    width: 5rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 30px 30px 30px 30px;
    padding:0.7rem 0.8rem;
    margin-top: 0.9em;
    background-color:#d15252;
    color:#FFF;
    line-height: 0;
}

.icon-not-input-blue{
    display:block;
    width: 5rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 30px 30px 30px 30px;
    padding:0.7rem 0.8rem;
    margin-top: 0.9em;
    background-color:#66b2ff;
    color:#FFF;
    line-height: 0;
}
.icon-not-input-white{
    display:block;
    width: 5rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 30px 30px 30px 30px;
    padding:0.7rem 0.8rem;
    margin-top: 0.9em;
    background-color:#FFF;
    color:#0c61b7;
    line-height: 0;
}


/************* ボックス系 *************/
[class^="icon-midium-r5"]{border-radius: 5px 5px 5px 5px;}

/**コメント吹き出し左**/
.balloon-left-skyblue,.balloon-left-green,.balloon-left-grey {
    position: relative;
    display: inline-block;
    margin: 0.5em 0 0.5em 5px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 1rem;
    border-radius: 5px 5px 5px 5px;
  }
  
  .balloon-left-skyblue {
    color: #555;
    background: #e2f5ff;
  }
  .balloon-left-green {
    color: #222;
    background: #a2cd77;
  }
  .balloon-left-grey {
    color: #222;
    background: #DDD;
  }

  .balloon-left-skyblue:before,.balloon-left-green:before,.balloon-left-grey:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
  }
  .balloon-left-skyblue:before {
    border-right: 10px solid #e2f5ff;
  }
  .balloon-left-green:before {
    border-right: 10px solid #a2cd77;
  }
  .balloon-left-grey:before {
    border-right: 10px solid #DDD;
  }
  
  .balloon-left-skyblue p,.balloon-left-green p,.balloon-left-grey p {
    margin: 0;
    padding: 0;
  }

/**コメント吹き出し右**/

  .balloon-right-grey,.balloon-right-green{
    position: relative;
    display: inline-block;
    margin: 0.5em 0 0.5em 5px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 1rem;
    border-radius: 5px 5px 5px 5px;
  }
  

  .balloon-right-grey {
    color: #222;
    background: #DDD;
  }
  .balloon-right-green {
    color: #222;
    background: #a2cd77;
  }

  .balloon-right-grey:after,.balloon-right-green:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
  }

  .balloon-right-grey:after,.balloon-right-green:after {
    border-left: 10px solid #DDD;
  }

  
  .balloon-right-grey p,.balloon-right-green p {
    margin: 0;
    padding: 0;
  }

  /**コメント吹き出し上**/

  .balloon-top-skyblue,.balloon-top-green,.balloon-top-grey {
    position: relative;
    display: inline-block;
    margin: 0.5em 0 0.5em 5px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 1rem;
    border-radius: 5px 5px 5px 5px;
  }
  
  .balloon-top-skyblue {
    color: #555;
    background: #e2f5ff;
  }
  .balloon-top-green {
    color: #222;
    background: #a2cd77;
  }
  .balloon-top-grey {
    color: #222;
    background: #DDD;
  }

  .balloon-top-skyblue:before,.balloon-top-green:before,.balloon-top-grey:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 40%;
    margin-top: -10px;
    border: 10px solid transparent;
  }
  .balloon-top-skyblue:before {
    border-bottom: 10px solid #e2f5ff;
  }
  .balloon-top-green:before {
    border-bottom: 10px solid #a2cd77;
  }
  .balloon-top-grey:before {
    border-bottom: 10px solid #DDD;
  }
  
  .balloon-top-skyblue p,.balloon-top-green p,.balloon-top-grey p {
    margin: 0;
    padding: 0;
  }

  /***** テンプレボックス *******/
  .box-019-green {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 2px solid #6baf28;
    }

    .box-019-green > div {
        position: absolute;
        top: -1.15em;
        left: -.5em;
        padding: .4em 1.4em;
        border-radius: 25px;
        background-color: #6baf28;
        color: #fff;
        font-size: .9em;
    }

    .box-019-green > div::before {
        position: absolute;
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%);
        width: 16px;
        height: 8px;
        background-color: #6baf28;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: '';
    }

    .box-019-green p {
        margin: 0;
    }

  /**お気に入りボタン**/

  .favorite-btn-on{
    border:1px solid #CCC;
    border-radius: 30px 30px 30px 30px;
    font-size:0.7rem;
    font-weight:600;
    padding:0.3rem 1.1rem;
  }

  .favorite-btn-on::before{
    position:relative;
    left:-0.2rem;
    font-family: "Font Awesome 5 Free";
    content: '\f004';
    color:#eb4745;
    font-weight: 900;
    
  }

  .favorite-btn-off{
    border:1px solid #CCC;
    border-radius: 30px 30px 30px 30px;
    font-size:0.7rem;
    font-weight:600;
    padding:0.3rem 1.1rem;
  }
  .favorite-btn-off::before{
    position:relative;
    left:-0.2rem;
    font-family: "Font Awesome 5 Free";
    content: '\f004';
    color:#CCC;
    font-weight: 900;
    
  }

  /*** フォーム系 ***/
form.form-ex > fieldset{
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}

/* テキストフィールド */
form.form-ex input[type=text]{
    font-size:1.2rem;
    border:1px #CCC solid;
    padding:0.7rem 0.8rem;
    border-radius: 5px 5px 5px 5px;
}
form.form-ex input[type=text]::placeholder{
    color:#BBB;
    font-size:1rem;
}

/*セレクトボックス*/
form.form-ex .selectbox {
    position: relative;
}

form.form-ex .selectbox::before,
form.form-ex .selectbox::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

form.form-ex .selectbox::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #74a544;
}

form.form-ex .selectbox::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

form.form-ex .selectbox select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #e6edf3;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}

form.form-ex .selectbox select:focus {
    outline: 2px solid #74a544;
}

/*ラジオボタン*/
form.form-ex .radio {
    border: none;
    display:flex;
}

form.form-ex .radio label {
    flex:1;
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    /* max-width: 200px; */
    margin: 0.2rem 0.1rem;
    padding: .5em .7em;
    border: 1px solid #657083;
    border-radius: 3px;
    background-color: #FFF;
    cursor: pointer;
}

form.form-ex .radio label:has(:checked) {
    background-color: #657083;
    color: #fff;
}

form.form-ex .radio label::before,
form.form-ex .radio label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

form.form-ex .radio label::before {
    width: 14px;
    height: 14px;
    background-color: #fff;
}

form.form-ex .radio label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: calc(7px + .7em);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #657083;
}

form.form-ex .radio input {
    display: none;
}

/************************************
 * フォーム系HTML例
 ************************************/
 /* <form class="form-ex">
 <fieldset>
     <input type="text" class="w--100pr" placeholder="名前、メール、グループ名">
 </fieldset>
 <fieldset>
 <label class="selectbox">
     <select class="w--100pr">
         <option>タイプ選択</option>
         <option>optionの例2</option>
         <option>optionの例3</option>
     </select>
 </label>
 </fieldset>
 <fieldset>
     <label class="selectbox">
         <select class="w--100pr">
             <option>グループ選択</option>
             <option>optionの例2</option>
             <option>optionの例3</option>
         </select>
     </label>
 </fieldset>

 <fieldset class="radio">
     <label>
         <input type="radio" name="" checked/>すべてのお客様を表示
     </label>
     <label>
         <input type="radio" name=""/>自身のお客様のみ表示
     </label>

 </fieldset>
 <fieldset class="radio">
     <label>
         <input type="radio" name="" checked/>グループ表示
     </label>
     <label>
         <input type="radio" name=""/>個別表示
     </label>

 </fieldset>
 <fieldset class="align--right">
     <button class="btn-r5-bg-green">検索</button>
     <button class="btn-r5-bg-grey">検索条件リセット</button>
 </fieldset>

</form> */


/*** 装飾系 ***/

p.datetime{
    color:#AAA;
}
p.datetime::before{
    position: relative;
    top:-2px;
    left:0px; 
    margin-right:4px;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_clock.png);
    background-size: contain;
    vertical-align: middle;

}

/** ページング **/

/*
使用例
<div class="pageing-in custom">
    {{ $map->links() }}
</div>
 */
/* .pageing-in.custom .pagination .page-item:first-child .page-link{
    border-radius: 5px 5px 5px 5px;
    background-color:#DDD;
    border:1px #BBB solid;
    color:#AAA;
} */
/* 最初の子要素の無効のみをグレーアウト */
.pageing-in.custom .pagination .disabled:first-child .page-link{
    border-radius: 5px 5px 5px 5px;
    background-color:#DDD;
    border:1px #BBB solid;
    color:#AAA;
}
/* 最後の子要素の無効のみをグレーアウト */
.pageing-in.custom .pagination .disabled:last-child .page-link{
    border-radius: 5px 5px 5px 5px;
    background-color:#DDD;
    border:1px #BBB solid;
    color:#AAA;
}
/* 全体です。 */
.pageing-in.custom .pagination .page-item .page-link{
    border-radius: 5px 5px 5px 5px;
    background-color:#FFF;
    border:1px #BBB solid;
    color:#AAA;
}
.pageing-in.custom .pagination .page-item.active .page-link{
    background-color:#677081;   
    border:1px #677081 solid;
    color:#FFF;
}
.pageing-in.custom .pagination .page-item{
    margin:0.1rem;
}
.pageing-in.custom .pagination .page-item .page-link{
    padding:0.8rem 0.7rem;
    line-height: 0;
    font-size:0.8em;
}

/* ========================================== */
/* 以下は高原が作成したものを置きます。 */
/* 致命的な際にまとめて削除、移動がしやすいようにまとめます。 */
/* ========================================== */
/* ------------------------------------------- */
/* ラベルの背景を淡いグレーで塗りつぶします。 */
/* ------------------------------------------- */
.lbl-bg-gray {
    background-color: whitesmoke;
    padding: 0.7rem;
}

/*
表題に利用。
背景が薄いグレー
アンダーラインが緑
行頭に箇条書きの緑の塗り潰し円
*/
.bg-gray-border-bottom-green-head-green-circle {
    background-color: whitesmoke !important;
    border-bottom: solid;
    border-bottom-color: #74a544;
    border-bottom-width: 3px;
    padding: 0.3rem;
}
.bg-gray-border-bottom-green-head-green-circle:before {
    content: "●";
    color: #74a544;
    margin-right: 0.5rem;
}

/*
文字の高さの中心に線を引きます。
*/
.text-line-middle-green {
	display: flex;
	align-items: center;
    color: #74a544;
}

.text-line-middle-green:before,
.text-line-middle-green:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #74a544; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}

.text-green-under-line {
    color: #74a544;
    /* 上 | 右 | 下 | 左 */
    padding: 1rem 1em 1rem 0.5rem;
    border-bottom: 0.5px solid gray;
    width: 100%;
}
.text-green-under-line button:after {
    color: gray;
    position:absolute;
    right:10%;
    content: '>';
}

/*　追加 */
.icon-small-r30-bg-blue{
    background-color:#2D8BBB;
    color:#FFF;
}

/* ------------------------------------------- */
/* <select>を<label>に内包してlabelに適用してください。 */
/* ------------------------------------------- */
.selector-green {
    position: relative;
}
.selector-green::before,
.selector-green::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.selector-green::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #7ea450;
    content: '';
}
.selector-green::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}
.selector-green select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* min-width: 230px; */
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    /* border: 2px solid #2589d0; */
    border-radius: 3px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}



/****** ポップアップ ******/

.popup-window{
    display:none;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:100%;
    background: rgba(0,0,0,70%);
    z-index:99;/*ポップアップ系は全て99で統一*/
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.popup-window .inner {
    width: 360px;
    padding:1rem;
    margin:1rem auto;
    font-weight: bold;
    /* color: #fff; */
    background: #FFF;
    cursor: pointer;

    border-radius: 10px 10px 10px 10px;
}

.popup-window .inner > .icon-close{
    text-align:right;
}
.popup-window .inner > .icon-close img{
    width:24px;
}
.popup-window .inner ul{
    
    margin-top:1rem;
    margin-bottom:2rem;
}
.popup-window .inner ul li{
    border-top:none;
    padding: 0;
    margin-top:1rem;
}

.popup-window .inner ul li a{
    display:block;
    margin:0 auto;
    border:3px #64a731 solid;
    width:320px;
    text-align:center;
    color:#64a731;
    border-radius: 30px 30px 30px 30px;
    padding: 0.7rem 1rem;

}

.bottom-menu{
    width:100%;
    background-color:#f5f5f5;
    position:fixed;
    bottom:0px;
    left:0px;
    padding-top:1rem;
    z-index:999;
}
.bottom-menu ul{
    display:flex;
}
.bottom-menu ul li{
    width:20%;
    padding:0 0.05rem 1rem 0.05rem;
    
}
.bottom-menu ul li:not(:last-of-type){
    border-right:1px #DDD solid;
}
.bottom-menu ul li img{
    width:50%;
}
.bottom-menu ul li p{
    font-size:0.7rem;
}
.opacity02 {
    opacity: 0.2;
}
.opacity03 {
    opacity: 0.3;
}
.opacity05 {
    opacity: 0.5;
}
.opacity09 {
    opacity: 0.9;
}

.font-1 {
    font-size: 0.6rem!important;
}
.font-2 {
    font-size: 0.8rem!important;
}
.font-3 {
    font-size: 1rem!important;
}
.font-4 {  
    font-size: 1.2rem!important;
}
.font-5 {  
    font-size: 1.5rem!important;
}
.font-6 {  
    font-size: 1.8rem!important;
}
.font-7 {  
    font-size: 2.1rem!important;
}

.ellipsis {
    white-space: nowrap; /* テキストを改行しない */
    overflow: hidden; /* コンテンツがオーバーフローしたら非表示に */
    text-overflow: ellipsis; /* オーバーフローしたテキストを省略記号で表示 */
    width: 80%; /* 必要に応じて幅を設定 */
    display: block; /* ブロックレベル要素として扱う */
}

.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.blinking-2{
	-webkit-animation:blink2 1.5s ease-in-out infinite alternate;
    -moz-animation:blink2 1.5s ease-in-out infinite alternate;
    animation:blink2 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink2{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@-moz-keyframes blink2{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@keyframes blink2{
    0% {opacity:0.2;}
    100% {opacity:1;}
}



.blinking-3{
	-webkit-animation:blink3 .5s ease-in-out infinite alternate;
    -moz-animation:blink3 .5s ease-in-out infinite alternate;
    animation:blink3 .5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink3{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@-moz-keyframes blink3{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@keyframes blink3{
    0% {opacity:0.5;}
    100% {opacity:1;}
}