﻿@charset "UTF-8";

/*----------------------------------------------------
reset
----------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
}

body {
  counter-reset: titleNum;
}

html {
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  color: inherit;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"],
input[type="button"] {
  background-color: inherit;
  border: none;
  color: inherit;
  font-size: inherit;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}

/*----------------------------------------------------
text
----------------------------------------------------*/
.tac {
  text-align: center !important;
}

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

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

.fwb {
  font-weight: bold !important;
}

.italic {
  font-style: italic;
}

.suptxt {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.ruby {
  position: relative;
}

.ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: 1.5em;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

/* .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ffc1ae), to(#ffc1ae));
  background: linear-gradient(transparent 65%, #ffc1ae 65%, #ffc1ae 100%);
} */

.marker {
  /* display: inline-block; */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffa129cc), to(#ffa129cc));
  background: linear-gradient(transparent 50%, #ffc129cc 50%, #ffc129cc 100%);
}

.txt-shadow {
  text-shadow: 0px 0px 5px #3c3c3c;
}

.txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .tac-tb {
    text-align: center !important;
  }

  .tal-tb {
    text-align: left !important;
  }

  .tar-tb {
    text-align: right !important;
  }
}

/*----------------------------------------------------
  pc,sp on/off
----------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .pctb {
    display: none;
  }
}

@media only screen and (min-width: 481px) {
  .sp {
    display: none;
  }
}

/*----------------------------------------------------
  float
----------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.fl-pc {
  float: left;
}

.fr-pc {
  float: right;
}

.fl-tb {
  float: left;
}

.fr-tb {
  float: right;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .fl-pc {
    clear: both;
  }

  .fr-pc {
    clear: both;
  }
}

@media only screen and (max-width: 480px) {
  .fl-tb {
    clear: both;
  }

  .fr-tb {
    clear: both;
  }
}

/*----------------------------------------------------
  flex
----------------------------------------------------*/
.flex,
.flex-tb,
.flex-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-clm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: strat;
  align-items: flex-start;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-clm-bottom {
  margin-top: auto !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.flex-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.flex-col-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.flex-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.flex-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.flex-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.flex-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.flex-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.flex-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.flex-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.flex-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.flex-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .flex-clm-tb {
    flex-direction: column;
  }

  .flex-col-1-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .flex-col-2-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .flex-col-25-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .flex-col-3-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .flex-col-4-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .flex-col-5-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .flex-col-6-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-col-7-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .flex-col-8-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .flex-col-9-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .flex-col-10-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .flex-col-11-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .flex-col-12-tb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .flex-pc {
    display: block;
  }

  .flex-pc .flex-col-1,
  .flex-pc .flex-col-2,
  .flex-pc .flex-col-25,
  .flex-pc .flex-col-3,
  .flex-pc .flex-col-4,
  .flex-pc .flex-col-5,
  .flex-pc .flex-col-6,
  .flex-pc .flex-col-7,
  .flex-pc .flex-col-8,
  .flex-pc .flex-col-9,
  .flex-pc .flex-col-10,
  .flex-pc .flex-col-11,
  .flex-pc .flex-col-12 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .flex-col-1-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .flex-col-2-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .flex-col-25-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .flex-col-3-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .flex-col-4-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .flex-col-5-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .flex-col-6-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-col-7-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .flex-col-8-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .flex-col-9-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .flex-col-10-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .flex-col-11-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .flex-col-12-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .flex-tb {
    display: block;
  }

  .flex-tb .flex-col-1,
  .flex-tb .flex-col-2,
  .flex-tb .flex-col-25,
  .flex-tb .flex-col-3,
  .flex-tb .flex-col-4,
  .flex-tb .flex-col-5,
  .flex-tb .flex-col-6,
  .flex-tb .flex-col-7,
  .flex-tb .flex-col-8,
  .flex-tb .flex-col-9,
  .flex-tb .flex-col-10,
  .flex-tb .flex-col-11,
  .flex-tb .flex-col-12 {
    max-width: 100%;
  }
}

/*----------------------------------------------------
  余白
----------------------------------------------------*/
.pdA {
  padding: auto !important;
}

.pd1em {
  padding: 1em !important;
}

.pd2em {
  padding: 2em !important;
}

.pd0 {
  padding: 0 !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd60 {
  padding: 60px !important;
}

.pd70 {
  padding: 70px !important;
}

.pd80 {
  padding: 80px !important;
}

.pd90 {
  padding: 90px !important;
}

.pd100 {
  padding: 100px !important;
}

.pd150 {
  padding: 150px !important;
}

.pd200 {
  padding: 200px !important;
}

@media screen and (max-width: 768px) {
  .pd70 {
    padding: 35px !important;
  }

  .pd80 {
    padding: 40px !important;
  }

  .pd90 {
    padding: 45px !important;
  }

  .pd100 {
    padding: 50px !important;
  }

  .pd150 {
    padding: 75px !important;
  }

  .pd200 {
    padding: 100px !important;
  }
}

@media screen and (max-width: 480px) {
  .pd30 {
    padding: 20px !important;
  }

  .pd40 {
    padding: 20px !important;
  }

  .pd50 {
    padding: 25px !important;
  }

  .pd60 {
    padding: 30px !important;
  }
}

.ptA {
  padding-top: auto !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt2em {
  padding-top: 2em !important;
}

.pt0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pt200 {
  padding-top: 200px !important;
}

@media screen and (max-width: 768px) {
  .pt70 {
    padding-top: 35px !important;
  }

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

  .pt90 {
    padding-top: 45px !important;
  }

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

  .pt150 {
    padding-top: 75px !important;
  }

  .pt200 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 480px) {
  .pt30 {
    padding-top: 20px !important;
  }

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

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

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

.pbA {
  padding-bottom: auto !important;
}

.pb1em {
  padding-bottom: 1em !important;
}

.pb2em {
  padding-bottom: 2em !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 768px) {
  .pb70 {
    padding-bottom: 35px !important;
  }

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

  .pb90 {
    padding-bottom: 45px !important;
  }

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

  .pb150 {
    padding-bottom: 75px !important;
  }

  .pb200 {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 480px) {
  .pb30 {
    padding-bottom: 20px !important;
  }

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

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

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

.plA {
  padding-left: auto !important;
}

.pl1em {
  padding-left: 1em !important;
}

.pl2em {
  padding-left: 2em !important;
}

.pl0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pl200 {
  padding-left: 200px !important;
}

@media screen and (max-width: 768px) {
  .pl70 {
    padding-left: 35px !important;
  }

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

  .pl90 {
    padding-left: 45px !important;
  }

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

  .pl150 {
    padding-left: 75px !important;
  }

  .pl200 {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 480px) {
  .pl30 {
    padding-left: 20px !important;
  }

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

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

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

.prA {
  padding-right: auto !important;
}

.pr1em {
  padding-right: 1em !important;
}

.pr2em {
  padding-right: 2em !important;
}

.pr0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pr200 {
  padding-right: 200px !important;
}

@media screen and (max-width: 768px) {
  .pr70 {
    padding-right: 35px !important;
  }

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

  .pr90 {
    padding-right: 45px !important;
  }

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

  .pr150 {
    padding-right: 75px !important;
  }

  .pr200 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 480px) {
  .pr30 {
    padding-right: 20px !important;
  }

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

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

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

.mgN5 {
  margin: -5px !important;
}

.mgN10 {
  margin: -10px !important;
}

.mgN15 {
  margin: -15px !important;
}

.mgN30 {
  margin: -30px !important;
}

.mgA {
  margin: auto !important;
}

.mg1em {
  margin: 1em !important;
}

.mg2em {
  margin: 2em !important;
}

.mg0 {
  margin: 0 !important;
}

.mg10 {
  margin: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg50 {
  margin: 50px !important;
}

.mg60 {
  margin: 60px !important;
}

.mg70 {
  margin: 70px !important;
}

.mg80 {
  margin: 80px !important;
}

.mg90 {
  margin: 90px !important;
}

.mg100 {
  margin: 100px !important;
}

.mg150 {
  margin: 150px !important;
}

.mg200 {
  margin: 200px !important;
}

@media screen and (max-width: 768px) {
  .mg70 {
    margin: 35px !important;
  }

  .mg80 {
    margin: 40px !important;
  }

  .mg90 {
    margin: 45px !important;
  }

  .mg100 {
    margin: 50px !important;
  }

  .mg150 {
    margin: 75px !important;
  }

  .mg200 {
    margin: 100px !important;
  }
}

@media screen and (max-width: 480px) {
  .mg30 {
    margin: 20px !important;
  }

  .mg40 {
    margin: 20px !important;
  }

  .mg50 {
    margin: 25px !important;
  }

  .mg60 {
    margin: 30px !important;
  }
}

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

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

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

.mtA {
  margin-top: auto !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt200 {
  margin-top: 200px !important;
}

@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 35px !important;
  }

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

  .mt90 {
    margin-top: 45px !important;
  }

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

  .mt150 {
    margin-top: 75px !important;
  }

  .mt200 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 480px) {
  .mt30 {
    margin-top: 20px !important;
  }

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

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

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

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

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

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

.mbA {
  margin-bottom: auto !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 35px !important;
  }

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

  .mb90 {
    margin-bottom: 45px !important;
  }

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

  .mb150 {
    margin-bottom: 75px !important;
  }

  .mb200 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 480px) {
  .mb30 {
    margin-bottom: 20px !important;
  }

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

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

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

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

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

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

.mlA {
  margin-left: auto !important;
}

.ml1em {
  margin-left: 1em !important;
}

.ml2em {
  margin-left: 2em !important;
}

.ml0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ml200 {
  margin-left: 200px !important;
}

@media screen and (max-width: 768px) {
  .ml70 {
    margin-left: 35px !important;
  }

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

  .ml90 {
    margin-left: 45px !important;
  }

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

  .ml150 {
    margin-left: 75px !important;
  }

  .ml200 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 480px) {
  .ml30 {
    margin-left: 20px !important;
  }

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

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

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

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

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

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

.mrA {
  margin-right: auto !important;
}

.mr1em {
  margin-right: 1em !important;
}

.mr2em {
  margin-right: 2em !important;
}

.mr0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mr200 {
  margin-right: 200px !important;
}

@media screen and (max-width: 768px) {
  .mr70 {
    margin-right: 35px !important;
  }

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

  .mr90 {
    margin-right: 45px !important;
  }

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

  .mr150 {
    margin-right: 75px !important;
  }

  .mr200 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 480px) {
  .mr30 {
    margin-right: 20px !important;
  }

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

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

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

/*----------------------------------------------------
wide,height
----------------------------------------------------*/
.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

/*----------------------------------------------------
wrap
----------------------------------------------------*/
html {
  color: #462f33;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/*CSS だけで Web ページのフェードイン表示を実装する方法*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.wrap {
  width: 100%;
  min-width: 1060px;
}

@media only screen and (max-width: 768px) {
  .wrap {
    min-width: auto;
  }
}

.wrap_inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 768px) {
  .wrap_inner {
    padding: 0 20px;
  }
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*----------------------------------------------------
all
----------------------------------------------------*/
p + p {
  margin-top: 1em;
}

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

a:hover {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }

  a:hover img {
    opacity: 1;
  }

  a:active {
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    opacity: 0.8;
  }
}

/*-----------------------------
header
------------------------------*/
@media only screen and (max-width: 768px) {
  .header.bgc-beige {
    background-color: #fff !important;
  }
}
.header_left {
  position: relative;
  width: 500px;
  min-height: 73px;
  margin-bottom: 5px;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  .header_left {
    min-height: 64px;
    width: calc(100% - 60px);
    min-width: unset;
    margin-bottom: 0;
  }
}

.header_left .logo {
  /* width: 250px; */
  padding-top: 10px;
  margin-right: 30px;
}

.header_left .access {
  padding-top: 10px;
  width: 220px;
}

@media only screen and (max-width: 768px) {
  .header_left .logo {
    padding-top: 5px;
    margin-right: 0;
  }
}

.header_right {
  /* max-width: 610px; */
  /* width: calc(100% - 500px); */
  margin-right: 0;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_right .access {
  width: 220px;
}
.header_right .hours {
  font-size: 10px;
}
.header_right .hours .tag-brown {
  display: inline-block;
  width: 8em;
  /* vertical-align: top; */
  /* font-size: 9px; */
}

/* .header_right .hours_wrap .hours th {
  width: 8em;
  vertical-align: top;
  font-size: 9px;
}

.header_right .hours_wrap .hours td {
  vertical-align: middle;
  font-size: 10px;
  line-height: 1.4;
} */

.header_lower {
  position: relative;
}

.header_lower .header_catch {
  background: url(../img/header-staff.png) bottom left no-repeat;
  text-align: center;
  padding: 20px 0;
}

/*----------------------------------------------------
contact-btn、link
----------------------------------------------------*/
.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .top-fixed {
    padding-top: 17vw;
    top: auto;
    bottom: 0;
    background: url(../img/float-banner-sp.svg) center top / cover no-repeat;
  }

  .top-fixed .wrap_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-btn {
  max-width: 610px;
  width: calc(100% - 500px);
  margin-right: 0;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.contact-btn a + a {
  margin-left: 4px;
}

@media only screen and (max-width: 768px) {
  .contact-btn {
    max-width: 100%;
    width: 100%;
    flex-direction: row-reverse;
  }
  .contact-btn a {
    width: calc(100% / 2);
  }
  .contact-btn img {
    width: 100%;
  }

  .contact-btn a + a {
    margin-left: 0;
    margin-right: 0;
  }
}

.link {
  position: relative;
  display: inline-block;
  color: #fe004e;
  font-size: 15px;
  font-weight: bold;
  padding-right: 1em;
}

.link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.5em;
  border-color: transparent transparent transparent #fe004e;
}

/*----------------------------------------------------
nav(pc用)
----------------------------------------------------*/
@media only screen and (min-width: 769px) {
  .nav_btn,
  .nav_child_btn,
  .nav_child {
    display: none;
  }

  .nav_wrap {
    background-color: #41210f;
    height: 80px;
  }

  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    padding: 20px 0;
  }

  .nav_item {
    position: relative;
    border-left: 1px solid #fff;
  }

  .nav_item.end {
    border-right: 1px solid #fff;
  }

  .nav_item > a,
  .nav_group {
    display: block;
    color: #fff;
    padding: 12px 1em;
  }

  .nav_item:hover .nav_child {
    display: block;
  }

  .nav_child {
    position: absolute;
    top: 100%;
    left: -10px;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }

  .nav_child_item > a {
    display: block;
    text-align: left;
    padding: 10px 20px;
  }

  .nav_child_item > a:hover {
    background-color: #41210f;
    color: #fff;
    opacity: 1;
  }
}

@media screen and (max-width: 1000px) {
  .nav {
    font-size: 12px;
  }
}

/*----------------------------------------------------
nav(tb.sp用)
----------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }

  .nav_wrap {
    height: 0;
  }

  .dw {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9998;
    box-shadow: 0 0 10px #3c3c3c;
  }

  .dw .logo {
    /* width: 250px; */
    width: calc(100% - 80px);
    padding: 5px 0 5px;
    padding-left: 20px;
  }

  .nav {
    /* display: none; */
    /* position: fixed; */
    /* top: 60px;
    left: 0; */
    max-height: calc(100vh - 60px);
    width: 100%;
    background-color: #41210f;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 15px 30px;
    text-align: center;
    overflow-y: scroll;
  }

  .nav_item {
    position: relative;
    border-bottom: 1px solid #fff;
  }

  .nav_item.tb {
    border-bottom: none;
  }

  .nav_item > a,
  .nav_child_item > a {
    display: block;
    padding: 18px 1em;
    color: #fff;
  }

  .nav_child {
    position: relative;
    background-color: #fff;
  }

  .nav_child_item {
    border-bottom: 1px solid #41210f;
  }

  .nav_child_item:last-child {
    border-bottom: none;
  }

  .nav_child_item > a {
    color: #41210f;
  }

  .nav_btn {
    display: block;
    position: fixed;
    right: 15px;
    top: 0;
    width: 50px;
    height: 45px;
    background-color: #41210f;
    z-index: 9999;
  }

  .nav_btn span {
    position: absolute;
    width: 30px;
    left: 10px;
    border-bottom: solid 4px #fff;
    -webkit-transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
  }

  .nav_btn span:nth-child(1) {
    top: 10px;
  }

  .nav_btn span:nth-child(2) {
    top: 20px;
  }

  .nav_btn span:nth-child(3) {
    top: 30px;
  }

  .nav_btn.active span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav_btn.active span:nth-child(2),
  .nav_btn.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav_child_btn {
    display: block;
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    height: 54px;
    color: #fff;
    font-size: 16px;
  }

  .nav_child_btn::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }

  .nav_child_btn.active {
    background-color: #ffa129;
  }

  .nav_child_btn.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/*----------------------------------------------------
breadcrumbs
----------------------------------------------------*/
.breadcrumbs {
  font-size: 14px;
  line-height: 1.2;
  padding: 1em 0;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    min-height: 40px;
  }
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  padding: 0 0.2em;
}

@media only screen and (max-width: 480px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

/*----------------------------------------------------
2カラムレイアウト
----------------------------------------------------*/
.page-2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .page-2clm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .page-2clm {
    display: block;
  }
}

.page-2clm .sidebar {
  top: 0;
  -ms-flex-preferred-size: 233px;
  flex-basis: 233px;
  margin-right: 26px;
}

@media only screen and (max-width: 768px) {
  .page-2clm .sidebar {
    display: none;
  }
}

.page-2clm .sidebar .sticked {
  position: sticky;
  top: 10px;
}

.page-2clm .main {
  -ms-flex-preferred-size: 741px;
  flex-basis: 741px;
}

/*----------------------------------------------------
sidebar
----------------------------------------------------*/
.sidebar .sidebar-menu {
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  padding: 10px;
}

.sidebar .sidebar-menu > li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sidebar .sidebar-menu > li .marker01 {
  display: inline-block;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ffa129), to(#ffa129));
  background: linear-gradient(transparent 65%, #ffa129 65%, #ffa129 100%);
  padding: 5px 10px;
  margin-bottom: 10px;
}

.sidebar .category > li {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sidebar .category > li a {
  width: 100%;
  display: inline-block;
  padding: 8px 10px;
}

.sidebar .page-link > li {
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px dotted #462f33;
}

.sidebar .page-link > li a {
  width: 100%;
  display: inline-block;
  padding: 8px 10px;
}

/*----------------------------------------------------
address/hours
----------------------------------------------------*/
.address {
  min-width: 330px;
}

@media only screen and (max-width: 768px) {
  .address {
    min-width: 100%;
  }
}

.address .logo2 {
  max-width: 330px;
}

@media only screen and (max-width: 768px) {
  .address .logo2 {
    max-width: 100%;
  }
}

.address .tel {
  font-size: 30px;
}

.address .tel .icon {
  width: 1.3em;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .address .tel {
    font-size: 7vw;
  }
}

@media only screen and (max-width: 480px) {
  .address .tel .tag-pink {
    font-size: 10px;
  }
}

.hours-table {
  border: 2px solid #ffa129;
  font-size: 14px;
  line-height: 1.1;
  width: 100%;
}

.hours-table th {
  border: 1px solid #ffa129;
  background-color: #fff;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.hours-table td {
  border: 1px solid #ffa129;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 10%;
}

.hours-table thead td {
  padding: 1em 2px;
}

.hours-table tbody td {
  padding: 1.4em 2px;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
.footer {
  background-color: #ffa129;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}

.footer .flex-pc > div:nth-child(2) {
  padding-top: 90px !important;
  padding-left: 40px !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer .flex-pc > div:nth-child(2) {
    padding-top: 10px !important;
    padding-left: 10px !important;
  }
}

.footer .flex-pc > div:nth-child(2)::before {
  position: absolute;
  top: 0;
  right: 10px;
  content: "";
  width: 460px;
  height: 80px;
  background: url(../img/footer-banner.svg) center top / contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .footer .flex-pc > div:nth-child(2)::before {
    content: unset;
  }
}

@media only screen and (max-width: 768px) {
  .sns-btn-area {
    flex-direction: column;
    align-items: center;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
  }

  .sns-btn-area li {
    max-width: 488px;
  }
}

.copyright {
  background-color: #fcf8f4;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 12px;
  line-height: 1.4;
  padding: 40px 15px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .copyright {
    padding-bottom: 35vw;
  }
}

/*----------------------------------------------------
scroll-top
----------------------------------------------------*/
.scrollTop {
  position: fixed;
  right: 15px;
  bottom: 100px;
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  z-index: 9999;
}

@media only screen and (max-width: 768px) {
  .scrollTop {
    bottom: 32vw;
  }
}

.scrollTop:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.scrollTop button {
  display: block;
  width: 56px;
  height: 54px;
  background-color: rgba(233, 233, 233, 0.7);
  border-radius: 5px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}

.scrollTop button span {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #462f33;
  border-left: 3px solid #462f33;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-----------------------------
汎用color
------------------------------*/
.clr-white {
  color: #fff !important;
}

.clr-black {
  color: #000 !important;
}

.clr-orange {
  color: #ffa129 !important;
}

.clr-darkorange {
  color: #f3802b !important;
}

.clr-green {
  color: #a2cb2c !important;
}

.clr-pink {
  color: #fe004e !important;
}

.bgc-white {
  background-color: #fff !important;
}

.bgc-black {
  background-color: #000 !important;
}

.bgc-orange {
  background-color: #ffa129 !important;
}

.bgc-green {
  background-color: #a2cb2c !important;
}

.bgc-pink {
  background-color: #fe004e !important;
  color: #fff;
}

.bgc-beige {
  background-color: #fcf8f4 !important;
}

.bgc-yellow {
  background-color: #fffed0 !important;
}

/*-----------------------------
汎用font
------------------------------*/
.ffk {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
}

.ffm,
.header_left .access,
.header_right .hours,
.nav,
.footer {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/* .ffm800 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
} */

.fzN {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.fzN2 {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.fz10 {
  font-size: 10px;
  line-height: 1.4;
}

.fz12 {
  font-size: 12px;
  line-height: 1.4;
}

.fz15 {
  font-size: 15px;
  line-height: 1.7;
}

.fz17 {
  font-size: 17px;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  .fz17 {
    font-size: 16px;
  }
}

.fz18 {
  font-size: 18px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .fz18 {
    font-size: 16px;
  }
}

.fz20 {
  font-size: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .fz20 {
    font-size: 4.7vw;
    font-size: clamp(17px, 4.7vw, 20px);
  }
}

.fz22 {
  font-size: 22px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .fz22 {
    font-size: 4.7vw;
    font-size: clamp(17px, 4.7vw, 22px);
  }
}

.fz24 {
  font-size: 24px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .fz24 {
    font-size: 4.7vw;
    font-size: clamp(18px, 4.7vw, 24px);
  }
}

.fz26 {
  font-size: 26px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .fz26 {
    font-size: 5vw;
    font-size: clamp(19px, 5vw, 26px);
  }
}

.fz28 {
  font-size: 28px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .fz28 {
    font-size: 5.5vw;
    font-size: clamp(20px, 5.5vw, 28px);
  }
}

.fz30 {
  font-size: 30px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .fz30 {
    font-size: 6vw;
    font-size: clamp(20px, 5.7vw, 30px);
  }
}

.fz32 {
  font-size: 32px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .fz32 {
    font-size: 4.1vw;
    font-size: clamp(14px, 4.1vw, 32px);
  }
}

.fz40 {
  font-size: 40px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .fz40 {
    font-size: 5.4vw;
    font-size: clamp(24px, 5.4vw, 40px);
  }
}

.fz46 {
  font-size: 46px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .fz46 {
    font-size: 5.4vw;
    font-size: clamp(21px, 5.4vw, 46px);
  }
  .fz46.--lg {
    font-size: 7vw;
    font-size: clamp(26px, 7vw, 46px);
  }
}

.fz14 {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .fz14 {
    font-size: 11px;
    line-height: 1.8;
  }
}

.hl01 {
  border-bottom: 6px solid #ffa129;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  padding-bottom: 0.5em;
}

.hm01 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 1em;
  position: relative;
}

.hm01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1.4em;
  border-left: 8px solid #a2cb2c;
}

.hs01 {
  color: #a2cb2c;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 1em;
  position: relative;
}

.hs01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1.4em;
  border-left: 8px solid #a2cb2c;
}

.lh1p2 {
  line-height: 1.2;
}

.lh1p4 {
  line-height: 1.4;
}

.lh1p7 {
  line-height: 1.7;
}

.ls0 {
  letter-spacing: 0;
}

.ws-nowrap {
  white-space: nowrap;
}

/*-----------------------------
汎用
------------------------------*/
.icon {
  display: inline-block;
  padding-right: 0.2em;
  vertical-align: middle;
}

.tag-pink {
  background-color: #fe004e;
  border-radius: 1em;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 0.2em 1em;
  text-align: center;
  vertical-align: calc(50% + 0.2em);
  white-space: nowrap;
}

.tag-brown {
  display: block;
  background-color: #462f33;
  border-radius: 1em;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  padding: 0.4em;
  margin: 0.5em;
  text-align: center;
  white-space: nowrap;
}

.list-check li {
  position: relative;
  padding-left: 2.5em;
  line-height: 1.4;
}

.list-check li:not(:last-child) {
  margin-bottom: 1.5em;
}

.list-check li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background: url(../img/ico-check@2x.png) center center/contain no-repeat;
}

.list-check.--small li {
  padding-left: 2em;
}

.list-check.--small li:not(:last-child) {
  margin-bottom: 0.5em;
}

.list-check.--small li::before {
  width: 1.6em;
  height: 1.6em;
}

.list-circle li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
}

.list-circle li:not(:last-child) {
  margin-bottom: 0.5em;
}

.list-circle li::before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

.list-counter {
  counter-reset: num;
}

.list-counter li {
  position: relative;
  padding-left: 90px;
}

.list-counter li p {
  margin-left: -90px;
}

.list-counter li:not(:last-child) {
  margin-bottom: 40px;
}

.list-counter li::before {
  position: absolute;
  content: "point";
  top: 0;
  left: 0;
  background-color: #fe004e;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  padding-left: 1em;
  width: 80px;
}

.list-counter li::after {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  top: 0;
  left: 54px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .list-counter li {
    padding-left: 70px;
  }

  .list-counter li p {
    margin-left: -70px;
  }

  .list-counter li::before {
    width: 60px;
    font-size: 12px;
    line-height: 28px;
    padding-left: 0.7em;
  }

  .list-counter li::after {
    font-size: 16px;
    line-height: 28px;
    left: 42px;
  }
}

.list-counter02 {
  counter-reset: num;
}

.list-counter02 li:not(:last-child) {
  margin-bottom: 40px;
}

.list-counter02 figure {
  text-align: center;
}

.list-counter02 h4 {
  position: relative;
  padding-left: 110px;
}

.list-counter02 h4::before {
  position: absolute;
  content: "ポイント";
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-color: #ffa129;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.list-counter02 h4::after {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  top: 30px;
  left: 0;
  width: 90px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .list-counter02 h4 {
    padding-left: 70px;
  }

  .list-counter02 h4::before {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 30px;
  }

  .list-counter02 h4::after {
    width: 60px;
    top: 22px;
    font-size: 30px;
    line-height: 30px;
  }
}

.box01 {
  border: 2px solid #a2cb2c;
  border-radius: 10px;
  padding: 30px;
}

@media only screen and (max-width: 768px) {
  .box01 {
    padding: 15px;
  }
}

.box02 {
  display: block;
  border: 5px solid #fe004e;
  border-radius: 20px;
  padding: 15px 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .box02 {
    padding: 20px 15px;
  }
}

.box03 {
  display: block;
  background-color: #fff;
  border: 5px solid #cee467;
  border-radius: 5px;
  padding: 15px 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .box03 {
    padding: 20px 15px;
  }
}

.textbox01 {
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .textbox01 {
    padding: 0 20px;
  }
}

.step {
  color: #fe004e;
  font-size: 22px;
  font-weight: bold;
  margin: 30px 20px 30px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.step .tag {
  background-color: #fe004e;
  border-radius: 1em;
  color: #fff;
  font-size: 30px;
  margin-right: 10px;
  padding: 0.1em 1.5em;
}

.step .tag small {
  display: inline-block;
  position: relative;
  top: -3px;
  font-size: 18px;
}

.table01 {
  border: 2px solid #462f33;
}

.table01 .row-1 {
  width: 140px;
}

.table01 th,
.table01 td {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  border: 2px solid #462f33;
  padding: 1em 2px;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .table01 .row-1 {
    width: 80px;
  }

  .table01 th,
  .table01 td {
    font-size: 12px;
  }
}

.table01 th {
  font-weight: bold;
}

.list01 {
  font-size: 14px;
  line-height: 1.2;
  list-style: disc;
  padding-left: 1em;
}

.list01 li:not(:last-child) {
  margin-top: 0.5em;
}

.note {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 12px;
  line-height: 1.5;
}

/*-----------------------------
home
------------------------------*/
#page-home .mainVisual {
  position: relative;
  text-align: center;
  /* animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; */
}

@media only screen and (max-width: 768px) {
  #page-home .mainVisual {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
}

#page-home .mainVisual .banner-open {
  position: absolute;
  width: 212px;
  height: auto;
  bottom: 60px;
  right: 0;
}

@media only screen and (max-width: 768px) {
  #page-home .mainVisual .banner-open {
    width: 42%;
    bottom: 5vw;
    right: -2vw;
  }
  #page-home .mainVisual .banner-open img {
    width: 100%;
  }
}

/* #page-home .mainVisual .link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
} */

@media only screen and (max-width: 768px) {
  #page-home .sec01 {
    text-align: center;
  }

  #page-home .sec01 .fz17 {
    font-size: 4.2vw;
  }
}

@media only screen and (max-width: 768px) {
  /* #page-home .sec02 .wrap_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  } */

  #page-home .sec02 .tar {
    text-align: left !important;
  }
}

#page-home .point-list {
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  font-weight: bold;
  margin: 0 -5px;
}

#page-home .point-list li {
  display: flex;
  align-items: center;
  background-color: #fffed0;
  border: 3px solid #fd004e;
  border-radius: 0.5em;
  padding: 0.5em 0.2em 0.5em 2.5em;
  margin: 0 5px;
  position: relative;
  width: calc(25% - 10px);
}

#page-home .point-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  width: 1.3em;
  height: 1.3em;
  background: url(../img/ico-check-pink.png) center center / contain no-repeat;
}

@media only screen and (max-width: 768px) {
  #page-home .point-list {
    flex-wrap: wrap;
    font-size: 3.4vw;
    margin: -4px -2px 0;
  }

  #page-home .point-list li {
    width: calc(50% - 4px);
    margin: 4px 2px 0;
  }
}

#page-home .recommend-posi02 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  #page-home .recommend-posi02 {
    width: 35vw;
    bottom: 72vw;
    right: -5vw;
  }
}

#page-home .recommend-posi03-2 {
  position: absolute;
  bottom: 0;
  right: 10px;
}

@media only screen and (max-width: 768px) {
  #page-home .recommend-posi03-2 {
    width: 28vw;
    bottom: 35vw;
  }
}

#page-home .recommend-posi03-3 {
  position: absolute;
  top: 10px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #page-home .recommend-posi03-3 {
    width: 25vw;
    top: 25vw;
  }
}

#page-home .compare-arrow {
  padding: 5px;
}

#page-home .sect-recommend h3 {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #page-home .sect-recommend .flex-pc {
    margin: -10px !important;
  }

  #page-home .sect-recommend .flex-pc > * {
    padding: 10px !important;
  }
}

#page-home .review-ttl {
  color: #462f33;
  background-color: #cee467;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  padding: 0 30px;
  margin: 30px -35px;
}
#page-home .review-ttl img {
  border-radius: 50%;
  width: 48%;
}

#page-home .review-ttl strong {
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #page-home .review-ttl {
    font-size: 4.5vw;
    height: 30vw;
    padding: 0 5vw;
    margin: 6vw -20px;
  }

  #page-home .review-ttl strong {
    font-size: 7vw;
    margin-bottom: 0.5em;
  }
}

/*-----------------------------
#clinic
------------------------------*/
#clinic .flexbox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1060px) {
  #clinic .flexbox01 {
    display: block;
  }
}

#clinic .flexbox01 .address {
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
  margin-right: 10px;
}

#clinic .flexbox01 .hours-table_wrap {
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
}

/*-----------------------------
access
------------------------------*/
#page-access .banner01 {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  #page-access .banner01 {
    text-align: center;
  }
}

/*-----------------------------
contact
------------------------------*/
.formarea .formtable {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .formarea .formtable {
    display: block;
  }
}

.formarea .formtable th {
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
  padding: 10px;
}

@media only screen and (max-width: 480px) {
  .formarea .formtable th {
    display: block;
    padding: 5px 0;
  }
}

.formarea .formtable td {
  font-size: 14px;
  padding: 10px;
}

@media only screen and (max-width: 480px) {
  .formarea .formtable td {
    display: block;
    padding: 5px 0 20px;
  }
}

.formarea .formtable kome {
  color: #fe004e;
}

.formarea .formtable input[type="text"],
.formarea .formtable input[type="tel"],
.formarea .formtable input[type="email"],
.formarea .formtable textarea,
.formarea .formtable select {
  padding: 5px;
}

.formarea .formtable input[type="text"],
.formarea .formtable input[type="tel"],
.formarea .formtable input[type="email"],
.formarea .formtable textarea {
  width: 100%;
}

.formarea .formtable .checkbox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.formarea .formtable .checkbox-flex li {
  -ms-flex-preferred-size: 12em;
  flex-basis: 12em;
  padding: 5px 0;
}

@media only screen and (max-width: 480px) {
  .formarea .formtable .checkbox-flex li {
    -ms-flex-preferred-size: 10em;
    flex-basis: 10em;
  }
}

.formarea .submit-btn {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.formarea .submit-btn input[type="submit"] {
  display: inline-block;
  width: 100%;
  background-color: #ffa129;
  border-radius: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
}

.formarea .submit-btn::after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #462f33;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  opacity: 0.7;
}

/*-----------------------------
voice
------------------------------*/
.filter-cond li {
  display: inline-block;
}

.my-checkbox {
  display: block;
  position: relative;
  margin: 1em 0;
  padding-left: 28px;
  padding-right: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* テキストの選択を防ぐ */
}

/* inputは非表示に */
.my-checkbox input {
  display: none;
}

/* □ */
.checkmark {
  position: absolute;
  top: 0;
  /* 上からの位置 */
  left: 0;
  height: 22px;
  width: 22px;
  border: solid 2px #a2cb2c;
  /* 線 */
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ✓ */
.checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  /* チェックの位置 */
  top: 1px;
  /* チェックの位置 */
  width: 6px;
  /* チェックの大きさ */
  height: 10px;
  /* チェックの大きさ */
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

/* チェックが入ったときの□ */
.my-checkbox input:checked + .checkmark {
  background: #ffa129;
  /* チェック時の色 */
  border-color: #ffa129;
  /* チェック時の色 */
}

/* チェックが入ったときの✓ */
.my-checkbox input:checked + .checkmark:after {
  opacity: 1;
  /* 透明を解除 */
}

[data-filter-view]:not([data-filter-view=""]) [data-filter-key] {
  display: none;
}

[data-filter-view][data-filter-view~="10s"] [data-filter-key="10s"],
[data-filter-view][data-filter-view~="20s"] [data-filter-key="20s"],
[data-filter-view][data-filter-view~="30s"] [data-filter-key="30s"],
[data-filter-view][data-filter-view~="40s"] [data-filter-key="40s"],
[data-filter-view][data-filter-view~="50s"] [data-filter-key="50s"],
[data-filter-view][data-filter-view~="60s"] [data-filter-key="60s"],
[data-filter-view][data-filter-view~="70s"] [data-filter-key="70s"] {
  display: block;
}

/*-----------------------------
症例
------------------------------*/
.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -30px -15px 0;
}

.case-list_item {
  width: 50%;
  padding: 30px 15px 0;
}

.case-list_btn {
  display: block;
  background-color: #fcf8f4;
  display: flex;
  border: 1px solid;
}

.case-list_imgwrap {
  flex-shrink: 0;
  width: min(175px, 50%);
}

.case-list_txtwrap {
  flex-grow: 1;
  padding: 20px 20px;
  position: relative;
}

.case-list_ttl {
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}

.case-list_txt {
  font-size: 16px;
  line-height: 1.4;
}

.case-list_more {
  font-size: 13px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding-right: 20px;
}

.case-list_more::after {
  content: url(../img/icon-arrow-circle.svg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .case-list_item {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .case-list_txtwrap {
    padding: 20px 10px;
  }
  .case-list_ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .case-list_txt {
    font-size: 14px;
  }
  .case-list_more {
    font-size: 12px;
    right: 10px;
  }
}

.case-3cols {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.case-3cols > * {
  width: 257px;
  padding: 0 15px;
}

.case-box {
  background-color: #a2cb2c;
  border: 8px solid #a2cb2c;
  border-radius: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}

.case-ttl {
  /* background-color: #c5e55c; */
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 10px 4px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .case-3cols {
    max-width: 420px;
    margin: -30px auto 0;
  }

  .case-3cols > * {
    width: 100%;
    padding: 30px 0 0;
  }
}

.coming-soon a {
  position: relative;
  opacity: 0.7 !important;
  pointer-events: none;
}

.coming-soon a::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  content: "準備中";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#page-home .customer {
  background: linear-gradient(to bottom, #fefce3 60%, #ffffff 100%);
}
