@charset "UTF-8";

:root {
  --wh: 100vh;
  --logo: #472974;
  --ppl: #a795c4;
  --blk: #000000;
  --ble: #74c7f2;
  --grn: #92e283;
  --org: #e25a24;
  --pnk: #f082a0;
  --rose: #cd647f;
  --bwn: #604c3f;
  --bwn_tone: #ece9e7;
  --bwn2: #40210d;
  --ylw: #ffff00;
  --opc: #95cce8;
  --ppl: #917fac;
  --ppl2: #6e457d;
  --emd: #61a9a5;
  --cook: #61c1be;
  --goth: 'Helvetica Neue', 'Noto Sans JP', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  --font: Shimanami JIS2004, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  --min: Shimanami JIS2004, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  --gmd: font-family: 'EB Garamond', serif;
  --grd_ylw: linear-gradient(to bottom, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 85%, rgba(255, 255, 0, 1) 85%, rgba(255, 255, 0, 1) 100%);
  --grd_ppl: linear-gradient(to bottom, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 85%, #d9deee 85%, #d9deee 100%);
  --grd_bwn: linear-gradient(to bottom, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 85%, #e9d9c0 85%, #e9d9c0 100%);

  --cook80: rgba(97, 193, 190, 0.8);
  --cook50: rgba(97, 193, 190, 0.5);
  --emd80: rgba(50, 160, 170, 0.8);
  --emd50: rgba(50, 160, 170, 0.5);
  --pnk80: rgba(240, 130, 160, 0.8);
  --pnk50: rgba(240, 130, 160, 0.5);
  --rose80: rgba(205, 100, 127, 0.8);
  --rose50: rgba(205, 100, 127, 0.5);

}


html,
body {
  background-color: #FFF;
  font-family: var(--font);
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  letter-spacing: 0.05em;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.lead {
  font-size: 1.25em;
  line-height: 1.8;
}

.lead.en {
  font-size: 1.5em;
}

.lead .caption {
  font-size: 1rem;
}

.catch {
  font-size: 1.5em;
}

.goth {
  font-family: var(--goth);
}

.vertical-lr {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

table .vertical-lr {
  min-height: 5em;
  line-height: 1;
}


ruby > rt {
  font-size: 0.6em;
  text-indent: 1em;
}

.fl {
  float: left;
  margin-right: 1rem;
}

.fr {
  float: right;
  margin-left: 1rem;
}

.abs {
  position: absolute;
}

* {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a img {
  transition: all 0.3s;
}

a:hover img {
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  box-sizing: border-box;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--min);
}

h1 {
  font-size: 2.6rem;
  margin: 0em 0px 1.5em;
  text-align: center;
}

h2 {
  font-size: 2rem;
  margin: 2em 0px 1em;
  text-align: center;
}

h2 span {
  display: block;
}

h2 span:after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  background: #C1954C;
  margin: 0.3em auto;
}

h2.bwn_blk {
  background: var(--bwn2);
  font-size: 1.6rem;
  padding: 0.4em 0.6em;
  text-align: left;
  line-height: 1.3;
  color: #FFF;
}

h2 img {
  display: block;
  line-height: 1;
  max-width: 100%;
  height: auto;
  width: auto;
}

h3 {
  font-size: 1.5rem;
  border-bottom: 1px solid #999;
  margin: 1.5em 0px 0.75em;
  padding: 0.3em 0.3em 0.3em;
}

h3.ppl.goth {
  font-size: 1.8rem;
  border-bottom: 0px;
  border-left: 5px solid var(--logo);
  color: var(--logo);
  font-weight: 500;
  padding: 0em 0px 0em 0.5em;
  line-height: 1.3;
}

h3.goto_participate {
  color: var(--logo);
  background: #dad4e3;
  border-bottom: 0px;
  font-weight: 400;
}

h3.goto_participate:after {
  border-top-color: #dad4e3;
}

h3.opc_sub {
  background: var(--opc);
  color: #FFF;
  font-size: padding:0.5em 1em;
  font-size: 1.5rem;
  border: 0px;
  text-align: center;
}

h3.bwn {
  color: var(--bwn);
}

div.num {
  counter-reset: num;
}

div.num h3 {
  font-size: 1.5rem;
  padding-left: 2.4em;
  border-bottom-color: var(--bwn);
}

div.num h3:before {
  content: '';
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0px;
  bottom: 0px;
  line-height: 1;
  content: counter(num);
  counter-increment: num;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}

div.num.bwn h3 {
  color: var(--bwn2);
  margin-top: 2em;
}

div.num.bwn h3:before {
  background: var(--bwn2);
  color: #FFF;
}

h4 {
  font-size: 1.25rem;
  margin: 2em 0px 0.8em;
}

h4.grn {
  color: var(--grn);
}

h4.ble {
  color: var(--ble);
}

h4.bwn {
  color: var(--bwn);
}


ul,
ol {
  margin: 1rem 0px;
  padding: 0px;
  list-style-type: none;
}

ul > li {
  position: relative;
  margin: 8px 0px;
  line-height: 1.5;
  padding: 0px;
}

ul li {
  position: relative;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

ul.cle {
  margin: 0px;
}

ul.cle > li {
  padding-left: 1.3em;
}

ul.cle > li:before {
  content: '';
  background: none;
  border: 1px solid #000;
  display: block;
  border-radius: 50%;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  left: 0.3em;
  top: 0.3em;
}

ul.cle.gry > li:before {
  background: #CCC;
  border: 0px;
}

ul.inline > li {
  display: inline-block;
  margin-right: 2rem;
}

ul.cle > li > ul.dot {
  margin-top: 0px;
}

ul.cle > li > h4 {
  font-size: 1.5rem;
  margin-bottom: 0.4em;
}

ul.cle.bwn > li:before {
  background: var(--bwn);
  border-color: var(--bwn);
}

ul.cle.emd > li:before {
  background: var(--emd);
  border-color: var(--emd);
}

ul.cle.cook > li:before {
  background: var(--cook);
  border-color: var(--cook);
}

ul.cle.pnk > li:before {
  background: var(--pnk);
  border-color: var(--pnk);
}

ul.cle.rose > li:before {
  background: var(--rose);
  border-color: var(--rose);
}

ul.cle.blk > li:before {
  background: var(--blk);
  border-color: var(--blk);
}

ul.cle.lead > li > ol.num {
  font-size: 1.25rem;
}

ul.cle.lead > li > ol.num li > {}

ul.check {}

ul.check > li {
  padding-left: 2em;
}

ul.check > li:before {
  content: '';
  display: block;
  height: 1.5em;
  width: 1.2em;
  position: absolute;
  left: 0.3em;
  top: -0.1em;
  background: url(../images/icon_ckeck.svg) center center no-repeat;
  background-size: contain;
}

ul.sq > li {
  padding-left: 1.3em;
}

ul.sq li:before {
  content: '';
  background: none;
  border: 1px solid #000;
  display: block;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  left: 0.3em;
  top: 0.3em;
}

ul.sq li.ppl:before {
  background-color: #b2bcde;
  border-color: #b2bcde;
}

ul.sq li.grn:before {
  background-color: #b3d29a;
  border-color: #b3d29a;
}

ul.sq li.org:before {
  background-color: #fbd381;
  border-color: #fbd381;
}

ul.sq li.ble:before {
  background-color: #b4e7ff;
  border-color: #b4e7ff;
}

ul.sq li.bwn:before {
  background-color: #dec6a1;
  border-color: #dec6a1;
}

ul.sq li.pnk:before {
  background-color: #f5b7d2;
  border-color: #f5b7d2;
}


ul.dot > li {
  padding-left: 1em;
}

ul.dot > li + li {
  margin-top: 10px;
}

ul.dot > li:before {
  content: '';
  display: block;
  background: var(--blk);
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  left: 0.2em;
  top: 0.65em;
}

ul.caption {}

ul.caption > li {
  padding-left: 1.2em;
}

ul.caption > li:before {
  content: '※';
  font-size: 1em;
  background: none;
  position: absolute;
  top: 0px;
  left: 0.1em;
}

ol {
  counter-reset: num;
}

ol > li {
  position: relative;
  line-height: 1.7;
}

ol > li:before {
  counter-increment: num;
}

ol > li + li {
  margin-top: 10px;
}

ol.num > li {
  padding-left: 2rem;
  text-align: left;
}

ol.num > li:before {
  display: block;
  content: counter(num) ".";
  left: 0rem;
  top: 0;
  width: 1.8rem;
  font-size: 1em;
  position: absolute;
  text-align: right;
}

ol.num > li em {
  font-weight: 500;
  color: #004190;
  display: block;
}

ol.num.cle {}

ol.num.cle > li:before {
  border-radius: 50%;
  content: counter(num);
  background: var(--logo);
  color: #FFF;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  width: 1.3em;
  height: 1.3em;
  left: 0.5em;
  top: 0.4em;
}

ol.num.cle.lines {}

ol.num.cle.lines > li:before {
  background: none;
  border: 1px solid var(--blk);
  color: var(--blk);
}

ol.abc > li {
  padding-left: 2rem;
}

ol.abc > li:before {
  display: block;
  content: counter(num, lower-alpha) ".";
  left: 0rem;
  top: 0;
  width: 1.8rem;
  font-size: 1em;
  position: absolute;
  text-align: right;
}

ol.rmn > li {
  padding-left: 2rem;
}

ol.rmn > li:before {
  display: block;
  content: counter(num, upper-roman) ".";
  left: 0rem;
  top: 0;
  width: 1.8rem;
  font-size: 1em;
  position: absolute;
  text-align: right;
}


dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

dl + dl {
  margin-top: 1rem;
}

dl dt {
  flex-shrink: 0;
  margin-right: 1em;
  flex-grow: 0;
}

dl dd {
  flex-grow: 1;
}


.num_dl_blk {
  counter-reset: num;
}

.num_dl_blk dl {
  margin-bottom: 1.5rem;
}

.num_dl_blk dl dt {
  font-size: 1.25em;
  text-align: left;
  margin-right: 1.25rem;
  width: 8em;
}

.num_dl_blk dl dt:before {
  counter-increment: num;
  display: inline-block;
  content: counter(num) ".";
  font-size: 1em;
}

.num_dl_blk dl dd {
  border-left: 1px solid var(--blk);
  padding-left: 1.25rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
}

a.underline {
  text-decoration: underline;
}

a > img {
  transition: all 0.2s;
}

p {
  line-height: 2.2;
  letter-spacing: 0.02em;
  font-family: var(--min);
}

p.caption {
  font-size: 0.875rem;
}

p.cation {
  color: #EE0000;
}

p.em,
p > em {
  font-weight: 500;
}

p + p {
  margin-top: 1em;
}

sup {
  font-size: 0.75em;
}

strong {
  font-size: 1.25em;
}

small {
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: inherit;
}

img + small {
  font-size: 0.7em;
  display: block;
  margin: 6px auto 1rem;
  text-align: center;
}

.row > table {
  display: table;
}

table {
  border-top: 1px solid #CCC;
  width: 100%;
  margin: 2rem 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table td {
  border-bottom: 1px solid #CCC;
  padding: 1rem;
  text-align: center;
}

table.pd02 td {
  padding: 0.2em;
}

table.pd03 td {
  padding: 0.3em;
}

table.pd05 td {
  padding: 0.5em;
}

table td + td {}

table th {
  background: #f2f2f2;
  padding: 1rem;
  font-weight: normal;
  border-bottom: 1px solid #CCC;
}

table + table {
  margin-top: 4rem;
}

table.bg_wht {
  background-color: #FFF;
}

table.left_line {}

table.left_line th + td,
table.left_line th + th,
table.left_line td + td {
  border-left: 1px solid #CCC;
}

table.bwn {}

table.bwn thead th,
table td.bwn {
  background: var(--bwn2);
  color: #FFF;
}

table.bwn thead td,
table.bwn tbody th {
  background: #a09086;
  color: #FFF;
}

table.bwn tbody tr.bg_gry th {
  background-color: #947d6f;
}

table.bwn tbody tr.bg_gry td {
  background-color: #f1f1f1;
}

figure {
  margin: 0px 0px 2rem 0px;
  padding: 0px;
}

figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
  line-height: 1;
  margin-bottom: 0.5rem;
}

figure figcaption {
  font-size: 0.875rem;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

figure.cle img {
  border-radius: 50%;
}

figure.cle figcaption {
  text-align: center;
}

.btn {
  width: 40vw;
  transition: all 0.3s;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  height: 3em;
  border: 0px;
  box-sizing: border-box;
  margin: 2rem auto;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  color: #FFF;
  padding: 0.4rem 1rem;
  align-items: center;
  justify-content: center;
  max-width: 180px;
}

.btn:after {
  content: '';
  display: block;
  line-height: 1;
  position: absolute;
  right: 0.4em;
  top: 50%;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 6px solid #FFF;
}

.btn:hover {
  opacity: 0.6;
}

.btn.bwn_pat,
.btn.blk_pat {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.2em;
  font-size: 1.25rem;
  height: 3em;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn.bwn_pat {
  background-image: url(../images/btn_bg_bwn.svg);
}

.btn.blk_pat {
  background-image: url(../images/btn_bg_blk.svg);
}

.btn.ppl_pat {
  background-image: url(../images/btn_bg_ppl.svg);
}

/*
.btn.ppl_pat:after,
.btn.bwn_pat:after,
.btn.blk_pat:after{display:none;}
*/
.btn.ppl {
  background-color: var(--logo);
}

.btn.ble {
  background-color: var(--ble);
}

.btn.grn {
  background-color: var(--grn);
}


.btn.wht_blk {
  font-size: 1.125em;
  background: #FFF;
  color: var(--blk);
  border: 3px solid transparent;
  outline: 3px solid var(--opc);
  box-shadow: 5px 5px 0px 0px #FFF;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.4rem 1rem 0.4rem 0.4rem;
}

.btn.wht_blk span {
  line-height: 1.2;
  display: block;
}

.btn.wht_blk:before {
  content: '';
  display: block;
  width: 1em;
  height: 0.6em;
  margin-right: 0.7em;
  background: url(../images/arrow_d.svg) center center no-repeat;
  background-size: contain;
}

.btn.wht_blk:hover {
  border: 3px solid var(--ylw);
  opacity: 1;
}

.btn.wht_blk:hover span {
  background-image: var(--grd_ylw);
}

/*--- 学校見学会btn ---*/

.btn.opc_wht {
  font-size: 1.125em;
  background: var(--ble);
  color: #fff;
  border: 3px solid transparent;
  outline: 3px solid #fff;
  box-shadow: 5px 5px 0px 0px var(--ble);
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.4rem 1rem 0.4rem 0.4rem;
  max-width: 300px;
}

.btn.opc_wht span {
  line-height: 1.2;
  display: block;
}

.btn.opc_wht:before {
  content: '';
  display: block;
  /*--width: 1em;--*/
  height: 0.6em;
  margin-right: 0.7em;
  background: url(../images/arrow_d.svg) center center no-repeat;
  background-size: contain;
}

.btn.opc_wht:hover {
  border: 3px solid var(--ylw);
  opacity: 1;
}

.btn.opc_wht:hover span {
  background-image: var(--grd_ylw);
}

/*--- / 学校見学会btn---*/

.btn.blk {
  max-width: 300px;
  background: var(--blk);
}

.btn_wrap {
  margin: 2rem auto;
  border-bottom: 1px solid var(--logo);
  border-right: 1px solid var(--logo);
}

.btn_wrap.bwn {
  border-bottom-color: var(--bwn);
  border-right-color: var(--bwn);
}

.btn_wrap.blk {
  border-bottom-color: var(--blk);
  border-right-color: var(--blk);
}

.btn_wrap:after {}

.send_btn {
  cursor: pointer;
  border: 0px;
  transition: all 0.2s;
  background: var(--logo);
  color: #FFF;
  font-size: 1.5rem;
  padding: 0.4em;
  max-width: 80vw;
  width: 100%;
  display: block;
  position: relative;
  left: -4px;
  top: -4px;
  text-align: center;
}

.send_btn:hover {
  left: 0px;
  top: 0px;
}

.btn_wrap.bwn .send_btn {
  background-color: var(--bwn2);
}

.btn_wrap.blk .send_btn {
  background-color: var(--blk);
}

.btn.line_shadow {
  margin: 0px auto 0.8em;
  color: inherit;
  box-shadow: none;
  max-width: 500px;
  width: 100%;
  border: 1px solid var(--emd);
  background: #FFF;
  position: relative;
  padding: 0.3em;
  line-height: 1.2;
  text-align: center;
  flex-grow: 1;
  transition: all 0.2s;
}

.btn.line_shadow:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  border-right: 1px solid var(--emd);
  border-bottom: 1px solid var(--emd);
}

.btn.line_shadow:hover {
  left: 4px;
  top: 4px;
  opacity: 1;
  transition: all 0.2s;
}

.btn.line_shadow:hover:before {
  left: 0;
  top: 0;
}

.bg_wht {
  background: #FFF;
}

.btn.ha{
	height:auto !important;}

span.underline {
  background-image: var(--grd_ylw);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}



body #panel_btn.active span {
  background: none;
}


header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

header.fixed {
  top: 0px;
}

header {
  height: 90px;
  padding: 0px 2rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

header > .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header #site_title {
  z-index: 100;
  display: block;
  width: 40px;
  height: 32px;
}

header #site_title a {
  line-height: 1;
}

header #site_title img {
  display: block;
  line-height: 1;
  margin: 0px;
  max-width: 100%;
}

header .sns {
  display: flex;
  align-items: center;
  line-height: 1;
  z-index: 100;
}

header .sns a + a {
  margin-left: 0.8rem;
}

#panel_btn {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 36px;
  left: 0px;
  z-index: 100;
}

#panel_btn span {
  display: block;
  width: 32px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -16px;
  background: #000;
  position: absolute;
  transition: all 0.2s;
}

#panel_btn span:before,
#panel_btn span:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  transition: all 0.2s;
  background: #000;
}

#panel_btn span:before {
  top: -8px;
}

#panel_btn span:after {
  top: 8px;
}

header.menu #panel_btn span {
  background: none;
}

header.menu#panel_btn span:before {
  top: 0px;
  transform: rotate(45deg);
}

header.menu#panel_btn span:after {
  top: 0px;
  transform: rotate(-45deg);
}

body.menu_on #panel_btn.active span {
  background: none !important;
}

body.menu_on #panel_btn.active span:before {
  top: 0;
  transform: rotate(-30deg);
  background: #FFF;
}

body.menu_on #panel_btn.active span:after {
  top: 0;
  transform: rotate(30deg);
  background: #FFF;
}

body.ci_white #site_title img,
body.menu_on #site_title img {
  filter: brightness(1000%);
}

body.ci_white .sns img,
body.menu_on .sns img {
  filter: invert(100%);
}

body.ci_white #panel_btn span {
  background: #FFF;
}

body.ci_white #panel_btn span:before {
  background-color: #FFF;
}

body.ci_white #panel_btn span:after {
  background-color: #FFF;
}

#gmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: calc(-1 * var(--wh));
  left: 0px;
  padding: 106px 4vw 96px;
  box-sizing: border-box;
  width: 100%;
  height: var(--wh);
  background-color: var(--ppl);
  color: #FFF;
  z-index: 10;
  transition: all 0.3s;
}

body.menu_on #gmenu {
  top: 0px;
}

#gmenu .inner {
  height: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  width: 90vw;
  max-width: 1200px;
}

#gmenu .inner > * {}

#gmenu a {
  transition: all 0.2s;
  display: block;
  font-size: 1.125rem;
  font-family: var(--min);
}

#gmenu a:hover,
#gmenu a.current {
  color: var(--ylw);
}

#gmenu .acc {
  padding: 0.5rem 0px;
}

#gmenu .top,
#gmenu .acc_head {
  font-family: var(--min);
  font-size: 1.5em;
  padding-left: 1em;
  position: relative;
}

#gmenu .acc_head:before,
#gmenu .acc_head:after {
  content: '';
  position: absolute;
  left: 0em;
  display: block;
  background: #FFF;
  top: 50%;
}

#gmenu .acc_head:before {
  width: 0.5em;
  height: 1px;
}

#gmenu .acc_head:after {
  height: 0.5em;
  width: 1px;
  margin-top: -0.25em;
  margin-left: 0.25em;
}

#gmenu .acc_head.active:after {
  background: none;
}

#gmenu .top_contents_menu .acc_head:before {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-top: -0.25em;
}

#gmenu .top_contents_menu .acc_cont {
  padding-left: 1.5em;
}

#gmenu .top_contents_menu .acc_cont a {
  margin-bottom: 0.5em;
}

#gmenu .top_contents_menu a small {
  display: block;
  font-weight: 500;
  line-height: 1.4;
}

#gmenu .acc .acc_cont {
  padding-left: 3em;
  display: none;
}

#gmenu .acc .acc_head.active + .acc_cont {
  display: block;
}

#gmenu .sp_gm_btn a {
  padding-left: 1em;
  position: relative;
}

#gmenu .sp_gm_btn a:before {
  content: '';
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  left: 0.2em;
  top: 50%;
  width: 0.2em;
  height: 0.2em;
  display: block;
  margin-top: -0.1em;
}

#gmenu .sp_gm_btn a:hover:before {
  background: var(--ylw);
}

#gmenu .arrows a {
  padding-left: 1.5em;
  position: relative;
}

#gmenu .arrows a:before {
  content: '';
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  transform: rotate(-45deg);
  left: 0em;
  top: 50%;
  width: 0.4em;
  height: 0.4em;
  display: block;
  margin-top: -0.2em;
}

#gmenu .arrows a:hover:before {
  border-color: var(--ylw);
}

#gmenu .inner::-webkit-scrollbar {
  width: 0.5em;
}

#gmenu .inner::-webkit-scrollbar-track {
  border-radius: 0.2em;
}

#gmenu .inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.2em;
}


#main {}

section {
  padding: 0px;
  box-sizing: border-box;
}


#other_contents {
  background-color: var(--opc);
  padding: 4rem 5vw 4rem;
}

#other_contents .row.col3 > * {
  margin: 1rem 0px;
}

footer {
  background-color: #FFF;
  background-image: url(../images/footer_bg_l.png), url(../images/footer_bg_r.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
}

footer .fc h3 {
  text-align: center;
  border: 0px;
  font-size: 1.25rem;
  font-family: var(--goth);
}

footer .fc p {
  font-size: 0.75rem;
  font-family: var(--font);
}

footer .fc .w400 {
  width: 90vw;
  max-width: 400px;
}

footer .fc .btn {
  box-shadow: 0;
  border: 1px solid var(--blk);
  color: var(--blk);
  background: rgba(255, 255, 255, 0.85);
  margin: 1em 0px;
  font-size: 0.75rem;
  font-family: var(--font);
}

footer .fc .copyright {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  margin-top: 3rem;
}

footer .fm {
  display: flex;
  align-items: center;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1050;
  box-sizing: border-box;
}

footer .fm a {
  display: flex;
  align-items: center;
  margin: 0px 1rem;
  position: relative;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-family: var(--min);
  pointer-events: auto;
}

/*
footer .fm a:before{content:'';display:block;margin-right:0.5em;width:1.5em;height:1.5em;background-position:center center;background-repeat:no-repeat;background-size:contain;}
footer .fm a.fm_opc:before{background-image:url(../images/fm_opc.svg);}
footer .fm a.fm_contact:before{background-image:url(../images/fm_contact.svg);}
*/


.tel_blk {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
  background: #f1f1f1;
}

.tel_blk a {
  display: inline-block;
  padding-left: 1.2em;
  line-height: 1.2;
  background: url(../images/free_d.svg) left bottom no-repeat;
  background-size: 1em auto;
}

@media screen and (min-width: 768px) and (orientation: landscape) {

  a.tel,
  a.fax {
    pointer-events: none;
  }

  body.ci_white .fm a,
  body.menu_on .fm a {
    filter: invert(100%);
  }

  .pc_center {
    text-align: center;
  }

  .btn.pc_left {
    margin-left: 0px;
  }

  .btn.w33p {
    width: 33%;
    max-width: 304px;
  }

  .btn.w50p {
    width: 49%;
    max-width: 550px;
  }


  footer.scroll_bottom .fm a {
    filter: invert(0%) !important;
  }

  .imgs img.w100 {
    width: 100%;
    height: auto;
    margin: 0px;
    display: block;
  }

  .right.imgs {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }

  .left.imgs {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }

  .right.imgs img {
    margin-right: 0px;
  }

  .left.imgs img {
    margin-left: 0px;
  }

  #gmenu .inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  #gmenu .inner > * {
    margin: 0px;
    max-width: 30%;
    flex-basis: 30%;
  }


  footer {
    padding: 2rem 0px;
  }

  footer .fc p a {
    display: inline-block;
    line-height: 1;
  }

  footer .fc p a + a {
    border-left: 1px solid var(--blk);
    padding-left: 10px;
    margin-left: 10px;
  }

}



@media screen and (max-width: 767px),
(orientation: portrait) {


  html,
  body {
    font-size: 3.5vw;
  }

  header {
    padding: 0px 4vw;
    height: 60px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .send_btn {
    max-width: none;
  }

  #panel_btn {
    top: -0.5em;
    left: 4rem;
  }

  #gmenu {
    padding: 70px 4vw 70px;
  }

  #gmenu .acc,
  #gmenu .arrows {
    padding: 0.6em 0px;
    border-top: 1px solid #FFF;
  }

  #gmenu .sp_gm_btn {}

  #gmenu .sp_gm_btn a {
    background: #FFF;
    color: var(--ppl);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    padding: 0;
    line-height: 1.2;
    font-size: 0.875rem;
    margin-bottom: 0.5em;
  }

  #gmenu .sp_gm_btn a:before {
    display: none;
  }

  .sp_acc .acc_cont {
    display: none;
  }

  .btn {
    width: 80vw;
    max-width: 300px;
  }

  div.num.bwn h3:before {
    height: 100%;
  }


  #other_contents {
    padding: 6vw 2vw 4vw;
  }

  #other_contents .row.sp_col2 > * {
    flex-basis: 48%;
    max-width: 48%;
  }

  #other_contents .btn.wht_blk {
    margin-top: 0px;
  }


  footer {
    background-image: url(../images/footer_bg_l_sp.png), url(../images/footer_bg_r_sp.png);
    background-position: left center, right center;
    background-size: 30vw auto;
  }

  footer .fc {}

  footer .fc p {
    font-size: 1rem;
  }

  footer .fc p a {
    display: block;
    text-align: center;
  }

  footer .fc .btn {
    font-size: 1rem;
  }

  footer .fc .row.col2.mt1.w700,
  footer .fc .row.col3.mt1.w800 {
    width: 90vw;
    margin: 1rem auto;
  }

  footer .fc .row.col2.mt1.w700 a,
  footer .fc .row.col3.mt1.w800 a {
    width: 100%;
    max-width: 100%;
  }

  footer .fm {
    background: rgba(255, 255, 255, 0.8);
    left: auto;
    right: auto;
    bottom: 0;
    width: 100vw;
    padding: 1vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  footer .fm a {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
    display: flex;
    height: 4em;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0px;
    flex-basis: 33%;
    max-width: 33%;
    color: #FFF;
    padding: 0px;
    justify-content: center;
    box-sizing: border-box;
  }

  footer .fm a:before {
    filter: invert(100%);
  }

  footer .fm a:nth-child(2) {
    flex-grow: 1;
  }

  section {}

  section > .row {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .table_wrap {
    overflow-x: scroll;
    padding: 1rem 0px;
  }

  .table_wrap > table {
    width: 1000px;
  }
}


@media print {
#gmenu{
	visibility: hidden;}
}