@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 0;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  color: #000000;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow: auto;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  min-width: 100%;
}

input[type=submit], input[type=button], button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-appearance: none;
}

.l-header {
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 120px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px #000000;
          box-shadow: 0 0 5px #000000;
}

@media screen and (max-width: 1279px) {
  .l-header {
    width: 100%;
    height: 50px;
  }
}
.l-container {
  width: 1160px;
  margin: auto;
}

@media screen and (max-width: 1279px) {
  .l-container {
    width: 100%;
  }
}
.l-main {
  display: block;
  margin: auto;
  padding-top: 120px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .l-main {
    padding-top: 50px;
  }
}
.l-footer {
  width: 100%;
  height: 295px;
  padding-top: 80px;
  background-color: #3CB2FD;
  overflow: hidden;
  border-top-right-radius: 100% 500px;
  border-top-left-radius: 100% 500px;
  margin-left: -400px;
  margin-right: -400px;
  padding-left: 400px;
  padding-right: 400px;
}

@media screen and (max-width: 1279px) {
  .l-footer {
    position: relative;
    height: 0;
    margin-bottom: -100px;
    padding-top: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .c-event {
    position: relative;
    display: none;
    left: -100px;
    left: 0;
    right: 0;
  }
}
.c-page {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.c-page::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bg_page.png);
  background-repeat: repeat;
  background-position: center;
}

.c-logo {
  position: absolute;
  z-index: 51;
  top: 0;
  left: 0;
  width: 500px;
  height: 120px;
  background-image: url(../img/common/logo.png);
  background-repeat: no-repeat;
  background-position: center;
}
.c-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1500px) {
  .c-logo {
    width: 400px;
    background-size: 300px auto;
  }
}
@media screen and (max-width: 1279px) {
  .c-logo {
    width: 200px;
    height: 50px;
    background-size: 180px auto;
  }
}
.c-business {
  position: absolute;
  top: 0;
  right: 0;
}
.c-business .c-business__telephone {
  position: relative;
  width: 340px;
  height: 50px;
  background-color: #3CB2FD;
}
.c-business .c-business__telephone a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 2.6rem;
  text-decoration: none;
}
.c-business .c-business__telephone a:hover {
  pointer-events: none;
  cursor: default;
}
.c-business .c-business__telephone a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 32px;
  margin-right: 12px;
  background-image: url(../img/common/icon_telephone_w.png);
  background-repeat: no-repeat;
  background-position: center top 6px;
  background-size: auto 24px;
}
.c-business .c-business__telephone::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 50px;
  border-top: #3CB2FD solid 25px;
  border-right: #3CB2FD solid 15px;
  border-bottom: transparent solid 25px;
  border-left: transparent solid 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-business .c-business__hour {
  width: 340px;
  height: 70px;
  background-image: url(../img/common/time.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-business .c-business__telephone {
    padding-top: 6px;
  }
  .c-business .c-business__telephone::before {
    margin-top: -4px;
  }
  .c-business .c-business__hour {
    margin-top: -4px;
  }
}
@media screen and (max-width: 1279px) {
  .c-business {
    position: static;
  }
  .c-business .c-business__telephone {
    width: 320px;
    margin: auto;
  }
  .c-business .c-business__telephone a {
    pointer-events: all;
    cursor: pointer;
  }
  .c-business .c-business__telephone::after {
    display: none;
  }
  .c-business .c-business__hour {
    width: 320px;
    margin: auto;
  }
}
.c-button {
  display: none;
  visibility: hidden;
}

.c-label {
  display: none;
}

@media screen and (max-width: 1279px) {
  .c-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
  }
  .c-label span {
    display: block;
    width: 30px;
    height: 2px;
    margin: auto;
    background-color: #000000;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .c-label span:first-child {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .c-label span:last-child {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .c-button:checked ~ .c-label span {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .c-button:checked ~ .c-label span:first-child {
    -webkit-transform: rotate(-45deg) translateY(12px) translateX(-12px);
            transform: rotate(-45deg) translateY(12px) translateX(-12px);
  }
  .c-button:checked ~ .c-label span:nth-child(2) {
    opacity: 0;
  }
  .c-button:checked ~ .c-label span:last-child {
    -webkit-transform: rotate(45deg) translateY(-12px) translateX(-12px);
            transform: rotate(45deg) translateY(-12px) translateX(-12px);
  }
  .c-button:checked ~ .c-navigation {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.c-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-navigation .c-navigation__menu {
  display: table;
  width: 560px;
  height: 120px;
  text-align: center;
  margin: auto;
}
.c-navigation .c-navigation__menu .c-menu__item {
  position: relative;
  display: table-cell;
  width: 25%;
  text-align: center;
  background-repeat: no-repeat;
}
.c-navigation .c-navigation__menu .c-menu__item--home {
  background-image: url(../img/common/icon_home.png);
  background-position: center top 24px;
  background-size: auto 45px;
}
.c-navigation .c-navigation__menu .c-menu__item--firstvisit {
  background-image: url(../img/common/icon_firstvisit.png);
  background-position: center top 22px;
  background-size: auto 50px;
}
.c-navigation .c-navigation__menu .c-menu__item--department {
  background-image: url(../img/common/icon_department.png);
  background-position: center top 22px;
  background-size: auto 50px;
}
.c-navigation .c-navigation__menu .c-menu__item--aboutus {
  background-image: url(../img/common/icon_aboutus.png);
  background-position: center top 24px;
  background-size: auto 45px;
}
.c-navigation .c-navigation__menu .c-menu__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3CB2FD;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-navigation .c-navigation__menu .c-menu__item a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-navigation .c-navigation__menu .c-menu__item::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: 80px;
  border-right-color: #CCCCCC;
  border-right-style: solid;
  border-right-width: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-navigation .c-navigation__menu .c-menu__item:first-child::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 1px;
  height: 80px;
  border-right-color: #CCCCCC;
  border-right-style: solid;
  border-right-width: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1500px) {
  .c-navigation .c-navigation__menu {
    width: 480px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-navigation .c-navigation__menu .c-menu__item a {
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-navigation {
    z-index: 5;
    top: 50px;
    -webkit-transform: translateX(150vw);
            transform: translateX(150vw);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 50px 0;
    border-bottom: #CCCCCC solid 1px;
    background-color: #FFFFFF;
  }
  .c-navigation .c-navigation__menu {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
  .c-navigation .c-navigation__menu .c-menu__item {
    width: 150px;
    height: 150px;
    margin: auto;
    border: #CCCCCC solid 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-navigation .c-navigation__menu .c-menu__item::before {
    display: none;
  }
  .c-navigation .c-navigation__menu .c-menu__item::after {
    display: none;
  }
  .c-navigation .c-navigation__menu .c-menu__item:first-child::before {
    display: none;
  }
  .c-navigation .c-navigation__menu .c-menu__item--home {
    background-position: center top 40px;
  }
  .c-navigation .c-navigation__menu .c-menu__item--firstvisit {
    background-position: center top 36px;
  }
  .c-navigation .c-navigation__menu .c-menu__item--department {
    background-position: center top 36px;
  }
  .c-navigation .c-navigation__menu .c-menu__item--aboutus {
    background-position: center top 40px;
  }
  .c-navigation .c-navigation__menu .c-menu__item a {
    padding-top: 120px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.c-navigation-footer .c-navigation-footer__menu {
  display: table;
  width: 800px;
  margin: auto;
}
.c-navigation-footer .c-navigation-footer__item {
  position: relative;
  display: table-cell;
  width: 25%;
  height: 26px;
}
.c-navigation-footer .c-navigation-footer__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-decoration: none;
}
.c-navigation-footer .c-navigation-footer__item a:hover {
  text-decoration: underline;
}
.c-navigation-footer .c-navigation-footer__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 20px;
  border-color: #FFFFFF;
  border-right-style: dotted;
  border-right-width: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-navigation-footer .c-navigation-footer__item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 20px;
  border-color: #FFFFFF;
  border-right-style: dotted;
  border-right-width: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .c-navigation-footer {
    display: none;
  }
}
.c-address {
  text-align: center;
  color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 32px;
}
.c-address .c-address__text {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 3rem;
}
.c-address .c-address__text--number {
  display: inline-block;
  padding: 0 0.5em;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-address .c-address__text {
    margin-top: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .c-address {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-address .c-address__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .c-address .c-address__text--name {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .c-address .c-address__text--number {
    display: block;
  }
}
.c-pagetop {
  display: block;
  width: 270px;
  height: 270px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-image: url(../img/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: center top 15px;
  background-size: 40px 40px;
}
.c-pagetop:hover {
  opacity: 0.75;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.c-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 1279px) {
  .c-pagetop {
    position: fixed;
    bottom: 25px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: 30px 30px;
  }
}
.c-telephone {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-image: url(../img/common/icon_telephone.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 30px;
}
.c-telephone a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 1279px) {
  .c-telephone {
    display: block;
  }
}
.c-pageTitle {
  position: relative;
  width: 100%;
  height: 270px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center top 70px, center bottom 50px, center;
}

@media screen and (max-width: 1279px) {
  .c-pageTitle {
    height: 150px;
    background-position: center top 30px, center bottom 25px, center;
  }
}
.c-sectionTitle {
  position: relative;
  width: 100%;
  min-height: 45px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
  line-height: 4.5rem;
}
.c-sectionTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 0;
  border-top-style: dotted;
  border-top-width: 3px;
}

@media screen and (max-width: 1279px) {
  .c-sectionTitle {
    min-height: 25px;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .c-sectionTitle::before {
    bottom: 10px;
    width: 75px;
    border-top-width: 2px;
  }
}
.c-outline {
  width: 100%;
  height: auto;
}
.c-outline .c-outline__title {
  float: left;
  clear: both;
  display: inline-block;
  vertical-align: top;
  width: 6.5em;
  text-align: left;
  color: #3BB2FD;
  font-size: 1.6rem;
  line-height: 3.2rem;
  padding-left: 20px;
}
.c-outline .c-outline__title::before {
  content: "■";
  display: inline-block;
  vertical-align: top;
  color: #E84A6A;
  font-size: 1rem;
  padding-right: 8px;
}
.c-outline .c-outline__data {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

@media screen and (max-width: 1279px) {
  .c-outline .c-outline__title {
    font-size: 1.4rem;
    line-height: 2.6rem;
    padding-left: 0;
  }
  .c-outline .c-outline__data {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.c-consultation {
  width: 100%;
  height: auto;
  border: #999999 solid 1px;
  border-collapse: collapse;
}
.c-consultation .c-consultation__head {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  font-size: 1.5rem;
  height: 38px;
  border: #999999 solid 1px;
  background-color: #F4EFE7;
}
.c-consultation .c-consultation__head--day {
  color: #0099FF;
}
.c-consultation .c-consultation__head--sun {
  color: #E74A6A;
}
.c-consultation .c-consultation__hour {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  height: 58px;
  border: #999999 solid 1px;
}
.c-consultation .c-consultation__hour--meridiem {
  background-color: #E84A6A;
}
.c-consultation .c-consultation__hour .c-hour__ampm {
  display: block;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.c-consultation .c-consultation__hour .c-hour__time {
  display: block;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.c-consultation .c-consultation__hour--circle {
  width: 11%;
  color: #323333;
  font-size: 2.6rem;
  background-color: #FFFFFF;
}
.c-consultation .c-consultation__hour--cross {
  width: 11%;
  color: #323333;
  font-size: 2.6rem;
  background-color: #FCE2E8;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-consultation .c-consultation__head {
    padding-top: 2px;
    margin-bottom: -2px;
  }
  .c-consultation .c-consultation__hour {
    height: 52px;
  }
  .c-consultation .c-consultation__hour .c-hour__ampm {
    padding-top: 4px;
  }
  .c-consultation .c-consultation__hour--circle {
    padding-top: 4px;
  }
}
@media screen and (max-width: 1279px) {
  .c-consultation .c-consultation__head {
    height: 28px;
    font-size: 1.2rem;
  }
  .c-consultation .c-consultation__hour {
    height: 38px;
  }
  .c-consultation .c-consultation__hour .c-hour__ampm {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .c-consultation .c-consultation__hour .c-hour__time {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .c-consultation .c-consultation__hour--circle {
    width: 10%;
    font-size: 1.8rem;
  }
  .c-consultation .c-consultation__hour--cross {
    width: 10%;
    font-size: 1.8rem;
  }
}
.c-more {
  display: block;
  text-align: center;
  width: 294px;
  height: 70px;
  margin: auto;
  border-radius: 35px;
  background-color: #FFFFFF;
}
.c-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 35px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-decoration: none;
  background-color: #3CB2FD;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.c-more a:hover {
  opacity: 0.75;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (max-width: 1279px) {
  .c-more {
    width: 200px;
    height: 48px;
    border-radius: 24px;
  }
  .c-more a {
    border-radius: 24px;
    font-size: 1.4rem;
  }
  .c-more a .c-more__pdf {
    font-size: 1rem;
    line-height: 1rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.c-pdf {
  display: block;
  text-align: center;
  width: 294px;
  height: 70px;
  margin: auto;
  border-radius: 35px;
  background-color: #FFFFFF;
}
.c-pdf a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 2rem;
  border-radius: 35px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-decoration: none;
  background-color: #3CB2FD;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.c-pdf a:hover {
  opacity: 0.75;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.c-pdf a .c-pdf__text {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

@media screen and (max-width: 1279px) {
  .c-pdf {
    width: 200px;
    height: 48px;
    border-radius: 24px;
  }
  .c-pdf a {
    padding-top: 1rem;
    border-radius: 24px;
    font-size: 1.4rem;
  }
  .c-pdf a .c-pdf__text {
    bottom: 8px;
    font-size: 1rem;
    line-height: 1rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.c-sp--newline {
  display: none;
}
.c-sp--inline {
  display: block;
}

@media screen and (max-width: 1279px) {
  .c-sp--newline {
    display: block;
  }
  .c-sp--inline {
    display: none;
  }
}
.p-description img {
  width: 100%;
  height: auto;
}

.p-notice {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 100px;
  background-color: #FFFFFF;
}
.p-notice .p-notice__examination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  padding: 70px 0px;
  /*border: #E0D0BA solid 1px;*/
  /*-webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;*/
  /*background-color: #FFFFFF;*/
}
.p-notice .p-notice__item {
  position: relative;
  /*padding-left: 1.5em;*/
  text-align: left;
  color: #804000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1279px) {
  .p-notice {
    margin: 0 auto 50px;
  }
  .p-notice .p-notice__examination {
    max-width: 90%;
    padding: 40px 0px;
  }
  .p-notice .p-notice__item {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.p-information {
  display: inline-block;
  vertical-align: top;
  width: 580px;
  height: auto;
  padding: 0 20px 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-information .p-information__title {
  padding-top: 40px;
  margin-bottom: 50px;
  background-image: url(../img/home/icon_information.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 30px;
}
.p-information .p-information__title::before {
  border-top-color: #E0D0BA;
}
.p-information .p-information__list {
  width: 100%;
  height: 320px; /*コロナが収束するまで*/
  overflow: auto;
}
.p-information .p-information__list::before, .p-information .p-information__list::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-information .p-information__list::before {
  margin-bottom: -0.8rem;
}
.p-information .p-information__list::after {
  margin-top: -0.8rem;
}
.p-information .p-information__list .p-list__item .p-item__time {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.p-information .p-information__list .p-list__item .p-item__text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 3.2rem;
  padding-bottom: 1em;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-information .p-information__list .p-list__item {
    margin-top: 2px;
  }
}
@media screen and (max-width: 1279px) {
  .p-information {
    width: 100%;
    padding: 0 15px 60px;
  }
  .p-information .p-information__title {
    padding-top: 30px;
    margin-bottom: 25px;
    background-size: 22px 22px;
  }
  .p-information .p-information__list {
    height: auto;
    overflow: visible;
  }
  .p-information .p-information__list::before, .p-information .p-information__list::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-information .p-information__list::before {
    margin-bottom: -0.6rem;
  }
  .p-information .p-information__list::after {
    margin-top: -0.6rem;
  }
  .p-information .p-information__list .p-list__item .p-item__time {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .p-information .p-information__list .p-list__item .p-item__text {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-bottom: 1.5em;
  }
}
.p-calendar {
  display: inline-block;
  vertical-align: top;
  width: 580px;
  height: auto;
  padding: 0 20px 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-calendar .p-calendar__title {
  padding-top: 40px;
  margin-bottom: 50px;
  background-image: url(../img/home/icon_consultation.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 29px 30px;
}
.p-calendar .p-calendar__title::before {
  border-top-color: #E0D0BA;
}
.p-calendar .p-calendar__table {
  margin-bottom: 30px;
}

@media screen and (max-width: 1279px) {
  .p-calendar {
    width: 100%;
    padding: 0 15px 65px;
  }
  .p-calendar .p-calendar__title {
    padding-top: 30px;
    margin-bottom: 25px;
    background-size: auto 22px;
  }
  .p-calendar .p-calendar__table {
    margin-bottom: 15px;
  }
}
.p-greeting {
  width: 100%;
  height: 717px;
  padding-top: 115px;
  overflow: hidden;
  border-top-right-radius: 100% 500px;
  border-top-left-radius: 100% 500px;
  margin-left: -400px;
  margin-right: -400px;
  padding-left: 400px;
  padding-right: 400px;
  background-image: url(../img/home/bg_greeting.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.p-greeting .p-greeting__title {
  padding-top: 65px;
  margin-bottom: 50px;
  background-image: url(../img/home/icon_greeting.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 45px 45px;
}
.p-greeting .p-greeting__title::before {
  border-top-color: #FFFFFF;
}
.p-greeting .p-greeting__message {
  display: table;
  text-align: center;
  margin: auto;
}
.p-greeting .p-greeting__message::before, .p-greeting .p-greeting__message::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-greeting .p-greeting__message::before {
  margin-bottom: -0.8rem;
}
.p-greeting .p-greeting__message::after {
  margin-top: -0.8rem;
}
.p-greeting .p-greeting__message .p-message__text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 3.2rem;
  padding-bottom: 2em;
}
.p-greeting .p-greeting__more {
  margin-top: 20px;
}

@media screen and (max-width: 1279px) {
  .p-greeting {
    height: auto;
    padding-top: 65px;
    background-size: auto 100%;
  }
  .p-greeting .p-greeting__title {
    padding-top: 30px;
    margin-bottom: 25px;
    background-size: 22px 22px;
    text-shadow: 0 0 3px #FFFFFF;
  }
  .p-greeting .p-greeting__message {
    margin-left: 24px;
    margin-right: 24px;
  }
  .p-greeting .p-greeting__message::before, .p-greeting .p-greeting__message::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-greeting .p-greeting__message::before {
    margin-bottom: -0.35rem;
  }
  .p-greeting .p-greeting__message::after {
    margin-top: -0.35rem;
  }
  .p-greeting .p-greeting__message .p-message__text {
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-shadow: 0 0 2px #FFFFFF;
  }
  .p-greeting .p-greeting__more {
    margin-top: 10px;
    margin-bottom: 80px;
  }
}
.p-access {
  display: block;
  width: 1160px;
  height: auto;
  margin: auto;
  padding: 100px 20px 120px;
}
.p-access .p-access__place {
  display: inline-block;
  vertical-align: top;
  width: 410px;
  height: auto;
}
.p-access .p-access__place .p-place__title {
  padding-top: 65px;
  margin-bottom: 40px;
  background-image: url(../img/home/icon_access.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
}
.p-access .p-access__place .p-place__title::before {
  border-top-color: #E0D0BA;
}
.p-access .p-access__place .p-place__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding-bottom: 2.5em;
}
.p-access .p-access__place .p-place__text::before, .p-access .p-access__place .p-place__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-access .p-access__place .p-place__text::before {
  margin-bottom: -0.6rem;
}
.p-access .p-access__place .p-place__text::after {
  margin-top: -0.6rem;
}
.p-access iframe {
  float: right;
}

@media screen and (max-width: 1279px) {
  .p-access {
    width: 100%;
    padding: 50px 0 60px;
  }
  .p-access .p-access__place {
    display: block;
    width: auto;
    padding: 0 25px;
  }
  .p-access .p-access__place .p-place__title {
    padding-top: 40px;
    margin-bottom: 25px;
    background-size: auto 33px;
  }
  .p-access .p-access__place .p-place__text {
    text-align: left;
    font-size: 1.2rem;
    line-height: 2.1rem;
    padding-bottom: 2em;
  }
  .p-access .p-access__place .p-place__text::before, .p-access .p-access__place .p-place__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-access .p-access__place .p-place__text::before {
    margin-bottom: -0.35rem;
  }
  .p-access .p-access__place .p-place__text::after {
    margin-top: -0.35rem;
  }
  .p-access iframe {
    float: none;
    width: calc(100% - 20px);
    height: 225px;
    margin: 0 10px;
  }
}
/* content===========================================

	utility.css

		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both;
}

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

.u-dn {
  display: none;
}

.u-di {
  display: inline;
}

.u-db {
  display: block;
}

.u-dt {
  display: table;
}

.u-vh {
  visibility: hidden;
}

.u-fln {
  float: none;
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

/*	Fonts
===================================================== */
.u-fontMincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: #000000;
}

.u-cRed-light {
  color: #FFCDD2;
}

.u-cRed {
  color: #F44336;
}

.u-cRed-dark {
  color: #B71C1C;
}

.u-cBlue-light {
  color: #BBDEFB;
}

.u-cBlue {
  color: #2196F3;
}

.u-cBlue-dark {
  color: #0D47A1;
}

.u-cGreen-light {
  color: #C8E6C9;
}

.u-cGreen {
  color: #4CAF50;
}

.u-cGreen-dark {
  color: #1B5E20;
}

.u-cYellow-light {
  color: #FFF9C4;
}

.u-cYellow {
  color: #FFEB3B;
}

.u-cYellow-dark {
  color: #F57F17;
}

.u-cGrey-light {
  color: #F5F5F5;
}

.u-cGrey {
  color: #9E9E9E;
}

.u-cGrey-dark {
  color: #212121;
}

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2;
}

.u-bgcRed {
  background-color: #F44336;
}

.u-bgcRed-dark {
  background-color: #B71C1C;
}

.u-bgcBlue-light {
  background-color: #BBDEFB;
}

.u-bgcBlue {
  background-color: #2196F3;
}

.u-bgcBlue-dark {
  background-color: #0D47A1;
}

.u-bgcGreen-light {
  background-color: #C8E6C9;
}

.u-bgcGreen {
  background-color: #4CAF50;
}

.u-bgcGreen-dark {
  background-color: #1B5E20;
}

.u-bgcYellow-light {
  background-color: #FFF9C4;
}

.u-bgcYellow {
  background-color: #FFEB3B;
}

.u-bgcYellow-dark {
  background-color: #F57F17;
}

.u-bgcGrey-light {
  background-color: #F5F5F5;
}

.u-bgcGrey {
  background-color: #9E9E9E;
}

.u-bgcGrey-dark {
  background-color: #212121;
}

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto;
}

.u-mn {
  margin: 0;
}

.u-mtn {
  margin-top: 0;
}

.u-mts {
  margin-top: 0.4rem;
}

.u-mtm {
  margin-top: 1.6rem;
}

.u-mtl {
  margin-top: 3.2rem;
}

.u-mtx {
  margin-top: 4.8rem;
}

.u-mbn {
  margin-bottom: 0;
}

.u-mbs {
  margin-bottom: 0.4rem;
}

.u-mbm {
  margin-bottom: 1.6rem;
}

.u-mbl {
  margin-bottom: 3.2rem;
}

.u-mbx {
  margin-bottom: 4.8rem;
}

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

/*padding (rem) */
.u-pn {
  padding: 0;
}

.u-ptn {
  padding-top: 0;
}

.u-pts {
  padding-top: 0.4rem;
}

.u-ptm {
  padding-top: 1.6rem;
}

.u-ptl {
  padding-top: 3.2rem;
}

.u-ptx {
  padding-top: 4.8rem;
}

.u-pbn {
  padding-bottom: 0;
}

.u-pbs {
  padding-bottom: 0.4rem;
}

.u-pbm {
  padding-bottom: 1.6rem;
}

.u-pbl {
  padding-bottom: 3.2rem;
}

.u-pbx {
  padding-bottom: 4.8rem;
}

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/*	Border radius
===================================================== */
.c-br-4 {
  border-radius: 4px;
  -ms-border-radius: 4px;
}

.c-br-8 {
  border-radius: 8px;
  -ms-border-radius: 8px;
}

.c-br-12 {
  border-radius: 12px;
  -ms-border-radius: 12px;
}

.c-br-16 {
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/*	Table (Responsive)
===================================================== */
.p-table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

@media only screen and (max-width: 40em) {
  .p-table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .p-table-responsive th,
  .p-table-responsive td {
    white-space: nowrap;
  }
}
.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee;
}

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom;
}