@charset "UTF-8";
/* 明朝体 */
/* ゴシック体 */
/* ゴシック体 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* スマホスタイル */
.visible-sp-block, .visible-sp-inline {
  display: none;
}

html {
  font-size: 10px;
  font-size: 6.25%;
}

body {
  font-size: 15rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6em;
}

* {
  margin: 0px;
  padding: 0px;
  line-height: 1.5em;
}

.f_mincho {
  font-family: "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN W2", "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

br.sp {
  display: none;
}

.button {
  border-radius: 5px;
  background: linear-gradient(#FFF, #F0E4CE);
  color: #972E4C;
  text-align: center;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  line-height: 3em;
  display: inline-block;
  border: 1px solid #DABD87;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 10px;
}
.button.full {
  display: block;
}
.button .fa-r {
  margin-left: 0.5em;
}
.button .fa-l {
  margin-right: 0.5em;
}
.button:hover {
  background: linear-gradient(#d66686, #972E4C);
  color: #fff;
}
.button.button_ico {
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 20px;
  /* ボタン小 */
}
.button.button_ico .icon {
  height: 30px;
  position: absolute;
  top: 15px;
  left: 20px;
}
.button.button_ico .icon_r {
  height: 20px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.button.button_ico.button_s {
  padding: 3px 50px;
}
.button.button_ico.button_s .icon_r {
  height: 15px;
  position: absolute;
  top: 9px;
  right: 10px;
}

/* fontawesome の配置 */
.icon-left {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 45px;
}
.icon-left:before {
  content: "\f060";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 15px;
}

.icon-before:before {
  content: "\f060";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.icon-after:after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.icon-right {
  position: relative;
  top: 0;
  left: 0;
  padding-right: 45px;
}
.icon-right:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  right: 15px;
}

.accentBox {
  border-radius: 0 50px 50px 0;
  background: #fff;
  color: #a18728;
  padding: 1px 20px 1px 7px;
  display: inline-block;
}

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

.txtAln {
  text-align: center !important;
}

.clr {
  clear: both !important;
}

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

.schedule_tbl td.entry {
  width: 100px;
}

.styleTitle_1 {
  background: url(../images/common/bg_h2.jpg) no-repeat;
  font-weight: normal;
  height: 83px;
  width: 100%;
  font-size: 24px;
  color: #9e3250;
  line-height: 83px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.styleTitle_2 {
  border-top: 3px solid #9f3250;
  border-bottom: 1px solid #ccc;
  padding: 17px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #9e3250;
}

.style_h2 {
  font-size: 24px;
  color: #9e3250;
}

.icon-before:before {
  content: "\f060";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.flexiblebox {
  position: relative;
}
.flexiblebox:before {
  content: "";
  display: block;
  padding-top: 75%; /* 高さを幅の75%に固定 */
}
.flexiblebox .flexiblebox__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.flexbox_list { /* Safari */
  display: flex; /* Safari */
  flex-wrap: wrap; /* Safari */
  justify-content: space-between;
}

.schedule_table .schedule__type {
  border: 1px solid #9d304d;
  padding: 0 10px;
  color: #9d304d;
  line-height: 1.7em;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.schedule_table tbody td {
  padding: 15px 20px;
  font-size: 14rem;
}
.schedule_table tbody td.application {
  width: 144px;
  text-align: center;
}
.schedule_table tbody td.application a {
  display: inline-block;
  padding: 10px 20px;
  background: #9d304d;
  color: #fff;
}
.schedule_table tbody td.application a:not(:last-child) {
  margin-bottom: 7px;
}
.schedule_table tbody td .schedule__date {
  font-weight: bold;
  margin: 0 0 7px 0;
  display: inline-block;
  color: #9e3250;
}

#header {
  background-color: #333;
  color: #fff;
  background-image: url(../images/common/bg_red.jpg);
  background-repeat: repeat-x;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .inner {
  height: 95px;
}
#header .header__description {
  font-size: 12rem;
  font-weight: normal;
  margin-bottom: 15px;
  color: #f9e7ed;
}

#header_logo {
  float: left;
  margin-right: 21px;
}
#header_logo a {
  line-height: 1.6;
}

#h_copy {
  float: left;
  border-left: #b97386 1px solid;
  padding-top: 10px;
  padding-left: 23px;
  padding: 10px 70px 10px 23px;
  font-size: 11px;
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

#h_tel {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  font-size: 30px;
  font-family: Arial;
  line-height: 0.8em;
  text-align: center;
}
#h_tel .tel__label {
  margin-bottom: 5px;
}
#h_tel .tel__tel {
  line-height: 1em;
}
#h_tel .tel__tel img {
  position: relative;
  top: -3px;
  height: 24px;
  left: 0;
  margin-right: 3px;
  vertical-align: middle;
}
#h_tel .tel__open {
  font-size: 12rem;
}

#h_companyname_1 {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 15px;
  color: #fff;
}

#h_companyname_2 {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
  color: #fff;
}

#globalnavi {
  width: 100%;
  background-color: #f0f0f0;
  padding: 16px 0;
  border-top: 1px #ccc solid;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#globalnavi .inner {
  width: 100%;
  max-width: 1156px;
}
#globalnavi ul {
  list-style: none;
  float: left;
}
#globalnavi ul li {
  margin: 0px;
  padding: 0px;
  float: left;
  border-left: #ccc solid 1px;
  display: table;
}
#globalnavi ul a {
  text-align: center;
  background-color: #f0f0f0;
  color: #000;
  font-size: 13px;
  width: 156px;
  height: 50px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#globalnavi ul a#home {
  width: 54px;
}
#globalnavi ul a img {
  vertical-align: -9%;
}
#globalnavi ul a:hover {
  color: #9e3250;
}
#globalnavi.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#shyokyu #nav_kouza a, #taiken #nav_taiken a, #web #nav_web a {
  color: #9e3250;
}

ul#breadcrumbs {
  width: 950px;
  list-style: none;
  margin-bottom: 20px;
}
ul#breadcrumbs li {
  float: left;
  margin: 0 10px 0 0;
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
}
ul#breadcrumbs a {
  color: #9e3250;
}

input.long {
  width: 500px;
}
input.middle {
  width: 300px;
}
input.short {
  width: 100px;
}

textarea.larget {
  width: 650px;
  height: 250px;
}
textarea.middle {
  width: 650px;
  height: 250px;
}
textarea.small {
  width: 650px;
  height: 250px;
}

#contents {
  padding-top: 20px;
  padding-bottom: 50px;
}
#contents > .cs {
  margin-bottom: 80px;
}
#contents .content_body {
  margin: 50px 0 0 0;
}

.top #contents {
  padding-top: 60px;
  padding-bottom: 40px;
}

footer#footer {
  padding-top: 13px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #fff;
  font-size: 13px;
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  border-top: #ccc 1px solid;
  color: #ccc;
}
footer#footer .body {
  margin: 0 auto;
}
footer#footer .footer-totop {
  position: absolute;
  top: -50px;
  right: 20px;
}
footer#footer .footer-totop .fa {
  margin-right: 0.5em;
}
footer#footer .menu {
  margin: 0px auto 12px auto;
  text-align: center;
  font-size: 13px;
  width: 1000px;
}
footer#footer .menu a {
  color: #333333;
  height: 26px;
  line-height: 26px;
  display: block;
  width: 100%;
}
footer#footer .menu li {
  width: 14.1%;
  float: left;
}
footer#footer small {
  display: block;
  text-align: center;
  padding: 30px 0;
}

#f_address {
  background-image: url(../images/common/bg_red.jpg);
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  padding: 22px 0;
}
#f_address address {
  font-style: normal;
}

#companyname {
  line-height: 1.7;
}

#companyname_1 {
  font-size: 15px;
}

#companyname_2 {
  font-size: 22px;
}

#jyusho {
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  width: 210px;
  float: left;
}
#jyusho .jyusho__block {
  margin-bottom: 10px;
}
#jyusho .jyusho__block .jyusho__label {
  font-weight: bold;
}

small {
  background: #404040;
}

#f_tel {
  font-size: 33px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
#f_tel .fL {
  margin-top: 14px;
  line-height: 0.7em;
}

#f_contact {
  width: 487px;
}

#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  margin-right: 0;
  display: block;
}
#back-top a {
  display: block;
}
#back-top a:hover {
  opacity: 0.5;
}

body.sub #header_article {
  background: #404040;
  color: #fff;
}
body.sub #header_article .inner {
  font-size: 24px;
  position: relative;
}
body.sub #header_article img {
  position: absolute;
  right: 0;
  top: 0;
}
body.sub #header_article h1 {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 80px;
}

/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
@media screen and (max-width: 768px) {
  * {
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
    font-size: 6.25%;
  }
  body {
    font-size: 14rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6em;
  }
  body.sub #header_article {
    background-size: cover;
    height: 80px;
  }
  body.sub #header_article .inner {
    padding: 0;
    text-align: center;
  }
  body.sub #header_article .inner h1 {
    line-height: 80px;
    font-size: 20rem;
  }
  br.sp {
    display: inline;
  }
  #contents {
    padding-bottom: 0;
  }
  #contents > .cs {
    margin-bottom: 30px;
  }
  .hidden-sp {
    display: none;
  }
  .visible-sp-block {
    display: block;
  }
  .visible-sp-inline {
    display: inline;
  }
  img {
    width: 100%;
    height: auto;
  }
  .inner {
    width: 100%;
  }
  .styleTable td {
    padding: 20px 20px;
  }
  .styleTable td.entry {
    padding: 20px 20px 20px 0;
  }
  input.long {
    width: 100%;
  }
  input.middle {
    width: 50%;
  }
  input.short {
    width: 30%;
  }
  textarea.larget {
    width: 100%;
  }
  textarea.middle {
    width: 100%;
  }
  textarea.small {
    width: 100%;
  }
  .schedule_table .schedule__date {
    display: block;
  }
  .schedule_table tbody td {
    display: block;
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
  .schedule_table tbody td.application {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .schedule_table tbody td.application a {
    width: 47%;
    margin: 0 auto;
  }
  .schedule_table tbody td.application a:not(:last-child) {
    margin-bottom: 0;
  }
  header#header {
    height: 50px;
    padding: 0;
  }
  header#header #header_logo {
    width: 50%;
    margin: 0;
    line-height: 50px;
  }
  header#header #header_logo img {
    width: 90%;
    margin-left: 5%;
    vertical-align: middle;
  }
  header#header .header__menu {
    float: left;
    text-align: center;
    width: 50%;
  }
  header#header .header__menu a {
    color: #fff;
  }
  header#header .header__menu .col {
    float: left;
    width: 33.3%;
    height: 50px;
  }
  header#header .header__menu .col .menu-label {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 10rem;
  }
  header#header .header__menu .col .fa-mobile {
    font-size: 35rem;
  }
  header#header .header__menu .col .fa-envelope {
    font-size: 26rem;
    margin-top: 4px;
  }
  header#header .header__menu .col .fa-bars {
    font-size: 28rem;
    margin-top: 4px;
  }
  /* .row2, .row3 はスマホでは１列になる */
  .row2 .col {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .row3 .col {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  /* スマホで２列にするにはこのクラスを使用　.row2_sp */
  .row2_sp {
    /* clear fix */
    zoom: 1;
  }
  .row2_sp .col {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }
  .row2_sp .col:last-child {
    margin-right: 0;
  }
  .row2_sp:before, .row2_sp:after {
    content: "";
    display: table;
  }
  .row2_sp:after {
    clear: both;
  }
  .sidr {
    background-color: #9e3250;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset;
  }
  .sidr ul {
    border: none;
    background-color: #9e3250;
  }
  .sidr ul li {
    border-top: 1px solid rgb(183, 56, 90);
    border-bottom: 1px solid rgb(102, 16, 39);
  }
  .sidr ul li a {
    padding: 15px 15px;
  }
  .sidr ul li a:hover {
    background-color: #ad3051;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset;
  }
  .styleTitle_1 {
    background-position: center;
    background-size: auto 60px;
    font-size: 15rem;
    height: 60px;
    line-height: 60px;
    margin-bottom: 25px;
  }
  .styleTitle_1.sp_rows {
    line-height: 1.4em;
    padding: 10px 0;
  }
  footer#footer {
    text-align: center;
    padding: 0;
  }
  footer#footer #companyname #companyname_1, footer#footer #companyname #companyname_2 {
    font-size: 14rem;
  }
  footer#footer .fL {
    width: 100%;
  }
  footer#footer .footer__tel {
    margin-bottom: 15px;
  }
  footer#footer .footer__tel .tel__no {
    font-size: 35rem;
    font-weight: bold;
  }
  footer#footer .footer__tel .tel__no a {
    color: #fff;
  }
  footer#footer .footer-totop {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 0.9em;
  }
  footer#footer .footer-totop .fa {
    font-size: 1.7em;
  }
  footer#footer .footer__contact {
    margin: 0;
  }
  footer#footer .footer__contact li {
    height: auto;
  }
  footer#footer .footer__contact a {
    display: block;
    padding: 20px 0;
    color: #fff;
    background-color: #404040;
  }
  footer#footer .footer__contact a .fa {
    font-size: 30rem;
  }
  footer#footer small {
    font-size: 10rem;
    padding: 10px 0;
  }
  footer#footer #jyusho {
    width: 100%;
  }
  footer#footer #jyusho .jyusho__block {
    margin-bottom: 20px;
  }
  /* ページタイトル */
  #page-title {
    font-size: 18rem;
    padding: 50px 0;
  }
  .section__title {
    border-bottom: 2px solid #000;
    font-size: 18rem;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .section__inner {
    padding: 0 15px;
  }
  .section_blc {
    width: 90%;
    margin: 0 auto;
    border: 1px dashed #ddd;
    padding: 100px 0;
    margin-bottom: 15px;
    text-align: left;
  }
  .section__label {
    text-align: left;
    font-size: 15rem;
    margin-bottom: 10px;
  }
  .section__label .fa {
    margin-right: 0.5em;
  }
  /* パネル型ボタン */
  .buttons-panel {
    margin-bottom: 20px;
  }
  .buttons-panel li {
    background-color: #eee;
    height: 100px;
    width: 50%;
    float: left;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .buttons-panel li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  /* ワイド型ボタン */
  .button {
    background-color: #000;
    width: 90%;
    margin: 0 5%;
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14rem;
    text-decoration: none;
  }
  .button .fa-r {
    margin-left: 0.5em;
  }
  .button .fa-l {
    margin-right: 0.5em;
  }
}