@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

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

#container .container_inner {
  box-sizing: border-box;
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}

#side_navi {
  display: none;
}

/* ヘッダーロゴ */
#header p.lead {
  position: relative;
  top: 15px;
  left: 70px;
  font-size: 11px;
  color: #686767;
  padding-left: 4px;
}
#header h1.logo {
  margin: -3px 0 9px 0;
  width: 346px;
}

#footer_menu {
  line-height: 1.8em;
}

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

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

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

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

.button {
  display: block;
  background-color: #F3A583;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 0px;
  color: #ECA07F;
  font-weight: bold;
  text-decoration: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 14px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
}
.button img {
  width: 20%;
  margin-bottom: 15px;
}
.button:hover {
  background-color: #FFBD88;
  color: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0;
  top: -7px;
}

.cont__label {
  font-size: 16px;
  margin: 0 0 6px 0;
}

.title_label_txt {
  margin: 0 0 20px 50px;
  background: url(../images/common/title_logo.png) no-repeat;
  background-size: contain;
  line-height: 60px;
  padding-left: 60px;
  font-weight: normal;
  font-size: 23px;
}
.title_label_txt:after {
  content: '';
  display: inline-block;
  width: 50%;
  margin-top: 30px;
  margin-right: 60px;
  float: right;
  border-top: 1px solid #ccc;
}

.section {
  font-size: 14px;
}
.section .section__block {
  margin-bottom: 20px;
}
.section .section__label {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.section .section__label:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 20px;
  background: #f3a583;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: -3px;
}

/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* スマホ対応 */
.visible-sp-block, .visible-sp-inline {
  display: none;
  text-align: center;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 6.25%;
  }

  body {
    font-size: 14rem;
    -webkit-text-size-adjust: 100%;
    background: none;
  }

  p {
    margin-bottom: 10px;
  }

  a {
    text-decoration: none;
  }
  a:visited, a:link {
    text-decoration: none;
  }

  input {
    line-height: 2em;
  }
  input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    width: 100%;
  }
  input.long {
    width: 100%;
  }
  input.middle {
    width: 100%;
  }
  input.short {
    width: 30%;
  }

  .fa.pre {
    margin-right: 0.5em;
  }
  .fa.tail {
    margin-left: 0.5em;
  }

  ul.none {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .hidden-sp {
    display: none;
  }

  .visible-sp-block {
    display: block;
    text-align: center;
  }

  .visible-sp-inline {
    display: inline;
  }

  .row2 {
    /* clear fix */
    zoom: 1;
  }
  .row2 .col {
    float: left;
    width: 45%;
    margin-right: 10%;
  }
  .row2 .col:last-child {
    margin-right: 0;
  }
  .row2:before, .row2:after {
    content: "";
    display: table;
  }
  .row2:after {
    clear: both;
  }

  .title_label_txt {
    text-align: center;
    padding: 0;
    margin: 0 15px 15px 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
  }
  .title_label_txt:after {
    content: none;
  }

  .title_label {
    background-color: #FFDFD2;
    padding: 9px 0;
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: center;
  }

  .title_label2 {
    border-bottom: 1px solid #F28383;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .title_label2:before {
    content: "\f04d";
    font-family: FontAwesome;
    color: #F28383;
    margin-right: 0.5em;
    padding-bottom: 5px;
  }

  .title_label3 {
    color: #F38383;
    font-size: 15px;
    margin-bottom: 5px;
  }

  .btn_pink {
    display: block;
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 0 5%;
    margin-bottom: 25px;
    padding: 5px 0px;
    background-color: #F38383;
    text-decoration: none;
  }
  .btn_pink .fa {
    margin-right: 0.5em;
    font-size: 40px;
    vertical-align: middle;
  }
  .btn_pink:link, .btn_pink:visited {
    color: #fff;
    text-decoration: none;
  }

  #page_description {
    margin: 0 5%;
    margin-bottom: 40px;
  }
  #page_description .descriptioon_text {
    margin-bottom: 15px;
  }
  #page_description .page_menu {
    list-style-type: none;
  }
  #page_description .page_menu li {
    float: left;
    text-align: center;
    width: 49%;
    background-color: #F38383;
    color: #fff;
    line-height: 23px;
    font-size: 24px;
    margin: 0 2% 2% 0;
    padding: 10px 0;
    font-size: 14px;
  }
  #page_description .page_menu li .fa {
    font-size: 34px;
  }
  #page_description .page_menu li:nth-child(2n) {
    margin: 0;
  }
  #page_description .page_menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  #page_description .page_menu li.row2 {
    padding: 7px 0;
  }
  #page_description .page_menu li.row2 a {
    line-height: 1em;
  }

  #container {
    width: 100%;
  }
  #container #main_contents {
    width: 100%;
    margin: 0;
  }
  #container .container_inner {
    width: 100%;
    padding: 0 15px;
  }

  .blc_content {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
    line-height: 1.4em;
  }
  .blc_content .pic_w {
    width: 100%;
    margin-bottom: 10px;
  }

  #back-top .fa {
    margin: 0;
  }

  .content_title {
    text-align: center;
    border-bottom: 2px solid #F03F28;
    color: #F03F28;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    margin-bottom: 20px;
  }

  #header {
    background: none;
    background-color: #F38383;
    color: #fff;
    margin: 0 0 13px 0;
    padding: 0;
  }
  #header .header_logo {
    float: left;
    width: 55%;
    margin: 13px 0 13px 5%;
  }
  #header .header__menu {
    float: right;
    width: 40%;
    margin: 10px 0 10px 0;
    font-size: 32px;
  }
  #header .header__menu ul {
    list-style-type: none;
    margin: 0;
  }
  #header .header__menu a {
    color: #fff;
  }
  #header .header__menu li {
    width: 33%;
    float: left;
  }
  #header .header__menu .fa-envelope {
    position: relative;
    top: -2px;
    left: 0;
  }
  #header .header__menu .fa-bars {
    position: relative;
    top: 2px;
    left: 0;
  }

  .sidr {
    background-color: #ef7466;
    -moz-box-shadow: transparent 0 0 0 inset;
    -webkit-box-shadow: transparent 0 0 0 inset;
    box-shadow: transparent 0 0 0 inset;
  }
  .sidr ul {
    border: none;
  }
  .sidr ul li {
    border-top: 1px solid rgba(242, 82, 65, 0);
    border-bottom: 1px solid #faaaa2;
  }
  .sidr ul li a {
    text-align: center;
  }
  .sidr ul li a:hover {
    background-color: #F38383;
    -moz-box-shadow: transparent 0 0 0 inset;
    -webkit-box-shadow: transparent 0 0 0 inset;
    box-shadow: transparent 0 0 0 inset;
  }

  #footer {
    width: 100%;
    padding: 0;
    background: none;
  }
  #footer a {
    color: #fff;
  }
  #footer .footer_contact {
    margin: 0 5%;
    list-style-type: none;
  }
  #footer .footer_contact li {
    float: left;
    text-align: center;
    width: 49%;
    background-color: #F38383;
    color: #fff;
    line-height: 23px;
    font-size: 24px;
    margin: 0 2% 2% 0;
    padding: 10px 0;
    font-size: 14px;
  }
  #footer .footer_contact li .fa {
    font-size: 34px;
  }
  #footer .footer_contact li:last-child {
    margin: 0;
  }
  #footer .footer_contact li a {
    color: #fff;
    text-decoration: none;
  }
  #footer .footer_time {
    display: block;
    width: 90%;
    margin: 0 5%;
    margin-bottom: 25px;
    padding: 5px 0px;
    background-color: #685942;
    text-decoration: none;
  }
  #footer .footer_time .fa {
    margin-right: 0.5em;
    font-size: 40px;
    vertical-align: middle;
  }
  #footer .footer_about {
    text-align: center;
    margin: 0 5% 4% 5%;
    line-height: 1.1em;
  }
  #footer .footer_about .about_name {
    color: #685942;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.5em;
  }
  #footer .footer_about a {
    color: #F38383;
  }
  #footer .footer_access {
    display: block;
    width: 70%;
    margin: 0 15%;
    margin-bottom: 30px;
    padding: 5px 0px;
    background-color: #F38383;
    text-decoration: none;
  }
  #footer .footer_access .fa {
    margin-right: 0.5em;
    font-size: 40px;
    vertical-align: middle;
  }
  #footer .footer_totop {
    display: block;
    width: 100px;
    height: 50px;
    margin: 0 auto;
    background-color: #b5a07e;
    color: #fff;
    -moz-border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px;
    border-radius: 50px 50px 0 0;
  }
  #footer .footer_totop .fa {
    font-size: 30px;
    margin-top: 10px;
  }
}
