﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
    height: 100%;
    width: 100%;
    font-size: 62.5%;
}

body {
    font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
    font-size: 1.3rem;
    line-height: 2.6rem;
    background: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

a:link,:visited,:hover {
    text-decoration: none;
    color: #000000;
}

hr {
    border: 1px solid #8c8b8b noshade;
    border-width: 100%;
    margin: 40px 0px;
    height:1px;/* for IE6 */
    clear:both;/* for IE6 */
}

p {
    margin:10px 0px 20px 0px;
}

/*------------------------------------------------------------
DIV
------------------------------------------------------------*/
#header {
    width: 100%;
    background-color: #00bcd4;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#footer {
    display:table;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 20px 0px;
    overflow: hidden;
}

#footer_box {
    vertical-align:middle;
    overflow: hidden;
}


.flop {
    display: none;
}

div.container {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 500px;
    margin:0 auto;
    padding:20px 0px 20px 0px;
    border: 0px solid #000000;
    overflow: hidden;
}

div.responsive {
    width: 95%;
    display: table;
    table-layout: fixed;
    text-align: left;
    margin:0 auto;
    border:0px;
    border-style:solid;
    border-color:#000000;
    overflow: hidden;
}

.box_left {
    float: left;
    margin-left: 10px;
    text-align: left;
    vertical-align: middle;
}

.box_move_xxx {
    float: right;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.boxcontainer {
    width: 100%;
    overflow: hidden;
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.box {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 70%;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    color: #000000;
}

.box_red {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 70%;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    color: #ff0000;
}

.box_blue {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 70%;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    color: #0000ff;
}

.box_events {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 30%;
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    color: #43abff;
}


.box_right {
    float: right;
    margin: 5px;
    padding: 5px;
    vertical-align: top;
}

.box_c {
    margin: 0px;
    padding: 0px;
    line-height: 110%;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* clearfix */
.boxcontainer:before,
.boxcontainer:after {
    content: "";
    display: table;
}
 
.boxcontainer:after {
    clear: both;
}

/* プライバシーポリシー用 */
.agree {
    width: 300px;
    text-align: center;
    font-size: 12px;
    margin: auto;
    padding: 10px;
    background-color: #ffa500;
    border-radius: 4px;
}

.box_title {
    float: left;
    margin-left: 10px;
    text-align: left;
    vertical-align: middle;
}

.box_login {
    float: right;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

/*------------------------------------------------------------
文字装飾
------------------------------------------------------------*/
.title_1 {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 6rem;
}

.title_2 {
    font-size: 3rem;
    font-weight: bold;
    color:#9ac1f9;
    line-height: 6rem;
}

.title_3 {
    font-size: 2rem;
    font-weight:bold;
    color:#333399;
    line-height: 6rem;
}
.error_message {
    font-size: 2rem;
    font-weight:bold;
    color:#ff0000;
    line-height: 6rem;
}
.notice {
    font-size: 2rem;
    font-weight:bold;
    color:#333399;
    line-height: 6rem;
}
.comment {
    font-size: 2rem;
    font-weight:bold;
    color:#5e5e5e;
    line-height: 6rem;
}

.max {
    font-size: 20px;
}



.mid_black {
    color: #000000;
}


.mid_red {
    color: #ff0000;
}

.min_r {
    color: #ff0000;
}

.go {
    padding: 5px;
    background-color: #7fffd4;
    border-radius: 15px;
    margin: auto;
    width: fit-content;
    box-sizing:border-box;
}

/*------------------------------------------------------------
カレンダー
------------------------------------------------------------*/
.calendar {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.calendar th {
    padding: 1px;
    border: solid 3px #ffffff;
    text-align: center;
    overflow: hidden;           /* セルの文字をはみ出させない */
    text-overflow: ellipsis;    /* セルの文字をはみ出させない */
}

.calendar td {
    height: 100px;
    padding: 1px;
    border: solid 3px #ffffff;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;           /* セルの文字をはみ出させない */
    text-overflow: ellipsis;    /* セルの文字をはみ出させない */
}

.off {
    background-color: #e5e5e5;
}

.full {
    background-color: #ff7f50;
}

.busy {
    background-color: #ffd700;
}

.today {
    background-color: #98fb98;
}

.default {
    background-color: #87cefa;
}

.day {
    font-weight: bold;
}

.main {
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    font-size: 2rem;
}

.main_gray {
    text-align: center;
    color: #808080;
    margin: 0px;
    padding: 0px;
}

.admin_main {
    text-align: left;
    margin: 0px;
    padding: 0px;
    line-height: 1rem
}

.sub {
    height: 100%;
    text-align: left;
    line-height: 1.7rem;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}


/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
table.table {
    width: 100%;
    border-collapse: collapse;
}

table.table th {
    padding: 3px;
    border: 1px solid #aaaaaa;
    background-color: #00bcd4;
    color: #ffffff;
    text-align: center;
}

table.table td {
    padding: 3px;
    border: 1px solid #aaaaaa;
    background-color: #f1f1f1;
    text-align: center;
    vertical-align: middle;
    height:50px;
}

table.line {
    width: 100%;
    border-collapse: collapse;
}

table.line th ,table.line td {
    padding: 3px;
    border: 1px solid #000000;
    text-align: center;
}

table.line-none {
    min-width: 100%;
    border-collapse: collapse;
}

table.line-none th, table.line-none td {
    padding: 10px;
    border: none;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
}

/*------------------------------------------------------------
howto
------------------------------------------------------------*/
.howto {
    text-align: left;
}

/*------------------------------------------------------------
フォーム
------------------------------------------------------------*/
select.select {
    width: 100%;
    font-size: 2rem;
    height: 4rem;
    margin: 0;
    transition: 0.3s;
    border: 1px solid #1b2538;
    border-radius: 4px;
    box-sizing: border-box;
    text-indent: 0.5rem;
    -webkit-appearance: none;
}

input.text {
    box-sizing: border-box;
    width: 100%;
    font-size: 2rem;
    height: 4rem;
    margin: 0;
    padding: 0.3rem;
    transition: 0.3s;
    border: 1px solid #1b2538;
    border-radius: 4px;
    outline: none;
    text-indent: 0.5rem;
    -webkit-appearance: none;
}
input.text:focus {
    border-color: #da3c41;
    -webkit-appearance: none;
}

.input_text i {
    position: absolute;
    top: 8px;
    left: 0;
    padding: 9px 8px;
    transition: 0.3s;
    color: #aaaaaa;
    -webkit-appearance: none;
}
.input_text input[type=text]:focus + i {
    color: #da3c41;
    -webkit-appearance: none;
}

input[type="radio"] {
    vertical-align: middle;
    margin: 5px;
    display: inline-block;
}

.textarea {
    box-sizing: border-box;
    resize: none;
    width: 100%;
    font-size: 2rem;
    height: 100px;
    margin: 0px;
    padding: 10px;
    border: 1px solid #1b2538;
    border-radius: 4px;
    -webkit-appearance: none;
}

/*------------------------------------------------------------
ボタン
------------------------------------------------------------*/
span.btn,input.submit_btn {
    width: 300px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    border: 0px none;
    transition: .4s;
    border-radius: 4px;
    -webkit-appearance: none;
}

span.btn_gray,input.submit_btn_gray {
    width: 300px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: gray;
    color: #ffffff;
    border: 0px none;
    transition: .4s;
    border-radius: 4px;
    -webkit-appearance: none;
}

.btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-appearance: none;
}

span.btn:hover,input.submit_btn:hover {
    width: 300px;
    height: 40px;
    background: #ff6633;
    color: #ffffff;
    border-radius: 4px;
    -webkit-appearance: none;
}


.submit_btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-appearance: none;
}

.submit_btn_min {
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    color: #ffffff;
    background: #00bcd4;
    border: 0px;
    border-radius: 4px;
    transition: .4s;
    -webkit-appearance: none;
}
.submit_btn_min:hover {
    background: #7fffd4;
}

.submit_btn_min_red {
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    color: #ffffff;
    background: #ff0000;
    border: 0px;
    border-radius: 4px;
    transition: .4s;
    -webkit-appearance: none;
}
.submit_btn_min_red:hover {
    background: #ff7f50;
}

.submit_btn_min_blue {
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    color: #ffffff;
    background: #0066ff;
    border: 0px;
    border-radius: 4px;
    transition: .4s;
    -webkit-appearance: none;
}
.submit_btn_min_blue:hover {
    background: #1e90ff;
}

.submit_btn_min_gray {
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    color: #ffffff;
    background: #aaaaaa;
    border: 0px;
    border-radius: 4px;
    transition: .4s;
    -webkit-appearance: none;
}
.submit_btn_min_gray:hover {
    background: #b0c4de;
}

.submit_btn_min_green {
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    color: #008000;
    background: #00ff00;
    border: 0px;
    border-radius: 4px;
    transition: .4s;
    -webkit-appearance: none;
}
.submit_btn_min_green:hover {
    background: #7fffd4;
}

/*------------------------------------------------------------
吹き出し（メッセージ）
------------------------------------------------------------*/
.appeal {
    position: relative;
    margin: 2rem 0;
    padding: 0.5rem 1rem;
    border: solid 1px #ff0000;
    border-radius: 8px;
    text-align: center;
}
.appeal .box-title {
    position: absolute;
    display: inline-block;
    top: -7px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    color: #ff0000;
    font-weight: bold;
}
.appeal p {
    margin: 0; 
    padding: 0;
}
span.message {
    line-height: 3.8rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000;
}

/*------------------------------------------------------------
ローディングアイコン
------------------------------------------------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
}

.loader {
    color: #b3d0ff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}


/*------------------------------------------------------------
▼ページ印刷
------------------------------------------------------------*/
.print_page {
    display: inline-block;
    width: 172mm;
    min-height: 251mm;
    font-size: 1rem;
    line-height: 2rem;
    padding: 10px 30px;
    margin: 10px 30px;
    text-align: center;
    background-color:#ffffff;
    overflow: hidden;
    break-after: auto;
    -webkit-print-color-adjust: exact; /* Chrome, Edge, Safari用 */
    print-color-adjust: exact;         /* 標準プロパティ（Firefoxなど） */
}

@media print {
    #header {display: none;}
    #footer {display: none;}
    .no_print {display: none;}
}

.print_page:last-child{
    break-after: auto; /* 最後のページの改ページを防ぐ */
}

/*------------------------------------------------------------
▼スマートフォン向けレシポンシィブデザイン
------------------------------------------------------------*/
@media (max-width: 768px) {

body {
    font-size: 1rem;
}

.flip {
    display: none;
}
.flop {
    display: block;
}

.main {
    font-size: 1.2rem;
}

.sub {
    line-height: 1.1rem;
}

.container {
    width: 98%;
}

div.responsive {
    width: 98%;
}

.calendar td {
    height: 100px;
    border: solid 2px #ffffff;
}

.howto {
    width: 98%;
}

.input_area {
    width: 98%;
}

.box_title {
    margin: auto;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.box_login {
    width: 0px;
    display: none;
}

.display {
    display:none;
}

img.photo {
    width: 100%;
    clear:both;
}

.submit_btn_min_blue {
    font-size: 0.7rem;
    padding: 3px 5px;
}
.submit_btn_min_red {
    font-size: 0.7rem;
    padding: 3px 5px;
}
.submit_btn_min_gray {
    font-size: 0.7rem;
    padding: 3px 5px;
}
.submit_btn_min {
    font-size: 0.7rem;
    padding: 3px 5px;
}






}