a {
    text-decoration: none;
}

textarea {
    resize: none;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.thought {
    color:yellow;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}

a .icon-button {
    opacity: 0.7;	/*透明度70%*/
    margin: 0 5px;
    padding: 7px;	/*余白*/
    width: 50px;	/*幅*/
    height: 50px;	/*高さ*/
    background: #fff;	/*背景色*/
    border-radius: 50%;	/*角丸のサイズ*/
}

a:hover .icon-button  {
    opacity: 1;	/*透明度100%*/
}

.header-navi {
    display: block;
    position: fixed;
    z-index: 90;
    top: 5px;		/*上からの配置場所*/
    right: 50px;	/*左からの配置場所*/
    width: 200px;	/*幅*/
    height: 100px;	/*高さ*/
    list-style: none;
}

#menubar_hdr {
    border-radius: 50%;	/*角丸のサイズ*/
    background-color: white;
    opacity: 0.7;	/*透明度70%*/
}

#menubar_hdr:hover {
    opacity: 1;	/*透明度70%*/
}

/*アイコン１個あたりの設定*/
#header-nav li {
    display: inline-block;
    margin: 0 5px;	/*アイコン同士にとる余白*/
}

#header-nav li a {
    display: block;
    opacity: 0.7;	/*透明度70%*/
    padding: 7px;	/*余白*/
    width: 50px;	/*幅*/
    height: 50px;	/*高さ*/
    background: #fff;	/*背景色*/
    border-radius: 50%;	/*角丸のサイズ*/
}

/*マウスオン時*/
#header-nav li a:hover {
    opacity: 1;	/*透明度100%*/
}

.custom-swiper-pager-margin {
    margin-bottom: 50px;
}

/* 汎用：途中改行しない */
.nowrap {
    white-space: nowrap;
}

/* サイドメニューの求人ページのメッセージ */
.recruit-msg {
    font-size: 16px;
}

/* サイドメニューのブログの文字 */
.blog-contents {
    font-size: 14px;
}

/* 出勤一覧の日付選択 */
.day_select {
    padding: 5px 5px;
    background:linear-gradient(to bottom, #f7a1dc, #f4edf2);
    color: black;
}

/* 出勤一覧 */
.tab {
    list-style: none;
    margin-bottom: 20px;
}
/* 出勤一覧 */
.tab li {
    position: relative;
    display: inline-block;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}

.therapist-box {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.day_div {
    width: 100%;
}

.therapist-card {
    transition: 0.5s;
    float: left;	/*左に回り込み*/
    width: calc(94% / 3);	/*ボックス幅(3分割) margin３列分で6%を引いて計算*/
    margin: 1%;	/*上、右、下、左にとるボックスの外側へのスペース*/
    padding: 2%;	/*ボックス内の余白*/
    height: auto;	/*ボックスの高さ*/
    opacity: 1;

    font-size: 13px;	/*文字サイズ*/
    background:linear-gradient(to bottom, #f7a1dc, #f4edf2);
    text-align: center;
}

.therapist-card:hover {
    opacity: 0.9;
}

/*ボックス内のh4見出し*/
.therapist-card h4 {
    color: #b39f88;	/*文字色*/
    margin-top: 10px;
}

/*ボックス内のp段落タグ*/
.therapist-card p {
    padding: 0;
    font-size: 12px;	/*文字サイズ*/
    line-height: 1.5;	/*行間*/
}

/*セラピストカードの画像を固定サイズ化*/
.therapist-card figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.therapist-info {
    color: black;
}

.therapist-work {
    color: black;
}

.blog-box {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.blog-card {
    transition: 0.5s;
    width: calc(92% / 4);	/*ボックス幅(4分割) margin４列分で8%引いて計算*/
    margin: 1%;	/*上、右、下、左にとるボックスの外側へのスペース*/
    padding: 2%;	/*ボックス内の余白*/
    border-right: 1px solid #ccc;	/*右側の線の幅、線種、色*/
    border-bottom: 1px solid #ccc;	/*下側の線の幅、線種、色*/
    opacity: 1;
    font-size: 13px;	/*文字サイズ*/
    background:linear-gradient(to bottom, #f7a1dc, #f4edf2);
    text-align: center;
}

.blog-card:hover {
    opacity: 0.7;
}

/*ブログカードのh4見出し*/
.blog-card h4 {
    color: #b39f88;	/*文字色*/
    margin-top: 10px;
}
/*ブログカード内のp段落タグ*/
.blog-card p {
    padding: 0;
    font-size: 12px;	/*文字サイズ*/
    line-height: 1.5;	/*行間*/
}

.square-img {
    width: 25%;
    float: left;
    position: relative;
}

.square-img::after {
    padding-bottom: 100%;
    content: "";
    display: block;
}

.square-img > a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}

/*ブログカードのh4見出し*/
.blog-card h4 {
    color: #b39f88;	/*文字色*/
    margin-top: 10px;
}

/*ブログカード内のp段落タグ*/
.blog-card p {
    padding: 0;
    font-size: 12px;	/*文字サイズ*/
    line-height: 1.5;	/*行間*/
}

/*ブログカードの画像を固定サイズ化*/
.blog-card figure {
    overflow: hidden;
}

/*セラピストカードの画像を固定サイズ化*/
.blog-card figure img {
    width: 20vw;
    height: 20vw;
    object-fit: cover;
}

/*テーブル table-profile
---------------------------------------------------------------------------*/
/*table-profile設定*/
.table-profile {
	width: 96%;
	margin: 0 auto 15px;
}
.table-profile, .table-profile td, .table-profile th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.table-profile th.tamidashi {
	width: auto;
	text-align: left;		/*左よせ*/
	background: #333;	/*背景色*/
}
/*table-profileの左側ボックス*/
.table-profile th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
}
/*左側ボックスに画像を入れた場合の設定*/
.table-profile th img {
	width: 100%;
}

/* セラピスト感想入力テキストエリア */
.impression {
    width:98%;
}

/* 決済ページ 金額入力欄 */
#amount {
    position: relative;
    width: 93%;
    height: 30px;
    margin: 20px 3%;
}

/* 決済ページ 金額入力欄 */
#amount input[type='text'] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #aaaaaa;
    border: 1px solid #1b2538;
    border-radius: 4px;
}
.ef input[type='text']:focus {
    border: 1px solid #da3c41;
    outline: none;
    box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

/* 決済ページ 金額入力欄 */
#customButton {
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    display: block;
    width: 160px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: #26C6DA;
    border-bottom: 2px solid #00838F;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
#customButton:active {
    border-bottom: 2px solid #26C6DA;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px) {
    #menubar a {
        font-size: 12px;	/*文字サイズ*/
    }
}
/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {

}

/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px) {

    .therapist-card {
        width: calc(96% / 2);	/*ボックス幅(2分割) margin２列分で4%を引いて計算*/
    }
    .therapist-card img{
        width: 160px;
    }

    .blog-card {
        width: calc(96% / 2);	/*ボックス幅(2分割) margin2列分で4%を引いて計算*/
    }

    /*ブログカードの画像を固定サイズ化*/
    .blog-card figure img {
        width: 40vw;
        height: 40vw;
    }
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

    .contents {
        padding: 10px;
    }


    /*テーブル
    ---------------------------------------------------------------------------*/
    /*テーブル内の左側*/
    .table-profile th {
        width: 90px;
        padding: 5px;
    }
    /*テーブル内の右側*/
    .table-profile td {
        width: auto;
        padding: 5px;
    }
}