@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  overflow: auto;
  font-size: 16px;
  line-height: 1.8;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  background-image: url('../img/bg-img.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    background-image: none;
  }
}
@media (max-width: 768px) {
  body::before {
    background: url('../img/bg-img-sm.jpg') no-repeat center top;
    background-size: 100% auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
  }
}
p {
  font-size: 16px;
  line-height: 1.8;
  color: #222222;
  margin: 0 0 1.5em 0;
  padding: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #222222;
  line-height: 1.4;
}
ul,
ol {
  color: #222222;
  font-size: 16px;
  padding: 0 0 0 3em;
  margin: 2em 0 3em 0;
}
@media (max-width: 768px) {
  ul,
  ol {
    font-size: 16px;
  }
}
ul li,
ol li {
  line-height: 1.5;
  margin-bottom: 0.7em;
}
ul li ul,
ol li ul {
  list-style-type: circle;
  padding-left: 3em;
  margin: 0.8em 0;
}
ul {
  list-style-type: disc;
}
ul li ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
}
a {
  color: #5691bf;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 300;
}
a:link {
  color: #5691bf;
  text-decoration: none;
}
a:visited {
  color: #5691bf;
  text-decoration: none;
}
a:hover {
  color: #417dab;
  text-decoration: underline;
}
a:active {
  color: #417dab;
  text-decoration: underline;
}
strong {
  font-weight: 900;
  font-size: 1em;
  color: #222222;
}
em {
  font-weight: 700;
  font-size: 1em;
  color: #222222;
  font-style: italic;
}
small {
  font-size: 0.7em;
  color: #222222;
  font-weight: 200;
}
form {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
table {
  border-collapse: collapse;
  font-size: 1rem;
  color: #222222;
}
table th,
table td {
  padding: 1em;
}
@media (max-width: 768px) {
  table th,
  table td {
    padding: 1em 0.5em;
    font-size: 0.9em;
  }
}
table th {
  font-weight: 500;
}
table td {
  font-weight: 200;
}
@media (max-width: 768px) {
  table td {
    padding-left: 1em;
  }
}
iframe {
  margin: 0;
  margin-bottom: 10px !important;
}
address {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
figcaption {
  font-size: 12px;
  color: #555555;
  text-align: center;
  margin: 10px 0;
}
article {
  margin: 0;
  padding: 0;
}
.container-custom {
  zoom: 1;
  max-width: none;
  min-width: 0;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.container-custom:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container-custom:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .container-custom {
    max-width: none;
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
}
.container-100 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.container-960 {
  zoom: 1;
  max-width: none;
  min-width: 0;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.container-960:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container-960:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .container-960 {
    max-width: none;
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
}
.container-800 {
  zoom: 1;
  max-width: none;
  min-width: 0;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.container-800:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container-800:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .container-800 {
    max-width: none;
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
}
.container-700 {
  zoom: 1;
  max-width: none;
  min-width: 0;
  width: 700px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.container-700:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container-700:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .container-700 {
    max-width: none;
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
}
.l-header {
  width: 100%;
  height: auto;
  background: #fff;
}
@media (max-width: 768px) {
  .l-header {
    margin-bottom: 0;
    padding-top: 40px;
  }
}
.l-my-navbar {
  width: 100%;
  position: absolute;
  top: 120px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .l-my-navbar {
    top: 0;
  }
}
.l-footer {
  width: 100%;
  background: #32a093;
}
.my-h1-01 {
  margin: 1.2em 0 1.2em 0;
  font-size: 40px;
  font-weight: 200;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .my-h1-01 {
    font-size: 30px;
  }
}
* + .my-h1-01 {
  margin-top: 1.7em;
}
.my-h1-02 {
  margin: 1.2em 0 1.2em 0;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  background-image: url('../img/common--h-icon-01.png');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 47px 48px;
  background-color: #7fd7cd;
  padding: 15px 30px 15px 90px;
}
@media (max-width: 768px) {
  .my-h1-02 {
    font-size: 20px;
    background-size: 25px 26px;
    padding: 15px 20px 15px 60px;
  }
}
* + .my-h1-02 {
  margin-top: 1.7em;
}
.my-h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  color: #222;
  margin: 1.2em 0 1.2em 0;
}
@media (max-width: 768px) {
  .my-h2 {
    font-size: 20px;
  }
}
* + .my-h2 {
  margin-top: 3em;
}
.my-h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  padding: 0.2em 1em;
  margin: 0 0 1.5em 0;
  background: #7fd7cd;
}
.my-h3 small {
  font-size: 0.6em;
  font-weight: 300;
  color: #9f9f9f;
  margin: 0 0.2em;
}
@media (max-width: 768px) {
  .my-h3 {
    font-size: 0.9rem;
  }
}
* + .my-h3 {
  margin-top: 2.5em;
}
.my-h4 {
  font-size: 22px;
  font-weight: 700;
  color: #858585;
  border-bottom: 1px #858585 dotted;
  padding: 0.5em 0;
  margin: 0 0 1.5em 0;
}
.my-h4 small {
  font-size: 16px;
  font-weight: 300;
  color: #9f9f9f;
  margin: 0 0.2em;
}
@media (max-width: 768px) {
  .my-h4 {
    font-size: 18px;
  }
}
* + .my-h4 {
  margin-top: 3em;
}
.my-h5 {
  font-size: 18px;
  font-weight: 700;
  color: #858585;
  border-left: 5px #858585 solid;
  padding: 0.2em 0 0.2em 1em;
  margin: 0 0 1.5em 0;
  letter-spacing: 0.2em;
}
.my-h5 small {
  font-size: 12px;
  font-weight: 300;
  color: #9f9f9f;
  margin: 0 0.2em;
}
@media (max-width: 768px) {
  .my-h5 {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
* + .my-h5 {
  margin-top: 4.0em;
}
.my-h6 {
  font-size: 14px;
  font-weight: 700;
  color: #858585;
  border-left: 2px #858585 solid;
  padding: 0.2em 0 0.2em 1em;
  margin: 0 0 1.5em 0;
  letter-spacing: 0.2em;
}
.my-h6 small {
  font-size: 12px;
  font-weight: 300;
  color: #9f9f9f;
  margin: 0 0.2em;
}
@media (max-width: 768px) {
  .my-h6 {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
* + .my-h6 {
  margin-top: 4.0em;
}
.lp-h1 {
  text-align: center;
  color: #36956a;
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 20px 0;
}
.lp-h1 small {
  font-size: 30px;
  font-weight: 500;
  color: #36956a;
}
@media (max-width: 768px) {
  .lp-h1 {
    font-size: 22px;
  }
  .lp-h1 small {
    font-size: 16px;
  }
}
.my-table {
  width: 100%;
  margin: 2rem 0;
}
.my-table thead {
  font-weight: 700;
  font-size: 0.8rem;
}
.my-table thead th {
  border-bottom: 3px solid #ccc;
}
.my-table tbody th,
.my-table tbody td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.my-table--lattice thead {
  border-bottom: 3px solid #ccc;
}
.my-table--lattice tbody th,
.my-table--lattice tbody td {
  border: 1px solid #ccc;
}
.my-table--lattice tbody th {
  background: #eee;
  text-align: center;
}
.my-table-spec {
  width: 100%;
  margin: 1rem 0;
}
.my-table-spec thead {
  font-weight: 700;
  font-size: 14px;
}
.my-table-spec thead th {
  border: 3px solid #ccc;
}
.my-table-spec tbody th,
.my-table-spec tbody td {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 3px 1em;
}
.my-table-spec tbody th {
  background: #eee;
  width: 30%;
  text-align: center;
}
.ul-unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ul-s {
  font-size: 0.8rem;
  margin: 1em 0 1em 0;
}
.ul-s li {
  margin-bottom: 0.4em;
}
.dl-like-table {
  zoom: 1;
  width: 100%;
}
.dl-like-table:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.dl-like-table:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.dl-like-table dt {
  clear: both;
  float: left;
  width: 20%;
  color: #222222;
  text-align: right;
  line-height: 1.7;
  font-weight: 300;
  font-size: 1rem;
}
.dl-like-table dd {
  width: 75%;
  float: right;
  color: #222222;
  line-height: 1.7;
  margin-bottom: 0.8em;
  font-weight: 300;
  font-size: 1rem;
}
.dl-like-table ul {
  list-style-type: none;
  line-height: 1.7;
  font-weight: 300;
}
ol.paren li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -21px;
  margin-bottom: 7px;
}
ol.paren li:before {
  display: marker;
  content: '(' counter(cnt) ')';
  margin-right: 3px;
}
.my-navbar {
  z-index: 1000;
}
.my-navbar li {
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .my-navbar {
    width: 100%;
    min-height: 46px;
    background: #7fd7cd;
  }
  .my-navbar .my-navbar-trigger,
  .my-navbar .my-navbar-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .my-navbar .my-navbar-trigger {
    position: relative;
    width: 32px;
    height: 26px;
    top: 10px;
    left: 20px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .my-navbar .my-navbar-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
  }
  .my-navbar .my-navbar-trigger span:nth-of-type(1) {
    top: 0;
  }
  .my-navbar .my-navbar-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .my-navbar .my-navbar-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .my-navbar .my-navbar-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .my-navbar .my-navbar-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .my-navbar .my-navbar-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .my-navbar .my-navbar-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
}
.my-navbar--shadow {
  box-shadow: 0 3px 3px 0 #dddddd;
  -moz-box-shadow: 0 3px 3px 0 #dddddd;
  -webkit-box-shadow: 0 3px 3px 0 #dddddd;
}
.my-navbar--translucent {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=80);
}
@media (max-width: 768px) {
  .my-navbar--translucent {
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=80);
  }
}
@media (min-width: 768px) {
  .my-navbar--type01 {
    width: 100%;
    height: 60px;
    background: #7fd7cd;
  }
  .my-navbar--type01 ul {
    zoom: 1;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 960px;
    width: 960px;
    display: block;
  }
  .my-navbar--type01 ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .my-navbar--type01 ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .my-navbar--type01 ul li {
    width: 192px;
    height: 60px;
    float: left;
    border-bottom: 5px solid #7fd7cd;
  }
  .my-navbar--type01 ul li.navbar__item--active {
    background: none;
    border-bottom: none;
  }
  .my-navbar--type01 ul li:hover {
    border-bottom: 5px solid #2d9085;
    background: none;
  }
  .my-navbar--type01 ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 4.4;
  }
  .my-navbar--type01 ul li a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type01 ul li a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type01 ul li a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type01 ul li a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type01 ul li a i {
    font-size: 20px;
    color: #474747;
  }
  .my-navbar--type01 ul li a span {
    display: block;
    font-size: 11px;
    font-weight: 200;
    color: #777777;
    line-height: 0;
    margin-top: 0;
  }
  .my-navbar--type01 ul li#navbar__item-hospital {
    background: #ec512b;
  }
  .my-navbar--type01 ul li#navbar__item-hospital:hover {
    background: #f0775a;
  }
}
@media (min-width: 768px) {
  .my-navbar--type02 {
    zoom: 1;
    width: 100%;
    min-width: 960px;
    height: 60px;
    background: #7fd7cd;
  }
  .my-navbar--type02:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .my-navbar--type02:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .my-navbar--type02 ul {
    zoom: 1;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: right;
    margin-right: 40px;
  }
  .my-navbar--type02 ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .my-navbar--type02 ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .my-navbar--type02 ul li {
    width: auto;
    height: 60px;
    float: left;
    border-bottom: 5px solid #7fd7cd;
  }
  .my-navbar--type02 ul li.navbar__item--active {
    background: none;
    border-bottom: none;
  }
  .my-navbar--type02 ul li:hover {
    border-bottom: 5px solid #2d9085;
    background: none;
  }
  .my-navbar--type02 ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 4.4;
    padding: 0 20px;
  }
  .my-navbar--type02 ul li a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type02 ul li a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type02 ul li a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type02 ul li a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type02 ul li a i {
    font-size: 20px;
    color: #474747;
  }
}
@media (max-width: 768px) {
  .my-navbar--type01-sm ul {
    zoom: 1;
    width: 100%;
    background: #f0f0f0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
  }
  .my-navbar--type01-sm ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .my-navbar--type01-sm ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .my-navbar--type01-sm ul li {
    width: 50%;
    height: 66px;
    float: left;
    background: #f0f0f0;
  }
  .my-navbar--type01-sm ul li.navbar__item--active {
    background: none;
    border-bottom: none;
  }
  .my-navbar--type01-sm ul li:hover {
    border: none;
    background: #bdbdbd;
  }
  .my-navbar--type01-sm ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    line-height: 4.6;
    text-align: center;
  }
  .my-navbar--type01-sm ul li a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type01-sm ul li a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type01-sm ul li a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type01-sm ul li a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type01-sm ul li a i {
    font-size: 14px;
    color: #474747;
    margin-right: 0.2em;
  }
  .my-navbar--type01-sm ul li a span {
    display: none;
  }
}
@media (max-width: 768px) {
  .my-navbar--type02-sm ul {
    width: 100%;
    background: #e4c152;
    list-style-type: none;
    margin: 0;
    display: none;
    padding: 0;
  }
  .my-navbar--type02-sm ul li {
    width: 100%;
    height: 60px;
    background: #7fd7cd;
    margin: 0;
  }
  .my-navbar--type02-sm ul li.navbar__item--active {
    background: none;
    border-bottom: none;
  }
  .my-navbar--type02-sm ul li:hover {
    border: none;
    background: #b9e9e4;
  }
  .my-navbar--type02-sm ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    line-height: 4.6;
    text-align: center;
  }
  .my-navbar--type02-sm ul li a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type02-sm ul li a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type02-sm ul li a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type02-sm ul li a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .my-navbar--type02-sm ul li a:link {
    font-weight: 500;
  }
  .my-navbar--type02-sm ul li a i {
    font-size: 14px;
    color: #474747;
    margin-right: 0.2em;
  }
  .my-navbar--type02-sm ul li a span {
    display: none;
  }
  .my-navbar--type02-sm ul li#navbar__item-hospital {
    display: none;
  }
}
@media (min-width: 768px) {
  *.smonly {
    display: none !important;
  }
}
.header {
  width: 100%;
  height: 180px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .header {
    width: 94%;
    height: 80px;
    margin: 0 auto;
  }
}
.contact-info {
  width: 320px;
}
.contact-info .contact-info__text {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  text-align: right;
}
@media (max-width: 768px) {
  .contact-info .contact-info__text {
    font-size: 12px;
  }
}
.contact-info .contact-info__tel {
  font-size: 34px;
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  display: block;
  text-align: right;
}
.contact-info .contact-info__tel:link {
  color: #ffffff;
  text-decoration: none;
}
.contact-info .contact-info__tel:visited {
  color: #ffffff;
  text-decoration: none;
}
.contact-info .contact-info__tel:hover {
  color: #ffffff;
  text-decoration: none;
}
.contact-info .contact-info__tel:active {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .contact-info .contact-info__tel {
    font-size: 20px;
  }
}
.contact-info .contact-info__time {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  display: block;
  text-align: right;
}
.contact-info .contact-info__time:link {
  color: #ffffff;
  text-decoration: none;
}
.contact-info .contact-info__time:visited {
  color: #ffffff;
  text-decoration: none;
}
.contact-info .contact-info__time:hover {
  color: #ffffff;
  text-decoration: none;
}
.contact-info .contact-info__time:active {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .contact-info .contact-info__time {
    font-size: 12px;
  }
}
.contact-info--header {
  position: absolute;
  top: 60px;
  right: 0;
}
@media (max-width: 768px) {
  .contact-info--header {
    top: 100px;
    right: 20px;
  }
}
.home-top-img {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .home-top-img {
    width: 100%;
    height: 260px;
    background-size: cover;
  }
}
.home-top-img-01 {
  background-image: url('../img/home--top-img-01.jpg');
}
.home-top-img-02 {
  background-image: url('../img/home--top-img-02.jpg');
}
.home-top-img-03 {
  background-image: url('../img/home--top-img-03.jpg');
}
.home-top-img-04 {
  background-image: url('../img/home--top-img-04.jpg');
}
.home-top-img-05 {
  background-image: url('../img/home--top-img-05.jpg');
}
.home-top-img-06 {
  background-image: url('../img/home--top-img-06.jpg');
}
.home-top-img-07 {
  background-image: url('../img/home--top-img-07.jpg');
}
img.home-top-img__catch-01 {
  display: block;
  width: 500px;
  position: absolute;
  top: 20px;
  left: 3%;
}
@media (max-width: 768px) {
  img.home-top-img__catch-01 {
    width: 200px;
    top: 20px;
    left: 10px;
  }
}
img.home-top-img__catch-02 {
  display: block;
  width: 630px;
  position: absolute;
  bottom: 0;
  left: 3%;
}
@media (max-width: 768px) {
  img.home-top-img__catch-02 {
    width: 240px;
    bottom: 0;
    left: 0px;
  }
}
.img-wrapper {
  display: block;
  width: 100%;
  min-height: 20px;
  position: relative;
  overflow: hidden;
}
.img-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.img-wrapper--bordered {
  border: 1px #ccc solid;
}
.img-cropper {
  width: 100%;
  min-height: 20px;
  position: relative;
  overflow: hidden;
}
.img-cropper img {
  display: none;
}
.img-cropper img.img-cropper__w100 {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.img-cropper img.img-cropper__h100 {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.circle-box {
  position: relative;
  width: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.circle-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.circle-box__inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
a.wrapping-link:hover {
  text-decoration: none;
}
.sidebar {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .sidebar {
    padding: 0;
    margin-top: 60px;
  }
}
.side-content {
  width: 100%;
  margin-bottom: 30px;
}
.side-content-title {
  font-weight: 200;
  font-size: 1.2rem;
  padding: 12px 0;
  line-height: 1;
  color: #858585;
  border-bottom: 1px solid #858585;
  margin-bottom: 10px;
}
.my-breadcrumb {
  zoom: 1;
  width: 100%;
  margin: 15px 0;
}
.my-breadcrumb:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.my-breadcrumb:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.my-breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.my-breadcrumb ul li {
  float: left;
  font-size: 14px;
}
.my-breadcrumb ul li:not(:last-child):after {
  content: ">";
  padding: 0 10px;
}
.footer {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .footer {
    width: 100%;
  }
}
ul.footer-menu {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
ul.footer-menu li {
  display: inline-block;
  font-size: 12px;
  margin: 0 0.5em;
  color: #fff;
}
@media (max-width: 768px) {
  ul.footer-menu li {
    display: list-item;
    margin: 0 0 0.7em 0;
  }
}
ul.footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
ul.footer-menu li a:link {
  color: #ffffff;
  text-decoration: none;
}
ul.footer-menu li a:visited {
  color: #ffffff;
  text-decoration: none;
}
ul.footer-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
ul.footer-menu li a:active {
  color: #ffffff;
  text-decoration: underline;
}
.copyright {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.my-form-group {
  width: 100%;
  margin-bottom: 20px;
}
.my-form-group--has-error input[type="text"],
.my-form-group--has-error textarea {
  border-color: #d3534f !important;
  border-width: 2px !important;
  background-color: #f7dfde !important;
}
.my-form-group__item-name {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.my-form-group__alert {
  font-size: 14px;
  font-weight: 700;
  color: #d3534f;
  margin-top: 5px;
}
label:not(.radio-item-name):not(.checkbox-item-name) {
  font-weight: 700;
  font-size: 16px;
}
label.radio-item-name,
label.checkbox-item-name {
  font-size: 16px;
  font-weight: 400;
  padding-left: 0.2em;
}
label.my-radio-inline,
label.my-checkbox-inline {
  margin-right: 20px;
}
.label-asterisk:after {
  content: "*";
  font-size: 1.1em;
  color: #700;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.2em;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  width: 100%;
  display: block;
  border: 1px solid #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0.4em 0.7em;
  background-color: #fff;
  font-size: 18px;
}
@media (max-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"] {
    font-size: 14px;
  }
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
select {
  display: block;
  border: 1px solid #999;
  margin-bottom: 20px;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  width: 100%;
  height: 40px;
}
select option {
  font-size: 18px;
}
textarea {
  width: 100%;
  height: 250px;
  padding: 0.4em 0.7em;
  background-color: #fff;
  font-size: 18px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  resize: vertical;
}
@media (max-width: 768px) {
  textarea {
    font-size: 14px;
  }
}
.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=80);
  display: none;
  z-index: 1040;
}
.modal {
  width: auto;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  z-index: 1050;
  overflow: scroll;
}
@media (max-width: 768px) {
  .modal {
    width: 94%;
    height: 75%;
  }
}
.modal--md {
  width: 700px;
  height: 80%;
}
@media (max-width: 768px) {
  .modal--md {
    width: 94%;
    height: 75%;
  }
}
.modal__title {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.modal__form-contents p {
  font-size: 16px;
  margin: 0;
}
.modal__close--bottom {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 200;
  cursor: pointer;
}
.my-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  display: inline-block;
  width: auto;
  margin: 10px 15px 10px 0;
  padding: 0.5em 1.5em;
  background: none;
  color: #666666;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: solid 1px #ccc;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: background 0.2s;
}
.my-btn:link {
  color: #666666;
  text-decoration: none;
}
.my-btn:visited {
  color: #666666;
  text-decoration: none;
}
.my-btn:hover {
  color: #666666;
  text-decoration: none;
}
.my-btn:active {
  color: #666666;
  text-decoration: none;
}
.my-btn:link,
.my-btn:visited,
.my-btn:active,
.my-btn:hover {
  font-weight: 500;
}
.my-btn:hover {
  background: rgba(0, 0, 0, 0.1);
}
.my-btn--green {
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #2d7b57;
  background: linear-gradient(#3da877, #28704f);
}
.my-btn--green:link {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--green:visited {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--green:hover {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--green:active {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--green:hover {
  color: #ffffff;
  background: linear-gradient(#3faf7d, #2d7b57);
}
.my-btn--orange {
  color: #fff;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #de6634;
  background: linear-gradient(#e78e69, #dc5c27);
}
.my-btn--orange:link {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--orange:visited {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--orange:hover {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--orange:active {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--orange:hover {
  color: #ffffff;
  background: linear-gradient(#e89472, #de6634);
}
.my-btn--red {
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #992723;
  background: #c2322d;
}
.my-btn--red:link {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--red:visited {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--red:hover {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--red:active {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--red:hover {
  color: #ffffff;
  background: #a52b26;
}
.my-btn--outline-white {
  border: 1px solid #fff;
  color: #fff;
  color: #ffffff;
  text-decoration: none;
}
.my-btn--outline-white:link {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--outline-white:visited {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--outline-white:hover {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--outline-white:active {
  color: #ffffff;
  text-decoration: none;
}
.my-btn--outline-white:hover {
  background: rgba(255, 255, 255, 0.3);
}
.my-btn--block {
  display: block;
  margin: 60px 0;
}
@media (max-width: 768px) {
  .my-btn--block {
    margin: 40px 0;
  }
}
.my-btn--lg {
  font-size: 34px;
  padding: 0.6em 1em;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border-width: 2px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .my-btn--lg {
    font-size: 16px;
  }
}
.my-btn-group {
  zoom: 1;
  width: auto;
  margin: 40px 0;
  max-width: 100%;
}
.my-btn-group:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.my-btn-group:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.my-btn-group--center {
  margin: 40px auto;
  text-align: center;
}
.my-btn-group--center .my-btn {
  display: inline-block;
  margin: 10px;
}
.page-main {
  width: 100%;
  background: #fff;
}
.page-main__top-img {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 768px) {
  .page-main__top-img {
    height: 150px;
  }
}
.page-main__top-img--menu01 {
  background-image: url('../img/test/20160504-160752.jpg');
}
.page-main__top-img--contact {
  background-image: url('../img/test/20160504-160752.jpg');
}
.page-main__top-img__title {
  font-size: 40px;
  font-weight: 200;
  color: #fff;
  text-shadow: 2px 2px 7px #000000, -2px 2px 7px #000000, 2px -2px 7px #000000, -2px -2px 7px #000000;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
@media (max-width: 768px) {
  .page-main__top-img__title {
    font-size: 24px;
    left: 20px;
  }
}
.page-main__content {
  padding: 40px;
}
@media (max-width: 768px) {
  .page-main__content {
    padding: 40px 20px;
  }
}
.attention {
  border: 1px #ccc dotted;
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
}
.attention p {
  font-size: 0.9rem;
}
.attention p:last-child {
  margin-bottom: 0;
}
.attention--info {
  border-color: #45afd5;
  background-color: #ebf7fb;
}
.attention--success {
  border-color: #64b75a;
  background-color: #e9f5e8;
}
.attention--danger {
  border-color: #d3534f;
  background-color: #fcf2f2;
}
.formal p,
.formal li {
  font-size: 14px;
}
#to-pagetop-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  font-weight: 500;
  z-index: 9999;
}
@media (max-width: 768px) {
  #to-pagetop-btn {
    font-size: 12px;
    bottom: 5px;
    right: 5px;
  }
}
#to-pagetop-btn a {
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  color: #fff;
  padding: 20px 10px;
  line-height: 1;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#to-pagetop-btn a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
}
#contact-info {
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border: 1px solid #36956a;
}
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}
.row-6 {
  margin-left: -3px;
  margin-right: -3px;
}
.row-6 > div {
  padding-right: 3px;
  padding-left: 3px;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}
.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row-50 > div {
  padding-right: 25px;
  padding-left: 25px;
}
.w20 {
  width: 20px;
}
.w30 {
  width: 30px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.w120 {
  width: 120px;
}
.w140 {
  width: 140px;
}
.w140 {
  width: 140px;
}
.w160 {
  width: 160px;
}
.w180 {
  width: 180px;
}
.w200 {
  width: 200px;
}
.w220 {
  width: 220px;
}
.w240 {
  width: 240px;
}
.w260 {
  width: 260px;
}
.w280 {
  width: 280px;
}
.w300 {
  width: 300px;
}
.w320 {
  width: 320px;
}
.w340 {
  width: 340px;
}
.w360 {
  width: 360px;
}
.w380 {
  width: 380px;
}
.w400 {
  width: 400px;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h60 {
  height: 60px;
}
.h70 {
  height: 70px;
}
.h80 {
  height: 80px;
}
.h90 {
  height: 90px;
}
.h100 {
  height: 100px;
}
.h120 {
  height: 120px;
}
.h140 {
  height: 140px;
}
.h160 {
  height: 160px;
}
.h180 {
  height: 180px;
}
.h200 {
  height: 200px;
}
.h220 {
  height: 220px;
}
.h240 {
  height: 240px;
}
.h260 {
  height: 260px;
}
.h280 {
  height: 280px;
}
.h300 {
  height: 300px;
}
.h320 {
  height: 320px;
}
.h340 {
  height: 340px;
}
.h360 {
  height: 360px;
}
.h380 {
  height: 380px;
}
.h400 {
  height: 400px;
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}
.mt140 {
  margin-top: 140px;
}
.mt160 {
  margin-top: 160px;
}
.mt180 {
  margin-top: 180px;
}
.mt200 {
  margin-top: 200px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb200 {
  margin-bottom: 200px;
}
.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb100 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .mt0s {
    margin-top: 0;
  }
  .mt10s {
    margin-top: 10px;
  }
  .mt20s {
    margin-top: 20px;
  }
  .mt30s {
    margin-top: 30px;
  }
  .mt40s {
    margin-top: 40px;
  }
  .mt50s {
    margin-top: 50px;
  }
  .mt60s {
    margin-top: 60px;
  }
  .mt80s {
    margin-top: 80px;
  }
  .mt100s {
    margin-top: 100px;
  }
  .mt120s {
    margin-top: 120px;
  }
  .mt140s {
    margin-top: 140px;
  }
  .mt160s {
    margin-top: 160px;
  }
  .mt180s {
    margin-top: 180px;
  }
  .mt200s {
    margin-top: 200px;
  }
  .mb0s {
    margin-bottom: 0;
  }
  .mb10s {
    margin-bottom: 10px;
  }
  .mb20s {
    margin-bottom: 20px;
  }
  .mb30s {
    margin-bottom: 30px;
  }
  .mb40s {
    margin-bottom: 40px;
  }
  .mb50s {
    margin-bottom: 50px;
  }
  .mb60s {
    margin-bottom: 60px;
  }
  .mb80s {
    margin-bottom: 80px;
  }
  .mb100s {
    margin-bottom: 100px;
  }
  .mb120s {
    margin-bottom: 120px;
  }
  .mb140s {
    margin-bottom: 140px;
  }
  .mb160s {
    margin-bottom: 160px;
  }
  .mb180s {
    margin-bottom: 180px;
  }
  .mb200s {
    margin-bottom: 200px;
  }
  .pt0s {
    padding-top: 0;
  }
  .pt10s {
    padding-top: 10px;
  }
  .pt20s {
    padding-top: 20px;
  }
  .pt30s {
    padding-top: 30px;
  }
  .pt40s {
    padding-top: 40px;
  }
  .pt50s {
    padding-top: 50px;
  }
  .pt60s {
    padding-top: 60px;
  }
  .pt80s {
    padding-top: 80px;
  }
  .pt100 {
    padding-top: 100px;
  }
  .pb0s {
    padding-bottom: 0;
  }
  .pb10s {
    padding-bottom: 10px;
  }
  .pb20s {
    padding-bottom: 20px;
  }
  .pb30s {
    padding-bottom: 30px;
  }
  .pb40s {
    padding-bottom: 40px;
  }
  .pb50s {
    padding-bottom: 50px;
  }
  .pb60s {
    padding-bottom: 60px;
  }
  .pb80s {
    padding-bottom: 80px;
  }
  .pb100s {
    padding-bottom: 100px;
  }
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cb {
  clear: both;
}
.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
img.img-100 {
  width: 100%;
  height: auto;
}
img.img-60 {
  width: 60%;
  height: auto;
  display: block;
  margin: 20px auto;
}
@media (max-width: 768px) {
  img.img-60 {
    width: 80%;
  }
}
img.img-70 {
  width: 70%;
  height: auto;
  display: block;
  margin: 20px auto;
}
@media (max-width: 768px) {
  img.img-70 {
    width: 80%;
  }
}
img.img-max100 {
  max-width: 100%;
  height: auto;
}
img.img-left,
.imgbox-left {
  width: 45%;
  height: auto;
  float: left;
  margin: 10px 20px 10px 0;
}
img.img-right,
.imgbox-right {
  width: 45%;
  height: auto;
  float: right;
  margin: 10px 0 10px 20px;
}
img.img-pc70sm100 {
  display: block;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  img.img-pc70sm100 {
    width: 100%;
    height: auto;
  }
}
video.video-max100 {
  display: block;
  margin: 20px auto 40px auto;
  max-width: 100%;
  height: auto;
}
.bg-lightgray {
  background: #f0f0f0;
}
.bg-white {
  background: #fff;
}
.bg-lightgreen {
  background: #7fd7cd;
}
.bg-pink {
  background: #fbe9e4;
}
.bg-beige {
  background: #f1ece6;
}
.bg-craft {
  background: url('../img/common--bg-craft.jpg') 0 0 repeat;
}
.c-white {
  color: #fff;
}
.c-blue {
  color: #0095e0;
}
.c-green {
  color: #36956a;
}
.c-lightgreen {
  color: #45c5b6;
}
.c-pink {
  color: #e16974;
}
.c-orange {
  color: #ec512b;
}
.c-darkorange {
  color: #e93f15;
}
.fs08 {
  font-size: 0.8em;
}
.fs09 {
  font-size: 0.9em;
}
.fs11 {
  font-size: 1.1em;
}
.fs12 {
  font-size: 1.2em;
}
.fs14 {
  font-size: 1.4em;
}
.fs17 {
  font-size: 1.7em;
}
.fs20 {
  font-size: 2rem;
}
.fs40 {
  font-size: 4rem;
}
.fs10px {
  font-size: 10px;
}
.fs12px {
  font-size: 12px;
}
.fs14px {
  font-size: 14px;
}
.fs16px {
  font-size: 16px;
}
.fs18px {
  font-size: 18px;
}
.fs22px {
  font-size: 22px;
}
@media (max-width: 768px) {
  .fs22px {
    font-size: 16px;
  }
}
.fs30px {
  font-size: 30px;
}
@media (max-width: 768px) {
  .fs30px {
    font-size: 20px;
  }
}
.fs40px {
  font-size: 40px;
}
@media (max-width: 768px) {
  .fs40px {
    font-size: 20px;
  }
}
.fs50px {
  font-size: 50px;
}
@media (max-width: 768px) {
  .fs50px {
    font-size: 20px;
  }
}
.fs60px {
  font-size: 60px;
}
@media (max-width: 768px) {
  .fs60px {
    font-size: 30px;
  }
}
.fs80px {
  font-size: 80px;
}
@media (max-width: 768px) {
  .fs80px {
    font-size: 60px;
  }
}
.fw100 {
  font-weight: 100;
}
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw700 {
  font-weight: 700;
}
.fw900 {
  font-weight: 900;
}
.lh10 {
  line-height: 1;
}
.lh11 {
  line-height: 1.1;
}
.lh12 {
  line-height: 1.2;
}
.lh13 {
  line-height: 1.3;
}
.lh14 {
  line-height: 1.4;
}
.lh15 {
  line-height: 1.5;
}
.lh16 {
  line-height: 1.6;
}
.lh17 {
  line-height: 1.7;
}
.lh18 {
  line-height: 1.8;
}
.lh19 {
  line-height: 1.9;
}
.translucent-90 {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=80);
}
.translucent-80 {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.translucent-70 {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=80);
}
.hover-translucent {
  transition: all 0.3s;
}
.hover-translucent:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.logo {
  width: 250px;
  height: 75px;
  background: url('../img/logo.png') 0 0 no-repeat;
  background-size: 250px 75px;
  text-indent: -9999px;
  position: absolute;
  top: 20px;
  left: 40px;
  transition: all 0.3s;
}
.logo:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.logo a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .logo {
    width: 150px;
    height: 45px;
    background-size: 150px 45px;
    top: 20px;
    left: 0px;
  }
}
.my-content {
  width: 100%;
  margin-bottom: 60px;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .my-content {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.sns-icons a {
  display: inline-block;
  margin: 0 8px;
  color: #474747;
  text-decoration: none;
}
.sns-icons a:link {
  color: #474747;
  text-decoration: none;
}
.sns-icons a:visited {
  color: #474747;
  text-decoration: none;
}
.sns-icons a:hover {
  color: #474747;
  text-decoration: none;
}
.sns-icons a:active {
  color: #474747;
  text-decoration: none;
}
.sns-icons a i {
  font-size: 40px;
  display: block;
  color: #474747;
  transition: all 0.3s;
}
.sns-icons a i:hover {
  color: #7a7a7a;
}
@media (max-width: 768px) {
  .sns-icons a i {
    font-size: 34px;
  }
}
.sns-icons--header {
  position: absolute;
  top: 80px;
  right: 0;
}
@media (max-width: 768px) {
  .sns-icons--header {
    top: 140px;
  }
}
.strongest-text {
  background: #ec512b;
  font-weight: 700;
  color: #fff;
  margin: 0;
  width: 100%;
  padding: 10px 20px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .strongest-text {
    font-size: 20px;
  }
}
.event-box {
  width: 100%;
  min-height: 629px;
  background: #F8EAD9;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .event-box {
    min-height: auto;
  }
}
.event-box img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
.event-box p {
  margin: 0;
}
.event-box__title {
  color: #DB6A75;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.course-box {
  width: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.course-box__title-area {
  width: 100%;
  min-width: 100%;
  padding: 20px 10px;
  background: #DF9F50;
  position: relative;
}
.course-box__title {
  width: 100%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
}
.course-box__title-s {
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin: 2px 0;
  text-align: center;
  font-weight: 900;
  line-height: 1;
}
.course-box__body {
  padding: 20px;
  background: #fff;
  min-height: 472px;
}
@media (max-width: 768px) {
  .course-box__body {
    min-height: auto;
  }
}
.course-box__body p {
  margin: 0;
}
.talk-box {
  zoom: 1;
  margin-bottom: 20px;
}
.talk-box:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.talk-box:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.talk-box__talker-left {
  width: 10%;
  float: left;
  text-align: left;
}
@media (max-width: 768px) {
  .talk-box__talker-left {
    width: 15%;
  }
}
.talk-box__talker-right {
  width: 10%;
  float: right;
  text-align: right;
}
@media (max-width: 768px) {
  .talk-box__talker-right {
    width: 15%;
  }
}
.talk-box__icon {
  width: 100%;
  margin-bottom: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px #ccc solid;
}
.talk-box__talker-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
/* balloon left */
.talk-box__balloon-left {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  width: 95%;
  min-width: 115px;
  line-height: 34px;
  color: #2d0000;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 0;
  float: right;
}
.talk-box__balloon-left p {
  margin: 0;
}
@media (max-width: 768px) {
  .talk-box__balloon-left p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
.talk-box__balloon-left:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -20px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 0;
}
/* balloon right */
.talk-box__balloon-right {
  position: relative;
  display: inline-block;
  padding: 1em;
  width: 100%;
  min-width: 115px;
  line-height: 34px;
  color: #2d0000;
  background: #e6daca;
  border: 3px solid #2d0000;
  z-index: 0;
  float: left;
}
.talk-box__balloon-right p {
  margin: 0;
  text-indent: 1em;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .talk-box__balloon-right {
    width: 80%;
  }
  .talk-box__balloon-right p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
.talk-box__balloon-right:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #e6daca;
  z-index: 0;
}
.talk-box__balloon-right:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -12px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #2d0000;
  z-index: -1;
}
.header-contact-info {
  position: absolute;
  top: 20px;
  right: 40px;
  text-align: right;
}
.header-contact-info .header-contact-info__title {
  font-size: 14px;
  font-weight: 400;
  color: #388076;
  margin: 0;
  margin-bottom: 5px;
  line-height: 1;
}
.header-contact-info .header-contact-info__tel {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
  color: #388076;
  text-decoration: none;
}
.header-contact-info .header-contact-info__tel:link {
  color: #388076;
  text-decoration: none;
}
.header-contact-info .header-contact-info__tel:visited {
  color: #388076;
  text-decoration: none;
}
.header-contact-info .header-contact-info__tel:hover {
  color: #388076;
  text-decoration: none;
}
.header-contact-info .header-contact-info__tel:active {
  color: #388076;
  text-decoration: none;
}
.header-contact-info .header-contact-info__tel:hover {
  color: #306e66;
}
.header-contact-info .header-contact-info__time {
  font-size: 13px;
  font-weight: 500;
  color: #388076;
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.header-contact-info .header-contact-info__mail {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #388076;
  text-decoration: none;
}
.header-contact-info .header-contact-info__mail:link {
  color: #388076;
  text-decoration: none;
}
.header-contact-info .header-contact-info__mail:visited {
  color: #388076;
  text-decoration: none;
}
.header-contact-info .header-contact-info__mail:hover {
  color: #388076;
  text-decoration: none;
}
.header-contact-info .header-contact-info__mail:active {
  color: #388076;
  text-decoration: none;
}
.header-contact-info .header-contact-info__mail:hover {
  color: #306e66;
}
@media (max-width: 768px) {
  .header-contact-info {
    display: none;
  }
}
.header-contact-icons {
  display: none;
}
@media (max-width: 768px) {
  .header-contact-icons {
    display: block;
    position: fixed;
    top: 5px;
    right: 16px;
    z-index: 9999;
  }
  .header-contact-icons .header-contact-icons__icon {
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
    padding-top: 5px;
    background: #39b7a9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
  }
  .header-contact-icons .header-contact-icons__icon:link {
    color: #ffffff;
    text-decoration: none;
  }
  .header-contact-icons .header-contact-icons__icon:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .header-contact-icons .header-contact-icons__icon:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .header-contact-icons .header-contact-icons__icon:active {
    color: #ffffff;
    text-decoration: none;
  }
  .header-contact-icons .header-contact-icons__icon:hover {
    background: #2d9085;
  }
  .header-contact-icons .header-contact-icons__icon i {
    font-size: 27px;
    line-height: 1;
  }
}
img.bg-arrow {
  display: block;
  width: 300px;
  margin: 0 auto 20px auto;
  position: relative;
  top: -10px;
}
.appeal-box {
  background: #fff;
  margin-bottom: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.appeal-box__title {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px;
  background: #45c5b6;
}
.appeal-box__body {
  height: 300px;
  padding: 15px 20px;
  border: 1px solid #45c5b6;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.appeal-box__body p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .appeal-box__body p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .appeal-box__body {
    height: auto;
  }
}
.arrow_box {
  position: relative;
  background: #dbf3f0;
  border: 4px solid #49c6b8;
  padding: 20px;
}
.arrow_box p {
  font-size: 14px;
}
.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(219, 243, 240, 0);
  border-bottom-color: #dbf3f0;
  border-width: 20px;
  margin-left: -20px;
}
.arrow_box:before {
  border-color: rgba(73, 198, 184, 0);
  border-bottom-color: #49c6b8;
  border-width: 26px;
  margin-left: -26px;
}
.taikendan-box {
  background: #fff;
  padding: 25px 40px;
  margin: 0 0 20px 0;
}
.h-taikendans {
  background: url('../img/home--h-taikendan.png') 0 0 no-repeat;
  background-size: 447px 174px;
  width: 447px;
  height: 174px;
  text-indent: -9999px;
  margin: 0 0 -60px -60px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 768px) {
  .h-taikendans {
    background-size: 300px;
    margin: 0 0 -100px -40px;
  }
}
.h-taikendan {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #ec512b;
}
@media (max-width: 768px) {
  .h-taikendan {
    font-size: 18px;
  }
}
.branch-link-box {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 20px 10px 20px;
  border: 2px #ddd solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.branch-link-box__title {
  color: #ec512b;
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .branch-link-box__title {
    font-size: 20px;
  }
}
.branch-link-box__img {
  width: 80%;
  height: auto;
  display: block;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .branch-link-box__img {
    width: 80%;
  }
}
img.btn-to-directshop {
  display: block;
  width: 500px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  img.btn-to-directshop {
    width: 80%;
  }
}
.contact-info-box {
  width: 100%;
  padding: 20px 16px;
  background: #32a093;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.contact-info-box .contact-info-box__title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 768px) {
  .contact-info-box .contact-info-box__title {
    font-size: 20px;
  }
}
.contact-info-box .contact-info-box__lead {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 10px;
}
.contact-info-box .contact-info-box__tel {
  display: inline-block;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
  color: #ffffff;
  text-decoration: none;
}
.contact-info-box .contact-info-box__tel:link {
  color: #ffffff;
  text-decoration: none;
}
.contact-info-box .contact-info-box__tel:visited {
  color: #ffffff;
  text-decoration: none;
}
.contact-info-box .contact-info-box__tel:hover {
  color: #ffffff;
  text-decoration: none;
}
.contact-info-box .contact-info-box__tel:active {
  color: #ffffff;
  text-decoration: none;
}
.contact-info-box .contact-info-box__tel:hover {
  color: #f5f5f5;
}
@media (max-width: 768px) {
  .contact-info-box .contact-info-box__tel {
    font-size: 24px;
  }
}
.contact-info-box .contact-info-box__time {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-info-box .contact-info-box__mail {
  display: inline-block;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contact-info-box .contact-info-box__mail {
    font-size: 15px;
    padding: 0.5em 0.7em;
  }
}
.google-map {
  width: 100%;
  height: 400px;
  border: 3px solid #7fd7cd;
  margin: 40px 0 20px 0;
}
@media (max-width: 768px) {
  .google-map {
    width: 80%;
    height: 200px;
  }
}
.faq-area {
  background-image: url('../img/faq--illustration.png');
  background-repeat: no-repeat;
  background-position: right 100px;
}
@media (max-width: 768px) {
  .faq-area {
    background-image: none;
  }
}
.faq-box {
  width: 100%;
  margin-bottom: 20px;
}
.faq-box__q {
  width: 100%;
  padding: 0.5em 1.5em;
  border: solid 3px #36956a;
}
.faq-box__q p {
  margin: 0;
  font-size: 16px;
  color: #36956a;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq-box__q p {
    font-size: 14px;
  }
}
.faq-box__q p:hover {
  color: #7fd7cd;
}
.faq-box__a {
  display: none;
  width: 100%;
  padding: 1em 1.5em;
  border-bottom: solid 3px #36956a;
  border-left: solid 3px #36956a;
  border-right: solid 3px #36956a;
}
.faq-box__a p {
  margin: 0;
  font-size: 16px;
  color: #333;
}
@media (max-width: 768px) {
  .faq-box__a p {
    font-size: 14px;
  }
}
.credit {
  width: 100%;
  margin: 15px auto;
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #36956a;
}
.credit p {
  text-align: center;
  font-size: 16px;
  color: #36956a;
  margin: 0;
}
