/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}
hr {
  max-width: 50px;
  border-color: #f05f40;
  border-width: 3px;
}
hr.light {
  border-color: #fff;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover,
a:active,
a:focus {
  color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
}
a.link {
  color: #2b6366;
  text-decoration: none;
  transition: all 0.3s;
}
a.link:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
}
a:hover img {
  opacity: 0.5;
}
a img {
  transition: opacity 0.3s ease-out;
}
.more {
  color: #fff !important;
  text-decoration: none;
  transition: all 0.3s;
}
.more:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
}
p,
ul,
dl,
ol {
  margin-bottom: 20px;
  font-size: 150%;
  line-height: 1.6;
}
.bg-primary {
  background-color: #f05f40;
}
.bg-dark {
  color: #fff;
  background-color: #222;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.no-padding {
  padding: 0;
}
.navbar-default {
  border-color: rgba(34, 34, 34, 0.05);
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #fff;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  font-size: 280%;
  font-weight: bold;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-size: 15px;
  color: #222;
  letter-spacing: 1px;
  font-weight: 100;
  margin-left: 10px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #ccc;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #ccc !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 769px) {
  .navbar-default {
    padding: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    margin-bottom: 20px;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #ccc;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #000;
    margin-top: 10px;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #ccc;
  }
  .navbar-default.affix {
    background-color: #fff;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #f05f40;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #ccc;
  }
  .icon {
    margin-top: 9px !important;
  }
}
@media (max-width: 1200px) {
  .nav > li > a {
    padding: 15px 10px !important;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 420px;
  }
  .navbar-default {
    padding: 5px;
  }
  .navbar-brand {
    padding: 0 10px !important;
    margin-top: 6px;
    margin-bottom: 0;
    height: 40px;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    font-size: 140%;
    padding: 15px 0;
    text-align: center;
  }
  .icon2 {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 !important;
  }
  .mg2 {
    margin: 30px 0 !important;
  }

  .border2 a {
    border-left: solid 1px #000;
  }
  .mg a {
    margin-bottom: 20px;
    display: block;
  }
}
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    width: 50%;
    float: left;
    display: block;
    height: 50px;
    padding-bottom: 20px;
  }
  .icon {
    padding-top: 30px !important;
  }
  .border a {
    border: none;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: #fff;
  background-image: url(../img/main.jpg);
  background-position: center;
  background-size: cover;
  -o-background-size: cover;
}
header .header-content {
  position: relative;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
}
header .header-content .header-content-inner h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 500%;
  letter-spacing: 6px;
  margin-top: 70px;
  margin-bottom: 0;
  text-transform: uppercase;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  margin-bottom: 50px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  header {
    min-height: 900px;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
  header .header-content .header-content-inner p {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  header .header-content .header-content-inner h1 {
    font-size: 360%;
    letter-spacing: 2px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #f05f40;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.btn {
  color: #fff;
  background-color: #000 !important;
}
.btn-default {
  border-color: #fff;
  color: #222;
  background-color: #fff;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  border-color: #ededed;
  color: #222;
  background-color: #f2f2f2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #fff;
  background-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #222;
}
.btn-primary {
  border-color: #f05f40;
  color: #fff;
  background-color: #f05f40;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border-color: #ed431f;
  color: #fff;
  background-color: #ee4b28;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #f05f40;
  background-color: #f05f40;
}
.btn-primary .badge {
  color: #f05f40;
  background-color: #fff;
}
.btn {
  border: 0;
  text-transform: uppercase;
  background-color: #999;
}
.btn-xl {
  padding: 15px 30px;
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}
::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}
img::selection {
  color: #fff;
  background: 0 0;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}
/* ==========================================================================
NEWS 新着情報
========================================================================== */
#top-news dl {
  padding-bottom: 30px;
  text-align: left;
}
#top-news dt {
  float: left;
  width: 150px;
  font-weight: normal;
}
#top-news dt,
#top-news dd {
  padding-bottom: 15px;
}
.banner {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #top-news dl {
    padding: 0;
  }
  #top-news dt {
    color: #999;
    width: 100%;
    padding-bottom: 8px;
    font-weight: normal;
    display: block;
  }
  #top-news dd {
    padding-bottom: 20px;
  }
  .banner {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
/* ==========================================================================
GALLERY 施工事例
========================================================================== */
#gallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.taste {
  text-align: center;
  background: #fff;
  width: 100%;
}
.taste img {
  margin-bottom: 10px;
}

@media screen and (min-width: 1100px) {
  .taste {
    height: 340px;
    padding: 0 26px;
  }
  .taste h3.pd {
    padding: 14px 0 11px 0;
  }
}
@media screen and (min-width: 1024px) {
  .taste {
    height: 340px;
  }
  .taste h3.pd {
    padding: 14px 0 11px 0;
  }
}
.taste h3 {
  font-size: 240%;
  line-height: 100%;
  margin-bottom: 8px;
}
.taste span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40%;
  color: #666;
  font-weight: normal;
  display: block;
}
.taste p {
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }
  .taste {
    padding-bottom: 10px;
  }
  .taste h3 {
    font-size: 180%;
  }
  .taste h3.pd {
    padding: 12px 0 7px 0;
  }
}
/* ==========================================================================
FLOW 施工の流れ
========================================================================== */
.step {
  background-color: #eaeaea;
  padding: 35px 30px 5px 30px;
  margin-bottom: 15px;
}
.step h3 {
  margin-bottom: 20px;
}
.step h3 span {
  font-size: 90%;
  color: #fff;
  background-color: #666;
  padding: 5px 10px;
  margin-right: 15px;
  letter-spacing: 2px;
  font-weight: normal;
}
/* ==========================================================================
STAFF スタッフ紹介
========================================================================== */
#staff .box {
  margin: 20px 0 0 0;
}
#staff .mb {
  margin-bottom: 30px;
}
#staff .photo img {
  margin-bottom: 15px;
}
#staff .photo p {
  margin-bottom: 15px;
  font-size: 130%;
}
#staff .photo h3 span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #999;
  font-weight: normal;
  letter-spacing: 2px;
}
#staff .profile dl {
  font-size: 130%;
  padding-bottom: 15px;
  text-align: left;
}
#staff .profile dt {
  float: left;
  width: 100px;
  font-weight: normal;
}
#staff .profile dt,
#staff .profile dd {
  padding-bottom: 10px;
}
#staff .profile .comment {
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #staff .photo img {
    width: 189px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #staff .photo img {
    width: 60%;
    height: auto;
  }
  #staff .mb {
    margin-bottom: 0 !important;
  }
  #staff .profile dl {
    padding: 0;
  }
  #staff .profile dt {
    padding-bottom: 5px;
    font-weight: normal;
    float: none;
  }
  #staff .profile dd {
    padding-bottom: 20px;
    font-size: 15px;
  }
}
/* ==========================================================================
COMPANY 会社概要
========================================================================== */
.basicTable {
  width: 100%;
  border-top: 1px solid #ccc;
}
.basicTable th,
.basicTable td {
  font-size: 14px;
  text-align: left;
  line-height: 160%;
  padding: 20px 20px 20px 0;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.basicTable th {
  width: 30%;
}
.basicTable tr:nth-child(odd) {
  background: #fff;
}
.basicTable tr:nth-child(even) {
  background: #fff;
}
.basicTable p {
  color: #2b6366;
  font-weight: bold;
}
.basicTable ul {
  font-size: 13px;
  margin-left: 0;
  padding-left: 18px;
}
.basicTable b {
  font-size: 120%;
  display: block;
  padding-bottom: 10px;
}
#gmap {
  position: relative;
  padding: 0 0 56%;
  height: 0;
  overflow: hidden;
}
#gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 480px) {
  .basicTable {
    margin: 15px 0;
  }
  .basicTable th,
  .basicTable td {
    width: 100%;
    display: block;
    border-top: none;
    padding: 15px 15px 15px 0;
  }
  .basicTable th {
    border: none;
    padding-bottom: 5px;
  }
  .basicTable td {
  }
}
@media only screen and (max-width: 480px) {
  #check:checked + .panelcont {
    padding: 10px;
  }
  .basicTable {
    margin: 15px 0;
  }
  .basicTable th,
  .basicTable td {
    width: 100%;
    display: block;
    border-top: none;
    padding: 15px 15px 15px 0;
  }
  .basicTable th {
    border: none;
    padding-bottom: 5px;
  }
  .basicTable td {
  }
}
/* ==========================================================================
CONTACT 問い合わせフォーム
========================================================================== */
.contactform textarea {
  width: 100% !important;
  max-width: 100% !important;
  height: 160px !important;
}
.mfp_err {
  color: red;
}
.mfp_buttons {
  text-align: center;
}
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
div.mfp_err {
  background-image: none;
}
.mfp_element_checkbox,
.mfp_element_radio {
  vertical-align: baseline;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  padding: 15px 0;
}
form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
}
form#mailformpro label.mfp_checked {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.thanks-title {
  margin-bottom: 30px;
  font-size: 300%;
}
.thanks-txt {
  margin-bottom: 50px;
  font-size: 19px;
}
.thanks-note {
  font-size: 13px;
}
#contact-section {
  padding-bottom: 80px;
}
#contact-section .row {
  padding: 0 15px;
}
.contactform,
#mfp_confirm_table {
  font-size: 14px;
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 15px 0 30px 0;
}
.contactform th,
.contactform td,
#mfp_confirm_table th,
#mfp_confirm_table td {
  text-align: left;
  background-color: #fff;
  color: #333;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  line-height: 180%;
}
.contactform th,
#mfp_confirm_table th {
  width: 25%;
  letter-spacing: 1px;
  padding: 20px 0 0 0;
}
.contactform td,
#mfp_confirm_table td {
  padding: 20px 0;
}
.contactform ul,
#mfp_confirm_table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wdt0 {
  width: 15%;
}
.wdt1 {
  width: 50%;
}
.wdt2 {
  width: 80%;
}
.wdt3 {
  width: 100%;
}
.contactform select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #cccccc;
  padding: 6px 10px;
}
.contactform td div {
  vertical-align: middle;
  display: inline;
}
#contact-section input,
#contact-section select {
  vertical-align: middle;
  margin: 0 !important;
}
.contactform .block {
  padding-bottom: 10px;
}
.contactform td label {
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .block li {
    width: 280px;
    display: block;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .contactform,
  #mfp_confirm_table {
    margin: 15px 0;
    width: 100%;
  }
  .contactform th,
  .contactform td,
  #mfp_confirm_table th,
  #mfp_confirm_table td {
    display: block;
    border-top: none;
    width: 100%;
  }
  .contactform th,
  #mfp_confirm_table th {
    padding: 15px 0 10px 0 !important;
    border: none;
  }
  .contactform td,
  #mfp_confirm_table td {
    padding: 10px 0 20px 0 !important;
  }
  .wdt1,
  .wdt2,
  .wdt3 {
    width: 100% !important;
  }
  .block li {
    width: 50%;
    display: block;
    float: left;
  }
  .contactform td .block li label {
    font-size: 12px;
  }
}
.contactform tr th .r_icon,
#mfp_confirm_table tr th .r_icon {
  float: right;
  margin-bottom: 0 !important;
  padding-left: 5px;
}
.contactform td .txt,
#mfp_confirm_table td .txt {
  font-size: 12px;
  padding: 10px 0 0 0;
  margin-bottom: 0;
}
.contactform td div.mfp_err {
  display: none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*フォーム設定*/
input,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 140%;
  background: #000;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px; /* Safari,Google Chrome */
  -moz-border-radius: 3px; /* Firefox */
  transition: all 0.3s;
  letter-spacing: 1px;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  font-size: 140%;
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  color: #686868;
  padding: 8px 10px !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}
.contactform td div {
  vertical-align: middle;
}
#contact-section input,
#contact-section select {
  vertical-align: middle !important;
  margin: 0 !important;
}
.contactform .msg {
  color: #c00;
}
@media only screen and (max-width: 480px) {
  button,
  button[disabled]:hover,
  button[disabled]:focus,
  input[type="button"],
  input[type="button"][disabled]:hover,
  input[type="button"][disabled]:focus,
  input[type="reset"],
  input[type="reset"][disabled]:hover,
  input[type="reset"][disabled]:focus,
  input[type="submit"],
  input[type="submit"][disabled]:hover,
  input[type="submit"][disabled]:focus {
    font-size: 130%;
    padding: 10px 16px;
    letter-spacing: 0;
  }
  .contactform tr td span {
    display: inline;
  }
  .button {
    margin-bottom: 20px;
  }
}
.formbtn {
  padding: 10px 0 30px 0;
}
/* ==========================================================================
その他装飾
========================================================================== */
@media screen and (min-width: 1024px) {
  section {
    padding: 90px 0;
  }
  .bg1,
  .bg2,
  .bg3,
  .bg4,
  .bg5,
  .bg6 {
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
  }
}
.bg1 {
  background-image: url("../img/bg6.jpg");
}
.bg1 .txt {
  color: #fff;
  font-size: 140%;
  text-align: center;
  margin: 0 auto;
  padding-top: 190px;
  letter-spacing: 2px;
}
.bg1 .txt .headline2 {
  font-size: 280%;
}
.bg2 {
  background-image: url("../img/bg1.jpg");
}
.bg3 {
  background-image: url("../img/bg2.jpg");
}
.bg4 {
  background-image: url("../img/bg3.jpg");
}
.bg5 {
  background-image: url("../img/bg4.jpg");
}
.bg6 {
  background-image: url("../img/bg5.jpg");
}
.headline {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 380%;
  font-weight: bold;
  margin-bottom: 50px;
}
.headline2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 260%;
  font-weight: bold;
  margin-bottom: 30px;
}
.subhead {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 10px;
}
.mt30 {
  margin-top: 30px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.t_red {
  color: #c00;
}
.t_small {
  font-size: 12px;
}
.graybox {
  background-color: #eaeaea;
  padding: 20px;
}
.graybox p {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .center-pc {
    text-align: center;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding-bottom: 30px;
  }
  .headline {
    font-size: 260%;
    padding: 40px 0 20px 0;
    margin-bottom: 0;
  }
  .headline2 {
    font-size: 200%;
    padding-bottom: 0;
    letter-spacing: 0;
    text-align: center;
  }
  #flow .headline2 {
    text-align: left !important;
    line-height: 160%;
  }
  .bg1,
  .bg2,
  .bg3,
  .bg4,
  .bg5,
  .bg6 {
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }
  .bg1 .txt {
    font-size: 110%;
    padding-top: 75px;
  }
  .bg1 .txt .headline2 {
    font-size: 260%;
  }
  .center-sp {
    text-align: center;
  }
  .block-sp {
    display: block !important;
  }
  .graybox {
    background-color: #f0f0f0;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 320px) {
  .headline {
    padding-bottom: 5px;
  }
  .headline2 {
    padding-bottom: 0;
    line-height: 150%;
    letter-spacing: 0;
  }
  .subhead {
  }
  .subhead2 {
    color: #fff;
    padding: 6px 5px 7px 10px;
    background: #000;
    line-height: 150%;
  }
  .head-tit .tit span {
    font-size: 27px;
    padding: 8px 0;
  }
  .coverimg .txt {
    font-size: 17px;
    padding-top: 5px;
    letter-spacing: 0;
  }
  .coverimg h2 {
    font-size: 20px;
    letter-spacing: 0;
    padding-top: 0;
  }
  .coverimg2 .tit {
    font-size: 20px;
    letter-spacing: 0;
    padding: 0;
  }
}
.clr {
  zoom: 1;
}
.clr:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.clrfix {
  clear: both;
}
.block {
  display: block !important;
}

/* ==========================================================================
フッター
========================================================================== */
.copy {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 140%;
  letter-spacing: 1px;
}
.float_btn a {
  display: inline-block;
  text-decoration: none;
  background: #000;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding-top: 16px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: 0.4s;
  position: fixed;
  bottom: 80px;
  right: 15px;
}
.float_btn p {
  line-height: 120%;
  padding-top: 7px;
}

.float_btn a:hover {
  background: #999;
}
.float_btn .txt {
  font-size: 130%;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 40px;
}
#pageTop a {
  font-size: 160%;
  display: block;
  z-index: 999;
  padding: 6px 0 0 0;
  width: 40px;
  height: 40px;
  border: solid 2px #000;
  color: #000;
  text-decoration: none;
  text-align: center;
  opacity: 1;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .float_btn a {
    width: 70px;
    height: 70px;
    padding-top: 8px;
    bottom: 15px;
  }
  .float_btn a:hover {
    background: #999;
  }
  .float_btn p {
    line-height: 110%;
    padding-top: 5px;
  }
  .float_btn .txt {
    font-size: 12px;
  }
  #pageTop {
    display: none !important;
  }
}

/* 以下マウスを載せたときのスタイル */
.linkbox {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

/* 以下マウスを載せたときのスタイル */
.linkbox:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  transition: 0.3s ease-in-out;
}
