@charset "UTF-8";
.enfont {
  font-family: 'Oswald'; }

* {
  font-size: 16px;
  /* 基準のフォントサイズを16pxとする */
  -webkit-text-size-adjust: 100%;
  /* ブラウザ側での自動調整をなしにする */ }

.btn {
  margin-bottom: 15px; }

h3 {
  font-size: 1.6em;
  color: #C40026; }

p {
  font-size: 1.0em;
  color: #242424;
  line-height: 1.7em;
  padding-bottom: 30px; }

.container h6 {
  font-size: 1.0em; }
.container ol {
  padding-left: 1.5em; }
.container li {
  font-size: 1.0em;
  margin-bottom: 0.5em;
  line-height: 1.7em; }
.container .contactlist br {
  display: block; }

.bg_glay {
  background-color: #F5F5F5; }

.container-fluid {
  padding: 0px; }

.header {
  min-height: 800px;
  background-image: url(images/bg.jpg);
  text-align: center;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px; }
  .header h1 {
    margin: 0px;
    padding: 0px;
    font-family: 'Oswald';
    font-size: 6em;
    padding-top: 180px; }
    .header h1 span {
      display: block;
      font-size: 0.3em;
      padding-bottom: 20px; }
  .header h2 {
    font-size: 1.6em; }
  .header p {
    margin-bottom: 1em;
    color: #fff; }
  .header .btnbox .btn {
    border-radius: 50em;
    font-size: 16px;
    min-width: 10em;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px; }

.col {
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px; }

.col.textarea {
  padding-top: 80px; }

.other h2 {
  margin-bottom: 40px; }
.other h4 {
  text-align: center;
  font-size: 1.6em;
  color: #C40026; }

.price, .contact {
  padding-bottom: 60px; }
  .price .btn, .contact .btn {
    width: 100%; }
  .price h2, .contact h2 {
    margin-bottom: 30px; }

.price .pricetable {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 0px 31px -22px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 31px -22px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 31px -22px rgba(0, 0, 0, 0.41); }
  .price .pricetable h3 {
    font-size: 1.6em;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #ccc; }
  .price .pricetable h4 {
    font-size: 1.6em;
    font-family: 'Oswald';
    text-align: center;
    padding: 20px;
    margin-bottom: 0px; }
  .price .pricetable table {
    width: 100%; }
    .price .pricetable table tr th, .price .pricetable table tr td {
      padding: 10px; }
    .price .pricetable table tr th {
      width: 50%;
      text-align: right;
      font-weight: normal;
      font-size: 0.8em; }
    .price .pricetable table tr td {
      width: 50%;
      text-align: left;
      font-size: 1.4em;
      font-weight: bold; }
    .price .pricetable table tr:nth-child(2n+1) {
      background: #eee; }

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #242424;
  text-align: center; }
  .footer h5 {
    font-family: 'Oswald'; }
  .footer .demo {
    text-align: center; }
  .footer .demo li {
    display: inline; }
    .footer .demo li a {
      display: inline-block;
      padding: 10px;
      color: #fff;
      font-size: 0.8em; }

.responsive-circle {
  font-size: 80px;
  font-weight: 700;
  margin: 0 auto 30px;
  width: 35%;
  border-radius: 50em;
  background-color: #242424; }
  .responsive-circle i {
    font-size: 350%;
    padding-top: 0px; }

.responsive-circle::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 100%;
  width: 100%; }

.responsive-circle div {
  color: white;
  float: left;
  line-height: 1em;
  margin-top: -0.5em;
  padding-top: 35%;
  text-align: center;
  width: 100%; }

strong {
  font-size: 100%;
  font-weight: normal; }

body.privacy .container {
  padding-bottom: 60px; }
body.privacy h1.portlet-title {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px; }
  body.privacy h1.portlet-title u {
    font-size: 30px;
    text-decoration: none; }

@media screen and (min-width: 640px) and (max-width: 979px) {
  p {
    font-size: 100%; }
    p br {
      display: none; }

  .price .pricetable h3 {
    font-size: 80%; }
  .price .pricetable h4 {
    font-size: 1.6em; }
  .price .pricetable table {
    width: 100%; }
    .price .pricetable table tr th, .price .pricetable table tr td {
      padding: 10px; }
    .price .pricetable table tr th {
      font-size: 1em; }
    .price .pricetable table tr td {
      font-size: 1.4em; } }
/* 横幅が639px以下の場合に適用 */
@media screen and (max-width: 639px) {
  .col {
    padding-top: 30px; }

  .col.textarea {
    padding-top: 10px; }

  .header {
    min-height: 600px;
    background-position: center; }
    .header h1 {
      padding-top: 90px; }
      .header h1 span {
        display: block;
        font-size: 22%;
        padding-bottom: 20px; }
    .header h2 {
      font-size: 120%; }

  h3 {
    font-size: 100%;
    text-align: center;
    color: #C40026; }

  p {
    font-size: 80%; }
    p br {
      display: none; }

  .container h6 {
    font-size: 80%; }
  .container li {
    font-size: 80%; }

  .price, .contact {
    text-align: center; }
    .price .btn, .contact .btn {
      width: auto; }

  .price p {
    padding-bottom: 0px; }

  .form-group {
    text-align: left; }
    .form-group label {
      text-align: left; }

  .footer .demo {
    text-align: center;
    padding: 0px;
    margin: 10px auto 10px auto;
    width: 50%; }
    .footer .demo li {
      display: block;
      float: none; }
      .footer .demo li a {
        display: block;
        padding: 10px;
        font-size: 0.8em;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc; }
    .footer .demo li:last-child a {
      border-bottom: 1px solid #ccc; } }
