@charset "UTF-8";
/*文字PC*/
/*基本フォント*/
:root {
  /*基本背景色PC*/
  --clr_bg: #fff;
  /*基本文字色*/
  --clr_txt: #222;
  /*リンク色*/
  --clr_link: #00AADD;
  --clr_linkH: #F39700;
  /*ポイントカラーメイン*/
  --clr_main: #00AADD;
  /*ポイントカラーサブ*/
  --clr_sub1: #F39700;
  --clr_sub2: #48C2E6;
  --clr_sub3: #F6B448;
  --clr_sub4: #E9F7FC;
  --clr_sub5: #FDF6E9;
  --clr_sub6: #ccc;
  /*赤*/
  --red: #dd003c;
  /*緑*/
  --green:#00dda1;
  /*橙*/
  --orange: #F39700;
  /*青*/
  --blue: #00AADD;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
/* _reset.scss　出力*/
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

a {
  text-decoration: none;
}

/* /_reset.scss　出力ここまで */
/* _module.scss　出力 */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: 500;
}

strong {
  font-weight: 500;
}

.underline {
  background: linear-gradient(transparent 60%, #f8f2bd 60%);
}

.font_s {
  font-size: smaller;
}

.font_l {
  font-size: larger;
}

/* テキストカラー -------------------------------------- */
.fc_orange {
  color: var(--orange) !important;
}

.fc_green {
  color: var(--green) !important;
}

.fc_red {
  color: var(--red) !important;
}

.fc_blue {
  color: var(--blue) !important;
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l,
.img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  #lower main .inner img.img_r,
  #lower main .inner img.img_l {
    width: 35rem;
  }
}
.sp_n,
.sp_n_i {
  display: none !important;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block !important;
  }
  .sp_n_i {
    display: inline !important;
  }
  .pc_n {
    display: none !important;
  }
}
/* マージン -------------------------------------- */
.mb_00 {
  margin-bottom: 0 !important;
}

.mb_05 {
  margin-bottom: 0.5rem !important;
}

.mb_10 {
  margin-bottom: 1rem !important;
}

.mb_15 {
  margin-bottom: 1.5rem !important;
}

.mb_20 {
  margin-bottom: 2rem !important;
}

.mb_25 {
  margin-bottom: 2.5rem !important;
}

.mb_30 {
  margin-bottom: 3rem !important;
}

.mb_35 {
  margin-bottom: 3.5rem !important;
}

.mb_40 {
  margin-bottom: 4rem !important;
}

.mb_45 {
  margin-bottom: 4.5rem !important;
}

.mb_50 {
  margin-bottom: 5rem !important;
}

.mlr_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* マージンPC -------------------------------------- */
@media screen and (min-width: 48em), print {
  .mb_05_pc {
    margin-bottom: 0.5rem !important;
  }
  .mb_10_pc {
    margin-bottom: 1rem !important;
  }
  .mb_15_pc {
    margin-bottom: 1.5rem !important;
  }
  .mb_20_pc {
    margin-bottom: 2rem !important;
  }
  .mb_25_pc {
    margin-bottom: 2.5rem !important;
  }
  .mb_30_pc {
    margin-bottom: 3rem !important;
  }
  .mb_35_pc {
    margin-bottom: 3.5rem !important;
  }
  .mb_40_pc {
    margin-bottom: 4rem !important;
  }
  .mb_45_pc {
    margin-bottom: 4.5rem !important;
  }
  .mb_50_pc {
    margin-bottom: 5rem !important;
  }
  .mlr_auto_pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* 幅 -------------------------------------- */
.w_10 {
  width: 10% !important;
}

.w_15 {
  width: 15% !important;
}

.w_20 {
  width: 20% !important;
}

.w_25 {
  width: 25% !important;
}

.w_30 {
  width: 30% !important;
}

.w_35 {
  width: 35% !important;
}

.w_40 {
  width: 40% !important;
}

.w_45 {
  width: 45% !important;
}

.w_50 {
  width: 50% !important;
}

.w_55 {
  width: 55% !important;
}

.w_60 {
  width: 60% !important;
}

.w_65 {
  width: 65% !important;
}

.w_70 {
  width: 70% !important;
}

.w_75 {
  width: 75% !important;
}

.w_80 {
  width: 80% !important;
}

.w_85 {
  width: 85% !important;
}

.w_90 {
  width: 90% !important;
}

.w_95 {
  width: 95% !important;
}

.w_100 {
  width: 100% !important;
}

/* 幅PC -------------------------------------- */
@media screen and (min-width: 48em), print {
  .w_10_pc {
    width: 10% !important;
  }
  .w_15_pc {
    width: 15% !important;
  }
  .w_20_pc {
    width: 20% !important;
  }
  .w_25_pc {
    width: 25% !important;
  }
  .w_30_pc {
    width: 30% !important;
  }
  .w_35_pc {
    width: 35% !important;
  }
  .w_40_pc {
    width: 40% !important;
  }
  .w_45_pc {
    width: 45% !important;
  }
  .w_50_pc {
    width: 50% !important;
  }
  .w_55_pc {
    width: 55% !important;
  }
  .w_60_pc {
    width: 60% !important;
  }
  .w_65_pc {
    width: 65% !important;
  }
  .w_70_pc {
    width: 70% !important;
  }
  .w_75_pc {
    width: 75% !important;
  }
  .w_80_pc {
    width: 80% !important;
  }
  .w_85_pc {
    width: 85% !important;
  }
  .w_90_pc {
    width: 90% !important;
  }
  .w_95_pc {
    width: 95% !important;
  }
  .w_100_pc {
    width: 100% !important;
  }
  .w_68_pc {
    width: 68% !important;
  }
}
/* flex box */
.flex_LRTB,
.flex_RLTB {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 48em), print {
  /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
  }
  .flex_LRTB.half {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex_LRTB.half > * {
    width: 48%;
    margin-bottom: 0;
  }
  .flex_LRTB.half > li {
    margin-bottom: 1rem;
  }
  .flex_LRTB.half > section {
    margin: 0 !important;
  }
  .flex_LRTB.half > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_LRTB.half > figure + ul {
    width: 68% !important;
  }
  .flex_LRTB.center {
    justify-content: center;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
  }
  .flex_RLTB.half {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .flex_RLTB.half > * {
    width: 48%;
    margin-bottom: 0;
  }
  .flex_RLTB.half > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_RLTB.half > figure + ul {
    width: 68% !important;
  }
  .flex_LRTB.third > * {
    width: 32%;
  }
  .flex_LRTB.third::after {
    content: "";
    display: block;
    width: 32%;
    height: 0.1rem;
  }
}
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*　なし -------------------------------------- */
ul {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}
ul li {
  margin: 0 0 10px;
  padding: 0;
}

/* シンプル -------------------------------------- */
ul.list_sim {
  margin: 0 0 10px 20px;
}
ul.list_sim > li {
  margin: 0 0 8px 0;
  padding: 0;
  text-indent: -0.5em;
}
ul.list_sim > li::before {
  position: relative;
  top: -0.1em;
  left: -0.5em;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  border-radius: 100%;
  background: var(--clr_txt);
  vertical-align: middle;
}

/* ● -------------------------------------- */
ul.list_maru {
  padding: 0;
  margin: 0 0 10px 1.1em;
}
ul.list_maru li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
}
ul.list_maru li::before {
  display: inline-block;
  content: "●";
  margin-left: -1.1em;
  margin-right: 0.1em;
  color: var(--clr_main);
}

/*　● インライン -------------------------------------- */
ul.list_maru.list_in li {
  display: inline-block;
  margin: 0 40px 8px 0;
}

/* ※ -------------------------------------- */
ul.list_kome {
  padding: 0;
  margin: 0 0 10px 1.1em;
}
ul.list_kome li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
}
ul.list_kome li::before {
  display: inline-block;
  content: "※";
  margin-left: -1.1em;
  color: #f0013c;
}

/* link -------------------------------------- */
ul.list_lnk {
  padding: 0;
}
ul.list_lnk li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.8rem;
}
ul.list_lnk li::before {
  font-family: "fontello";
  content: "\e804";
  padding-right: 0.3rem;
  font-weight: bold;
  color: var(--clr_link);
}
ul.list_lnk a {
  color: var(--clr_link);
}

/* ページ内リンク -------------------------------------- */
ul.list_pl li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}
ul.list_pl a::before {
  font-family: "fontello";
  content: "\e802";
  padding-right: 5px;
  font-weight: bold;
  color: var(--clr_link);
}

@media screen and (min-width: 48em), print {
  ul.list_pl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.list_pl li {
    width: 33%;
  }
  ul.list_pl::after {
    content: "";
    display: block;
    width: 33%;
  }
}
/* チェックボックス -------------------------- */
ul.list_check {
  padding: 0;
  margin: 0 0 10px 1.1em;
}
ul.list_check li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
}
ul.list_check li::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e808";
  margin-left: -1.1em;
  margin-right: 0.1em;
  color: var(--clr_sub1);
}

/* 数値 -------------------------------------- */
ol.list_num {
  box-sizing: border-box;
  width: 100%;
}
ol.list_num li {
  list-style-type: decimal;
  margin: 0 0 10px 35px;
  box-sizing: border-box;
  width: 90%;
}

/* 流れ図 -------------------------------------- */
ol.list_flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list_flow > li {
  border: 0.2rem solid var(--clr_main);
  border-radius: 0.5rem;
  margin-bottom: 4rem;
  padding: 1rem 1rem;
  position: relative;
}
ol.list_flow > li dt {
  font-size: 120%;
  margin-bottom: 0.5rem;
  color: var(--clr_main);
}
ol.list_flow > li *:last-child {
  margin-bottom: 0 !important;
}
ol.list_flow > li::after {
  background: var(--clr_main);
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  bottom: -3.25rem;
  margin: auto;
  position: absolute;
  width: 5rem;
  height: 2rem;
}
ol.list_flow > li:last-child::after {
  /*最後の▼を外す*/
  display: none;
}

@media screen and (min-width: 48em), print {
  ol.list_flow > li {
    padding: 3rem 3.5rem 3.5rem;
    margin-bottom: 9rem;
  }
  ol.list_flow > li::after {
    width: 20rem;
    height: 3.3rem;
    bottom: -6.5rem;
  }
  ol.list_flow > li dt {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd {
  margin: 0 0 1em 5px;
}

@media screen and (min-width: 48em), print {
  .dl_career {
    display: flex;
    flex-wrap: wrap;
  }
  .dl_career dt {
    width: 6em;
  }
  .dl_career dd {
    width: calc(100% - 7em);
  }
}
/* dtシンプル -------------------------------------- */
.dl_sim {
  margin: 0 auto 1.5rem;
}
.dl_sim > dt {
  font-weight: bold;
  color: var(--clr_main);
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_sim > dd {
  margin-bottom: 2.5rem;
}

/* dtに二重線 -------------------------------------- */
.dl_def {
  margin: 2rem auto;
}
.dl_def > dt {
  border-bottom: double 3px var(--clr_main);
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_def > dd {
  margin-bottom: 1.5rem;
}
.dl_def > dd ul.list_maru li::before {
  color: var(--clr_main);
}

.dl_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-left: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
  border-top: 0.1rem solid #ccc;
  padding: 0;
}
.dl_flex dt,
.dl_flex dd {
  border-bottom: 0.1rem solid #ccc;
  margin: 0;
  padding: 0.5rem;
}
.dl_flex dt {
  background: var(--clr_sub4);
}

@media screen and (min-width: 48em), print {
  .dl_flex dt,
  .dl_flex dd {
    padding: 1.5rem;
  }
}
/* 料金表 -------------------------------------- */
.dl_pricebox > dt {
  text-align: center;
  background: var(--clr_main);
  color: #fff;
  padding: 0.5em;
}
.dl_pricebox > dd > dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-left: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
  border-top: 0.1rem solid #ccc;
  padding: 0;
}
.dl_pricebox > dd > dl dt,
.dl_pricebox > dd > dl dd {
  border-bottom: 0.1rem solid #ccc;
  margin: 0;
  padding: 0.5rem;
}
.dl_pricebox > dd > dl dt {
  background: var(--clr_sub4);
  width: 40%;
  text-align: center;
}
.dl_pricebox > dd > dl dd {
  text-align: right;
  width: 60%;
}

@media screen and (min-width: 48em), print {
  .dl_pricebox {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .dl_pricebox > dt {
    width: 40%;
    border-top: 0.1rem solid #fff;
    align-items: center;
    display: grid;
  }
  .dl_pricebox > dt:first-child {
    border-top: none;
  }
  .dl_pricebox > dd {
    width: 60%;
  }
  .dl_pricebox > dd > dl > dt, .dl_pricebox > dd > dl > dd {
    padding: 1em;
  }
}
/* テーブルもどき -------------------------------------- */
.dl_tbl {
  border: var(--clr_sub1) solid 1px;
  margin-bottom: 0.5rem;
}
.dl_tbl > dt {
  font-weight: bold;
  background: var(--clr_sub1);
  padding: 0.5rem 1rem;
  color: #fff;
}
.dl_tbl > dd {
  padding: 1rem;
  margin: 0;
}
.dl_tbl > dd *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .dl_tbl dt {
    border-top: #fff 0.1rem solid;
    padding: 1rem 0 1rem 2rem;
  }
  .dl_tbl dt:first-child {
    border-top: none;
  }
  .dl_tbl dd {
    border-top: var(--clr_sub1) 0.1rem solid;
    padding: 1.5rem 2rem;
  }
  .dl_tbl dd:nth-child(2) {
    border-top: none;
  }
}
/* box -------------------------------------- */
.box1,
.box2,
.box3 {
  padding: 2rem !important;
  margin-bottom: 20px;
  background: var(--clr_sub4);
  border-radius: 0.5rem;
}
.box1 > dt,
.box2 > dt,
.box3 > dt {
  border-bottom: var(--clr_main) dotted 2px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-weight: bold;
  font-size: large;
  word-break: auto-phrase;
}
.box1 > dd,
.box2 > dd,
.box3 > dd {
  margin: 1rem 1rem 2rem;
}
.box1 > dd dt,
.box2 > dd dt,
.box3 > dd dt {
  color: var(--clr_main);
  font-weight: bold;
}
.box1 > dd.lead,
.box2 > dd.lead,
.box3 > dd.lead {
  background: #fff;
  padding: 1em;
}
.box1 > *:last-child,
.box2 > *:last-child,
.box3 > *:last-child {
  margin-bottom: 0 !important;
}

.box2 {
  background: var(--clr_sub5);
}
.box2 dt {
  border-bottom: var(--clr_sub1) dotted 2px;
}
.box2 ul.list_maru > li::before {
  color: var(--clr_sub1);
}

.box3 {
  background: #fbfbfb;
  border: 0.2rem solid #d4d4d4;
}

@media screen and (min-width: 48em), print {
  .box1,
  .box2,
  .box3 {
    padding: 3rem 2rem !important;
  }
  .box1 > dd,
  .box2 > dd,
  .box3 > dd {
    margin-bottom: 3rem;
  }
}
/* リンク -------------------------------------- */
a {
  text-decoration: none;
}

main a {
  border-bottom: 1px solid var(--clr_link);
  color: var(--clr_link);
}
main a.border_n {
  border: none !important;
}
main a.border_n:hover {
  border: none;
}

main a:hover {
  color: var(--clr_linkH);
  border-bottom: 1px solid var(--clr_linkH);
}

a[href^="tel:"] {
  border-bottom: none;
}

a:hover img {
  opacity: 0.8;
}

a.btn,
span.btn {
  display: block;
  width: 100%;
  max-width: 34rem;
  padding: 1rem 0;
  margin: auto;
  text-align: center;
  color: var(--clr_link);
  font-weight: 500;
  position: relative;
  background: #fff;
  border: 0.1rem solid var(--clr_link);
  border-radius: 0.5rem;
}
a.btn::after,
span.btn::after {
  font-family: "fontello";
  content: "\e804";
  position: absolute;
  right: 1rem;
}

@media screen and (min-width: 48em), print {
  a.btn {
    transition: transform 0.3s;
    line-height: 1;
    padding: 2rem 4rem;
    border-radius: 4rem;
  }
  a.btn:hover {
    transform: translateY(-0.8rem);
    color: #fff;
    border: none;
  }
}
a.border_n {
  border: none !important;
}

.btn_reserve {
  background: transparent linear-gradient(90deg, #f37900 0%, #f6b448 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  margin: 1rem auto;
  transition: transform 0.3s;
  border: none !important;
}
.btn_reserve::before {
  font-family: "fontello";
  content: "\f274";
  padding-right: 0.5em;
}
.btn_reserve:hover {
  transform: translateY(-0.8rem);
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .btn_reserve {
    width: 28rem;
    font-size: 2.4rem;
    line-height: 7rem;
  }
}
/* 画像  -------------------------------------- */
figure {
  margin: 0;
}

#lower figure {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  width: auto;
}

/* /_module.scss　出力ここまで */
/* _common.scss　出力 */
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
* {
  box-sizing: border-box;
}

html {
  font-size: 3.125vw;
}

body {
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--clr_txt);
  font-size: 1.25rem;
  background-color: var(--clr_bg);
  line-height: 1;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  position: relative;
}

:root {
  scroll-padding: 5rem;
  scroll-behavior: smooth;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%; /* ベースを10pxに */
  }
  body {
    min-width: 128rem;
    font-size: 1.8rem;
  }
  :root {
    scroll-padding: 12rem;
  }
}
/* 全体の横幅設定  -------------------------------------- */
.wrap {
  margin: 0 1.5rem;
}

main {
  line-height: 1.4;
}

.inner {
  padding: 0;
}

main > .inner {
  margin: 0 15px 30px;
  line-height: 1.6;
}

section {
  margin-bottom: 3rem;
}

@media screen and (min-width: 48em), print {
  .wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  section {
    margin-bottom: 5rem;
  }
  main {
    margin-top: 6rem;
  }
}
/* header  -------------------------------------- */
header > .wrap {
  margin: 0;
}
header::after {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
}
header .h_left {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 0 6rem 0 2rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
}
header .logo img {
  max-height: 4rem;
  width: 100%;
  display: block;
  margin: auto;
}

/* ハンバーガーメニュー  -------------------------------------- */
#sp_menu {
  width: 5rem;
  height: 5rem;
  background: var(--clr_sub1);
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  transition: 0.5s;
  display: grid;
  align-content: center;
}

#sp_menu.hide {
  transform: translateY(-220%);
}

#sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\cc01";
  font-size: 2rem;
  padding-bottom: 0.1rem;
}

#sp_menu::after {
  display: block;
  content: "MENU";
}

#sp_menu.open::before {
  font-family: "fontello";
  content: "\cc02";
}

#sp_menu.open::after {
  content: "CLOSE";
}

#sp_menu span {
  display: none;
}

#nav {
  width: 100%;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: var(--clr_sub5);
  margin: auto;
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.3s;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
  left: 0;
}
#nav.open {
  top: 4.6rem;
}
#nav a {
  color: var(--clr_txt);
  text-decoration: none;
  word-break: auto-phrase;
  font-size: 1.4rem;
}
#nav .wrap {
  overflow: auto;
}
#nav ul.gnav > li {
  padding: 0;
  margin: 0;
  border-bottom: 0.1rem solid var(--clr_sub5);
}
#nav ul.gnav > li a {
  padding: 1.5rem 0;
  display: block;
  position: relative;
  line-height: 1.2;
  text-align: center;
}

.dropdown > a::after,
.dropdown .subsub::after {
  font-family: "fontello";
  content: "\e802";
  padding-left: 0.5rem;
  font-weight: normal;
}
.dropdown > a.close::after {
  font-family: "fontello";
  content: "\e805";
}
.dropdown ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.dropdown ul li {
  margin: 0;
  width: 50%;
  border-top: 0.1rem solid var(--clr_sub5);
}
.dropdown ul li:nth-child(even) {
  border-left: 0.1rem solid var(--clr_sub5);
}
.dropdown ul li a {
  margin: 0;
  background: #eee;
}
.dropdown > a {
  display: none;
}

#nav.open {
  right: 0;
}

@media screen and (min-width: 48em), print {
  #sp_menu {
    display: none;
  }
  header {
    padding: 0;
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    z-index: auto;
    position: relative;
    height: 12rem;
    padding: 2rem 0;
  }
  header::after {
    display: none;
  }
  header .wrap {
    margin: 0 auto;
  }
  header .h_left {
    height: auto;
    width: 45rem;
    position: relative;
    padding: 0;
    justify-content: flex-start;
    background-color: transparent;
  }
  header .h_left .logo {
    height: auto;
    width: 45rem;
    margin: 0 0;
    padding: 0;
    display: block;
  }
  header .h_left .logo img {
    width: 100%;
    height: auto;
    max-height: none;
  }
  header .h_right {
    width: 70rem;
    align-content: center;
  }
  header .h_right ul.flex_LRTB {
    justify-content: flex-end;
    align-items: center;
    gap: 3rem;
    font-weight: 500;
    margin: 0;
    line-height: 6rem;
  }
  header .h_right ul.flex_LRTB li {
    margin: 0;
  }
  header .h_right .h_address {
    color: #fff;
    letter-spacing: 0.045rem;
  }
  header .h_right .h_tel {
    width: 30rem;
    background: transparent linear-gradient(90deg, #008fdd 0%, #48c2e6 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 3rem;
    text-align: center;
  }
  header .h_right .h_tel::before {
    font-family: "fontello";
    content: "\e80f";
    padding-right: 0.5em;
  }
  header .h_right .h_tel a {
    color: #fff;
  }
  #nav {
    padding: 1rem 0;
    margin: 1rem auto;
    position: relative;
    top: auto;
    right: auto;
    overflow: visible !important;
    transition: none;
    display: flex;
    align-items: center;
    z-index: 100;
    background-color: white;
    font-weight: 500;
    letter-spacing: 0.05rem;
  }
  #nav ul.gnav {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: normal;
    max-width: none;
    margin: 0 auto;
    text-align: center;
    width: 120rem;
  }
  #nav ul.gnav > li {
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    width: 14.2857142857%;
    border-right: 0.1rem solid #ccc;
  }
  #nav ul.gnav > li:first-child {
    border-left: 0.1rem solid #ccc;
  }
  #nav ul.gnav > li > a {
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0;
    line-height: 4rem;
    color: var(--clr_txt);
    transition: color 0.3s;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  #nav ul.gnav > li > a:hover {
    color: var(--clr_sub1);
  }
  #nav ul.gnav > li.dropdown > a {
    position: relative;
    margin: 0;
  }
  #nav ul.gnav > li.dropdown > a::after {
    font-size: 1.6rem;
  }
  #nav ul.gnav > li.dropdown.disease .subnav {
    left: inherit;
    right: 0;
  }
  #nav ul.gnav > li.dropdown .subnav {
    display: none;
    position: absolute;
    margin: 0;
    z-index: 100;
    top: 4rem;
    width: 44rem;
    left: -14.3rem;
    border: 0.1rem solid var(--clr_sub1);
  }
  #nav ul.gnav > li.dropdown .subnav ul {
    margin: 0;
    gap: 0;
  }
  #nav ul.gnav > li.dropdown .subnav ul li {
    margin: 0;
    padding: 0;
    position: relative;
    border-top: 0.1rem solid var(--clr_sub1);
    background: #fff;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a {
    color: var(--clr_txt);
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 6rem;
    background: white;
    position: relative;
    font-weight: 500;
    font-size: 1.8rem;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a:hover {
    color: #fff;
    background: var(--clr_sub1);
  }
  #nav ul.gnav > li.dropdown .subnav ul li:first-child, #nav ul.gnav > li.dropdown .subnav ul li:nth-child(2) {
    border-top: none;
  }
  #nav ul.gnav > li.dropdown .subnav ul li:nth-child(odd) {
    border-right: 0.1rem solid var(--clr_sub1);
  }
  #nav ul.gnav > li.dropdown .subnav ul li.proctology {
    border-bottom: 0.1rem solid var(--clr_sub1);
  }
  #nav.fixed {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1000;
    min-width: 1280px;
    width: 100%;
    height: 4rem;
    background: white;
    margin: 0 auto;
  }
}
/* main   -------------------------------------- */
main {
  display: block;
}
main p {
  margin: 0 0 1em;
  line-height: 1.6;
  text-align: justify;
}
main li,
main dl {
  line-height: 1.6;
}

@media screen and (min-width: 48em), print {
  main {
    margin: 0;
  }
}
/* ページ下部 医院概要  -------------------------------------- */
#overview {
  padding: 3rem 0 3rem;
  line-height: 1.4;
  background: transparent linear-gradient(90deg, var(--clr_sub2) 0%, var(--clr_sub3) 100%) 0% 0% no-repeat padding-box;
}
#overview .overview_bg {
  background: #fff;
  padding: 3rem 1.5rem;
}
#overview .logo {
  margin-bottom: 1rem;
}
#overview .logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#overview .overviewL {
  margin: 0 0 2rem;
}

.dl_overview {
  margin-bottom: 0;
}
.dl_overview > dt {
  padding: 1rem 0;
  margin: 0;
  color: var(--clr_main);
  font-weight: 500;
}
.dl_overview > dd {
  padding: 0 0 1.5rem 1rem;
  margin: 0 0;
  word-break: auto-phrase;
  border-bottom: 0.1rem solid #ccc;
}
.dl_overview > dd a {
  color: var(--clr_txt);
}

.gmap {
  height: 29rem;
  display: block;
}

@media screen and (min-width: 48em), print {
  #overview {
    padding: 6rem 0;
    max-width: 100%;
  }
  #overview .wrap .overview_bg {
    padding: 6rem;
  }
  #overview .wrap .logo {
    width: 51rem;
    margin: 0 auto 6rem;
  }
  #overview div.flex_LRTB {
    align-items: stretch;
    justify-content: space-between;
  }
  #overview div.flex_LRTB .overviewL,
  #overview div.flex_LRTB .overviewR {
    width: 51rem;
    margin: 0;
  }
  #overview .overviewL {
    max-width: none;
    padding: 0;
  }
  .dl_overview {
    margin: 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    line-height: 3.2rem;
  }
  .dl_overview > dt {
    width: 11rem;
    padding: 1.8rem 0;
    margin: 0;
    text-align: center;
    border-top: var(--clr_main) 0.1rem solid;
  }
  .dl_overview > dd {
    width: 40rem;
    padding: 1.8rem 2rem;
    margin: 0;
    border-bottom: none;
    border-top: #ccc 0.1rem solid;
  }
  .gmap {
    margin: 0;
    height: 40rem;
  }
}
/* 診療時間表 -------------------------------------- */
.tbl_time {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  font-size: 90%;
}
.tbl_time caption {
  margin: 0.5rem 0 1rem;
  text-align: left;
  caption-side: bottom;
}
.tbl_time caption ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  letter-spacing: normal;
}
.tbl_time caption ul li {
  margin: 0;
}
.tbl_time caption span {
  display: block;
}
.tbl_time caption dl {
  flex-wrap: wrap;
  display: flex;
  gap: 0.5em;
  align-items: flex-start;
  line-height: 1.6;
  margin: 0.5em 0 1.1em;
}
.tbl_time caption dl dt {
  width: 6em;
  text-align: center;
  border: var(--clr_main) 0.1rem solid;
}
.tbl_time caption dl dd {
  width: calc(100% - 6.5em);
}
.tbl_time thead tr th {
  padding: 0.5rem 0;
  color: #fff;
  background: var(--clr_main);
}
.tbl_time thead tr th:last-child {
  padding-right: 0.5em;
  width: 2.7em;
}
.tbl_time thead tr th span {
  display: block;
  font-size: 90%;
}
.tbl_time tbody th,
.tbl_time tbody td {
  padding: 0.7rem 0;
  vertical-align: middle;
  background: #fff;
  font-weight: normal;
  border-bottom: 0.1rem solid #ccc;
}
.tbl_time tbody th:last-child,
.tbl_time tbody td:last-child {
  padding-right: 0.5em;
  width: 2.7em;
}
.tbl_time tbody th span,
.tbl_time tbody td span {
  display: block;
  font-size: 85%;
}
.tbl_time tbody td {
  width: 2.2em;
  color: var(--clr_main);
}
.tbl_time tbody td.close {
  color: var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .tbl_time caption dl {
    margin: 1.9rem 0 2.1rem;
    gap: 1.9rem 1rem;
  }
  .tbl_time caption dl dt {
    width: 15rem;
    height: 3rem;
    line-height: 2rem;
    align-content: center;
    padding-bottom: 0.3rem;
  }
  .tbl_time caption dl dd {
    width: calc(100% - 16rem);
    line-height: 3rem;
  }
  .tbl_time thead tr th {
    padding: 1.1rem 0;
  }
  .tbl_time thead tr th span {
    font-size: 1.6rem;
  }
  .tbl_time tbody th {
    padding: 1.2rem 0;
  }
  .tbl_time tbody th span {
    font-size: 1.6rem;
  }
  .tbl_time tbody td {
    width: 5rem;
    padding: 1.2rem 0;
  }
  .tbl_time tbody td:last-child {
    width: 6.5rem;
  }
}
/* ページトップ -------------------------------------- */
.f_contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #fff;
  margin: 0;
  width: 100%;
  height: 4rem;
  padding: 0.1rem 0;
  text-align: center;
  z-index: 100;
  letter-spacing: normal;
  font-size: 1.4rem;
}
.f_contact li {
  width: 49.6%;
  position: relative;
  margin: 0;
  height: 100%;
  /*  &:last-child {
        width: 24.5%;
    }*/
}
.f_contact li a {
  padding: 1rem 0;
  color: #fff;
  background: var(--clr_sub2);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.f_contact li.f_reserve {
  width: 30%;
}
.f_contact li.f_reserve a::before {
  font-family: "fontello";
  content: "\f274";
  padding-right: 0.5em;
}
.f_contact li.f_tel a::before {
  font-family: "fontello";
  content: "\e80f";
  padding-right: 0.5em;
}
.f_contact li #pageup::before {
  font-family: "fontello";
  content: "\e805";
  padding-right: 0.5em;
}

@media screen and (min-width: 48em), print {
  .f_contact {
    width: 7rem;
    height: 7rem;
    position: fixed;
    right: 0;
    bottom: 0;
    left: auto;
    gap: 0.1rem;
  }
  .f_contact li {
    width: 7rem;
    font-size: 2.4rem;
    line-height: 7rem;
  }
  .f_contact li.f_reserve {
    width: 28rem;
  }
  .f_contact li.f_reserve a {
    background: transparent linear-gradient(90deg, #f37900 0%, #f6b448 100%) 0% 0% no-repeat padding-box;
  }
  .f_contact li #pageup {
    cursor: pointer;
    background: var(--clr_sub2);
  }
  .f_contact li #pageup em {
    display: none;
  }
  .f_contact li #pageup::before {
    padding: 0;
  }
}
/* footer -------------------------------------- */
footer a {
  color: var(--clr_txt);
}
footer a:hover {
  color: var(--clr_sub1);
}
footer div.wrap {
  display: none;
}

address {
  padding: 0.8rem 0 5rem;
  font-style: normal;
  text-align: center;
  line-height: 1;
  background: var(--clr_main);
}
address a {
  color: #fff;
}

@media screen and (min-width: 48em), print {
  footer {
    display: block;
    padding: 0 0;
    margin: 0 auto 0;
  }
  footer div.wrap {
    display: grid !important;
    gap: 1.4rem;
    margin: 0 auto;
    padding: 3rem 4rem;
  }
  footer div.wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }
  footer div.wrap ul li {
    margin: 0;
    padding: 0;
    border-right: 0.1rem solid var(--clr_txt);
  }
  footer div.wrap ul li:first-child {
    border-left: 0.1rem solid var(--clr_txt);
  }
  footer div.wrap ul li.gastrocamera, footer div.wrap ul li.coloncamera {
    display: none;
  }
  footer div.wrap ul a {
    padding: 0 0.5em;
  }
  address {
    margin: 0 auto 0;
    padding: 3rem;
  }
}
/*
nav,
footer,
#treatment,
#message {
    pointer-events: none;
}*/
/* /_common.scss　出力ここまで */
/* _top.scss　出力 */
#TopPage #kv {
  width: 100%;
  position: relative;
  height: 40rem;
  background-size: auto 40rem;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
#TopPage #kv .wrap {
  height: 40rem;
  align-content: center;
}
#TopPage .kv_txt {
  line-height: 1.6;
  font-size: 1.6rem;
  text-shadow: 0 0 2rem var(--clr_main);
  font-weight: 600;
  color: #fff;
}
#TopPage .kv_txt span {
  font-size: 1.8rem;
}
#TopPage main {
  margin: 0 0;
}
#TopPage main section {
  margin-bottom: 0;
}
#TopPage h2 {
  font-size: 1.9rem;
  text-align: center;
  margin: 2rem auto 2rem;
  word-break: auto-phrase;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: url(../img/h2.png) no-repeat top left;
  background-size: 3.5rem auto;
  padding: 1.5rem 2rem 0;
  font-weight: 500;
}
#TopPage h2 span {
  font-size: 57%;
  color: var(--clr_main);
  display: block;
}
#TopPage #schedule .map .gmap {
  border: 1px solid #cccccc;
}
#TopPage #schedule .map ul {
  margin-top: 1em;
}
#TopPage #schedule .map ul li {
  margin-bottom: 0.5em;
  word-break: auto-phrase;
  padding-left: 1.4em;
  position: relative;
}
#TopPage #schedule .map ul li span {
  display: inline-block;
}
#TopPage #schedule .map ul li::before {
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  left: 0;
  top: 0;
}
#TopPage #schedule .map ul li.access::before {
  font-family: "fontello";
  content: "\e80a";
}
#TopPage #schedule .map ul li.parking::before {
  font-family: "fontello";
  content: "\e80e";
}
#TopPage #GC .gastroscopy,
#TopPage #GC .colonoscopy {
  background: url(../img/GC_bg01.jpg) no-repeat center right;
  background-size: cover;
  color: #fff;
  padding: 4rem 2.5rem;
}
#TopPage #GC .gastroscopy .inner,
#TopPage #GC .colonoscopy .inner {
  position: relative;
}
#TopPage #GC .gastroscopy .inner::before,
#TopPage #GC .colonoscopy .inner::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  background: transparent linear-gradient(90deg, #f37900 0%, #f6b448 100%) 0% 0% no-repeat padding-box;
  opacity: 0.9;
  top: 0;
  left: 0;
}
#TopPage #GC .gastroscopy .inner dl,
#TopPage #GC .colonoscopy .inner dl {
  position: relative;
  z-index: 10;
  padding: 2rem 1.5rem;
  background: url(../img/GC_orn01.png) no-repeat top left 1rem;
}
#TopPage #GC .gastroscopy .inner dl dt,
#TopPage #GC .colonoscopy .inner dl dt {
  font-size: 1.6rem;
  display: grid;
  font-weight: 500;
  margin-bottom: 1rem;
  gap: 0.5rem;
  text-align: center;
}
#TopPage #GC .gastroscopy .inner dl dt::before,
#TopPage #GC .colonoscopy .inner dl dt::before {
  font-family: "fontello";
  content: "\e80d";
  font-size: 5rem;
  line-height: 1;
}
#TopPage #GC .gastroscopy .inner dl dt span,
#TopPage #GC .colonoscopy .inner dl dt span {
  position: absolute;
  writing-mode: vertical-lr;
  right: 0.5rem;
  top: 2rem;
  font-size: 1.2rem;
}
#TopPage #GC .gastroscopy .inner dl dd p,
#TopPage #GC .colonoscopy .inner dl dd p {
  text-align: center;
}
#TopPage #GC .gastroscopy .inner dl dd a,
#TopPage #GC .colonoscopy .inner dl dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  max-width: 34rem;
  margin: auto;
  text-align: center;
  color: var(--clr_sub1);
  font-weight: 500;
  position: relative;
  background: #fff;
  border: 0.1rem solid var(--clr_sub1);
  border-radius: 0.5rem;
  transition: transform 0.3s;
}
#TopPage #GC .gastroscopy .inner dl dd a:hover,
#TopPage #GC .colonoscopy .inner dl dd a:hover {
  transform: translateY(-0.8rem);
}
#TopPage #GC .gastroscopy .inner dl dd a::after,
#TopPage #GC .colonoscopy .inner dl dd a::after {
  font-family: "fontello";
  content: "\e804";
  position: absolute;
  right: 1rem;
  font-size: 75%;
  font-weight: 100;
}
#TopPage #GC .colonoscopy {
  background: url(../img/GC_bg02.jpg) no-repeat center left;
}
#TopPage #GC .colonoscopy .inner::before {
  background: transparent linear-gradient(90deg, #008fdd 0%, #48c2e6 100%) 0% 0% no-repeat padding-box;
}
#TopPage #GC .colonoscopy .inner dl {
  background-image: url(../img/GC_orn02.png);
}
#TopPage #GC .colonoscopy .inner dl dt::before {
  font-family: "fontello";
  content: "\e80b";
  font-size: 5rem;
  line-height: 1;
}
#TopPage #GC .colonoscopy .inner dl dd a {
  color: var(--clr_main);
  border-color: var(--clr_main);
}
#TopPage #news {
  padding: 3rem 0;
}
#TopPage #news dl {
  padding: 0 1rem;
  position: relative;
  max-height: 20rem;
  overflow: auto;
}
#TopPage #news dl::-webkit-scrollbar {
  width: 10px;
}
#TopPage #news dl::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc;
}
#TopPage #news dl::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}
#TopPage #news dl dt {
  position: relative;
  padding: 1rem 0.5rem 1rem 1.2em;
  border-top: 0.1rem solid #ccc;
  font-weight: 500;
  color: var(--clr_main);
}
#TopPage #news dl dt:first-child {
  margin-top: 0;
  border-top: none;
}
#TopPage #news dl dt::before {
  font-family: "fontello";
  content: "\e808";
  position: absolute;
  top: 1.1rem;
  left: 0;
  font-weight: normal;
}
#TopPage #news dl dt .find,
#TopPage #news dl dt .date {
  display: none;
}
#TopPage #news dl dt.open::before {
  font-family: "fontello";
  content: "\e809";
}
#TopPage #news dl dd {
  display: none;
  margin-bottom: 1rem;
}
#TopPage #news dl dd a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
}
#TopPage #SD {
  background: url(../img/SD_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 3rem 0;
}
#TopPage #SD .tab {
  display: flex;
  justify-content: space-between;
}
#TopPage #SD .tab li {
  width: 49%;
  background: transparent linear-gradient(180deg, #f37900 0%, #f6b448 100%) 0% 0% no-repeat padding-box;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  padding: 1rem;
  position: relative;
  display: grid;
}
#TopPage #SD .tab li p {
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}
#TopPage #SD .tab li span {
  font-size: 1rem;
  font-weight: 500;
}
#TopPage #SD .tab li span::after {
  font-family: "fontello";
  content: "\e802";
  line-height: 1;
  display: block;
  font-weight: 100;
  margin-top: 0.5em;
}
#TopPage #SD .tab li em {
  font-size: 1.8rem;
  font-weight: 500;
}
#TopPage #SD .tab li::after {
  background: var(--clr_sub3);
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  bottom: -0.9rem;
  margin: auto;
  position: absolute;
  width: 4rem;
  height: 1rem;
  display: none;
}
#TopPage #SD .tab li::before {
  display: block;
  width: 0.1rem;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0.5rem;
  content: "";
}
#TopPage #SD .tab li:last-child {
  background: transparent linear-gradient(180deg, #008fdd 0%, #48c2e6 100%) 0% 0% no-repeat padding-box;
}
#TopPage #SD .tab li:last-child::after {
  background-color: var(--clr_sub2);
}
#TopPage #SD .tab li.active::after {
  display: block;
}
#TopPage #SD .tab-content {
  display: none;
  background: var(--clr_sub5);
  padding: 1rem;
}
#TopPage #SD .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 0;
}
#TopPage #SD .tab-content ul li {
  width: 48%;
  margin: 0;
}
#TopPage #SD .tab-content ul li a {
  height: 3em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 34rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  margin: auto;
  text-align: center;
  color: var(--clr_txt);
  font-weight: 500;
  position: relative;
  background: #fff;
  border: none;
  transition: transform 0.3s;
}
#TopPage #SD .tab-content ul li a:hover {
  transform: translateY(-0.8rem);
}
#TopPage #SD .tab-content ul li a::after {
  font-family: "fontello";
  content: "\e804";
  position: absolute;
  right: 0.5rem;
  font-size: 75%;
  font-weight: 100;
}
#TopPage #SD .tab-content#disease {
  background: var(--clr_sub4);
}
#TopPage #SD .tab-content.active {
  display: block;
}
#TopPage #SD .tab li.active {
  cursor: default;
}
#TopPage #treatment {
  margin: 1rem 0 5rem;
  background: var(--clr_sub5);
  position: relative;
}
#TopPage #treatment:before {
  display: block;
  height: 2.5rem;
  width: 100%;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
}
#TopPage #treatment ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#TopPage #treatment ul li a {
  font-weight: 500;
  display: grid;
  align-items: end;
  align-content: center;
  justify-content: center;
  background: url(../img/treatment_checkup.png) no-repeat center;
  background-size: contain;
  position: relative;
  width: 12rem;
  height: 12rem;
  padding: 6.2rem 1rem 0;
  line-height: 1.2;
  border: none;
  color: var(--clr_txt);
}
#TopPage #treatment ul li a span {
  display: inline-block;
}
#TopPage #treatment ul li a::after {
  font-family: "fontello";
  content: "\e804";
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-weight: normal;
}
#TopPage #treatment ul li.allergy a {
  background-image: url(../img/treatment_allergy.png);
}
#TopPage #treatment ul li.gastrocamera a {
  background-image: url(../img/treatment_gastrocamera.png);
}
#TopPage #treatment ul li.coloncamera a {
  background-image: url(../img/treatment_coloncamera.png);
}
#TopPage #treatment ul li.gastro a {
  background-image: url(../img/treatment_gastro.png);
}
#TopPage #treatment ul li.inspection a {
  background-image: url(../img/treatment_inspection.png);
}
#TopPage #treatment ul li.internal a {
  background-image: url(../img/treatment_internal.png);
}
#TopPage #treatment ul li.lifestyle_related a {
  background-image: url(../img/treatment_lifestyle_related.png);
}
#TopPage #treatment ul li.liver a {
  background-image: url(../img/treatment_liver.png);
}
#TopPage #treatment ul li.neurology a {
  background-image: url(../img/treatment_neurology.png);
}
#TopPage #treatment ul li.proctology a {
  background-image: url(../img/treatment_proctology.png);
}
#TopPage #treatment ul li.private {
  display: none;
}
#TopPage #feature {
  margin: 3rem 0 5rem;
}
#TopPage #feature ul li {
  margin-bottom: 1.5em;
}
#TopPage #feature ul li dl {
  position: relative;
  padding: 0 0 1rem 4rem;
  border-left: 0.1rem solid var(--clr_main);
}
#TopPage #feature ul li dl dt {
  word-break: auto-phrase;
  color: var(--clr_main);
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 0.3rem dashed #ccc;
  margin-bottom: 1rem;
  line-height: 1.4;
}
#TopPage #feature ul li dl dt span {
  position: absolute;
  writing-mode: vertical-lr;
  left: 0.5rem;
  top: 0;
  font-size: 1.2rem;
}
#TopPage #feature ul li:nth-child(even) dl {
  border-left-color: var(--clr_sub1);
}
#TopPage #feature ul li:nth-child(even) dl dt {
  color: var(--clr_sub1);
}
#TopPage #greeting {
  background: var(--clr_sub5);
  position: relative;
  padding: 5rem 0;
}
#TopPage #greeting h2 {
  position: absolute;
  top: -4.5rem;
  left: 0;
  right: 0;
}
#TopPage #greeting a {
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  padding: 1rem 0;
  margin: 1rem auto;
  text-align: center;
  color: var(--clr_main);
  font-weight: 500;
  position: relative;
  background: #fff;
  border: 0.1rem solid var(--clr_main);
  border-radius: 0.5rem;
  transition: transform 0.3s;
}
#TopPage #greeting a:hover {
  transform: translateY(-0.8rem);
}
#TopPage #greeting a::after {
  font-family: "fontello";
  content: "\e804";
  position: absolute;
  right: 1rem;
  font-size: 75%;
  font-weight: 100;
  line-height: 4rem;
}
#TopPage #greeting em {
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  #TopPage #kv {
    height: 77rem;
    position: relative;
    margin-top: -12rem;
    background-size: auto;
  }
  #TopPage #kv .wrap {
    height: 77rem;
    padding-top: 36rem;
    align-content: inherit;
    top: 0;
    left: 0;
    right: 0;
  }
  #TopPage #kv .wrap .kv_txt {
    font-size: 3rem;
    line-height: 5.5rem;
    letter-spacing: 0.1em;
  }
  #TopPage #kv .wrap .kv_txt span {
    font-size: 4.2rem;
    letter-spacing: 0.1em;
  }
  #TopPage main {
    margin: 0;
  }
  #TopPage main .wrap {
    margin: 0 auto;
  }
  #TopPage main h2 {
    font-size: 4.8rem;
    margin-bottom: 5rem;
    background-size: auto;
    padding: 2.2rem 3rem 0;
    line-height: 5.4rem;
    margin-top: 0;
  }
  #TopPage main h2 span {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.045rem;
    margin-top: 1.8rem;
  }
  #TopPage main #schedule {
    padding: 8rem 0 12rem 0;
  }
  #TopPage main #schedule .wrap {
    width: 116rem;
  }
  #TopPage main #schedule .tbl_time {
    margin-bottom: 6rem;
  }
  #TopPage main #schedule .tbl_time caption dd span {
    display: inline-block;
  }
  #TopPage main #schedule .tbl_time thead tr th:last-child {
    width: 13rem;
    padding-right: 2rem;
  }
  #TopPage main #schedule .tbl_time tbody td {
    width: 11rem;
  }
  #TopPage main #schedule .tbl_time tbody td:last-child {
    width: 13rem;
    padding-right: 2rem;
  }
  #TopPage main #schedule div.flex_LRTB {
    justify-content: space-between;
  }
  #TopPage main #schedule div.flex_LRTB .calendar {
    width: 52rem;
  }
  #TopPage main #schedule div.flex_LRTB .map {
    width: 52rem;
  }
  #TopPage main #schedule div.flex_LRTB .map .gmap {
    height: 48rem;
  }
  #TopPage main #GC {
    display: flex;
    height: 66rem;
  }
  #TopPage main #GC .gastroscopy,
  #TopPage main #GC .colonoscopy {
    padding: 0;
    width: 50%;
    min-width: 64rem;
  }
  #TopPage main #GC .gastroscopy .inner,
  #TopPage main #GC .colonoscopy .inner {
    width: 57rem;
    height: 54rem;
    margin: 6rem 3rem 6rem auto;
    padding: 0;
  }
  #TopPage main #GC .gastroscopy .inner dl,
  #TopPage main #GC .colonoscopy .inner dl {
    background-position: top 2rem left 2rem;
    padding: 0 2rem;
  }
  #TopPage main #GC .gastroscopy .inner dl dt,
  #TopPage main #GC .colonoscopy .inner dl dt {
    padding-top: 4rem;
    gap: 1.7rem;
    font-size: 4.8rem;
    line-height: 7rem;
    margin-bottom: 2.2rem;
  }
  #TopPage main #GC .gastroscopy .inner dl dt::before,
  #TopPage main #GC .colonoscopy .inner dl dt::before {
    font-size: 10rem;
  }
  #TopPage main #GC .gastroscopy .inner dl dt span,
  #TopPage main #GC .colonoscopy .inner dl dt span {
    right: 1rem;
    font-size: 1.6rem;
  }
  #TopPage main #GC .gastroscopy .inner dl dd,
  #TopPage main #GC .colonoscopy .inner dl dd {
    font-size: 2.4rem;
  }
  #TopPage main #GC .gastroscopy .inner dl dd p,
  #TopPage main #GC .colonoscopy .inner dl dd p {
    line-height: 4.2rem;
    margin-bottom: 3.6rem;
  }
  #TopPage main #GC .gastroscopy .inner dl dd a,
  #TopPage main #GC .colonoscopy .inner dl dd a {
    height: 8rem;
    align-content: center;
  }
  #TopPage main #GC .gastroscopy .inner dl dd a::after,
  #TopPage main #GC .colonoscopy .inner dl dd a::after {
    right: 1.7rem;
  }
  #TopPage main #GC .colonoscopy .inner {
    margin: 6rem auto 6rem 3rem;
  }
  #TopPage main #news {
    padding: 12rem 0 10rem;
    margin: 0;
  }
  #TopPage main #news .wrap {
    width: 118rem;
    justify-content: space-between;
  }
  #TopPage main #news h2 {
    width: 23rem;
    padding-right: 0;
    margin: 0;
  }
  #TopPage main #news dl {
    max-height: 43rem;
    width: 80rem;
  }
  #TopPage main #news dl dt {
    padding: 3rem 1rem 3rem 3rem;
    line-height: 3.2rem;
  }
  #TopPage main #news dl dt::before {
    top: 3rem;
    left: 0;
    font-size: 2.2rem;
  }
  #TopPage main #news dl dd {
    margin-bottom: 3rem;
    padding: 0 1rem 0 3rem;
  }
  #TopPage main #SD {
    padding: 8rem 0;
  }
  #TopPage main #SD .tab li {
    width: 57rem;
    height: 18rem;
    margin-bottom: 4rem;
    border-radius: 1rem;
    align-content: center;
    padding: 4.8rem 0 1.9rem;
  }
  #TopPage main #SD .tab li p {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 2rem;
  }
  #TopPage main #SD .tab li p em {
    font-size: 4.8rem;
  }
  #TopPage main #SD .tab li span {
    font-size: 1.8rem;
    line-height: 1;
  }
  #TopPage main #SD .tab li span::after {
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
  #TopPage main #SD .tab li::before {
    left: 1rem;
  }
  #TopPage main #SD .tab li::after {
    bottom: -3.2rem;
    width: 8rem;
    height: 3.5rem;
  }
  #TopPage main #SD .tab-content {
    width: 120rem;
    height: 30rem;
    align-content: center;
  }
  #TopPage main #SD .tab-content ul {
    gap: 1.6rem;
    align-items: center;
    justify-content: center;
  }
  #TopPage main #SD .tab-content ul li {
    width: 26.8rem;
  }
  #TopPage main #SD .tab-content ul li a {
    height: 10rem;
    width: 100%;
    align-content: center;
    font-size: 2.4rem;
    padding-left: 3rem;
  }
  #TopPage main #SD .tab-content ul li a::after {
    right: 1.6rem;
    font-size: 1.6rem;
  }
  #TopPage main #SD .tab-content ul li a:hover {
    color: var(--clr_sub1);
  }
  #TopPage main #SD .tab-content#disease ul li a:hover {
    color: var(--clr_main);
  }
  #TopPage main #treatment {
    margin: 8rem 0 0;
    padding-bottom: 12rem;
  }
  #TopPage main #treatment::before {
    height: 5rem;
  }
  #TopPage main #treatment ul {
    gap: 3rem;
    justify-content: flex-start;
  }
  #TopPage main #treatment ul li {
    margin: 0;
  }
  #TopPage main #treatment ul li a {
    width: 21.6rem;
    height: 21.6rem;
    display: block;
    padding-top: 15.4rem;
    text-align: center;
    align-content: inherit;
    transition: all 0.3s ease 0s;
  }
  #TopPage main #treatment ul li a:hover {
    transform: translateY(-0.1875em);
  }
  #TopPage main #treatment ul li a::after {
    right: 1.7rem;
    bottom: 1.8rem;
    font-size: 1.6rem;
  }
  #TopPage main #feature {
    overflow: hidden;
    padding: 7rem 0 18rem;
  }
  #TopPage main #feature ul li {
    position: relative;
    margin: 0;
    height: 40rem;
    align-items: center;
  }
  #TopPage main #feature ul li dl {
    width: 54rem;
    margin-right: 6rem;
    padding-left: 6rem;
  }
  #TopPage main #feature ul li dl dt {
    font-size: 3rem;
    letter-spacing: 0.075rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #TopPage main #feature ul li dl dt span {
    font-size: 1.6rem;
  }
  #TopPage main #feature ul li dl dd p {
    line-height: 3.2rem;
  }
  #TopPage main #feature ul li figure {
    position: absolute;
    left: 60rem;
    width: 100rem;
    height: 40rem;
  }
  #TopPage main #feature ul li:nth-child(even) figure {
    left: auto;
    right: 60rem;
  }
  #TopPage main #feature ul li:nth-child(even) dl {
    margin-right: inherit;
    margin-left: 6rem;
  }
  #TopPage main #greeting {
    padding: 12rem 0;
  }
  #TopPage main #greeting .flex_LRTB {
    justify-content: center;
    align-items: flex-start;
    gap: 6rem;
  }
  #TopPage main #greeting .flex_LRTB > div {
    width: 51rem;
  }
  #TopPage main #greeting .flex_LRTB > div p {
    line-height: 3.8rem;
    margin-bottom: 4rem;
  }
  #TopPage main #greeting .flex_LRTB > div p em {
    font-size: 2.4rem;
  }
  #TopPage main #greeting .flex_LRTB > div a {
    width: 28rem;
    height: 6rem;
    align-content: center;
    margin: 0 auto 0 0;
  }
  #TopPage main #greeting .flex_LRTB figure {
    width: 51rem;
  }
}
/* カレンダー */
.caledit {
  width: 100%;
  margin: 0 0 1rem;
  border-collapse: collapse;
  /* border-spacing: .2rem; */
  font-size: 1.4rem;
  padding: 0 0 1rem;
}
.caledit th {
  /* 月・曜日 */
  text-align: center;
  color: #fff;
  background: var(--clr_main);
  padding: 0.3rem;
  font-size: 125%;
  font-weight: 500;
}
.caledit td {
  text-align: center;
  padding: 0.2rem;
  color: var(--clr_txt);
  border: 0.1rem solid #aaa;
}
.caledit td.today {
  /* 今日 */
  font-weight: bold;
}
.caledit td.outPatient {
  /* 休診 */
  background: #ccc;
}
.caledit td.open {
  /* 通常診療 */
  background: #fff;
}
.caledit td.amOnly {
  /* 午後休 */
  background: var(--clr_sub5);
}
.caledit td.pmOnly {
  /* 午前休 */
  background: var(--clr_sub4);
}
.caledit td.extraOutPatient {
  /* 臨時休診 */
  background: #ccc;
}
.caledit td.notTheMonth {
  /* 前月次月 */
  background: #fff;
  color: #fff;
}
.caledit tr.month {
  border: 0.1rem solid var(--clr_main);
}
.caledit tr.week {
  border: 0.1rem solid var(--clr_sub2);
}
.caledit tr.week th {
  /* 曜日*/
  background: var(--clr_sub2);
  color: #fff;
  text-align: center;
  border: none;
  font-size: 90%;
  font-weight: bold;
}
.caledit + .list_caldit {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.caledit + .list_caldit li {
  line-height: 1;
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
.caledit + .list_caldit li::before {
  content: "";
  width: 1em;
  height: 1em;
  border: #aaa 0.1rem solid;
  background: #fff;
  display: block;
}
.caledit + .list_caldit li.outPatient::before {
  background: #ccc;
}

@media screen and (min-width: 48em), print {
  .caledit {
    margin-bottom: 3rem;
  }
  .caledit tr.month th {
    line-height: 6rem;
    font-size: 3rem;
    padding: 0;
  }
  .caledit tr.week th {
    line-height: 5.2rem;
    font-size: 2.4rem;
    padding: 0;
  }
  .caledit tr.day td {
    width: 7.3rem;
    height: 7.3rem;
    font-size: 2.4rem;
    padding: 0;
  }
}
/* /_top.scss　出力ここまで */
/* _lower.scss　出力 */
#lower {
  /* main   -------------------------------------- */
}
#lower .breadcrumb {
  margin: 1rem 0 1rem 1rem;
  display: flex;
}
#lower .breadcrumb li {
  color: var(--clr_txt);
}
#lower .breadcrumb li a {
  border: none;
  color: var(--clr_txt);
}
#lower .breadcrumb li:first-child::after {
  font-family: "fontello";
  content: "\e804";
  padding: 0 1rem;
  color: var(--clr_main);
}
#lower main {
  margin-top: 1rem;
}
#lower main section {
  margin: 4rem auto;
  padding: 0 0 0;
}
#lower main section section {
  margin: 3.5rem auto;
  padding: 1rem 0 0 0;
}
#lower main section section section {
  margin: 3rem auto;
  padding: 0 0 0 0;
}
#lower main section section section section {
  margin: 2.5rem auto;
  padding: 0 0 0;
}
#lower main .wrap > .inner {
  margin: 3rem auto;
}
#lower h1,
#lower h2,
#lower h3,
#lower h4,
#lower h5,
#lower h6 {
  font-weight: 500;
  word-break: auto-phrase;
}
#lower h1 {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.2;
  padding: 2.5rem 1rem 2.5rem;
  text-align: center;
  text-shadow: 0 0 2rem #159fe6;
  background: url(../img/h1.jpg) no-repeat center right;
  background-size: 150% auto;
  color: #fff;
}
#lower h2 {
  font-size: 1.9rem;
  text-align: center;
  margin: 2rem auto 2rem;
  word-break: auto-phrase;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: url(../img/h2.png) no-repeat top left;
  background-size: 3.5rem auto;
  padding: 1.5rem 2rem 0;
  font-weight: 500;
}
#lower h2::after {
  content: "";
  display: block;
  width: 6rem;
  height: 0.2rem;
  background: var(--clr_main);
  margin: 1rem auto;
}
#lower h3 {
  margin: 0 0 2rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.35;
  padding: 0.3rem 1rem;
  background: var(--clr_sub2);
}
#lower h4 {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.35;
  padding: 0.2rem 1rem;
  border-bottom: 0.2rem solid #ccc;
  border-left: 0.2rem solid var(--clr_main);
}
#lower h5 {
  margin: 4.6rem 0.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.35;
  padding: 0 0.5rem 0.2rem 2rem;
  color: var(--clr_sub1);
  border-bottom: 0.2rem dotted var(--clr_sub1);
  background: url(../img/h5.png) left center no-repeat;
  background-size: 1.5rem auto;
}
#lower h6 {
  color: var(--clr_main);
  font-size: 1.4rem;
  padding: 0 0.5rem 0.2rem;
  margin: 4.6rem 0 2rem;
  border-bottom: var(--clr_main) dotted 0.2rem;
}
#lower main {
  display: block;
  z-index: 50;
}
#lower main p {
  margin: 0 0 1em;
  line-height: 1.6;
  text-align: justify;
}
#lower main li,
#lower main dl {
  line-height: 1.6;
}

@media screen and (min-width: 48em), print {
  #lower body {
    background: url(../img/h1.jpg) no-repeat center top;
  }
  #lower .breadcrumb {
    margin: 10rem auto 2rem;
    width: 1280px;
    padding: 0 2rem 0;
    position: relative;
    z-index: 100;
  }
  #lower h1 {
    font-size: 4.8rem;
    margin: 0 auto 0;
    line-height: 1;
    height: 33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: none;
  }
  #lower main {
    padding: 0 0;
  }
  #lower main .wrap > .inner {
    margin: 10rem 0;
  }
  #lower main .wrap > section {
    margin: 8rem auto;
  }
  #lower main .wrap > section > section {
    margin: 7rem auto;
  }
  #lower main .wrap > section > section > section {
    margin: 6rem auto;
  }
  #lower main .wrap > section > section > section > section {
    margin: 5rem auto;
  }
  #lower main h2 {
    font-size: 4rem;
    margin-bottom: 5rem;
    background-size: auto;
    padding: 2rem 3.5rem 0;
  }
  #lower main h2 + section {
    margin-top: 0;
  }
  #lower main h3 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
    padding: 0.7rem 2rem;
  }
  #lower main h3 + section {
    margin-top: 0;
  }
  #lower main h4 {
    font-size: 3rem;
    padding: 0 2.8rem 1rem;
    margin: 0 0 2rem;
  }
  #lower main h4 + section {
    margin-top: 0;
  }
  #lower main h5 {
    margin: 0 0 2rem;
    font-size: 2.2rem;
    padding: 0 1rem 0.7rem 2.6rem;
    background-size: auto;
  }
  #lower main h5 + section {
    margin-top: 0;
  }
  #lower main h6 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0 1.9rem 0.7rem;
  }
}
/* table 関連 */
#lower .tbl_scroll {
  overflow-x: scroll;
}
#lower .tbl_def {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.3em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
#lower .tbl_def thead {
  background: var(--clr_main);
  color: #fff;
}
#lower .tbl_def thead th {
  padding: 0.5rem 1% 0.5rem 1%;
  border: 1px solid #fff;
}
#lower .tbl_def tbody th {
  background: var(--clr_sub4);
}
#lower .tbl_def tbody th,
#lower .tbl_def tbody td {
  padding: 0.5rem 1% 0.4rem 1%;
  border: 1px solid #ccc;
}
#lower .tbl_price {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.3em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
#lower .tbl_price tr {
  border-bottom: 1px solid #ccc;
}
#lower .tbl_price tr th {
  text-align: left;
  color: #663300;
  font-size: 94%;
  padding: 1% 0% 0.8% 2%;
}
#lower .tbl_price tr td {
  padding: 1% 2% 0.8% 2%;
  border-left: 1px solid #ccc;
}
#lower .tbl_price tr td:last-child {
  text-align: right;
}

@media screen and (min-width: 48em), print {
  #lower .tbl_scroll {
    overflow-x: inherit;
  }
  #lower .tbl_def thead th,
  #lower .tbl_def thead td {
    padding: 1rem;
  }
  #lower .tbl_def tbody th,
  #lower .tbl_def tbody td {
    padding: 1rem;
  }
}
@media screen and (min-width: 48em), print {
  #lower #access .tbl_time tbody tr td {
    width: 12rem;
  }
}
#lower {
  /* Slider */
}
#lower .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
#lower .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#lower .slick-list:focus {
  outline: none;
}
#lower .slick-list.dragging {
  cursor: pointer;
}
#lower .slick-slider .slick-track,
#lower .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
#lower .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#lower .slick-track:before,
#lower .slick-track:after {
  content: "";
  display: table;
}
#lower .slick-track:after {
  clear: both;
}
#lower .slick-loading .slick-track {
  visibility: hidden;
}
#lower .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
#lower [dir=rtl] .slick-slide {
  float: right;
}
#lower .slick-slide img {
  display: block;
}
#lower .slick-slide.slick-loading img {
  display: none;
}
#lower .slick-slide.dragging img {
  pointer-events: none;
}
#lower .slick-initialized .slick-slide {
  display: block;
}
#lower .slick-loading .slick-slide {
  visibility: hidden;
}
#lower .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#lower .slick-arrow.slick-hidden {
  display: none;
}
#lower *:focus:not(:focus-visible),
#lower *::before:focus:not(:focus-visible),
#lower *::after:focus:not(:focus-visible) {
  outline: none;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 6.5rem auto 0;
    overflow-x: inherit;
    z-index: 101;
    position: relative;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}

.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_main);
  line-height: 1.4;
}

.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}

.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}

.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}

.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_main);
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--clr_main);
  z-index: 1;
}

.slick-arrow::before {
  font-size: 1.2rem;
}

.slick-arrow.slick-prev {
  left: -2.6rem;
}

.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}

.slick-arrow.slick-next {
  right: -2.6rem;
}

.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--clr_main);
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: var(--clr_main);
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}

.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}

.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_main);
}

.slick-dots li button:hover,
.slick-dots li button:focus-visible {
  opacity: 0.8;
}

.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
/* /_lower.scss　出力ここまで *//*# sourceMappingURL=style.css.map */