@charset "UTF-8";
@import url(normalize.css);
@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  font-family: "Avenir", "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  min-width: 980px; }

a {
  text-decoration: none;
  color: #F49507; }

h1, h2, h3, h4 {
  font-family: "Dancing Script", cursive; }

h2 {
  color: #666;
  text-align: center;
  font-size: 40px; }

main section {
  padding: 5% 0;
  max-width: 980px;
  margin: 0 auto; }

p {
  line-height: 30px;
  font-size: 18px; }

.maintitle {
  font-family: "Dancing Script", cursive;
  color: #666; }

.mainvisual {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  position: relative; }
  .mainvisual h1 {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 60px;
    font-size: 50px;
    color: #666; }

.center {
  text-align: center; }

.mainvisual.home {
  background-image: url(../img/mainvisual.png);
  min-width: 100%; }

.mainvisual.contact,
.mainvisual.thanks,
.mainvisual.error {
  background-image: url(../img/contact-main.png); }

.mainvisual.hospital {
  background-image: url(../img/message-main.png); }

.mainvisual.oneday {
  background-image: url(../img/oneday-main.png); }

.mainvisual.outline {
  background-image: url(../img/outline-main.png); }

.mainvisual.staff {
  background-image: url(../img/staff-main.png); }
  .mainvisual.staff h1 {
    color: #fff; }

.icons {
  text-align: center; }
  .icons li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5%; }
    .icons li img {
      margin-bottom: 10px; }
    .icons li a {
      color: #F49507;
      font-weight: bold;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      display: block; }
      .icons li a:hover {
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1); }

/*header*/
header {
  margin-top: 20px;
  min-width: 980px; }
  header div {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 80px; }
    header div .hlogo img {
      width: 20%;
      position: absolute;
      left: 0;
      top: 10px; }
    header div .hlogo:hover {
      opacity: 0.8; }
    header div h1.maintitle {
      font-size: 50px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      margin: auto;
      text-align: center;
      width: 500px; }
    header div #menubtn {
      position: absolute;
      top: 0;
      right: 0; }
      header div #menubtn:hover {
        opacity: 0.8;
        cursor: pointer; }

/*gnavi*/
#gnavi {
  width: 100%;
  height: 100%;
  background-color: #F49507;
  position: absolute;
  top: -200%;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0; }
  #gnavi #closebtn {
    color: #fff;
    text-align: right;
    position: absolute;
    top: 3%;
    right: 3%;
    font-size: 50px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    #gnavi #closebtn:hover {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      cursor: pointer; }
  #gnavi ul {
    margin: 0;
    padding: 0; }
    #gnavi ul li {
      list-style: none; }
      #gnavi ul li a {
        color: #fff;
        display: block;
        text-align: center;
        padding: 4% 0;
        font-size: 20px;
        height: 20%;
        box-sizing: border-box; }
        #gnavi ul li a:hover {
          background-color: #ff6000; }
  #gnavi.active {
    top: 0;
    opacity: 1; }

/*HOME*/
#homefukidasi {
  border-radius: 100%;
  background-color: #fff;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -1%;
  right: 5%;
  padding: 5%; }
  #homefukidasi p {
    color: #ff6000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 90%;
    font-size: 18px; }

/*relative*/
.relative {
  background-color: #F49507;
  max-width: 100%; }
  .relative ul {
    text-align: center; }
    .relative ul li {
      list-style: none;
      display: inline-block;
      margin: 0 3%; }
      .relative ul li a {
        color: #fff;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        display: block; }
        .relative ul li a img {
          margin-bottom: 10px; }
        .relative ul li a:hover {
          -webkit-transform: scale(1.1, 1.1);
                  transform: scale(1.1, 1.1); }

/*contact*/
.contact {
  padding: 20px 0; }
  .contact p a {
    position: relative;
    background-color: #ff6000;
    color: #fff;
    display: block;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
    .contact p a:after {
      content: '>';
      position: absolute;
      right: 20px;
      font-size: 20px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .contact p a:hover {
      background-color: #F49507; }
      .contact p a:hover:after {
        right: 10px; }

.homestaff {
  position: relative; }

/*吹き出し*/
/* balloon-4 bottom-right */
#balloon-4-bottom-right {
  position: absolute;
  top: -50px;
  right: -40px;
  display: none;
  padding: 10px 15px;
  width: auto;
  min-width: 115px;
  color: #F49507;
  text-align: center;
  background: #fff;
  border-radius: 60%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); }

#balloon-4-bottom-right:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 20px;
  margin-left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px 0 30px 0;
  z-index: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); }

#balloon-4-bottom-right:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 30px;
  margin-left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px 0 30px 0;
  z-index: -1;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); }

#balloon-4-bottom-right.fix {
  display: inline-block; }

/*footer*/
footer .flogo {
  display: block;
  margin: 0 auto;
  text-align: center; }
  footer .flogo:hover {
    opacity: 0.8; }

footer .copyright {
  text-align: center;
  background-color: #eee;
  margin: 40px 0 0 0;
  line-height: 30px;
  font-size: 13px; }

/*message*/
.titleorange {
  text-align: center;
  font-size: 20px;
  color: #F49507; }

.titleorange2 {
  text-align: center;
  font-size: 24px;
  color: #ff6000; }

.col2 {
  overflow: hidden;
  width: 980px;
  margin: 40px auto; }

.fleft {
  display: inline-block;
  vertical-align: middle; }

.fright {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  margin-left: 20px; }
  .fright h2 {
    text-align: left;
    font-family: "Avenir", "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 0px; }

.name {
  color: #ff6000;
  font-weight: bold;
  margin-bottom: 10px; }

/*アルバム*/
.album {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  text-align: center; }

.album li {
  width: 250px;
  list-style-type: none;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 10px; }

.album li a {
  display: block; }

.album li a img {
  width: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  padding: 5px;
  background-color: #fff;
  margin: 10px; }

/*１日*/
.members {
  text-align: center; }
  .members li {
    list-style-type: none;
    display: inline-block;
    margin: 0 20px; }
    .members li img {
      display: block;
      margin-bottom: 10px; }
    .members li a {
      text-align: center;
      display: block;
      color: #666;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .members li a:hover {
        cursor: pointer;
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1); }
    .members li.current a {
      color: #F49507; }

.borders {
  position: relative;
  height: 100px; }
  .borders:before {
    content: ' ';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    border-top: solid thin #ccc; }
  .borders p {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    display: block;
    text-align: center;
    width: 300px;
    height: 50px;
    line-height: 24px;
    color: #F49507;
    font-weight: bold; }

.tabs .fleft {
  width: 45%; }

.tabs .fright {
  width: 45%; }

.links {
  text-align: center; }
  .links li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px; }
    .links li a {
      color: #ff6000;
      display: block;
      border: thin solid #ff6000;
      padding: 10px; }
      .links li a:before {
        content: '▼';
        margin-right: 5px; }
      .links li a:hover {
        background-color: #ff6000;
        color: #fff; }

.memo {
  font-size: 14px; }

.center {
  text-align: center; }

.outlinetable {
  border-collapse: collapse;
  width: 100%; }
  .outlinetable tr td, .outlinetable tr th {
    padding: 10px;
    border: thin solid #ccc; }
  .outlinetable tr th {
    text-align: left;
    background-color: #eee; }
  .outlinetable tr th[colspan] {
    text-align: left;
    border: none;
    background-color: #fff;
    padding-top: 20px; }

.question {
  background-color: #eee;
  border: thin solid #ccc;
  padding: 10px;
  width: 80%;
  margin: 20px auto; }
  .question h3 {
    font-family: "Avenir", "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #ff6000;
    text-align: center; }

#formtable {
  width: 90%;
  margin: 10px auto;
  border-collapse: collapse; }
  #formtable tr th, #formtable tr td {
    padding: 10px;
    border: thin solid #ccc; }
  #formtable tr th {
    background-color: #eee;
    text-align: left;
    width: 20%; }

input[type="submit"] {
  border: none;
  background-color: #088A08;
  display: block;
  margin: 20px auto;
  padding: 10px 50px;
  border-radius: 10px;
  color: #fff; }

input[type="submit"]:hover {
  cursor: pointer;
  background-color: #04B404; }

textarea {
  border: thin solid #ccc; }

ul.buttons {
  text-align: center; }
  ul.buttons li {
    display: inline-block;
    margin: 0 20px; }

input[type="button"] {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 50px;
  margin: 10px auto;
  border-radius: 10px;
  border: none; }
  input[type="button"]:hover {
    background-color: #ccc; }

.addCalendar {
  margin: 0;
  line-height: 30px;
  display: inline-block;
  width: 40px;
  padding: 3px;
  background-color: #088A08;
  color: #fff;
  border-radius: 10px;
  text-align: center; }
  .addCalendar:hover {
    cursor: pointer;
    background-color: #04B404; }

.contacts h2, .contacts h3 {
  font-family: "Avenir", "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: normal;
  color: #666; }

.contacts .lists {
  max-width: 680px;
  margin: 10px auto; }

label.error {
  color: red;
  font-size: 13px;
  margin-left: 10px; }

.red {
  color: red; }
