@charset "UTF-8";
/* CSS Document */
/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease; }

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)"; }

a {
  color: #222;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

html {
  overflow-y: auto; }

body {
  font-size: 14px;
  font-family: "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
  color: #222;
  line-height: 1.8;
  min-width: 1000px;
  overflow: hidden; }

/*■02.CLEAR FLOAT*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.hidden {
  display: none; }

/*■03.USE MEDIA*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.media, .media-body {
  overflow: hidden; }

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden; }

/*■04.LAYOUT*/
.container {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

/*■05.FLEX*/
.dis_flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */ }

.flex_between {
  display: flex;
  justify-content: space-between; }

.flex_between_center {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flex_center_center {
  display: flex;
  justify-content: center;
  align-items: center; }

/*justify-content*/
.flex_jus_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start; }

.flex_jus_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end; }

.flex_jus_center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center; }

.flex_jus_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }

.flex_jus_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around; }

.flex_jus_ini {
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial; }

/*align-items*/
.flex_align_item_start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start; }

.flex_align_item_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end; }

.flex_align_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch; }

.flex_align_item_baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline; }

.flex_align_item_center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center; }

.flex_align_item_ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial; }

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_bg {
  width: 100%;
  margin-right: -100%; }

.flex_content {
  width: 100%;
  position: relative; }

/*■06.HEADER*/
#myHeader {
  width: 100%;
  margin: 15px 0; }

.h_main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.h_logo {
  width: 329px; }

.h_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px; }
  .h_right .tel_fax {
    width: 390px; }
    .h_right .tel_fax .ttl {
      max-width: 350px;
      margin: 0 auto 10px auto;
      background: #f9ee6e;
      border-radius: 15px;
      text-align: center;
      font-size: 12px;
      padding: 2px 0 2px 5px;
      line-height: 1.5; }
    .h_right .tel_fax figure {
      text-align: center; }
  .h_right .h_btn {
    width: 190px; 
}
.h_right .tel_fax .text_bold{
  font-size: 12px;    
  margin-top: 5px;
}

.btn_contact {
  width: 100%;
  display: block;
  position: relative;
  background: #ef9b08;
  border-radius: 7px;
  border-bottom: 3px solid #d9d9d9;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3;
  overflow: hidden; }
  .btn_contact:after {
    position: absolute;
    content: "";
    background: url(../common_img/icon_mail.png);
    width: 21px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px; }
  .btn_contact:before {
    position: absolute;
    content: "";
    background: #ef8508;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: -1; }
  .btn_contact:hover {
    background: #ef8508;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
    .btn_contact:hover:before {
      background: #ef9b08; }

/*■07.GNAV*/
#gnav {
  position: relative;
  background: #df2127;
  padding: 11px 0;
  -webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.15);
  z-index: 2; }
  #gnav:before {
    position: absolute;
    content: "";
    background: #d00208;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0; }
  #gnav ul {
    display: flex;
    justify-content: space-between; }
    #gnav ul li {
      position: relative;
      text-align: center;
      width: 200px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #gnav ul li:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 30px;
        background: #e27174; }
      #gnav ul li:last-child:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 30px;
        background: #e27174; }
      #gnav ul li a {
        text-decoration: none;
        font-size: 15px;
        color: #fff;
        font-weight: bold;
        display: block;
        position: relative;
        width: 100%;
        line-height: 1.3; }
        #gnav ul li a:hover {
          color: #000; }

/*■08.FOOTER*/
#footer {
  border-top: 4px solid #eb082f; }

#back-top {
  position: fixed;
  bottom: 250px;
  right: 10px;
  z-index: 9; }

.footer_cont {
  padding: 40px 0;
  text-align: center; }
  .footer_cont .f_infor {
    display: flex;
    justify-content: center;
    margin-top: 25px; }
    .footer_cont .f_infor .ttl {
      display: inline-block;
      background: #f9ee6e;
      border-radius: 15px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      padding: 5px 20px 3px;
      margin-bottom: 10px; }
    .footer_cont .f_infor .f_tel {
      margin-right: 50px; }
    .footer_cont .f_infor .f_btn {
      width: 340px; }

#f_gnav {
  position: relative;
  background: #333;
  padding: 18px 0;
  z-index: 2; }
  #f_gnav:before {
    position: absolute;
    content: "";
    background: #111;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0; }
  #f_gnav ul {
    display: flex;
    justify-content: space-between; }
    #f_gnav ul li {
      position: relative;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 22px; }
      #f_gnav ul li:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 30px;
        background: #535353; }
      #f_gnav ul li:last-child:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 30px;
        background: #535353; }
      #f_gnav ul li a {
        text-decoration: none;
        font-size: 13px;
        color: #fff;
        font-weight: bold;
        display: block;
        position: relative;
        width: 100%;
        line-height: 1.3; }
        #f_gnav ul li a:hover {
          color: #dd2127; }

.style_ttl01 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
  color: #222222; }
  .style_ttl01 figure {
    display: block;
    margin-bottom: 10px; }
  .style_ttl01:before {
    position: absolute;
    content: "";
    background: #dedad1;
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .style_ttl01 span {
    color: #eb082f; }

.indent{text-indent: -1.5em;margin-left: 1.5em;}

/*# sourceMappingURL=base.css.map */
