@charset "UTF-8";
/* CSS Document */
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
p {
  font-size: 13px;
}
a {
  text-decoration: none;
  outline: 0;
  color: #3782e7;
}
.red {
  color: red;
}
.underline {
  text-decoration: underline;
}
/**/
@media (min-width: 768px) {
  main.pagecontents.form-contents {
    /*margin-top: 80px;*/
    padding-top: 80px;
  }
}
/**/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select,
textarea {
  padding: 6px 10px;
  background-color: #fff;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d1d1d1;
  appearance: none;
}
textarea {
  vertical-align: top;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-group,
.form-inline .form-group {
  vertical-align: middle;
  display: inline-block;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 400;
}
.input-group {
  position: relative;
  display: table;
  margin-bottom: 10px;
}
.input-group.input-group-large .form-control,
.input-group.input-group-large .input-group-addon {
  font-size: 1.6rem;
  height: 42px;
  padding: 8px 14px;
  line-height: 1.3333333;
}
.input-group.input-group-small .form-control,
.input-group.input-group-small .input-group-addon {
  font-size: 1.2rem;
  height: 28px;
  padding: 4px 8px;
  line-height: 1.5;
}
.input-group .input-group-addon {
  background: #eee;
  color: #555;
  padding: 6px 12px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
.input-group .input-group-addon input {
  margin-bottom: 0;
}
.input-group .input-group-addon:first-child {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .input-group-addon:last-child {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input-group-btn .btn,
.input-group .input-group-btn button {
  margin-top: 0;
  margin-bottom: 0;
}
.input-group .input-group-btn .btn:first-child,
.input-group .input-group-btn button:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .input-group-btn .btn:last-child,
.input-group .input-group-btn button:last-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-btn {
  position: relative;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  color: #575757;
  background-color: #fff;
  background-image: none;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.form-control.input-lg {
  font-size: 1.6rem;
  height: 42px;
  padding: 8px 14px;
  line-height: 1.3333333;
}
.checkbox label {
  margin-bottom: 0;
  display: inline-block;
  font-size: 1.3rem;
}
.form-inline .form-group {
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 15px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
select {
  position: relative;
  border-color: #d3d3d3;
  border-radius: 2px;
  height: 28px;
  background: url(../images/pageForm/select_arrow.png) 100% center no-repeat
    #f8f8f8 !important;
  background-size: 15px 4px !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  line-height: 28px;
  padding: 0 20px 0 7px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  select {
    background-image: url(../images/pageForm/select_arrow@2x.png) !important;
  }
}
.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background: #4183c4;
  white-space: nowrap;
  outline: 0;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #3a7bbb;
}
.button i.fa,
button i.fa,
input[type="button"] i.fa,
input[type="submit"] i.fa,
input[type="reset"] i.fa {
  color: #fff;
  font-size: 14px;
  margin-right: 4px;
}
.button.btn-default,
button.btn-default,
input[type="button"].btn-default,
input[type="submit"].btn-default,
input[type="reset"].btn-default {
  color: #474747;
  background: #fff;
  border: 1px solid #ccc;
}
.button.btn-default i,
button.btn-default i,
input[type="button"].btn-default i,
input[type="submit"].btn-default i,
input[type="reset"].btn-default i {
  color: #474747;
}
.button.btn-default:hover,
button.btn-default:hover,
input[type="button"].btn-default:hover,
input[type="submit"].btn-default:hover,
input[type="reset"].btn-default:hover {
  background: #f8f8f8;
}
.button.btn-primary,
button.btn-primary,
input[type="button"].btn-primary,
input[type="submit"].btn-primary,
input[type="reset"].btn-primary {
  background: #4183c4;
}
.button.btn-primary.btn-border,
button.btn-primary.btn-border,
input[type="button"].btn-primary.btn-border,
input[type="submit"].btn-primary.btn-border,
input[type="reset"].btn-primary.btn-border {
  border: 1px solid #3a7bbb;
}
.button.btn-primary:hover,
button.btn-primary:hover,
input[type="button"].btn-primary:hover,
input[type="submit"].btn-primary:hover,
input[type="reset"].btn-primary:hover {
  background: #3a7bbb;
}
.button.btn-warning,
button.btn-warning,
input[type="button"].btn-warning,
input[type="submit"].btn-warning,
input[type="reset"].btn-warning {
  background: #f1c40f;
}
.button.btn-warning.btn-border,
button.btn-warning.btn-border,
input[type="button"].btn-warning.btn-border,
input[type="submit"].btn-warning.btn-border,
input[type="reset"].btn-warning.btn-border {
  border: 1px solid #e3b90d;
}
.button.btn-warning:hover,
button.btn-warning:hover,
input[type="button"].btn-warning:hover,
input[type="submit"].btn-warning:hover,
input[type="reset"].btn-warning:hover {
  background: #e3b90d;
}
.button.btn-success,
button.btn-success,
input[type="button"].btn-success,
input[type="submit"].btn-success,
input[type="reset"].btn-success {
  background: #26ae90;
}
.button.btn-success.btn-border,
button.btn-success.btn-border,
input[type="button"].btn-success.btn-border,
input[type="submit"].btn-success.btn-border,
input[type="reset"].btn-success.btn-border {
  border: 1px solid #23a186;
}
.button.btn-success:hover,
button.btn-success:hover,
input[type="button"].btn-success:hover,
input[type="submit"].btn-success:hover,
input[type="reset"].btn-success:hover {
  background: #23a186;
}
.button.btn-info,
button.btn-info,
input[type="button"].btn-info,
input[type="submit"].btn-info,
input[type="reset"].btn-info {
  background: #00aced;
}
.button.btn-info.btn-border,
button.btn-info.btn-border,
input[type="button"].btn-info.btn-border,
input[type="submit"].btn-info.btn-border,
input[type="reset"].btn-info.btn-border {
  border: 1px solid #00a1de;
}
.button.btn-info:hover,
button.btn-info:hover,
input[type="button"].btn-info:hover,
input[type="submit"].btn-info:hover,
input[type="reset"].btn-info:hover {
  background: #00a1de;
}
.button.btn-danger,
button.btn-danger,
input[type="button"].btn-danger,
input[type="submit"].btn-danger,
input[type="reset"].btn-danger {
  background: #dd6149;
}
.button.btn-danger.btn-border,
button.btn-danger.btn-border,
input[type="button"].btn-danger.btn-border,
input[type="submit"].btn-danger.btn-border,
input[type="reset"].btn-danger.btn-border {
  border: 1px solid #db563c;
}
.button.btn-danger:hover,
button.btn-danger:hover,
input[type="button"].btn-danger:hover,
input[type="submit"].btn-danger:hover,
input[type="reset"].btn-danger:hover {
  background: #db563c;
}
.button.btn-large,
button.btn-large,
input[type="button"].btn-large,
input[type="submit"].btn-large,
input[type="reset"].btn-large {
  font-size: 2.1rem;
  padding: 6px 18px;
}
.button.btn-large i.fa,
button.btn-large i.fa,
input[type="button"].btn-large i.fa,
input[type="submit"].btn-large i.fa,
input[type="reset"].btn-large i.fa {
  font-size: 28px;
}
.button.btn-small,
button.btn-small,
input[type="button"].btn-small,
input[type="submit"].btn-small,
input[type="reset"].btn-small {
  font-size: 1.2rem;
  padding: 3px 6px;
}
.btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn-group .btn,
.btn-group button {
  margin: 0;
}
.btn-group .btn-border:nth-child(n + 1) {
  border-left: 0;
}
.btn-group > * {
  border-radius: 0;
  float: left;
}
.btn-group > :first-child {
  border-radius: 3px 0 0 3px;
}
.btn-group > :last-child {
  border-radius: 0 3px 3px 0;
}
a:active,
a:focus,
a:hover {
  color: #0fa0ce;
  text-decoration: none;
  outline: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
td,
th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
.blurBorder,
.gallery,
.site-header,
.sub-label {
  text-align: center;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 0;
}
.inform-tt-02.text-14 dt {
  color: #1c386f;
  font-weight: 700;
}
/*ーーーーーーーーーーーーーーーーーーーーーーー
　　三角の矢印アイコン（正円背景）　　　
ーーーーーーーーーーーーーーーーーーーーーーー*/
.p.kuwasiku-miru a,
p.kuwasiku-miru span.type-a {
  position: relative;
  padding-right: 15px;
}
p.kuwasiku-miru a::after,
p.kuwasiku-miru span.type-a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #5380bc;
  border-right: solid 1px #5380bc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 56%;
  right: 7px;
  margin-top: -6px;
}
@media (max-width: 768px) {
  ol.sagasu-nav li {
    width: 49%;
  }
  ol.sagasu-nav li a {
    /* padding: 0.8em 0 0.8em 21px; */
    vertical-align: middle;
  }
}
/**/
ul.dayselect {
}
ul.dayselect li {
  margin-bottom: 1em;
}
ul.dayselect li p.kibou {
  margin-bottom: 0;
  font-weight: bold;
}
/**/
h1.pagetitle {
  padding: 0.5em 0;
}
h1.pagetitle span {
  font-size: 16px;
}
/**/
.sp-block span.mwform-radio-field {
  display: block;
}
/**/
div#reserve {
  padding-bottom: 2em;
  max-width: 820px;
  margin: auto;
}
/**/
.privacypolicy-check {
  border: 1px solid #cdcdcd;
  padding: 14px 0;
}
p.pp-link {
  text-align: center;
  margin-bottom: 0;
}
p.pp-link a {
  font-size: 18px;
  text-decoration: underline;
}
.privacypolicy-check .center-block {
  margin: 0;
}
/**/
.blue-line-square.center.kakiformyori {
  margin-bottom: 0;
}
.blue-line-square2 {
  border: 1px solid #60a2e4;
  margin: 0.7em auto;
  text-align: center;
  max-width: 700px;
  padding: 0.6em 0;
}
.blue-line-square2 p {
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.blue-line-square2 h3 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 0.3em;
}
@media (min-width: 721px) {
  .blue-line-square2.call-info {
    max-width: 320px;
  }
}
ul.form-call-link {
}
ul.form-call-link li {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
}
ul.form-call-link li a {
}
.blue-line-square2.call-info {
  border: 1px solid #cdcdcd;
  background-color: #edeff3;
  border-radius: 4px;
}
p.mltextpickup {
  background-color: #5380bc;
  color: #fff;
  line-height: 1.4;
  padding: 0.5em 7px;
  font-weight: bold;
  border-radius: 4px;
}
p.mltextpickup span {
  font-size: 81%;
}
@media (max-width: 768px) {
  p.mltextpickup span {
    display: block;
  }
}
p {
}
td.radio-field p {
  text-align: left;
}
@media (max-width: 768px) {
  table.table-2 input[type="email"],
  table.table-2 input[type="number"],
  table.table-2 input[type="search"],
  table.table-2 input[type="text"],
  table.table-2 input[type="tel"],
  table.table-2 input[type="url"],
  table.table-2 input[type="password"],
  table.table-2 textarea {
    font-size: 16px;
    max-width: 100%;
  }
}
/*--------------------------
ADD 20200427
---------------------------*/
#webformpage h1.pagetitle {
  border-bottom: 0;
  font-family: sans-serif;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #4e6488;
  padding-bottom: 5px;
  text-align: center;
}
#webformpage h1.pagetitle span {
  font-size: 73%;
}
.blue-box-text {
  text-align: center;
  margin-bottom: 1em;
}
.blue-box-text p {
  display: inline-block;
  background-color: #657ea6;
  color: #fff;
  font-weight: bold;
  padding: 0px 6px;
  margin-bottom: 0;
}
.contact-set2 p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
.contact-set2 p a {
  font-size: 117%;
  margin-left: 0.2em;
}
h3.goriyou-nagare {
  text-align: center;
  background-color: #919191;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-family: unset;
  padding: 3px;
}
.web-reserve-flow {
  background-color: #dee9f7;
  text-align: center;
  margin-bottom: 1em;
}
.goriyou-annai {
  background-color: #dee9f7;
}
.goriyou-annai dl {
  display: flex;
  align-items: center;
}
.goriyou-annai dl dt,
.goriyou-annai dl dd {
  margin: 0;
  width: 50%;
}
.goriyou-annai dl dt {
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5em 0.3em 0.5em 1em;
}
.goriyou-annai dl dd {
  padding-right: 0.8em;
}
p.wfp.link-btn.kuwasiku-miru {
  display: block;
  margin-bottom: 0;
}
p.wfp.link-btn.kuwasiku-miru a {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #333;
  font-weight: normal;
  border-color: #999;
  padding: 8px 6px;
  font-size: 17px;
  position: relative;
}
p.wfp.link-btn.kuwasiku-miru a:after {
  border-color: #999;
}
@media (min-width: 769px) {
  #webformpage h1.pagetitle {
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
  }
  #webformpage h1.pagetitle span {
    /* display: block; */
    font-size: 65%;
  }
  .blue-box-text p {
    font-size: 15px;
  }
  .web-reserve-flow .inner,
  .goriyou-annai .inner {
    max-width: 480px;
    margin: auto;
  }
  h3.goriyou-nagare {
    margin-top: 1.5em;
    font-size: 18px;
  }
}
ul.basiclist {
  padding-left: 2em;
}
ul.basiclist li {
  list-style-type: disc;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0.7em;
  font-weight: bold;
  color: #4c74a5;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ADD 20200507（しわ・たるみフォーム）
ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
p.kinshi-midashi {
  text-align: center;
  font-size: 18px;
  color: #537fbc;
}
p.kinshi-midashi span {
  font-size: 80%;
}
.privacypolicy-check.kinshijikou {
  margin-bottom: 1em;
  padding: 13px 20px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ADD Web予約フォームサンクスページ調整
ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.thanks-text {
  max-width: 640px;
  margin: 2em auto 1em;
}
.thanks-text p {
}
h1.pagetitle.thanks {
  line-height: 1.4;
}
h1.pagetitle.thanks span {
  display: block;
  font-size: 20px;
}
@media (max-width: 768px) {
  h1.pagetitle.thanks {
    text-align: left !important;
    font-size: 22px !important;
  }
  h1.pagetitle.thanks span {
  }
}
p.btn {
  text-align: center;
}
p.btn a {
  border: 1px solid #537fbc;
  display: block;
  text-decoration: none;
  background-color: #f1f7ff;
  font-size: 15px;
  padding: 0.3em;
  margin: 2em auto;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ADD Web予約フォーム毛穴治療
ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
dd.shinryoujikan p {
  line-height: 1.4;
  margin-bottom: 0.6em;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ADD Web予約フォームシミ治療
ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
td.datetime p {
  text-align: left;
}
/**/
p.nikibikeana-nashi {
  font-size: 12px;
  width: 90%;
  margin: 0 auto 1em;
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
}
@media (min-width: 600px) {
  p.nikibikeana-nashi {
    width: 100%;
    text-align: center;
  }
}
/*20210727 追加*/
.add-info-part {
  padding: 1.5em;
  margin-bottom: 2em;
}
.add-info-part h4 {
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .table-2 {
    border: none;
    border-top: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
  }
  .table-2 td,
  .table-2 th {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    font-weight: 400;
  }
  .table-2 th {
    border: none;
    width: 240px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-left-width: 0;
    vertical-align: text-bottom;
  }
}
@media (max-width: 767px) {
  .table-2,
  .table-2 tbody,
  .table-2 td,
  .table-2 th,
  .table-2 tr {
    display: block;
    width: 100%;
  }
  .table-2 th {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px dashed #d4dadb;
    background-color: #f1f7fd;
    padding: 4px 4px 4px 3em;
    text-align: left;
  }
  .table-2 td {
    text-align: left;
    padding: 8px;
  }
}
/**/
input#FormName,
input#FormSex {
  max-width: 30%;
}
span.mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-left: 10px;
}
/**/
.form-require {
  position: relative;
}
@media (min-width: 768px) {
  .form-require::after {
    position: absolute;
    content: "※";
    color: red;
    right: 10px;
    padding: 0 10px;
    top: 17px;
  }
}
@media (max-width: 767px) {
  .form-text {
    width: calc(100% - 32px);
  }
  .form-require:after {
    position: absolute;
    content: "※";
    color: red;
    left: 10px;
    top: calc(50% - 10px);
    padding: 0 10px;
  }
}
.center-block {
  font-weight: 700;
  font-size: 20px;
  margin-top: 1em;
  line-height: 2;
}
.blue-line-square.center p,
.btn-part,
.center-block,
.soushincp.gray-square p {
  text-align: center;
}
/**/
.btn-part {
  margin-top: 2em;
}
button.form-btn.form-btn-confirm,
button.form-btn.form-btn-submit,
input.form-btn.form-btn-back {
  background-color: #333;
  padding: 0.8em 3em;
  font-size: 22px;
}

.bold {
  font-weight: bold;
  font: 500 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.color-red {
  color: red;
}
span.ml-caution {
  font-size: 12px !important;
  line-height: 1.5 !important;
  display: inline-block;
  margin-top: 1em;
  font-weight: 700 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555 !important;
}
.text-red {
  color: #f44336;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 30px 0 20px 0;
}
.mb_3 {
  margin-bottom: 3% !important;
}
span.mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-left: 10px;
}
.mwform-radio-field-text {
  font-size: 14px;
}
p {
  text-align: justify;
  margin-top: 0;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
span {
  font-size: 14px;
}


/* ヘッダー */
img {
  width: 100%;
  height: auto;
}

.responsive-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .img-pc {
    display: none;
  }
}
.img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .img-sp {
    display: block;
  }
}

.link-opacity {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.link-opacity:hover {
  opacity: 0.7;
}

header {
  max-width: 100vw;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #011388;
}
header .hamburger-menu {
  max-width: 390px;
  width: 100%;
  padding: 15px 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
  top: 56px;
  right: -390px;
  background-color: #011388;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  header .hamburger-menu {
    max-width: 100vw;
    height: calc(100vh - 50px);
    padding-top: 10px;
    right: -100vw;
    top: 50px;
  }
}
header .hamburger-menu.show {
  right: 0;
}
header .hamburger-inner {
  max-width: 340px;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  header .hamburger-inner {
    max-width: 100%;
  }
}
header .hamburger-item + .hamburger-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #c5c6ce;
}
@media screen and (max-width: 767px) {
  header .hamburger-item + .hamburger-item {
    margin-top: 12px;
    padding-top: 13px;
  }
}
header .hamburger-item_link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .hamburger-item_title {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4d4d4d;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  header .hamburger-item_title {
    font-size: 16px;
    line-height: 22px;
  }
}
header .hamburger-item_arrow {
  max-width: 24px;
  width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #998c2c;
  border-radius: 50%;
}
header .hamburger-item_triangle {
  width: 10px;
  height: 10px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #998c2c;
}
header .hamburger-media .media-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
header .hamburger-media .media-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px) / 3);
  flex: 0 0 calc((100% - 20px) / 3);
}
header .hamburger-media .media-item_pic {
  max-width: 17px;
}
header .hamburger-media .media-item_text {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  header .hamburger-media .media-item_text {
    font-size: 14px;
    line-height: 14px;
  }
}
header .hamburger-media .media-item_link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #011388;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1607843137);
}
header .hamburger-media .media-item_link_tel .media-item_pic {
  max-width: 24px;
}
header .hamburger-media .media-item_link_web {
  background-color: #998c2c;
}
header .hamburger-media .media-item_link_web .media-item_pic {
  max-width: 17px;
}
header .hamburger-media .media-item_link_line {
  background-color: #00C300;
}

.header-wrapper {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header-wrapper {
    height: 50px;
    padding: 7px 14px;
  }
}
.header-logo {
  max-width: 245px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 210px;
  }
}
.header-textbox {
  margin-right: 24px;
  padding: 1px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .header-textbox {
    margin-right: 7px;
    padding: 2px 4px;
  }
}
.header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-text {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #011388;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .header-text {
    font-size: 12px;
    line-height: 17px;
  }
}
.header-text span {
  font-size: 20px;
  line-height: 19px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .header-text span {
    font-size: 18px;
    line-height: 17px;
  }
}
.header-subtext {
  font-size: 10px;
  line-height: 12px;
  color: #011388;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header-subtext {
    font-size: 9.5px;
    line-height: 12px;
  }
}
.header-hamburger .hamburger-wrapper {
  width: 32px;
  height: 32px;
}
.header-hamburger .hamburger-icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
.header-hamburger .hamburger-icon span {
  width: 12px;
  height: 1px;
  display: block;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  visibility: visible;
  opacity: 1;
}
.header-hamburger .hamburger-icon span + span {
  margin-top: 4px;
}
.header-hamburger .hamburger-icon.open span {
  height: 1.5px;
}
.header-hamburger .hamburger-icon.open span:first-child {
  width: 15px;
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.header-hamburger .hamburger-icon.open span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.header-hamburger .hamburger-icon.open span:last-child {
  width: 15px;
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 64px;
  right: 24px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 82px;
    right: 14px;
  }
}
.pagetop a {
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  background: #707070;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: block;
    background: #707070;
    text-align: center;
    position: relative;
    border-radius: 50%;
  }
}
.pagetop a::after {
  content: "";
  width: 2px;
  height: 12px;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 12.5px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  border-radius: 10px;
}
.pagetop a::before {
  content: "";
  width: 2px;
  height: 12px;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 12.5px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
