@charset "UTF-8";
@import url(reset.css);
@import url(top-slide.css);
@import url(menu.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'tanugo';
  src: url(tanugo.otf); }
@font-face {
  font-family: 'tegaki';
  src: url(riith_r.otf); }
.none {
  display: none; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.main-width {
  max-width: 930px;
  margin: auto; }

.mobile-design {
  display: block; }

.pc-design {
  display: none; }

/* google calender */
.calender .view-cap, .calender .view-container-border {
  background-color: #FFFFCE !important; }

.deco001 {
  text-decoration: underline;
  font-style: italic;
  text-shadow: 1px 1px #E9F7FF;
  font-size: 1.1rem; }

body {
  font-family: 'Meiryo', 'Noto Sans Japanese', sans-serif;
  letter-spacing: 0.3px; }

li {
  list-style: none; }

address {
  font-style: normal; }

#header {
  color: white;
  background: #73C2E0;
  padding-bottom: 8px; }
  #header .mobile-title {
    display: none; }
  #header .phone-send {
    display: none; }
  #header .head-title {
    font-size: 0.8rem;
    padding: 5px 0; }
  #header .head-logo img {
    border: 1px solid white;
    box-sizing: border-box; }
  #header .head-logo, #header .head-schedule {
    float: left; }
  #header .head-logo {
    margin-bottom: 5px; }
  #header .head-schedule {
    margin-top: 10px;
    margin-left: 10px; }
    #header .head-schedule h2 {
      position: relative;
      margin-left: -5px;
      margin-bottom: 5px;
      text-shadow: 1px 1px 1px #38667A; }
      #header .head-schedule h2 span {
        background-color: #73C2E0;
        display: inline-block;
        padding: 0 0.3rem;
        position: relative; }
    #header .head-schedule h2:before {
      border-top: 1px solid;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%; }
    #header .head-schedule p {
      font-size: 0.6rem;
      padding-top: 5px;
      text-align: center; }
  #header .head-right {
    float: right;
    text-shadow: 2px 2px 2px #64A2B5;
    margin-top: 10px; }
    #header .head-right h2 {
      position: relative;
      margin-left: -5px; }
      #header .head-right h2 span {
        background-color: #73C2E0;
        display: inline-block;
        padding: 0 0.3rem;
        position: relative; }
    #header .head-right h2:before {
      border-top: 1px solid;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%; }
    #header .head-right address .address {
      text-align: right;
      line-height: 1.3rem;
      margin-top: 20px; }
      #header .head-right address .address a {
        text-decoration: none;
        color: white; }
    #header .head-right address b {
      font-size: 2.7rem;
      letter-spacing: 2px; }
      #header .head-right address b a {
        text-decoration: none;
        color: white; }

#main-culmn {
  padding-top: 20px; }
  #main-culmn #culmn-right {
    width: 76%;
    float: right; }
    #main-culmn #culmn-right h1 {
      font-family: tanugo;
      color: #868686;
      padding: 7px; }
    #main-culmn #culmn-right .main-menu-box li {
      float: left;
      width: 16%;
      margin: 0.8%;
      padding: 1%;
      text-align: center;
      background: white;
      border: 1px solid #89BAE3;
      border-radius: 5px; }
      #main-culmn #culmn-right .main-menu-box li img {
        width: 70%;
        padding-bottom: 5px; }
      #main-culmn #culmn-right .main-menu-box li a {
        text-decoration: none;
        color: #4C7898;
        display: block;
        font-size: 0.9rem; }
    #main-culmn #culmn-right .event {
      text-align: center;
      margin: 10px auto; }
    #main-culmn #culmn-right #greeting {
      border: 2px solid #98B7C7;
      border-radius: 10px;
      background: #FFFFFF;
      padding: 20px;
      margin: 10px;
      color: #5A5A5A; }
      #main-culmn #culmn-right #greeting h1 {
        font-size: 1.6em;
        font-weight: 300;
        color: #909090;
        text-shadow: 1px 1px 2px #B9B9B9;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #448B39;
        width: 80%; }
      #main-culmn #culmn-right #greeting p {
        line-height: 1.4rem;
        text-align: justify;
        margin: 20px 5px;
        font-size: 0.9rem; }
      #main-culmn #culmn-right #greeting img {
        max-width: 100%;
        margin-bottom: 5px; }
    #main-culmn #culmn-right #news {
      margin: 30px 0 60px;
      color: #747474; }
      #main-culmn #culmn-right #news h1 {
        font-size: 1.2em;
        font-weight: bold;
        background: #73C2E0;
        padding: 8px 14px 8px auto;
        color: white;
        text-shadow: 1px 1px 1px #3E6C97; }
      #main-culmn #culmn-right #news p {
        font-size: 0.9em;
        margin: 20px 5px;
        line-height: 1.2em; }
        #main-culmn #culmn-right #news p strong {
          color: #125DA4;
          font-size: 1.1em;
          line-height: 2em;
          margin-left: -10px; }
        #main-culmn #culmn-right #news p em {
          font-style: normal;
          color: red; }
      #main-culmn #culmn-right #news .add {
        background: white;
        border-bottom: 1px dashed #D1D1D1;
        padding-bottom: 16px; }
        #main-culmn #culmn-right #news .add p {
          font-size: 0.9em;
          line-height: 1.2em; }
          #main-culmn #culmn-right #news .add p em {
            color: red;
            font-style: normal; }
  #main-culmn #culmn-left {
    padding-bottom: 30px;
    float: left; }
    #main-culmn #culmn-left .side-banner {
      margin-bottom: 10px;
      max-width: 200px; }
    #main-culmn #culmn-left .two-banner {
      margin-bottom: 10px; }
      #main-culmn #culmn-left .two-banner img {
        max-width: 96px;
        border-radius: 3px; }
    #main-culmn #culmn-left img {
      width: 100%; }
    #main-culmn #culmn-left .schedule-mobile {
      display: none; }
    #main-culmn #culmn-left .main-menu-list {
      margin: 20px 0; }
      #main-culmn #culmn-left .main-menu-list li a {
        font-family: tanugo;
        font-size: 1.1rem;
        text-decoration: none;
        color: #838383;
        text-shadow: 1px 1px 1px #E7E7E7;
        display: block;
        padding: 10px 0; }
        #main-culmn #culmn-left .main-menu-list li a span {
          color: #FF822D; }
    #main-culmn #culmn-left .blog {
      display: none;
      /*　ブログ項目非表示　*/
      margin-top: 30px; }
      #main-culmn #culmn-left .blog h1 {
        color: #73C2E0;
        font-size: 1.2rem; }
      #main-culmn #culmn-left .blog p {
        color: #787878;
        margin-top: 10px; }

#footer {
  background: #63B2D0;
  color: white; }
  #footer .footer-menu-list {
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed white;
    border-bottom: 1px dashed white; }
    #footer .footer-menu-list li {
      float: left;
      margin: 10px; }
      #footer .footer-menu-list li a {
        text-decoration: none;
        color: white; }
  #footer b {
    font-size: 1.5rem;
    line-height: 2rem; }
  #footer address {
    line-height: 1.3rem; }
    #footer address a {
      text-decoration: none; }
      #footer address a span {
        color: white;
        font-size: 1.5rem;
        line-height: 2rem; }
        #footer address a span img {
          margin-right: 5px; }
  #footer .copyright {
    float: right;
    margin-top: -20px; }

/*　個別ページ　*/
.std-layout {
  padding-bottom: 30px;
  line-height: 1.4rem; }
  .std-layout h1 {
    font-size: 2rem;
    line-height: 1em;
    color: #7A7A7A;
    border-left: 5px solid #73C2E0;
    padding: 5px;
    border-bottom: 1px solid #73C2E0; }
  .std-layout p {
    padding: 20px;
    color: #6E6E6E; }
    .std-layout p a {
      text-decoration: none;
      color: #233C68; }
  .std-layout .supplement {
    border: 3px dashed #FF9463;
    border-radius: 10px;
    padding: 3%;
    text-align: justify;
    margin: 30px auto 50px;
    position: relative;
    color: #848484; }
    .std-layout .supplement h2 {
      font-family: 'tegaki';
      color: #F77337;
      text-shadow: 1px 1px 1px #FFD8A1;
      font-size: 1.9rem;
      position: absolute;
      padding: 10px;
      top: 0;
      left: 0;
      background-image: url(../img/bg.jpg);
      transform: translateY(-50%) translateX(-0.3em); }
    .std-layout .supplement .sup-left {
      margin-top: 10px;
      line-height: 1.4em;
      text-shadow: 1px 1px 1px #BCBCBC; }
      .std-layout .supplement .sup-left img {
        float: left;
        margin: 0 20px 10px 0;
        box-shadow: 2px 2px 3px #887470;
        border-radius: 10px; }
      .std-layout .supplement .sup-left .rc-logo img {
        float: right;
        box-shadow: none;
        border: 2px solid #FF5B5B; }
  .std-layout .sup-green {
    border: 3px dashed #3AAF85; }
    .std-layout .sup-green h2 {
      color: #3AAF88;
      text-shadow: 1px 1px 1px #B5FFB2; }

.about h2 {
  font-size: 1.3rem;
  border-bottom: 2px solid #82A6C5;
  width: 96%;
  margin: 10px auto;
  color: #353535; }
.about .box {
  margin: 1%;
  min-height: 160px;
  border-radius: 10px;
  padding: 5px 0; }
.about p {
  width: 93%;
  padding: 5px;
  margin: 5px auto;
  line-height: 1.3rem;
  color: #626262;
  text-align: justify; }
  .about p img {
    margin-right: 10px; }
  .about p small {
    font-size: 0.9rem; }

.medical {
  margin-bottom: 20px;
  width: 95%;
  font-size: 0.9rem;
  margin: auto; }
  .medical table {
    border: 1px solid #B9B9B9;
    width: 100%; }
    .medical table td {
      padding: 8px;
      width: 50%;
      border-bottom: 1px dotted #949494;
      line-height: 1.2rem; }
  .medical p {
    color: red; }

.event {
  text-align: center; }

.event-spring .event-paper {
  margin: 10px auto 50px;
  max-width: 100%; }
  .event-spring .event-paper img {
    max-width: 500px; }

.facility {
  padding-bottom: 60px; }
  .facility h2 {
    padding: 28px;
    color: #737373;
    line-height: 1.5em; }
  .facility .box {
    display: inline-block;
    vertical-align: top;
    background: #DFE9EF;
    border: 1px solid #878787;
    margin: 0.5%;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #E9E9E9;
    padding: 5px 0;
    text-align: center;
    width: 31.4%; }
    .facility .box a {
      display: block;
      min-height: 155px; }
    .facility .box p {
      padding: 6px 2px;
      font-size: 80%;
      border-top: 1px solid #B5B5B5;
      margin: auto; }
    .facility .box small {
      color: #5A675D;
      font-size: 70%;
      height: 28px;
      line-height: 1.4em;
      display: block; }
    .facility .box img {
      padding: 5px;
      margin: 5px;
      max-width: 200px;
      max-height: 130px; }

.hotel img {
  width: 100%;
  border-radius: 10px; }
.hotel p {
  text-align: justify; }
  .hotel p small {
    color: #EF7026;
    font-size: 0.9rem;
    line-height: 2em; }

.world p {
  line-height: 1.8em; }
.world ul {
  margin: 30px 20px;
  color: #737373; }
  .world ul .kaigai-li-top {
    font-weight: 500;
    margin: 3px; }
  .world ul li {
    margin: 10px 0; }

.map, .calendar {
  margin-top: 30px;
  padding-bottom: 30px; }

.access-address p {
  line-height: 2em; }

/*　staff.html　*/
.staff-detail {
  font-family: "tegaki";
  width: 90%;
  margin: 30px auto;
  border: 4px double #DCAE86;
  border-radius: 30px;
  padding: 4%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #FFFDEB), color-stop(0, #FFF0E0));
  background: -webkit-linear-gradient(top, #FFF0E0 0%, #FFFDEB 99%);
  background: -moz-linear-gradient(top, #FFF0E0 0%, #FFFDEB 99%);
  background: -o-linear-gradient(top, #FFF0E0 0%, #FFFDEB 99%);
  background: -ms-linear-gradient(top, #FFF0E0 0%, #FFFDEB 99%);
  background: linear-gradient(to bottom, #FFF0E0 0%, #FFFDEB 99%); }
  .staff-detail h2 {
    font-size: 1.9em;
    color: #00A38C;
    width: 100%; }
    .staff-detail h2 span {
      display: block;
      margin-top: 3px;
      padding-top: 2px;
      font-size: 70%;
      color: #007718;
      border-top: 1px solid green;
      text-align: right; }
  .staff-detail p {
    padding: 0;
    margin: 20px auto;
    line-height: 1.4em;
    color: #7E7E7E !important;
    text-shadow: 1px 1px #E5E5E5; }
  .staff-detail .left {
    width: 70%; }
  .staff-detail .f-l {
    float: left; }
  .staff-detail .right {
    width: 24%; }
    .staff-detail .right img {
      width: 100%;
      box-shadow: 3px 3px 6px #AFAFAF; }
  .staff-detail .f-r {
    float: right; }
  .staff-detail .chara {
    color: #735840;
    margin-top: 40px; }
    .staff-detail .chara th {
      border: 1px solid #C8B79B;
      text-align: left;
      padding: 10px;
      background: #F4DBD2; }
    .staff-detail .chara td {
      border: 1px solid #C8B79B;
      padding: 10px;
      text-align: left;
      background: #F9EFCB; }
  .staff-detail table {
    border-collapse: collapse; }

@media screen and (max-width: 929px) {
  img {
    max-width: 100%; }

  #header .mobile-title {
    width: 100%;
    font-size: 1.1em;
    display: inline-block;
    position: relative;
    overflow: hidden;
    top: -47px; }
    #header .mobile-title img {
      height: 36px;
      margin-right: 3px;
      float: left; }
    #header .mobile-title a {
      text-decoration: none;
      color: white; }
    #header .mobile-title h3 {
      white-space: nowrap; }
    #header .mobile-title .title-logo-mobile {
      display: inline-block;
      position: relative;
      left: 56px; }
  #header h1 {
    display: none; }
  #header .head-logo {
    display: none; }
  #header .head-schedule {
    margin: 0; }
    #header .head-schedule h2 {
      margin-top: -50px;
      padding-top: 10px; }
    #header .head-schedule img {
      max-width: 76%; }
  #header address {
    font-size: 70%;
    line-height: 0.6rem;
    text-align: right; }
    #header address b {
      font-size: 2.2rem !important;
      display: inline-block;
      margin: 0 10px; }
    #header address .address {
      line-height: 0.3rem;
      display: inline-block; }
  #header .head-schedule, #header .head-right {
    float: none;
    text-align: center; }
  #header .head-right h2 {
    margin: 0; }
  #header .head-right address {
    padding-top: 10px; }
    #header .head-right address .address {
      margin: 10px; }

  #header .address {
    margin: 0 !important; }

  #main-culmn #culmn-left {
    float: none;
    margin: auto;
    text-align: center;
    max-width: 430px;
    padding: 10px; }
    #main-culmn #culmn-left .mobile-side-left-bar {
      float: left;
      max-width: 100%; }
    #main-culmn #culmn-left .mobile-side-right-bar {
      float: right;
      max-width: 100%; }
  #main-culmn #culmn-right {
    width: 96%;
    float: none;
    margin: auto; }
    #main-culmn #culmn-right h1 {
      clear: both; }
    #main-culmn #culmn-right .main-menu-box {
      display: none; }
    #main-culmn #culmn-right .std-layout h2 {
      padding: 0 10px; }

  #news {
    margin: 30px 0 0 !important;
    padding-bottom: 60px; } }
@media screen and (max-width: 700px) {
  #header {
    margin-bottom: -50px; }
    #header .head-schedule {
      display: none; }
    #header .head-right {
      display: none; }
    #header .phone-send {
      display: inline-block;
      position: absolute;
      right: 5px;
      top: 0px;
      border: 1px solid white;
      border-radius: 5px;
      box-sizing: border-box;
      padding: 5px 3px 5px 5px; }
      #header .phone-send img {
        width: 25px;
        height: 24px; }

  .facility .box {
    width: 47%;
    margin-bottom: 10px; }
    .facility .box a img {
      width: 80%; }
    .facility .box p {
      white-space: nowrap;
      width: 86%;
      font-size: 50%; }

  .top-image {
    margin-top: 3px; }

  #main-culmn #culmn-right #greeting {
    text-align: center; }
    #main-culmn #culmn-right #greeting .left, #main-culmn #culmn-right #greeting .right {
      float: none;
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }
    #main-culmn #culmn-right #greeting p {
      width: 100%; }
    #main-culmn #culmn-right #greeting h1 {
      font-size: 1.8rem;
      width: 100%; }
  #main-culmn #culmn-right .supplement .sup-left img {
    float: none;
    margin: 10px auto;
    display: block; }
  #main-culmn #culmn-left .schedule-mobile {
    border-radius: 7px;
    display: block;
    width: 340px;
    max-width: 100%;
    margin: 0 auto 20px;
    background: #90cfe6; }
    #main-culmn #culmn-left .schedule-mobile p {
      color: white;
      text-align: left;
      border-bottom: 1px white solid;
      margin-bottom: 5px;
      padding: 5px; }

  #footer .copyright {
    margin-top: 0px; }
  #footer address {
    margin: 3px 0; }

  .pagination {
    display: none; } }
@media screen and (max-width: 500px) {
  .staff-detail .left {
    width: 96%;
    margin: auto; }
  .staff-detail .f-l {
    float: none; }
  .staff-detail .right {
    width: 96%;
    margin: 16px auto 0;
    text-align: center; }
    .staff-detail .right img {
      width: 100%;
      box-shadow: 3px 3px 6px #AFAFAF;
      max-width: 160px; }
  .staff-detail .f-r {
    float: none; }
  .staff-detail .chara {
    margin-top: 10px;
    font-size: 90%; }
    .staff-detail .chara th {
      padding: 3px;
      white-space: nowrap; }
    .staff-detail .chara td {
      padding: 3px; }

  #footer .copyright small {
    font-size: 0.8em; } }
@media screen and (max-width: 440px) {
  #main-culmn #culmn-left .mobile-side-left-bar, #main-culmn #culmn-left .mobile-side-right-bar {
    float: none; }
  #main-culmn #culmn-right .supplement h2 {
    font-size: 6vw; }

  .facility h2 {
    padding: 20px 5px !important; }
  .facility .box {
    width: 80%;
    margin: 0 10% 10px; }
    .facility .box img {
      max-height: 80%; }
    .facility .box p {
      white-space: nowrap;
      width: 88%;
      font-size: 1rem; }

  .medical {
    font-size: 0.7rem; }
    .medical table td {
      padding: 10px 2px; }

  .hotel img {
    width: 100%;
    margin: 0 !important; }

  .mobile-design {
    display: none; }

  .pc-design {
    text-align: center;
    margin: 20px 0;
    display: block; }

  .side-banner {
    margin: 0 auto 10px; } }
