@charset "utf-8";

/*---------------------------------
RESET
--------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
    blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
    dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
    tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
    label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, figure, figcaption, footer,
    header, hgroup, menu, nav, output, ruby, section, summary, time,
    mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers*/
article, aside, details, figcaption, figure, footer, header, hgroup,
    menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*---------------------------------
SETTING
--------------------------------*/
* {
    font-size: 100%;
}

a {
    color: #555;
}

table {
    width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.spt05 {
    margin-top: 5px;
}

.spt10 {
    margin-top: 10px;
}

.spt15 {
    margin-top: 15px;
}

.spt20 {
    margin-top: 20px;
}

.spt25 {
    margin-top: 25px;
}

.spt30 {
    margin-top: 30px;
}

.spt35 {
    margin-top: 35px;
}

.spt40 {
    margin-top: 40px;
}

.spb10{
  margin-bottom: 10px;
}

.spl05 {
    margin-left: 5px;
}

.spl10 {
    margin-left: 10px;
}

.spl15 {
    margin-left: 15px;
}

.spl20 {
    margin-left: 20px;
}

.spl25 {
    margin-left: 25px;
}

.spl30 {
    margin-left: 30px;
}

.spl40 {
    margin-left: 40px;
}

.f65 {
    font-size: 65%;
}

.f70 {
    font-size: 70%;
}

.f75 {
    font-size: 75%;
}

.f80 {
    font-size: 80%;
}

.f85 {
    font-size: 85%;
}

.f90 {
    font-size: 90%;
}

.f95 {
    font-size: 95%;
}

.f100 {
    font-size: 100%;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f140 {
    font-size: 140%;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.w15 {
    width: 15%;
}

.w25 {
    width: 25%;
}

.w35 {
    width: 35%;
}

.w45 {
    width: 45%;
}

.w55 {
    width: 55%;
}

.w65 {
    width: 65%;
}

.w75 {
    width: 75%;
}

.w85 {
    width: 85%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.ls01 {
    letter-spacing: 0.1em;
}

.ls02 {
    letter-spacing: 0.2em;
}

.em {
    font-weight: bold;
}

.red {
    color: #dd2c2c;
}

.black {
    color: #666;
}

.white {
    color: #fff;
}

.pink{
  color: #fb9a8e;
}

::selection {
    background: #b0dbd4;
}

::-moz-selection {
    background: #b0dbd4;
}

img {
    vertical-align: bottom;
}

* {
    box-sizing: border-box;
}

.txud {
    text-decoration:underline;
}

/*---------------------------------
LAYOUT
--------------------------------*/
html {
    height: 100%;
}

body {
    height: 100%;
    color: #666;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 140%;
    background-image: url("../images/bg_left_pink.png"),
        url("../images/bg_right_pink.png");
    background-position: -2% -20%, 100% 120%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed;
}

.container {
    width: 100%;
}

h2 i {
    margin-right: 10px;
}
/* fontawesome */
/* 左側アイコンの右にmargin */
.ileft {
    margin-right: 10px;
}
/* 右側アイコンの左にmargin */
.iright {
    margin-left: 10px;
}

input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
}

pre {
    white-space: pre-wrap;
}

/********** header：共通 **********/
.header_text {
    background: #c9ab8b;
}

.header_text p a {
    color: #fff;
}



.header_text p {
    width: 960px;
    margin: auto;
    padding: 0.1em;
    color: #706243;
}

.content {
    width: 960px;
    margin: auto;
}

.header {
    width: 100%;
    padding: 1em 0;
}

.header .header_link {
    width: 20%;
}
.header .hospital_name .logo img {
    width: auto;
    height: auto;
}

.header .hospital_name .title {
    /*width: 84%;*/
}


.header .hospital_name .title h1 {
    /*line-height: 45px; /* 病院ロゴの表示サイズ(縦)を指定して、その縦幅と同じものを入れる(未対応) */
    /*変更*/

    font-size: 95%;
    margin-top: 10px;
    background:#fdecd9;
    text-align: center;
    border-radius: 3px;
  padding:5px 5px;
  -webkit-box-shadow: 0 0 40px rgba(152, 86, 18, 0.2) inset,0 0 4px rgba(152, 86, 18, 0.2) ;
  -moz-box-shadow: 0 0 40px rgba(152, 86, 18, 0.2) inset,0 0 4px rgba(152, 86, 18, 0.2) ;
  box-shadow: 0 0 40px rgba(152, 86, 18, 0.2) inset,0 0 4px rgba(152, 86, 18, 0.2) ;
}

.header .hospital_name .title span {
  display:block;
  border-bottom:1px dashed #fff;
}

.header .hospital_name .title h2 {
    /*font-size: 80%;*/
    /*変更*/
    font-size: 90%;
}

.logout{
  position: relative;
  border: 4px double #c9ab8b;
  border-radius: 4px;
  box-shadow: 0 1px 0 #c9ab8b;
  -webkit-box-shadow: 0 1px 0 #c9ab8b;
  -moz-box-shadow: 0 1px 0 #c9ab8b;
}

.logout:active{
  top: 3px;
  box-shadow: none;
}

.header .header_link p a {
    display: block;
    text-decoration: none;
    padding: 0.3em;
    font-size: 110%;
}


.header .header_link .link_hp{
  border-bottom: 1px dashed #c9ab8b;
}

.header .header_link p a:hover {
    color: #fff;
    background: #dac8b5;
    transition: .5s;
}


/********** 遷移：共通（次へ・戻る・トップ） **********/
.jump {
    width: 640px;
    margin: auto;
    text-align: center;
}

.jump .back_btn a {
    background: #fdecd9;
    width: 44%;
    height: 40px;
    margin: 10px 3%;
    border-radius: 5px;
    padding: .5em 1em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    cursor: pointer;
    color: #666;
    font-size: 95%;
    float: left;
    list-style: none;
    display: block;
    text-align: center;
    letter-spacing: .2em;
}

.jump .next_btn a, .jump .next_btn input[type="submit"], .jump .yes_btn a,
    .jump .no_btn a, .jump .next_btn button[type="submit"] {
    background: #fcb2a9;
    color: #fff;
    width: 44%;
    height: 40px;
    margin: 10px 3%;
    border-radius: 5px;
    padding: .5em 1em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    cursor: pointer;
    font-size: 95%;
    float: left;
    list-style: none;
    display: block;
    text-align: center;
    display: block;
    text-align: center;
    letter-spacing: .2em;
}

.jump .next_btn input[type="submit"]:hover,
.jump .next_btn button[type="submit"]:hover {
    background: #c9ab8b;
    color: #fff;
    transition: .5s;
}

.jump .top_btn a, .jump .regist_btn a {
    width: 50%;
    background: #fcb2a9;
    color: #fff;
    height: 40px;
    margin: 40px auto 0;
    border-radius: 5px;
    padding: .5em 1em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    cursor: pointer;
    font-size: 95%;
    list-style: none;
    display: block;
    text-align: center;
    text-decoration-color: #fff;
}

.jump input[type="button"] {
    text-decoration: none;
}

.jump a {
    text-decoration: none;
}

.jump p a:hover {
    background: #c9ab8b;
    color: #fff;
    transition: .5s;
}

/********** ログインページ：お知らせ **********/
.info {
    width: 100%;
}

.info header h2 {
    border-radius: 5px;
    padding: .4em .8em;
    color: #fff;
    background: url("../images/midashi_bg.png"), #fcb2a9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb2a9',
        endColorstr='#fbc0ce', GradientType=1);
    background-position: 105% 70%;
    background-repeat: no-repeat;
}

.info>div {
    width: 96%;
    margin: .5em auto 0 auto;
}
/********** ログインページ：ログイン **********/
.login {
    background: #fdecd9;
    padding: 2em 0;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.login-inner {
    width: 670px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.login input, .login select {
    height: 32px;
}

.login_text {
    text-align: center;
}

.login form {
    width: 100%;
    margin: 15px auto 0 auto;
}

.login form input[type="text"], .login form select {
    border-radius: 5px;
    border: 1px solid #c9ab8b;
    padding: .2em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
}

.login form input[type="text"] {
    width: 160px;
}

.login form select {
    width: 70px;
} /*元は80px*/
.login form .number, .login form .birthday {
    width: 35%;
    float: left;
}

.login form .login_btn {
    width: 30%;
    float: left;
}

.login form .number_input i, .login form .birthday_input i {
    color: #fcb2a9;
}

.login form input[type="submit"] {
    width: 70%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    border: none;
    padding: .4em;
    background: #fcb2a9;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    cursor: pointer;
    color: #fff;
    letter-spacing: .1em;
    font-size: 95%;
}

.login form .login_btn :hover {
    color: #fff;
    background: #c9ab8b;
    transition: .5s;
}

/********** ログインページ：メール配信登録 **********/
.mailReg {
    margin-top: 15px;
    width: 100%;
}

.mailReg panel1 {
    width: 100%;
    float: left;
    margin: 0 auto;
}

/* 初めての方は…のボタン */
.mailReg input[type="submit"], .mailReg label {
    width: 100%;
    margin: 10px 0 .5em;
    display: block;
    border-radius: 10px;
    padding: .4em 2em;
    background: #c9ab8b;
    cursor: pointer;
    color: #fff;
    letter-spacing: .1em;
    font-size: 95%;
}

.mailReg label:hover {
    color: #fff;
    transition: .5s;
}

.mailReg label:hover {
    color: #666;
}

input[type="checkbox"].on-off+div {
    display: none;
}

input[type="checkbox"].on-off:checked+div {
    display: block;
}

/* アコーディオン中身 */
.mailReg-inner {
    padding: 25px 25px;
    background-color: #fdecd9;
    border-radius: 5px;
}

/* メール配信登録とは */
.mail-info {
    padding: .75em 1.5em;
    border-top: 3px double #c9ab8b;
    border-bottom: 3px double #c9ab8b;
    background-color: #fff;
    width: 96%;
    margin: 0 auto;
}

/* メール設定 */
.settinglogin {
    margin-top: 30px;
    width: 100%;
}

.settinglogin header h2 {
    border-radius: 5px;
    padding: .4em .8em;
    color: #fff;
    background: url("../images/midashi_bg.png"), #f9c1a9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c1a9',
        endColorstr='#fbc0ce', GradientType=1);
    background-position: 105% 70%;
    background-repeat: no-repeat;
}

.settinglogin>div {
    width: 96%;
    margin: .8em auto 0 auto;
}

/* プライバシーポリシ */
.privacy {
    margin-top: 30px;
    width: 100%;
}

.privacy header h2 {
    border-radius: 5px;
    padding: .4em .8em;
    color: #fff;
    background: url("../images/bg_right_pink.png"), #f9c1a9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c1a9',
        endColorstr='#fbc0ce', GradientType=1);
    background-position: 105% 70%;
    background-repeat: no-repeat;
}

.privacy>div {
    width: 96%;
    margin: .4em auto 0 auto;
}

.privacy .scroll {
    overflow-y: scroll;
    width: 100%;
    height: 260px;
    background-color: #fff;
    border: 1px solid #eedfc1;
    border-radius: 5px;
    padding: 1em;
}

.privacypolicy_text dt:before {
    font-family: FontAwesome;
    content: '\f046';
    margin-right: .5em;
}

/* メール配信登録ボタン */
.mail_btn {
    margin-top: 20px;
    text-align: center;
}

.list-space {
    margin-top: 5px;
    margin-left: 20px;
}

.list-privacy{
    margin-left: 30px;
}

.top-space {
    margin-top: 5px;
}

.bottom-space {
    margin-bottom: 10px;
}

.mail_btn input[type="button"] {
    width: auto;
    height: 40px;
    border-radius: 5px;
    border: none;
    padding: .4em 1em;
    background-color: #fcb2a9;
    cursor: pointer;
    color: #fff;
    letter-spacing: .3em;
}

.mail_btn input[type="button"]:hover {
    background-color: #c9ab8b;
    transition: .5s;
}

.mail_btn input[type="text"] {
    width: 50%;
    border-radius: 5px;
    border: 1px solid #c9ab8b;
    padding: .5em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
}

.mail_btn img {
    vertical-align: middle;
}

/* 戌の日カレンダーボタン */
.dog_calendar a {
  text-decoration: none;
  display: block;
  background-color: #ffd5c4;
  color: #7b756b;
  border-radius: 20px;
  width: 100%;
  padding: 10px 20px;
}

.dog_calendar a:hover {
background-color: #a08161;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

.dog_calendar a span {
  display: block;
  border-bottom: 1px dashed #7b756b;
}

.dog_calendar a:hover span {
  border-bottom: 1px dashed #fff;
}


/********** トップページ：診療状況 **********/
.diagnosis {
    width: 100%;
}

.diagnosis .services {
    width: 500px;
    padding: 10px 5px;
    letter-spacing: .3em;
}

.diagnosis header h2 {
    border-radius: 5px;
    padding: .4em .8em;
    color: #fff;
    background: url("../images/midashi_bg.png"), #fcb2a9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb2a9',
        endColorstr='#fbc0ce', GradientType=1);
    background-position: 105% 70%;
    background-repeat: no-repeat;
}

.diagnosis>div {
    width: 96%;
    margin: .5em auto 0 auto;
}
/* 診療状況テーブル */
.nowdate {

}

.nowdate {
    border: 1px solid #fdecd9;
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
}

.nowdate th {
    border-bottom: 1px solid #fff;
    width: 60%;
}

.nowdate td {
    border-bottom: 1px solid #fdecd9;
    padding: 5px 20px;
    background-color: #fff;
    text-align: right;
}

.nowdate th {
    border-right: 1px solid #fdecd9;
    background: #fdecd9;
}

.nowdate tr:first-child th {
    border-radius: 8px 0 0 0;
}

.nowdate tr:first-child td {
    border-radius: 0 10px 0 0;
}

.nowdate tr:last-child th {
    border-bottom: none;
    border-radius: 0 0 0 8px;
}

.nowdate tr:last-child td {
    border-bottom: none;
    border-radius: 0 0 10px 0;
}

/********** トップページ：予約状況 **********/
.reservation-info {
    width: 100%;
    margin-top: 20px;
}

.reservation-info header h2 {
    border-radius: 5px;
    padding: .4em .8em;
    color: #fff;
    background: url("../images/midashi_bg.png"), #fcb2a9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb2a9',
        endColorstr='#fbc0ce', GradientType=1);
    background-position: 105% 70%;
    background-repeat: no-repeat;
}

.reservation-info>div {
    width: 96%;
    margin: .5em auto 0 auto;
}
/********** トップページ：医師メニュー **********/
.doctor_m {
    margin-top: 15px;
    width: 100%;
    background: #f9c1a9;
    background-position: 105% 70%;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 15px;
    color: #fff;
}

.doctor_m ul li {
    list-style-type: none;
    margin: 2px;
}

.reserve_hospitalname{
  position: relative;
  border-top: solid 2px #b58c60;
  border-bottom: solid 2px #b58c60;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
  color:black;
}

/*.reserve_hospitalname::after{
  position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: '\f0f8\ HOSPITAL';
background: #b58c60;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.8em;
line-height: 1;
letter-spacing: 0.05em;
}*/

.hospital_coment{
  position: relative;
  border: 2px solid #fff;
  padding:5px;
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px #a7a7a7;         /* 吹き出し本体の影 */
}

.hospital_coment::before{
  content: '';
  position: absolute;
  top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}

/* アコーディオン部分 */
.doctor_m label {
    background: #fdecd9;
    color: #666;
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
    cursor: pointer;
}

.doctor_m label:hover {
    background: #c9ab8b;
    color: #fff;
}

input[type="checkbox"].on-off {
    display: none;
}

input[type="checkbox"].on-off+ul {
    display: none;
}

input[type="checkbox"].on-off:checked+ul {
    display: block;
}

/* 医師ボタン */
.doctor_m .doctorName li {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: none;
    padding: .4em;
    background-color: #fff;
    cursor: pointer;
    color: #666;
    text-align: center;
    letter-spacing: .3em;
}

.doctor_m .doctorName li:hover {
    background-color: #c9ab8b;
    color: #fff;
    transition: .5s;
}

.doctorName a {
    display: block;
    text-decoration: none;
}

/********** トップページ：メニュー(メール設定・予約確認) **********/
.menu a {
    display: block;
    text-decoration: none;
}

.menu li {
    width: 32%;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
    padding: .5em;
    background: #fdecd9;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    cursor: pointer;
    color: #666;
    font-size: 95%;
    float: left;
    list-style: none;
    display: block;
    text-align: center;
    letter-spacing: .2em;
}

.menu li:hover {
    background: #c9ab8b;
    transition: .5s;
}

.menu li:hover a {
    color: #fff;
    transition: .5s;
}

.menu .m_mail {
    margin-right: 1%;
}

.menu .m_baby {
    margin-right: 1%;
    margin-left: 1%;
}

.menu .m_reg {
    margin-left: 1%;
}

/********** 予約ページ：共通 **********/
.border {
    border-top: 1px dashed #8c8b8b;
}

.transition {
    max-width: 640px;
}

.transition li {
    width: 40%;
    height: 40px;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
    padding: .5em 1em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    cursor: pointer;
    color: #666;
    font-size: 95%;
    float: left;
    list-style: none;
    display: block;
    text-align: center;
}

.transition p {
    width: 40%;
    height: 40px;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
    padding: .5em 1em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    cursor: pointer;
    color: #666;
    font-size: 95%;
    float: left;
    list-style: none;
    display: block;
    text-align: center;
}

/********** 予約ページ：日時選択画面 **********/
.summary {
    width: 640px;
    margin: 0 auto;
    padding: .5em 1em;
    border-radius: 2px;
    background-color: #F9C1A9;
    color: #fff;
    letter-spacing: 3px;
}

.date-next, .date-back {
    width: 13%;
    display: block;
    border-radius: 5px;
    padding: .2em .8em;
    background: #c9ab8b;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    cursor: pointer;
    color: #fff;
    letter-spacing: .1em;
    font-size: 95%;
}

.date-hidden {
    background: transparent;
}

.date-back {
    float: left;
    text-align: left;
    margin: 0 5px;
}

.date-next {
    float: right;
    text-align: right;
    margin: 0 5px;
}

.date-transition {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0;
    font-size: 95%;
}

/* 表エリア */

/* いれた */
.coverTable {
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    padding: 5px;
    font-size: 90%;
    vertical-align: initial; /*vertical-alignの無効化のはず*/
}

.coverTable a {
    display: block;
}

.timeColor, .monthColor, .sat, .sun, .timeCell, .closeColor, .openColor,
    .dayCell {
    border: 1px solid #E6E6E6;
    font-weight: bold;
    text-align: center;
}

.timeColor {
    background-color: #fdecd9;
}

.monthColor {
    background-color: #fdecd9;
}

.closeColor {
    background-color: #fff;
    height: 24px;
    width: 35px;
    text-align: center;
    font-size: 120%;
}
/* いれた */
.openColor {
    background-color: #f9c1a9;
    height: 24px;
    width: 35px;
    text-align: center;
    font-size: 120%;
    color: #666;
}
/* いれた */
.sat {
    background-color: #D9E9F7;
    color: #6AB3F7;
    height: 32px;
    width: 35px;
}
/* いれた */
.sun {
    background-color: #F7D9DC;
    color: #F76A78;
    height: 32px;
    width: 35px;
}

/* 追加 */
.innerTable {
    width: 100%;
    border-spacing: 3px;
    padding: 0;
    spacing: 0;
}

.innerCell {
    border: 0 none;
    padding: .15em 0 0;
}

.innerTelCell {
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
    text-align: center;
}

.innerCloseCell {
    border: 1px solid #E6E6E6;
    background-color: #EEEEEE;
    text-align: center;
}

.moreInnerTable {
    border: 0 none;
    width: 100%;
    border-spacing: 0;
    padding: 0;
    margin: 0;
    spacing: 0;
}

.timeCell {
    background-color: #fdecd9;
}

.dayCell {
    background-color: #fdecd9;
    height: 24px;
    width: 35px;
}

.separate {
    height: 3px;
    border: solid 0px;
    background-color: #fdecd9;
    padding: 0px;
}

.hourR {
    width: 100%;
    height: 24px;
    font-size: 80%;
}

.scheduleR {
    height: 24px;
    width: 100%;
}

a.bS {
    text-decoration: none;
}

/*
.tg  {width: 85%;margin: 0 auto;background-color: #fff;display: block;font-size: 90%;vertical-align: initial;border-collapse:collapse;border-spacing:0;}
.tg td{font-size:14px;padding:.2em .1em;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-size:14px;font-weight:normal;padding:2px 1px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-openColor{background-color: #f9c1a9;height: 24px;width: 35px;color: #666;text-align:center;vertical-align:top}
.tg .tg-w4s2{background-color: #fdecd9;text-align:center;vertical-align:top}
.tg .tg-sat{background-color: #D9E9F7;color: #6AB3F7; height: 32px;width: 35px; text-align:center;vertical-align:top}
.tg .tg-sun{background-color: #F7D9DC;color: #F76A78;height: 32px;width: 35px;text-align:center;vertical-align:top}
.tg .tg-9hbo{background-color: #fdecd9;vertical-align:top}
.tg .tg-cw9i{font-size:28px;text-align:center;vertical-align:top}
.tg .tg-s8il{text-align:center;vertical-align:top}
*/

/********** 予約ページ：詳細選択画面 **********/
.detail textarea, .detail form select {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
}

.detail textarea, .detail select, .detail input, .detail textarea,
    .detail select {
    color: #666;
    border-radius: 5px;
    border: 1px solid #c9ab8b;
    padding: .3em;
}

.detail button {
    border: 0px solid #c9ab8b;
}

.detail select {
    letter-spacing: 1px;
}

/***** pc *****/
.detail .detail-inner {
    width: 640px;
    margin: auto;
}

/* 項目名 */
.detail label {
    display: inline-block;
    width: 30%;
    float: left;
    line-height: 29px;
    text-align: right;
    padding-right: 20px;
}

/* 項目回答 */
.detail select {
    width: 70%;
    float: right;
}

.detail .detail-inner .memo {
    width: 70%;
    float: right;
}

.detail textarea {
    width: 100%;
}

/* 診療内容 */
.detail select {
    width: 70%;
}

.detail label, .detail input, .detail select, .detail textarea, .detail .check-area {
    margin-top: 20px;
}

.detail .detail-inner .detail-item {
    overflow: hidden;
}

.detail .detail-item .memo label {
    display: inline;
    clear: both;
    float: none;
    line-height: normal;
    padding-right: 0px;
    width: 100%;
}

.detail .detail-item .memo input[type=checkbox] {
  display: none;
}
.check-label {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
}
.check-label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  content: '';
}
.check-label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -12px;
  width: 8px;
  height: 16px;
  border-right: 3px solid #fcb2a9;
  border-bottom: 3px solid #fcb2a9;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.detail .detail-item .memo input[type=checkbox]:checked + .check-label:before {
  opacity: 1;
}

/********** 予約ページ：予約内容確認画面 **********/

/*ここからフォーム*/
#box1 {
    width: 630px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.reserve-confimation {
    margin: 0 auto;
    letter-spacing: initial;
}

dl dt dd {
    margin: 0;
    padding: 0;
}

.rc-dl {
    background: #fff2e5;
    border: 1px solid #c9ab8b;
    border-radius: 5px;
    height: 240px
}

.rc-dt {
    width: 30%;
    padding: 7px 0px;
    float: left;
    border-right: 1px solid #c9ab8b;
    font-weight: bold;
    clear: both;
    text-align: center;
}

.rc-dd {
    width: 70%;
    padding: 7px 0;
    font-size: 110%;
    float: left;
}

.jump-reserve-conf {
    width: 640px;
    margin: auto;
    text-align: center;
    clear: left;
}

.back_btn a {
    background: #fdecd9;
    width: 44%;
    height: 40px;
    margin: 10px 0;
    border-radius: 5px;
    padding: .5em 1em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    cursor: pointer;
    color: #666;
    font-size: 95%;
    float: left;
    list-style: none;
    display: block;
    text-align: center;
    text-decoration: none;
}

.t {
    margin-right: 10px;
}

.back_btn a:hover {
    background: #c9ab8b;
    color: #FFF;
    transition: .5s;
}

.confimation {
    text-align: center;
    margin: 20px auto;
    width: 100%;
    clear: both;
}

/* 予約ボタン */
.reserve-btn input {
    font-size: 98%;
    font-weight: bold;
    color: #fff4fd;
    background: #fcb2a9;
    height: 40px;
    width: 80%;
    cursor: pointer;
    border-style: none;
    border-radius: 5px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
}

/* 予約ボタン 反転 */
.reserve-btn input:hover {
    background-color: #c9ab8b;
    transition: .5s;
}

.reserve-btn {
    margin: 10px 30px;
    text-align: center;
}

/********** 予約ページ：予約完了画面 **********/
/* こしまさん */

/********** メール共通 **********/
.mail {
    width: 640px;
    margin: 0 auto;
}

.mail header h2 {
    margin: 20px auto 30px;
    border-radius: 5px;
    padding: .4em .8em;
    color: #fff;
    background: url("../images/midashi_bg.png"), #f9c1a9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb2a9',
        endColorstr='#fbc0ce', GradientType=1);
    background-position: 105% 70%;
    background-repeat: no-repeat;
}

.stop {
    width: 640px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.stop-inner {
    width: 100%;
    padding: 40px 30px;
    background-color: #fdecd9;
    border-radius: 5px;
    text-decoration: none;
}

/********** mail-deliveryReg.html **********/
.enclose {
    margin: 30px 0 30px 0;
}

.enclose button {
    color: #666;
    border-radius: 5px;
    border: 0px;
    padding: .3em;
}

.enclose form input, .enclose form select {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
}

/********** mail-setting.html **********/
.setting {
    background: #fdecd9;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    width: 640px;
}

.setting a {
    text-decoration: none;
    display: block;
    width: 400px;
    height: 40px;
    padding-top: 10px;
}

.mail-itema {
    margin: 10px 0;
    padding: 20px 5px;
}

.setting a:hover {
    background: #c9ab8b;
    color: #FFF;
    border-radius: 5px;
    transition: .5s;
}

/********** 新規メール配信登録：登録完了画面 **********/
.complete {
    width: 640px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.complete-inner {
    width: 100%;
    padding: 40px 30px;
    background-color: #fdecd9;
    border-radius: 5px;
    text-decoration: none;
}

/********** 予約確認・取消：共通 **********/

/********** 出産情報選択画面 **********/
.due_date_text {
  color: #808080;
  margin-top: 10px;
}

.text_indent {
  text-indent: 1em;
}

/********** 予約確認・取消：予約一覧画面 **********/
.reserved, .personal {
    width: 100%;
}

.reserved header h2 {
    border-radius: 5px;
    padding: .4em .8em;
    color: #fff;
    background: url("../images/midashi_bg.png"), #fcb2a9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb2a9',
        endColorstr='#fbc0ce', GradientType=1);
    background-position: 105% 70%;
    background-repeat: no-repeat;
}

.personal header h2 {
    border-radius: 5px;
    padding: .4em .8em;
    color: #fff;
    background: url("../images/midashi_bg.png"), #fcb2a9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb2a9',
        endColorstr='#fbc0ce', GradientType=1);
    background-position: 105% 70%;
    background-repeat: no-repeat;
}

.reserved-item {
    background-color: #fdecd9;
    padding: 1em 1.5em;
    margin: .5em 0;
    border-radius: 5px;
}

.selectall-item {
    padding: 0 25px;
    margin: 15px 0;
    border-radius: 5px;
}

.reserved-item tr {
    letter-spacing: 3px;
}

.check {
    width: 30px;
}

.reserved form {
    margin-bottom: 40px;
}

.reserved-item input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

.reserved form input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}

.reserved form input[type="submit"], .reserved form input[type="button"]
    {
    width: 40%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    border: none;
    padding: .4em .8em;
    background-color: #f9c1a9;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    cursor: pointer;
    color: #fff;
    letter-spacing: .1em;
    font-size: 95%;
}

.reserved form input[type="submit"]:hover, .reserved form input[type="button"]:hover
    {
    background-color: #c9ab8b;
    transition: .5s;
}

.selectall form {
    margin-bottom: 40px;
}

.selectall-item input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

.selectall form input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}

.selectall form input[type="submit"], .reserved form input[type="button"]
    {
    width: 40%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    border: none;
    padding: .4em .8em;
    background-color: #f9c1a9;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック",
        Osaka, FontAwesome;
    cursor: pointer;
    color: #fff;
    letter-spacing: .1em;
    font-size: 95%;
}

.selectall form input[type="submit"]:hover, .reserved form input[type="button"]:hover
    {
    background-color: #c9ab8b;
    transition: .5s;
}

@media ( min-width : 1px) {
    .reserved-item input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .reserved-item input[type=checkbox]+label {
        padding: 0;
    }
    .reserved-item input[type=checkbox]+label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
    }
    .reserved-item input[type=checkbox]+label::before {
        border: 2px solid #ccc;
    }
    .reserved-item input[type=checkbox]:checked+label::after {
        content: "";
        position: absolute;
        top: 50%;
        box-sizing: border-box;
        display: block;
    }
    .reserved-item input[type=checkbox]:checked+label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #fcb2a9;
        border-bottom: 3px solid #fcb2a9;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .selectall-item input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .selectall-item input[type=checkbox]+label {
        padding: 0;
    }
    .selectall-item input[type=checkbox]+label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -14px;
        background: #FFF;
    }
    .selectall-item input[type=checkbox]+label::before {
        border: 2px solid #ccc;
    }
    .selectall-item input[type=checkbox]:checked+label::after {
        content: "";
        position: absolute;
        top: 50%;
        box-sizing: border-box;
        display: block;
    }
    .selectall-item input[type=checkbox]:checked+label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -14px;
        border-left: 3px solid #fcb2a9;
        border-bottom: 3px solid #fcb2a9;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.mail-item {
    background-color: #fdecd9;
    padding: 1em 1.5em;
    margin: .5em 0;
    border-radius: 5px;
}

.mail-item>ul>li>a {
    text-decoration: none;
    display: block;
    width: 400px;
    height: 40px;
    padding-top: 10px;
    border-radius: 5px;
    transition: all .5s;
}

.mail-item>ul>li>a:hover {
    color: #fff;
    background: #c9ab8b;
}

/*** モーダルウィンドウ***/
#open {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}

.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}

.modal_window {
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    width: 400px;
    height: 200px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
    border-radius: 10px;
}

.modal_window h2 {
    font-size: 30px;
    margin-top: 15px;
}

.modal_window p {
    font-size: 12px;
    line-height: 160%;
    text-align: center;
}

.mw-cancel {
    height: 150px;
}

.mw-cancel p {
    padding: 20px 10px 0px 10px;
    margin-bottom: 30px;
    font-size: 20px;
}

.line-none1 {
    display: inline-block;
    width: 100px;
    height: 50px;
    text-decoration: none;
    border: 1px solid #000;
    margin-right: 50px;
    font-size: 130%;
    border-radius: 5px;
    letter-spacing: 15px;
    padding: 15px 0px 10px 15px;
    list-style: none;
}

.line-none1:active { /*ボタンを押したとき*/
    transform: translateY(2px); /*下に動く*/
}

.line-none2 {
    display: inline-block;
    width: 100px;
    height: 50px;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 130%;
    border-radius: 5px;
    letter-spacing: 5px;
    padding: 15px 0px 10px 0px;
}

.line-none2:active { /*ボタンを押したとき*/
    transform: translateY(2px); /*下に動く*/
}
.mw-footer {
    height: 75px;
    margin: 30px 0 10px 0;
}

.mw-footer p {
    padding-bottom: 15px;
}

.mw-footer a:active {

}

/* CSS3 ModalWindow SET
-------------------------- */
@
-webkit-keyframes modalFadeIn { 0% {
    opacity: 0;
    display: block;
}

100%
{
opacity
:
1;
}
}

div#modal div:target {
    -webkit-animation-name: modalFadeIn;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display: block;
}

div#modal div:target {
    -webkit-animation-name: modalFadeIn;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display: block;
}

/********** メール配信登録：共通 **********/
.headline {
    width: 640px;
    margin: 0 auto;
}

.headline header h2 {
    margin: 20px auto 30px;
    border-radius: 5px;
    padding: .4em .8em;
    color: #fff;
    background: url("../images/midashi_bg.png"), #f9c1a9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb2a9',
        endColorstr='#fbc0ce', GradientType=1);
    background-position: 105% 70%;
    background-repeat: no-repeat;
}

/********** 新規メール配信登録：共通 **********/
.p-frame {
    border: 1px solid #fdecd9;
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
}

.p-frame th {
    border-bottom: 1px solid #fff;
    width: 30%;
}

.p-frame td {
    border-bottom: 1px solid #fdecd9;
    padding: 10px 20px;
    background-color: #fff;
}

.p-frame th {
    border-right: 1px solid #fdecd9;
    background: #fdecd9;
}

.p-frame tr:first-child th {
    border-radius: 8px 0 0 0;
}

.p-frame tr:first-child td {
    border-radius: 0 10px 0 0;
}

.p-frame tr:last-child th {
    border-bottom: none;
    border-radius: 0 0 0 8px;
}

.p-frame tr:last-child td {
    border-bottom: none;
    border-radius: 0 0 10px 0;
}

.p-frame-one {
    border: 1px solid #fdecd9;
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
}

.p-frame-one th {
    width: 30%;
}

.p-frame-one td {
    padding: 10px 20px;
    background-color: #fff;
}

.p-frame-one th {
    border-right: 1px solid #fdecd9;
    background: #fdecd9;
}

.p-frame-one tr th {
    border-radius: 8px 0 0 8px;
}

.p-frame-one tr td {
    border-radius: 0 10px 10px 0;
}

/* sp用に項目と項目内容がそれぞれ一行になるように*/
.date_sp .mailregformsp table, .date_sp .mailregformsp tbody, .date_sp .mailregformsp tr,
    .date_sp .mailregformsp th, .date_sp .mailregformsp td {
    display: block;
}

.date_sp .mailregformsp th {
    text-align: left;
}

.date_sp .mailregformsp td {
    width: 95%;
    margin: 0 auto;
}

.table .patient-item {
    padding: 10px;
}

/* 項目間の余白 */
.patient-input th {
    padding: 5px;
    font-size: 90%;
}
/* 項目名を100%にする */
.patient-input .date_sp th {
    display: inline-block;
    width: 100%;
    background-color: #fdecd9;
    margin: 10px 0;
    border-radius: 5px;
}

/********** 出産情報選択画面 **********/
.jump .baby_btn a {
    width: 50%;
    background: #fcb2a9;
    color: #fff;
    height: 40px;
    margin: 40px auto 0;
    border-radius: 5px;
    padding: 0.5em 1em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック", Osaka, FontAwesome;
    cursor: pointer;
    font-size: 95%;
    list-style: none;
    display: block;
    text-align: center;
    text-decoration-color: #fff;
}

.jump .baby_btn a:hover {
   background: #c9ab8b;
   color: #fff;
   transition: .5s;
}

.childbirth-info-selection--title, .childbirth-info-selection--content{
  width: 740px;
}

/********** 新規メール配信登録：患者情報入力画面 **********/
.patient-input input, .patient-input select, .patient-input button {
    color: #666;
    border-radius: 5px;
    border: 1px solid #c9ab8b;
    padding: .3em;
}

.patient-input select {
    padding: .3em .1em;
    font-size: 90%;
}

.patient-input .patient-input select {
    letter-spacing: 1px;
}

label.man, label.woman {
    margin: 0 10px;
}

/***** pc *****/
.patient-input .patient-input-inner {
    width: 640px;
    margin: auto;
}
/* 項目名 */
.patient-input .labelname {
    display: inline-block;
    text-align: right;
}

/* 項目回答 */
.patient-input input[type="email"] {
    /*width: 80%;*/
}

.patient-input input[type="tel"] {
    /*width: 40%;*/
}

/********** 新規メール配信登録：患者情報確認画面 **********/

/* 項目間の余白 */
.patient-input th {
    padding: 5px;
    font-size: 90%;
}

/********** 新規メール配信登録：患者情報完了画面 **********/

/********** footer **********/
footer {
    padding: 5em 0 0.5em 0;
}

.mailservice-item {
    background-color: #fdecd9;
    padding: 1em 1.5em;
    margin: .5em 0;
    border-radius: 5px;
}

/***********************************/
/*         レスポンシブ対応         */
/***********************************/

/********** - 1024px **********/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .content {
        width: 90%
    }
    .header_text p {
        width: 90%;
    }
    .breadCrumbs {
        width: 90%
    }
    .breadCrumbs {
        padding-bottom: 20px;
    }
    .breadCrumbs ul {
        padding: 10px 0 10px 10px;
    }
    .breadCrumbs ul li a:before {
        content: "";
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #fff;
        position: absolute;
        left: 0;
        top: 0;
    }
    .breadCrumbs ul li a:after {
        content: "";
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #fcb2a9;
        position: absolute;
        right: -15px;
        top: 0;
        z-index: 1;
    }
    .coverTable {
        width: 95%;
    }
    .date-transition {
        width: 95%;
    }
    .dayCell, .sat, .sun {
        font-size: 90%;
    }
    .timeColor {
        font-size: 75%;
    }
    .hourR {
        font-size: 85%;
    }
}

/********** 768px - max **********/
@media screen and (min-width: 768px) {
    /* スマホ用日時選択部分を非表示 */
    .date_sp {
        display: none;
    }
}

*, *::after, *::before {
    box-sizing: border-box;
}

.cd-breadcrumb a {
    color: #fcb2a9;
    text-decoration: none;
}

@media only screen and (min-width: 1170px) {
    .p-btn {
        padding: 6em 0;
    }
}

.cd-breadcrumb {
    width: 95%; /*90*/
    padding: .5em 1em;
    margin: .8em auto;
    background-color: #fcb2a9;
    border-radius: .25em;
}

.cd-breadcrumb::after {
    clear: both;
    content: "";
    display: table;
}

.cd-breadcrumb li {
    display: inline-block;
    float: left;
    margin: 0.2em 0;
}

.cd-breadcrumb li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #fdecd9;
}

.cd-breadcrumb li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-breadcrumb li>* {
    /* single step */
    display: inline-block;
    color: #fff;
}

.cd-breadcrumb li.current>* {
    /* selected step */
    color: #333;
}

.no-touch .cd-breadcrumb a:hover {
    /* steps already visited */
    color: #333;
}

@media only screen and (min-width: 768px) {
    .cd-breadcrumb {
        /* reset basic style */
        background-color: transparent;
        padding: 10px 0 20px;
        max-width: 640px;
    }
    .cd-breadcrumb li {
        position: relative;
        padding: 0;
        margin: 4px 4px 4px 0;
    }
    .cd-breadcrumb li:last-of-type {
        margin-right: 0;
    }
    .cd-breadcrumb li>* {
        position: relative;
        padding: 1em .6em 1em 2em;
        color: #666;
        background-color: #fdecd9;
        /* the border color is used to style its ::after pseudo-element */
        border-color: #fdecd9;
    }
    .cd-breadcrumb li.current>* {
        /* selected step */
        color: #fff;
        background-color: #fcb2a9;
        border-color: #fcb2a9;
    }
    .cd-breadcrumb li:first-of-type>* {
        padding-left: 1.6em;
        border-radius: .25em 0 0 .25em;
    }
    .cd-breadcrumb li:last-of-type>* {
        padding-right: 1.6em;
        border-radius: 0 .25em .25em 0;
    }
    .no-touch .cd-breadcrumb a:hover {
        /* steps already visited */
        color: #ffffff;
        background-color: #2c3f4c;
        border-color: #2c3f4c;
    }
    .cd-breadcrumb li::after, .cd-breadcrumb.triangle li>*::after {
        /*
        li > *::after is the colored triangle after each item
        li::after is the white separator between two items
    */
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        /* 48px is the height of the <a> element */
        border: 24px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
    }
    .cd-breadcrumb li::after {
        /* this is the white separator between two items */
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #ffffff;
        /* reset style */
        margin: 0;
    }
    .cd-breadcrumb.triangle li>*::after {
        /* this is the colored triangle after each element */
        z-index: 2;
        border-left-color: inherit;
    }
    .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type>*::after
        {
        /* hide the triangle after the last step */
        display: none;
    }
    .patient-input input[type="email"] {
        width: 80%;
    }
}

/********** 0 - 768px **********/
@media screen and (max-width: 768px) {
    body {
        background-size: 60% auto, 60% auto;
    }
    .header_text p {
        width: 95%;
    }
    .content {
        width: 90%;
    }
    .header {
        padding: .8em 0 1.2em 0;
    }
    .header .hospital_name {
        width: 70%;
    }
    .header .header_link {
        width: 100%;
    }
    .header .hospital_name .logo {
        width: 100%;
        text-align: left;
    }
    .header .hospital_name .title {
        width: 100%;
    }
    .header .hospital_name .title h1 {
        font-size: 75%;
        border-bottom: none;
    }


    .header .hospital_name .title h2 {
        font-size: 65%;
    }
    .header .hospital_name .logo img {
        width: 30%;
        height: auto;
    }
    .header .hospital_name .title h1 {
        line-height: 150%;
    }
    .header .header_link p {
        margin-top: 5px;
    }
    .header .header_link p a {
        font-size: 75%;
        padding: .2em .5em;
    }
    .menu {
        margin-top: 20px;
    }
    .login-inner {
        width: 90%;
    }
    .login {
        padding: 1em;
    }
    .login form .number, .login form .birthday {
        width: 100%;
        float: none;
    }
    .login form .login_btn {
        width: 100%;
        float: none;
    }
    .login form input[type="submit"] {
        width: 65%;
        margin: 15px auto 0 auto;
    }
    .login_text {
        text-align: left;
        margin: 5px 10px;
    }

    /*.detail form select { width: 100%; }*/
    .privacy .scroll {
        height: 200px;
    }
    .info header h2, .mail header h2, .setting header h2, .privacy header h2,
        .reserved header h2, .personal header h2, .headline header h2 {
        background-size: 60% auto, 100% auto;
    }
    .coverTable {
        width: 100%;
    }
    .date-transition {
        width: 100%;
    }
    .login form .birthday {
        margin-top: 30px;
    }
    .breadCrumbs {
        font-size: 80%;
    }
    .detail-inner {
        width: 100%;
    }
    .complete {
        width: 100%;
    }
    .stop {
        width: 100%;
    }
    .cd-breadcrumb {
        width: 100%;
    }
    .transition li {
        width: 80%;
    }
    .jump {
        width: 100%;
    }
    .jump .top_btn a {
        width: 80%;
    }

    /*ほんとはかたほうでいい今はbutton使用*/
    .reserved form input[type="button"], .reserved form input[type="submit"]
        {
        width: 65%;
    }
    .headline {
        width: 100%;
    }
    .mail {
        width: 100%;
    }
    .diagnosis .services {
        width: 100%;
    }
    .mail_btn form input[type="text"] {
        width: 80%;
    }
    .mail_btn div {
        width: 100%;
    }
    header h2 {
        width: 100%;
    }
    .setting {
        width: 100%;
    }
    .setting a {
        width: 100%;
    }
    .p-frame-one {
        border-style: none;
    }
    .p-frame-one td {
        padding: 0px 0px;
        background-color: #fff;
    }

    /********** 予約ページ：詳細選択画面 **********/
    .detail div+div {
        margin-top: 1em;
    }
    .detail {
        width: 100%;
        margin: auto;
    }

    /* 項目回答 */
    .detail textarea {
        font-size: 90%;
        width: 100%;
    }
    .detail .detail-inner {
        width: 100%;
        margin: auto;
    }
    .detail .attension {
        display: none;
    }

    /********** 新規メール配信登録：患者情報入力画面 **********/
    .patient-input {
        width: 95%;
        margin: auto;
    }
    .patient-input input[type="text"], .patient-input input[type="tel"],
        .patient-input input[type="email"] {
        width: 100%
    }

    /* 項目名を100%にする */
    .patient-input th {
        display: inline-block;
        width: 100%;
        background-color: #fdecd9;
        margin: 10px 0;
        border-radius: 5px;
    }
    .patient-input table, .patient-input tbody, .patient-input tr,
        .patient-input th, .patient-input td {
        display: block;
    }
    .patient-input th {
        text-align: left;
    }
    .patient-input td {
        width: 95%;
        margin: 0 auto;
    }
    .patient-input .patient-input-inner {
        width: 100%;
        margin: auto;
    }

    .p-frame {
        border: 0px;
        border-collapse: collapse;
        border-radius: 10px;
        border-spacing: 0;
    }

    .p-frame th {
        border-bottom: 0px;
    }

    .p-frame td {
        border-bottom: 0px;
        padding: 0px 0px;
        background-color: transparent;
    }

    .p-frame th {
        border-right: 0px;
    }

    .p-frame tr:first-child th {
        border-radius: 10px;
    }

    .p-frame tr:first-child td {
        border-radius: 10px;
    }

    .p-frame tr:last-child th {
        border-bottom: none;
        border-radius: 10px;
    }

    .p-frame tr:last-child td {
        border-bottom: none;
        border-radius: 10px;
    }

    .detail label {
        display: block;
        width: 100%;
        line-height: 30px;
        padding-right: 20px;
        text-align: left;
    }

    .detail select, .detail textarea, .detail input, .detail .check-area {
       width: 100%;
       margin-top: 0px;
    }

    .detail .detail-inner .memo {
        width: 100%;
    }

    .sp-br::before {
        content: "\A" ;
        white-space: pre ;
    }

    .detail .detail-inner .detail-item .detail-checkbox {
        width : auto;
    }

}

/********** 0 - 767px **********/
@media screen and (max-width: 767px) {
    .header .hospital_name .logo img {
        width: 50%;
        height: auto;
    }
    .header .hospital_name {
        width: 100%;
    }
    .header .header_link {
        width: 100%;
    }
    .dayCell, .sat, .sun {
        width: 10%;
    }
    .date_pc {
        display: none;
    }

     .modal_window {
        top: 50%;
        left: 50%;
        margin: -150px 0 0 -150px;
        width: 300px;
        height: 200px;
        text-align: center;
        display: block;
        background: #fff;
        position: absolute;
        z-index: 10;
        border-radius: 10px;
    }

    .mw-cancel p {
        padding-top: 20px;
        margin-bottom: 30px;
        font-size: 20px;
    }
}

}

/********** 0 - 360px **********/
@media screen and (max-width: 360px) {
    .login {
        padding: .5em;
    }
    .login form select {
        width: 60px;
    }
    .login-inner {
        width: 270px;
        margin: auto;
        font-size: 1em;
    }
    .menu li {
        font-size: 75%;
        padding: .5em;
        text-align: center;;
    }
    .coverTable {
        padding: 0;
    }
    .hourR {
        width: 100%;
        height: 24px;
        font-size: 75%;
    }
    .jump .top_btn a {
        width: 70%;
    }
}
}
