@charset "UTF-8";
/*******************************************/
/* Reset    　                             */
/*******************************************/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace, monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img,
embed,
object,
iframe {
  vertical-align: bottom; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable] {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

template {
  display: none; }

[hidden] {
  display: none; }

/*******************************************/
/* Base                                    */
/*******************************************/
html {
  font-size: 62.5%;
  overflow: auto; }

body {
  color: #555;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  overflow: hidden;
  min-width: 320px; }
  @media print, screen and (min-width: 768px) {
    body {
      min-width: 1024px; } }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

a img {
  transition: all 0.3s ease; }
  a img:hover {
    opacity: 0.6;
    text-decoration: none; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: auto; }
  @media print, screen and (min-width: 768px) {
    a[href^="tel:"] {
      pointer-events: none; } }

a[href^="tel:"]:hover {
  text-decoration: none; }

video {
  max-width: 100%;
  height: auto; }

@media print, screen and (min-width: 768px) {
  .cttWrap {
    display: none; } }

/*******************************************/
/* Grid                                    */
/*******************************************/
/* Layout */
@media print, screen and (min-width: 768px) {
  .flex-2col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -72px; } }

@media print, screen and (min-width: 768px) {
  .flex-3col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -40px; } }

@media print, screen and (min-width: 768px) {
  .flex-4col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -40px; } }

@media print, screen and (min-width: 768px) {
  .flex-5col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -40px; } }

.flex-reverse {
  flex-direction: row-reverse; }

.flex-middle {
  display: flex;
  justify-content: center;
  align-items: center; }

.box-2-1 {
  margin-bottom: 3.2vh; }
  @media print, screen and (min-width: 768px) {
    .box-2-1 {
      flex: 1;
      margin-left: 72px;
      margin-bottom: 0;
      min-height: 0%; } }

.box-3-1 {
  margin-bottom: 3.2vh; }
  @media print, screen and (min-width: 768px) {
    .box-3-1 {
      flex: 1 0 0px;
      margin-left: 40px;
      margin-bottom: 0;
      min-height: 0%; } }

.box-3-2 {
  margin-bottom: 3.2vh; }
  @media print, screen and (min-width: 768px) {
    .box-3-2 {
      flex: 2 0 40px;
      margin-left: 40px;
      margin-bottom: 0;
      min-height: 0%; } }

.box-4-1 {
  margin-bottom: 3.2vh; }
  @media print, screen and (min-width: 768px) {
    .box-4-1 {
      flex: 1 0 0px;
      margin-left: 40px;
      margin-bottom: 0;
      min-height: 0%; } }

.box-4-2 {
  margin-bottom: 3.2vh; }
  @media print, screen and (min-width: 768px) {
    .box-4-2 {
      flex: 2 0 40px;
      margin-left: 40px;
      margin-bottom: 0;
      min-height: 0%; } }

.box-4-3 {
  margin-bottom: 3.2vh; }
  @media print, screen and (min-width: 768px) {
    .box-4-3 {
      flex: 3 0 80px;
      margin-left: 40px;
      margin-bottom: 0;
      min-height: 0%; } }

.box-5-1 {
  margin-bottom: 3.2vh; }
  @media print, screen and (min-width: 768px) {
    .box-5-1 {
      flex: 1 0 0px;
      margin-left: 40px;
      margin-bottom: 0;
      min-height: 0%; } }

.box-5-2 {
  margin-bottom: 3.2vh; }
  @media print, screen and (min-width: 768px) {
    .box-5-2 {
      flex: 2 0 80px;
      margin-left: 40px;
      margin-bottom: 0;
      min-height: 0%; } }

.box-5-3 {
  margin-bottom: 3.2vh; }
  @media print, screen and (min-width: 768px) {
    .box-5-3 {
      flex: 3 0 120px;
      margin-left: 40px;
      margin-bottom: 0;
      min-height: 0%; } }

.box-2-1:last-child, .box-3-1:last-child, .box-3-2:last-child, .box-4-1:last-child, .box-4-3:last-child, .box-5-1:last-child {
  margin-bottom: 0; }

.float-L {
  float: none; }
  @media print, screen and (min-width: 768px) {
    .float-L {
      float: left; } }

.float-R {
  float: none; }
  @media print, screen and (min-width: 768px) {
    .float-R {
      float: right; } }

.relative {
  position: relative; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.flex-ac {
  display: flex;
  align-items: center; }

/* Margin */
.m1em {
  margin-bottom: 1em; }

.mLv1 {
  margin-bottom: 1.2vh; }
  @media print, screen and (min-width: 768px) {
    .mLv1 {
      margin-bottom: 12px; } }

.mLv2 {
  margin-bottom: 2.4vh; }
  @media print, screen and (min-width: 768px) {
    .mLv2 {
      margin-bottom: 24px; } }

.mLv3 {
  margin-bottom: 4.8vh; }
  @media print, screen and (min-width: 768px) {
    .mLv3 {
      margin-bottom: 48px; } }

.mLv4 {
  margin-bottom: 7.2vh; }
  @media print, screen and (min-width: 768px) {
    .mLv4 {
      margin-bottom: 72px; } }

.mLv5 {
  margin-bottom: 9.6vh; }
  @media print, screen and (min-width: 768px) {
    .mLv5 {
      margin-bottom: 96px; } }

.mLv6 {
  margin-bottom: 12.0vh; }
  @media print, screen and (min-width: 768px) {
    .mLv6 {
      margin-bottom: 120px; } }

.mLv7 {
  margin-bottom: 14.4vh; }
  @media print, screen and (min-width: 768px) {
    .mLv7 {
      margin-bottom: 144px; } }

.mLv8 {
  margin-bottom: 16.8vh; }
  @media print, screen and (min-width: 768px) {
    .mLv8 {
      margin-bottom: 168px; } }

.m0 {
  margin: 0 !important; }

.m0auto {
  margin: 0 auto; }

/* Padding */
.pLv1 {
  padding-bottom: 1.6vh; }
  @media print, screen and (min-width: 768px) {
    .pLv1 {
      padding-bottom: 16px; } }

.pLv2 {
  padding-bottom: 2.4vh; }
  @media print, screen and (min-width: 768px) {
    .pLv2 {
      padding-bottom: 24px; } }

.pLv3 {
  padding-bottom: 3.2vh; }
  @media print, screen and (min-width: 768px) {
    .pLv3 {
      padding-bottom: 32px; } }

.pLv4 {
  padding-bottom: 4.8vh; }
  @media print, screen and (min-width: 768px) {
    .pLv4 {
      padding-bottom: 48px; } }

.pLv5 {
  padding-bottom: 6.4vh; }
  @media print, screen and (min-width: 768px) {
    .pLv5 {
      padding-bottom: 64px; } }

.pLv6 {
  padding-bottom: 9.6vh; }
  @media print, screen and (min-width: 768px) {
    .pLv6 {
      padding-bottom: 96px; } }

.pLv7 {
  padding-bottom: 12.8vh; }
  @media print, screen and (min-width: 768px) {
    .pLv7 {
      padding-bottom: 128px; } }

.pLv8 {
  padding-bottom: 16.0vh; }
  @media print, screen and (min-width: 768px) {
    .pLv8 {
      padding-bottom: 160px; } }

.p0 {
  padding: 0 !important; }

/* Width */
.w5, .w10, .w15, .w20, .w25, .w30, .w35, .w40, .w45, .w50, .w55, .w60, .w65, .w70, .w75, .w80, .w85, .w90, .w95 {
  width: 100%; }

@media print, screen and (min-width: 768px) {
  .w5 {
    width: 5%; } }

@media print, screen and (min-width: 768px) {
  .w10 {
    width: 10%; } }

@media print, screen and (min-width: 768px) {
  .w15 {
    width: 15%; } }

@media print, screen and (min-width: 768px) {
  .w20 {
    width: 20%; } }

@media print, screen and (min-width: 768px) {
  .w25 {
    width: 25%; } }

@media print, screen and (min-width: 768px) {
  .w30 {
    width: 30%; } }

@media print, screen and (min-width: 768px) {
  .w35 {
    width: 35%; } }

@media print, screen and (min-width: 768px) {
  .w40 {
    width: 40%; } }

@media print, screen and (min-width: 768px) {
  .w45 {
    width: 45%; } }

@media print, screen and (min-width: 768px) {
  .w50 {
    width: 50%; } }

@media print, screen and (min-width: 768px) {
  .w55 {
    width: 55%; } }

@media print, screen and (min-width: 768px) {
  .w60 {
    width: 60%; } }

@media print, screen and (min-width: 768px) {
  .w65 {
    width: 65%; } }

@media print, screen and (min-width: 768px) {
  .w70 {
    width: 70%; } }

@media print, screen and (min-width: 768px) {
  .w75 {
    width: 75%; } }

@media print, screen and (min-width: 768px) {
  .w80 {
    width: 80%; } }

@media print, screen and (min-width: 768px) {
  .w85 {
    width: 85%; } }

@media print, screen and (min-width: 768px) {
  .w90 {
    width: 90%; } }

@media print, screen and (min-width: 768px) {
  .w95 {
    width: 95%; } }

@media print, screen and (min-width: 768px) {
  .w100 {
    width: 100%; } }

/*******************************************/
/* Text                                    */
/*******************************************/
.t12 {
  font-size: 1.2rem !important;
  line-height: 2.2rem !important; }

.t14 {
  font-size: 1.4rem !important;
  line-height: 2.6rem !important; }

.t16 {
  font-size: 1.6rem !important;
  line-height: 3.4rem !important; }

.t18 {
  font-size: 1.8rem !important;
  line-height: 3.8rem !important; }

.t20 {
  font-size: 2.0rem !important;
  line-height: 4.2rem !important; }

.t22 {
  font-size: 2.2rem !important;
  line-height: 4.4rem !important; }

.t24 {
  font-size: 2.4rem !important;
  line-height: 4.6rem !important; }

.t26 {
  font-size: 2.6rem !important;
  line-height: 4.8rem !important; }

.t28 {
  font-size: 2.8rem !important;
  line-height: 5.0rem !important; }

.t30 {
  font-size: 3.0rem !important;
  line-height: 5.2rem !important; }

.tCenter {
  text-align: center; }

.tCenter-pc {
  text-align: left; }
  @media print, screen and (min-width: 768px) {
    .tCenter-pc {
      text-align: center; } }

.tLeft {
  text-align: left; }

.tRight {
  text-align: right; }

.tIndent {
  padding-left: 1em;
  text-indent: -1em; }

.tRed {
  color: #ff0000; }

.tBlue {
  color: #0091ff; }

.tWhite {
  color: #fff; }

.tGreen {
  color: #007b17; }

.tOrange {
  color: #ff9600; }

.tGray {
  color: #aaa; }

.tMincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.tUL {
  text-decoration: underline; }

/*******************************************/
/* Item                                    */
/*******************************************/
.iRight {
  text-align: center;
  padding: 0 0 24px 0; }
  @media print, screen and (min-width: 768px) {
    .iRight {
      float: right;
      text-align: left;
      padding: 0 0 32px 32px; } }

.iLeft {
  text-align: center;
  padding: 0 0 24px 0; }
  @media print, screen and (min-width: 768px) {
    .iLeft {
      float: left;
      text-align: left;
      padding: 0 32px 32px 0; } }

.iCenter {
  text-align: center; }

.iBorder {
  border: 1px solid #ccc; }

.iHover {
  transition: ease 0.2s opacity; }

.iHover:hover {
  opacity: 0.6;
  text-decoration: none; }

.iLink {
  color: #333; }
  .iLink::before {
    background: #8a7a73;
    color: #fff;
    content: "リンク";
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1em;
    margin-right: 12px;
    padding: 4px 8px 3px; }

/*******************************************/
/* UL , OL                                 */
/*******************************************/
.ul-disc {
  padding-left: 26px; }
  .ul-disc li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    list-style: disc;
    margin-bottom: 0.8rem; }
    .ul-disc li:last-of-type {
      margin-bottom: 0; }

.ul-mf li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0; }
  @media print, screen and (min-width: 768px) {
    .ul-mf li {
      padding: 20px; } }
  .ul-mf li dl.dl-mf {
    display: block;
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      .ul-mf li dl.dl-mf {
        display: table; } }
    .ul-mf li dl.dl-mf dt {
      display: inline-block;
      font-weight: bold;
      line-height: 2.8rem;
      margin-bottom: 8px;
      padding: 4px 16px;
      width: 100%; }
      @media print, screen and (min-width: 768px) {
        .ul-mf li dl.dl-mf dt {
          display: table-cell;
          width: 340px; } }
    .ul-mf li dl.dl-mf dd {
      display: block;
      line-height: 2.4rem;
      padding: 0 16px;
      width: 100%; }
      @media print, screen and (min-width: 768px) {
        .ul-mf li dl.dl-mf dd {
          display: table-cell;
          width: calc(100% - 340px); } }

.ul-check li {
  line-height: 3.2rem;
  margin-bottom: 0.8rem;
  padding-left: 28px;
  position: relative; }
  .ul-check li::before {
    background: url("../img/page/img_check.svg") no-repeat;
    background-size: 20px 16px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 16px; }
  .ul-check li:last-of-type {
    margin-bottom: 0; }
  .ul-check li strong {
    font-size: 1.8rem; }

.ul-check2 li {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 0.8rem;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .ul-check2 li {
      font-size: 2.0rem;
      margin-bottom: 1.6rem; } }
  .ul-check2 li:last-of-type {
    margin-bottom: 0; }
  .ul-check2 li::after {
    background: #b0e1dc;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 0; }

.ol-decimal {
  padding-left: 32px; }
  .ol-decimal li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    list-style-type: decimal;
    margin-bottom: 0.8rem; }
    .ol-decimal li:last-of-type {
      margin-bottom: 0; }

/*******************************************/
/* Table                                   */
/*******************************************/
.table-border {
  width: 100%; }
  .table-border caption {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.4rem;
    text-align: left;
    margin-bottom: 0.6em; }
  .table-border th {
    background: #f4f7f9;
    border: 1px solid #aaa;
    font-weight: normal;
    line-height: 2.4rem;
    text-align: left;
    padding: 16px;
    vertical-align: middle; }
  .table-border td {
    background: #fff;
    border: 1px solid #aaa;
    padding: 16px;
    line-height: 2.4rem;
    text-align: left;
    vertical-align: middle; }

.table-line {
  width: 100%; }
  .table-line tr {
    border-bottom: 1px solid #aaa; }
    .table-line tr:first-child {
      border-top: 1px solid #aaa; }
    .table-line tr th {
      line-height: 2.4rem;
      padding: 12px 0;
      text-align: left;
      vertical-align: top; }
    .table-line tr td {
      padding: 12px 0;
      line-height: 2.4rem;
      text-align: left;
      vertical-align: top; }

.table-box {
  width: 100%; }
  .table-box th {
    display: block;
    font-weight: normal;
    line-height: 2.4rem;
    padding: 8px 0;
    text-align: left;
    vertical-align: top; }
  .table-box td {
    display: block;
    padding: 8px 0;
    line-height: 2.4rem;
    text-align: left;
    vertical-align: top; }

.table-time {
  margin-bottom: 12px;
  width: 100%; }
  .table-time tr:first-of-type {
    border-bottom: 1px solid #aaa; }
  .table-time tr:last-of-type {
    border-bottom: 1px solid #aaa; }
  .table-time th {
    font-size: 1.4rem;
    padding: 16px 0;
    text-align: center;
    width: 120px; }
  .table-time td {
    font-size: 1.4rem;
    padding: 16px 0;
    text-align: center;
    width: calc(calc(100% - 120px) / 7); }
    .table-time td span {
      color: #ffafc6; }

/*******************************************/
/* Print                                   */
/*******************************************/
@media print {
  .printBreak {
    page-break-before: always; }

  .printVisible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important; }

  html, body {
    width: 1024px !important;
    transform: scale(1);
    transform-origin: 0 0; }

  #pagetop {
    display: none; }

  .hdrWrap .hdrWrap-inr {
    width: 960px !important;
    max-width: 960px !important; }

  .pageBlock-title h1 {
    width: 960px !important; }

  .pageBlock {
    width: 960px !important; }

  .hdrWrap .hdrItem-1 {
    display: none !important; } }
/*******************************************/
/* Header                                  */
/*******************************************/
.hdrWrap {
  background: rgba(255, 255, 255, 0.9);
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  @media print, screen and (min-width: 768px) {
    .hdrWrap {
      height: 120px; } }
  .hdrWrap .hdrWrap-inr {
    margin: 0 auto;
    position: relative;
    height: 100%; }
    @media print, screen and (min-width: 768px) {
      .hdrWrap .hdrWrap-inr {
        width: 960px; } }
    @media print, screen and (min-width: 1200px) {
      .hdrWrap .hdrWrap-inr {
        width: 1200px; } }
  .hdrWrap .hdrLogo {
    position: absolute;
    top: 26px;
    left: 8px;
    width: 190px; }
    @media print, screen and (min-width: 768px) {
      .hdrWrap .hdrLogo {
        top: 36px;
        left: 0;
        width: 240px; } }

.hdrItem-1 {
  font-size: 1.1rem;
  position: absolute;
  top: 5px;
  left: 8px; }
  @media print, screen and (min-width: 768px) {
    .hdrItem-1 {
      font-size: 1.3rem;
      font-weight: bold;
      top: 11px;
      left: inherit;
      right: 450px; } }

.hdrTel {
  display: none; }
  @media print, screen and (min-width: 768px) {
    .hdrTel {
      display: block;
      position: absolute;
      top: 9px;
      right: 168px;
      text-align: center; } }
  .hdrTel dl {
    display: table;
    margin: 0 auto 7px; }
    .hdrTel dl dt {
      display: table-cell;
      font-size: 1.2rem;
      font-weight: normal;
      line-height: 1.8rem;
      padding-right: 10px; }
    .hdrTel dl dd {
      background: #eee;
      display: table-cell;
      font-size: 1.2rem;
      line-height: 1.8rem;
      text-align: center;
      width: 56px; }
  .hdrTel .hdrItem-2 img {
    width: 214px;
    height: 25px; }

.hdrReserve {
  display: none; }
  @media print, screen and (min-width: 768px) {
    .hdrReserve {
      display: block;
      position: absolute;
      top: 12px;
      right: 0; } }
  .hdrReserve .hdrItem-3 {
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-align: center;
    margin-bottom: 4px;
    padding-left: 0.3em; }
  .hdrReserve .hdrItem-4 a {
    background: #6E85E0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    width: 120px;
    height: 32px; }
    .hdrReserve .hdrItem-4 a:hover {
      opacity: 0.6;
      text-decoration: none; }

/*******************************************/
/* Navigation                              */
/*******************************************/
.hdrNav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 102; }
  @media print, screen and (min-width: 768px) {
    .hdrNav {
      top: 79px;
      width: 460px;
      height: 40px; } }
  @media print, screen and (min-width: 1200px) {
    .hdrNav {
      width: 680px; } }
  .hdrNav > ul {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 136px);
    overflow-y: scroll; }
    @media print, screen and (min-width: 768px) {
      .hdrNav > ul {
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
        position: static;
        max-height: none;
        overflow: inherit; } }
    .hdrNav > ul > li {
      background: #e1916e;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      display: block;
      font-size: 1.5rem;
      line-height: 1em; }
      @media print, screen and (min-width: 768px) {
        .hdrNav > ul > li {
          background: none;
          border-top: none;
          display: inline-block;
          font-size: 1.4rem;
          list-style: outside none none; } }
      @media print, screen and (min-width: 1200px) {
        .hdrNav > ul > li {
          font-size: 1.5rem; } }
      .hdrNav > ul > li:first-of-type {
        margin-left: 0; }
      .hdrNav > ul > li > a {
        cursor: pointer;
        color: #fff;
        display: block;
        position: relative;
        padding: 16px;
        transition: all 0.3s ease; }
        @media print, screen and (min-width: 768px) {
          .hdrNav > ul > li > a {
            color: #000;
            line-height: 40px;
            padding: 0; } }
        @media print, screen and (min-width: 768px) {
          .hdrNav > ul > li > a:hover {
            color: #e1916e; } }
      .hdrNav > ul > li.nItem-2 {
        position: relative; }
        .hdrNav > ul > li.nItem-2:hover::after {
          opacity: 1; }
        @media print, screen and (min-width: 768px) {
          .hdrNav > ul > li.nItem-2 a {
            display: block; } }
        .hdrNav > ul > li.nItem-2 a::after {
          transition: all 0.3s ease;
          background: url("../img/cmn/dropdown_sp.svg") no-repeat left center;
          background-size: 12px 5px;
          content: "";
          display: block;
          position: absolute;
          top: 20px;
          right: 22px;
          width: 12px;
          height: 5px; }
          @media print, screen and (min-width: 768px) {
            .hdrNav > ul > li.nItem-2 a::after {
              background: url("../img/cmn/dropdown_pc.svg") no-repeat left center;
              background-size: 12px 5px;
              transform: none;
              top: 17px;
              right: -18px; } }

@media print, screen and (min-width: 768px) {
  .nMenu-dropdown {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 41px;
    left: -16px;
    text-align: left;
    width: 260px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    z-index: 10; } }
.nMenu-dropdown::before {
  background: #e1916e url("../img/cmn/dropdown_sp.svg") no-repeat left center;
  background-size: 12px 5px;
  content: "";
  display: block;
  width: 12px;
  height: 5px;
  position: absolute;
  top: 20px;
  right: 22px;
  transform: rotate(180deg);
  z-index: 10; }
  @media print, screen and (min-width: 768px) {
    .nMenu-dropdown::before {
      display: none; } }
.nMenu-dropdown li a {
  background: #d17146;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: block;
  padding: 16px;
  font-weight: normal;
  transition: all 0.3s ease; }
  @media print, screen and (min-width: 768px) {
    .nMenu-dropdown li a {
      background: #e1916e; } }
  .nMenu-dropdown li a:hover {
    background: #ffc3a9; }

.nDrawer-sp {
  position: absolute;
  top: 20px;
  right: 16px;
  height: 36px;
  width: 36px; }
  @media print, screen and (min-width: 768px) {
    .nDrawer-sp {
      display: none; } }
  .nDrawer-sp p {
    font-size: 1.0rem;
    position: relative;
    top: 32px;
    text-align: center; }

#nDrawer-toggle {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  padding: 18px 8px 18px 8px;
  width: 36px;
  height: 36px; }
  @media print, screen and (min-width: 768px) {
    #nDrawer-toggle {
      display: none; } }
  #nDrawer-toggle span, #nDrawer-toggle span:before, #nDrawer-toggle span:after {
    cursor: pointer;
    height: 2px;
    width: 20px;
    background: #000;
    position: absolute;
    display: block;
    content: "";
    transition: all 0.3s ease; }
  #nDrawer-toggle span:before {
    top: -8px; }
  #nDrawer-toggle span:after {
    bottom: -8px; }

#nDrawer-toggle.active span {
  background-color: transparent; }
#nDrawer-toggle.active span::before {
  top: 0;
  transform: rotate(45deg); }
#nDrawer-toggle.active span::after {
  top: 0;
  transform: rotate(-45deg); }

/*******************************************/
/* Footer                                  */
/*******************************************/
.ftrWrap-1 {
  background: url("../img/cmn/footer_02.jpg");
  border-top: 4px solid #8a7a73;
  position: relative; }
  .ftrWrap-1 .ftrWrap-1inr {
    margin: 0 auto;
    position: relative;
    width: calc(100% - 32px); }
    @media print, screen and (min-width: 768px) {
      .ftrWrap-1 .ftrWrap-1inr {
        width: 960px; } }
    .ftrWrap-1 .ftrWrap-1inr .ftrBlock-1 {
      display: none; }
      @media print, screen and (min-width: 768px) {
        .ftrWrap-1 .ftrWrap-1inr .ftrBlock-1 {
          display: block;
          position: relative;
          height: 200px; } }
    .ftrWrap-1 .ftrWrap-1inr .ftrBlock-2 {
      margin-top: 16px;
      margin-bottom: 40px; }
      @media print, screen and (min-width: 768px) {
        .ftrWrap-1 .ftrWrap-1inr .ftrBlock-2 {
          margin-bottom: 56px; } }
    .ftrWrap-1 .ftrWrap-1inr .ftrBlock-3 {
      margin-bottom: 40px; }
      @media print, screen and (min-width: 768px) {
        .ftrWrap-1 .ftrWrap-1inr .ftrBlock-3 {
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-between; } }
      .ftrWrap-1 .ftrWrap-1inr .ftrBlock-3 dl {
        border-bottom: 1px solid #d5d0ce;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 12px;
        padding-bottom: 12px;
        width: 100%; }
        @media print, screen and (min-width: 768px) {
          .ftrWrap-1 .ftrWrap-1inr .ftrBlock-3 dl {
            border-bottom: none;
            display: block;
            margin-bottom: 0;
            padding-bottom: 0;
            width: 288px; } }
        .ftrWrap-1 .ftrWrap-1inr .ftrBlock-3 dl dt {
          padding: 40px 0 0;
          text-align: center;
          width: 80px; }
          @media print, screen and (min-width: 768px) {
            .ftrWrap-1 .ftrWrap-1inr .ftrBlock-3 dl dt {
              padding: 52px 0 14px;
              border-bottom: 1px solid #d5d0ce;
              width: 100%; } }
          .ftrWrap-1 .ftrWrap-1inr .ftrBlock-3 dl dt.dt-train {
            background: url("../img/cmn/icon_train.svg") no-repeat center top/54px 29px; }
          .ftrWrap-1 .ftrWrap-1inr .ftrBlock-3 dl dt.dt-bus {
            background: url("../img/cmn/icon_bus.svg") no-repeat center top/65px 29px; }
          .ftrWrap-1 .ftrWrap-1inr .ftrBlock-3 dl dt.dt-car {
            background: url("../img/cmn/icon_car.svg") no-repeat center top/41px 29px; }
        .ftrWrap-1 .ftrWrap-1inr .ftrBlock-3 dl dd {
          font-size: 1.4rem;
          line-height: 2.8rem;
          width: calc(100% - 96px); }
          @media print, screen and (min-width: 768px) {
            .ftrWrap-1 .ftrWrap-1inr .ftrBlock-3 dl dd {
              font-size: 1.5rem;
              line-height: 3.2rem;
              padding: 14px 0 0;
              text-align: center;
              width: 100%; } }
    @media print, screen and (min-width: 768px) {
      .ftrWrap-1 .ftrWrap-1inr .ftrBlock-4 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between; } }
    .ftrWrap-1 .ftrWrap-1inr .ftrBlock-4 .ftrBox-gmap {
      margin-bottom: 16px;
      height: 300px; }
      @media print, screen and (min-width: 768px) {
        .ftrWrap-1 .ftrWrap-1inr .ftrBlock-4 .ftrBox-gmap {
          margin-bottom: 0;
          width: 640px; } }
      .ftrWrap-1 .ftrWrap-1inr .ftrBlock-4 .ftrBox-gmap iframe {
        width: 100%;
        height: 300px; }
    .ftrWrap-1 .ftrWrap-1inr .ftrBlock-4 .ftrItem-3 img {
      width: 100%;
      height: auto; }
      @media print, screen and (min-width: 768px) {
        .ftrWrap-1 .ftrWrap-1inr .ftrBlock-4 .ftrItem-3 img {
          width: 280px;
          height: 300px; } }
    .ftrWrap-1 .ftrWrap-1inr .ftrBlock-5 {
      border-bottom: 1px solid #d5d0ce;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px 0; }
      @media print, screen and (min-width: 768px) {
        .ftrWrap-1 .ftrWrap-1inr .ftrBlock-5 {
          padding: 0;
          height: 60px; } }
      .ftrWrap-1 .ftrWrap-1inr .ftrBlock-5 p {
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .ftrWrap-1 .ftrWrap-1inr .ftrBlock-6 {
      padding: 16px 0 24px; }
      @media print, screen and (min-width: 768px) {
        .ftrWrap-1 .ftrWrap-1inr .ftrBlock-6 {
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-around;
          padding: 0 160px;
          height: 80px; } }
      .ftrWrap-1 .ftrWrap-1inr .ftrBlock-6 .ftrItem-4 {
        background: url("../img/cmn/icon_aed.svg") no-repeat left top 7px/76px 23px;
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        padding-left: 88px;
        height: 40px; }
        @media print, screen and (min-width: 768px) {
          .ftrWrap-1 .ftrWrap-1inr .ftrBlock-6 .ftrItem-4 {
            background: url("../img/cmn/icon_aed.svg") no-repeat left 48px top 26px/76px 23px;
            justify-content: center;
            padding-left: 48px;
            text-align: right;
            width: 300px;
            height: inherit; } }
      .ftrWrap-1 .ftrWrap-1inr .ftrBlock-6 .ftrItem-5 {
        font-size: 1.4rem; }
        @media print, screen and (min-width: 768px) {
          .ftrWrap-1 .ftrWrap-1inr .ftrBlock-6 .ftrItem-5 {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 300px; } }

.ftrLogo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.ftrTel {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  transform: translateY(-50%); }
  .ftrTel dl {
    display: table;
    margin: 0 auto 7px; }
    .ftrTel dl dt {
      display: table-cell;
      font-size: 1.2rem;
      font-weight: normal;
      line-height: 1.8rem;
      padding-right: 10px; }
    .ftrTel dl dd {
      background: #eee;
      display: table-cell;
      font-size: 1.2rem;
      line-height: 1.8rem;
      text-align: center;
      width: 56px; }
  .ftrTel .ftrItem-1 img {
    width: 256px;
    height: 30px; }

.ftrWrap-2 {
  background: #8a7a73; }
  .ftrWrap-2 .ftrWrap-2-inr {
    margin: 0 auto;
    padding: 16px 0 80px;
    width: calc(100% - 32px); }
    @media print, screen and (min-width: 768px) {
      .ftrWrap-2 .ftrWrap-2-inr {
        padding: 32px 0 16px;
        width: 960px; } }
    .ftrWrap-2 .ftrWrap-2-inr ul {
      margin-bottom: 24px;
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        .ftrWrap-2 .ftrWrap-2-inr ul {
          margin-bottom: 32px; } }
      .ftrWrap-2 .ftrWrap-2-inr ul li {
        margin: 0 0 12px; }
        @media print, screen and (min-width: 768px) {
          .ftrWrap-2 .ftrWrap-2-inr ul li {
            display: inline-block;
            margin: 0 24px; } }
        .ftrWrap-2 .ftrWrap-2-inr ul li a {
          color: #fff;
          font-size: 1.4rem; }

.ftrCopy {
  color: #fff;
  font-size: 1.4rem;
  text-align: center; }

/*******************************************/
/* Button                                  */
/*******************************************/
.btn-lv1 a {
  background: #fff url("../img/cmn/icon_arrow.svg") no-repeat right center/13px 13px;
  display: inline-block;
  position: relative;
  padding-right: 29px; }

.btn-lv2 a, .btn-lv3 a, .btn-lv4 a {
  background: #fff url("../img/cmn/icon_arrow.svg") no-repeat right 8px center/13px 13px;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%; }
  @media print, screen and (min-width: 768px) {
    .btn-lv2 a, .btn-lv3 a, .btn-lv4 a {
      background: #fff url("../img/cmn/icon_arrow.svg") no-repeat right 16px center/13px 13px;
      font-size: 1.6rem; } }
  .btn-lv2 a:hover, .btn-lv3 a:hover, .btn-lv4 a:hover {
    opacity: 0.6;
    text-decoration: none; }

.btn-lv2 {
  width: 100%;
  height: 40px; }
  @media print, screen and (min-width: 768px) {
    .btn-lv2 {
      width: 340px;
      height: 56px; } }

.btn-lv3 {
  width: 100%;
  height: 44px; }
  @media print, screen and (min-width: 768px) {
    .btn-lv3 {
      width: 440px;
      height: 56px; } }

.btn-lv4 {
  width: 100%;
  height: 48px; }
  @media print, screen and (min-width: 768px) {
    .btn-lv4 {
      height: 56px; } }

.btn-lv1 a:hover, .btn-lv2 a:hover, .btn-lv3 a:hover, .btn-lv4 a:hover {
  opacity: 0.6;
  text-decoration: none; }

.btn-lv2 a:visited, .btn-lv3 a:visited, .btn-lv4 a:visited {
  color: #333; }

.btn-right {
  margin-left: auto;
  margin-right: 0; }

.btn-center {
  margin-left: auto;
  margin-right: auto; }

/*******************************************/
/* schedule                                */
/*******************************************/
.schBox {
  background: #e1916e;
  padding: 12px 0 0; }
  @media print, screen and (min-width: 768px) {
    .schBox {
      padding: 24px 0 0; } }
  .schBox table {
    margin: 0 auto 12px;
    width: calc(100% - 24px); }
    @media print, screen and (min-width: 768px) {
      .schBox table {
        margin: 0 auto 16px;
        width: calc(100% - 112px); } }
    .schBox table th, .schBox table td {
      font-size: 1.4rem;
      color: #fff;
      padding: 6px 0; }
      @media print, screen and (min-width: 768px) {
        .schBox table th, .schBox table td {
          font-size: 1.6rem; } }
    .schBox table th {
      font-weight: normal;
      text-align: left; }
      @media print, screen and (min-width: 768px) {
        .schBox table th {
          width: calc(100% - 392px); } }
      .schBox table th span {
        padding-left: 10px; }
    .schBox table td {
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        .schBox table td {
          width: 56px; } }
      .schBox table td span.sch1 {
        color: #fff;
        font-size: 1.6rem; }
      .schBox table td span.sch2 {
        font-size: 1.6rem;
        font-weight: bold; }
  .schBox .schBox-note {
    background: #8a7a73;
    padding: 16px;
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .schBox .schBox-note {
        padding: 16px 56px; } }
    .schBox .schBox-note p {
      color: #fff;
      font-size: 1.4rem;
      line-height: 3.0rem; }

/* フッター診療時間表 */
.schBox.ftrSch {
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .schBox.ftrSch {
      width: 720px; } }

.ftrItem-2 {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 104px;
  height: 32px; }
  @media print, screen and (min-width: 768px) {
    .ftrItem-2 {
      margin-bottom: 0;
      position: absolute;
      top: 14px;
      right: 56px; } }

/*******************************************/
/* Page Top                                */
/*******************************************/
#pagetop {
  background: url(../img/cmn/pagetop.svg) no-repeat;
  background-size: 64px 64px;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 80px;
  right: 8px;
  text-align: center;
  width: 64px;
  height: 64px;
  z-index: 102; }
  @media print, screen and (min-width: 768px) {
    #pagetop {
      background: url(../img/cmn/pagetop.svg) no-repeat;
      background-size: 80px 80px;
      bottom: 20px;
      right: 20px;
      width: 80px;
      height: 80px; } }
  @media print, screen and (min-width: 768px) {
    #pagetop:hover {
      opacity: 0.6;
      text-decoration: none; } }

/*******************************************/
/* CTT                                     */
/*******************************************/
.cttWrap {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 12px;
  width: 100%;
  height: 64px;
  z-index: 101; }
  @media print, screen and (min-width: 768px) {
    .cttWrap {
      display: none; } }
  .cttWrap .cttItem-1 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: center;
    width: calc(100% - 112px); }
  .cttWrap .cttItem-2 {
    width: calc(100% - 112px); }
    .cttWrap .cttItem-2 img {
      max-width: 200px; }
  .cttWrap .cttItem-3 {
    background: #6E85E0 url("../img/cmn/cmn_02.svg") no-repeat right 6px center;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 4px 0 0 8px;
    position: absolute;
    top: 12px;
    right: 12px;
    text-align: center;
    width: 104px;
    height: 40px;
    z-index: 100; }

/*アクセスページ　診療時間表*/
.schBox.pageBox-sch {
  margin: 0 auto;
  padding: 12px 0 0; }
  @media print, screen and (min-width: 768px) {
    .schBox.pageBox-sch {
      padding: 24px 0 0; } }
  .schBox.pageBox-sch table {
    margin: 0 auto;
    width: calc(100% - 24px); }
    @media print, screen and (min-width: 768px) {
      .schBox.pageBox-sch table {
        margin: 0 auto 16px;
        width: calc(100% - 154px); } }
    .schBox.pageBox-sch table th, .schBox.pageBox-sch table td {
      font-size: 1.4rem;
      color: #fff;
      padding: 6px 0; }
      @media print, screen and (min-width: 768px) {
        .schBox.pageBox-sch table th, .schBox.pageBox-sch table td {
          font-size: 1.8rem; } }
    .schBox.pageBox-sch table th {
      font-weight: normal;
      text-align: left; }
      @media print, screen and (min-width: 768px) {
        .schBox.pageBox-sch table th {
          width: calc(100% - 392px); } }
    .schBox.pageBox-sch table td {
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        .schBox.pageBox-sch table td {
          width: 70px; } }
      .schBox.pageBox-sch table td span.sch1 {
        color: #fff;
        font-size: 1.6rem; }
      .schBox.pageBox-sch table td span.sch2 {
        font-size: 1.8rem;
        font-weight: bold; }
  .schBox.pageBox-sch .pageBox-sch-note {
    background: #8a7a73;
    padding: 16px;
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .schBox.pageBox-sch .pageBox-sch-note {
        padding: 16px 76px; } }
    .schBox.pageBox-sch .pageBox-sch-note p {
      color: #fff;
      font-size: 1.4rem;
      line-height: 3.0rem; }

.accItem {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 104px;
  height: 32px; }
  @media print, screen and (min-width: 768px) {
    .accItem {
      margin-bottom: 0;
      position: absolute;
      top: 24px;
      right: 100px; } }

/*# sourceMappingURL=cmn.css.map */
