@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* txt -------------------------------------- */
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.frame_01 {
  border: 2px solid #000084;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  .frame_01 {
    border: 3px solid #000084;
    padding: 2.4rem 2rem 2rem;
    margin-bottom: 3rem;
  }
}

/* img -------------------------------------- */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l,
.img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/* マージン・パディング回り -------------------------------------- */
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section,
.flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section,
.flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section,
.flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section,
.flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section,
  .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section,
  .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section,
  .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section,
  .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #4a966e;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center top/auto 100%;
  font-size: 2.2rem;
  padding: 3rem 1rem;
  margin: 1rem 0 3rem;
  text-align: center;
  font-weight: bold;
  color: #000084;
}

.tit_02 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 1rem;
  padding: 1rem 2rem;
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
  color: #29296a;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tit_02::before {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #29296a;
  display: inline-block;
  margin-right: 1rem;
}
.tit_02::after {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #29296a;
  display: inline-block;
  margin-left: 1rem;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #000084;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0.4rem 1rem;
  position: relative;
}
.tit_03::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #000084;
  position: absolute;
  top: -4px;
  left: 0;
}

.tit_04 {
  color: #000084;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 2rem;
  padding-left: 1rem;
  position: relative;
}
.tit_04::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #f2f24c;
  position: absolute;
  left: 0;
}
.tit_04::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000084;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.tit_05 {
  font-weight: bold;
  color: #000084;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center top/cover;
    font-size: 4rem;
    padding: 13rem 0;
    margin: 0 0 6.2rem;
    letter-spacing: 0.2rem;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 0 2rem;
    letter-spacing: 0.2rem;
  }
  .tit_02::before, .tit_02::after {
    width: 3.8rem;
  }
  .tit_02::before {
    margin-right: 1.8rem;
  }
  .tit_02::after {
    margin-left: 1.8rem;
  }
  .tit_03 {
    font-size: 2.6rem;
    margin: 0 0 2rem;
    padding: 0.8rem 2rem;
    letter-spacing: 0.2rem;
  }
  .tit_03::before {
    height: 5px;
    top: -6px;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding-left: 1.8rem;
  }
  .tit_04::before {
    width: 4px;
  }
  .tit_04::after {
    height: 3px;
  }
}
.tit_05 {
  font-size: 1.8rem;
  margin: 0 0 2rem;
}

/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -2rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #fdfd05;
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
}
.lst_ol01 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1rem;
  padding: 0 0 1rem 0;
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.8rem;
  font-family: "Lato", sans-serif;
  color: clr_blue;
  font-weight: bold;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 dt {
    float: left;
    width: 15%;
    clear: left;
  }
  .lst_dl01 dd {
    margin: 0 0 0.6rem;
    padding-left: 5rem;
  }
}
/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section,
  .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
.btn {
  display: block;
}
.btn a {
  display: inline-block;
  background: #fdfd05;
  color: #000084;
  text-align: center;
  padding: 1rem 3rem;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 25px;
}
.btn a::before {
  content: "\e805";
  font-family: "fontello";
  margin-right: 0.4rem;
  font-weight: bold;
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
}
.tbl_01 tr th {
  width: 30%;
  background: #eeeeee;
  text-align: center;
  font-weight: normal;
  border: 1px solid #bbbbbb;
}
.tbl_01 tr td {
  padding: 0.8rem;
  border: 1px solid #bbbbbb;
}
.tbl_01.-fs_14 {
  font-size: 1.2rem;
}
@media screen and (min-width: 48em), print {
  .tbl_01.-fs_14 {
    font-size: 1.4rem;
  }
}

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-collapse: 0.2rem;
}
.tbl_access tr th {
  width: 37%;
  background: #d9edac;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
}
.tbl_access tr td {
  padding: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

body {
  background: #fff;
  color: #333333;
  -webkit-text-size-adjust: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  padding: 0 1rem 0;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 0;
}
.main a:not([href*=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
  }
  body > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 10rem auto 0;
  }
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 0;
    width: 100%;
  }
}
/* アイコンフォント -------------------------------------- */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
/* ヘッダー -------------------------------------- */
.header .wrap {
  margin: 0;
  padding: 0;
}
.header .wrap .logo {
  padding: 1rem 1rem;
  height: 9rem;
  background: #000084;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.jpg) no-repeat center center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  padding: 0 1rem;
}
.header .wrap .headR .head_address {
  font-size: 3.2vmin;
  text-align: center;
  margin: 2rem auto 0.8rem;
}
.header .wrap .headR .tel_btn {
  text-align: center;
  background: #f2f24c;
  color: #000084;
  border-radius: 50px;
}
.header .wrap .headR .tel_btn a {
  display: block;
  padding: 0.8rem 0;
  font-weight: bold;
  color: #000084;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
}
.header .wrap .headR .tel_btn a::before {
  content: "\e8c5";
  font-family: "fontello";
  margin-right: 0.4rem;
  display: inline-block;
}
.header .wrap .headR .tel_btn span {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 0 auto 0;
    padding: 0 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .wrap .logo {
    width: 17%;
    height: 15rem;
    padding: 2.6rem;
  }
  .header .wrap .headR {
    width: 64%;
    padding: 2rem 0 0;
  }
  .header .wrap .headR .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .wrap .headR .flex .head_address {
    font-size: 1.6rem;
    margin: 2rem auto 0.8rem;
  }
  .header .wrap .headR .flex .tel_btn {
    width: 27rem;
    cursor: text;
  }
  .header .wrap .headR .flex .tel_btn a {
    display: block;
    padding: 0.6rem 0;
    line-height: 1.2;
    font-weight: bold;
    color: #000084;
    letter-spacing: 0.2rem;
    font-size: 2.2rem;
    pointer-events: none;
  }
  .header .wrap .headR .flex .tel_btn a::before {
    content: "\e8c5";
    font-family: "fontello";
    margin-right: 0.4rem;
    margin-top: -2px;
    display: inline-block;
    vertical-align: top;
  }
  .header .wrap .headR .flex .tel_btn a span {
    font-size: 1.4rem;
    width: 100%;
  }
  .header .wrap .headR .flex .tel_btn a a {
    display: inline-block;
  }
  .header .wrap .headR .flex .tel_btn a a::before {
    content: none;
  }
}
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 10;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #000084;
  background: #f6f6f6;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e801";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #f6f6f6;
  padding: 0;
  position: absolute;
  top: 6.6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid clr_brw;
  margin: 0;
  padding: 1rem 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid clr_brw;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #333333;
  font-weight: bold;
  padding: 1rem 1.6rem;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e800";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .gnav li a .sub::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e804";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e803";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  margin: 0;
  background: #eee;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  border-bottom: 1px solid #ddd;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li:last-child {
  border-bottom: none;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  font-weight: normal;
  font-size: 1.6rem;
}
.slicknav_menu .slicknav_icon,
.slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_arrow,
.slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
  }
  #nav .gnav {
    width: 94%;
    margin: 2.6rem auto 3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #nav .gnav > li {
    width: 20%;
    display: table;
    text-align: right;
  }
  #nav .gnav > li.content_list {
    position: relative;
  }
  #nav .gnav > li.content_list::after {
    display: inline-block;
    content: "\e804";
    font-family: "fontello";
    margin-left: 0.4rem;
    font-size: 2rem;
    line-height: 0;
    font-weight: bold;
  }
  #nav .gnav > li.content_list:hover::after {
    opacity: 0.8;
  }
  #nav .gnav > li > a {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    position: relative;
  }
  #nav .gnav > li > a::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #000084;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  #nav .gnav > li > a:hover::after {
    transform: scale(1, 1);
  }
  #nav .gnav > li .subnav {
    width: 21rem;
    display: none;
    position: absolute;
    right: -60px;
    top: 40px;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    border-bottom: 1px solid #dddddd;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.6rem 0;
    text-align: center;
    font-size: 1.6rem;
  }
  #nav .gnav > li .subnav li a:hover {
    background: #eee;
  }
  #nav .gnav > li .subnav li:first-child {
    margin: 1rem 0 0;
  }
  #nav .gnav > li .subnav li:last-child {
    border-bottom: none;
  }
  /* Gナビ　ハイライト */
  .index #nav .home,
  .company #nav .company,
  .performance #nav .performance,
  .contact #nav .contact {
    pointer-events: none;
  }
  .index #nav .home::after,
  .company #nav .company::after,
  .performance #nav .performance::after,
  .contact #nav .contact::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #000084;
    transform: none;
  }
}
/* サイドバー -------------------------------------- */
.sidebar {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sidebar {
    display: block;
  }
  .sidebar .tit {
    background: #6b4f3c;
    color: #f1ffdb;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.8rem;
    border-radius: 0.8rem;
  }
  .sidebar .subnav {
    margin: 0;
    padding: 1rem 0;
  }
  .sidebar .subnav li a {
    display: block;
    padding: 1.2rem 0.6rem;
    color: #48341d;
    position: relative;
    font-size: 1.8rem;
  }
  .sidebar .subnav li a::after {
    font-family: "fontello";
    content: "\e807";
    position: absolute;
    right: 0.6rem;
    color: #d8c8bd;
  }
  .sidebar .subnav li a:hover {
    background: #ffedcd;
    color: #ec7218;
  }
  .sidebar .subnav li a:hover::after {
    color: #ec7218;
  }
  .sidebar .subnav li:not(:last-child) {
    border-bottom: 1px solid #dedede;
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #eeeeee;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap {
  background: #fff;
  padding: 0;
}
.overview > .wrap .overviewL {
  padding: 1rem;
}
.overview > .wrap .overviewL .tbl_gaiyo {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
}
.overview > .wrap .overviewL .tbl_gaiyo th {
  width: 100%;
  text-align: center;
  padding: 0.3rem;
  font-weight: normal;
  background: #eeeeee;
  display: block;
  line-height: 1;
}
.overview > .wrap .overviewL .tbl_gaiyo td {
  padding: 0.1rem 0.4rem;
  display: block;
}
.overview > .wrap .overviewL .tel_btn {
  text-align: center;
  background: #f2f24c;
  color: #000084;
  border-radius: 50px;
}
.overview > .wrap .overviewL .tel_btn a {
  display: block;
  padding: 0.8rem 0;
  font-weight: bold;
  color: #000084;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
}
.overview > .wrap .overviewL .tel_btn a::before {
  content: "\e8c5";
  font-family: "fontello";
  margin-right: 0.4rem;
  display: inline-block;
}
.overview > .wrap .overviewL .tel_btn span {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .gmap {
  height: 30rem;
}
.overview > .wrap .overviewR .gmap iframe {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 8.2rem 0;
    font-size: 1.6rem;
  }
  .overview > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .overview > .wrap .overviewL,
  .overview > .wrap .overviewR {
    width: 50%;
  }
  .overview > .wrap .overviewL {
    padding: 5rem 6rem 4rem;
  }
  .overview > .wrap .overviewL .tbl_gaiyo th {
    width: 12rem;
    padding: 0;
    margin-right: 1.8rem;
    display: inline-table;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td {
    display: table-cell;
    vertical-align: baseline;
  }
  .overview > .wrap .overviewL .tel_btn {
    cursor: text;
  }
  .overview > .wrap .overviewL .tel_btn a {
    display: block;
    margin: 0.8rem 0 0;
    padding: 1.2rem 0;
    line-height: 1.2;
    font-weight: bold;
    color: #000084;
    letter-spacing: 0.2rem;
    font-size: 3rem;
    pointer-events: none;
  }
  .overview > .wrap .overviewL .tel_btn a::before {
    content: "\e8c5";
    font-family: "fontello";
    margin-right: 0.4rem;
    display: inline-block;
    vertical-align: top;
  }
  .overview > .wrap .overviewL .tel_btn a span {
    font-size: 1.4rem;
  }
  .overview > .wrap .overviewL .tel_btn a a {
    display: inline-block;
  }
  .overview > .wrap .overviewL .tel_btn a a::before {
    content: none;
  }
  .overview > .wrap .overviewR {
    padding: 0 0;
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 100%;
  }
  .overview > .wrap .overviewR .gmap iframe {
    height: 100%;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}
#pageup a {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.4rem;
  background: #e5bc53;
  border-radius: 50%;
}
#pageup a::before {
  text-align: center;
  font-size: 3.6rem;
  font-family: "fontello";
  content: "\e812";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
  }
  #pageup a::before {
    font-size: 5rem;
  }
}
.tel_up {
  width: 100%;
  height: 4.8rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.tel_up .tel {
  display: block;
  text-align: center;
  width: 80%;
  font-size: 2.4rem;
  line-height: 1;
  color: #000084;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.tel_up .tel::before {
  content: "\e8c5";
  font-family: "fontello";
  margin-right: 0.4rem;
  display: inline-block;
}
.tel_up .pageup {
  cursor: pointer;
}
.tel_up .pageup a {
  display: block;
  width: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1.6;
  background: #000084;
}
.tel_up .pageup a::before {
  text-align: center;
  font-size: 4.4rem;
  line-height: 4.8rem;
  font-family: "fontello";
  content: "\e803";
  color: #fff;
}
.tel_up .pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 8rem;
    bottom: 4rem;
    right: 2rem;
    left: auto;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .tel_up .tel {
    display: none;
  }
  .tel_up .pageup a {
    width: 6.4rem;
    height: 6.4rem;
    border: 3px solid clr_blue;
    border-radius: 50%;
  }
  .tel_up .pageup a::before {
    font-size: 5rem;
    line-height: 6.4rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.6rem;
  background: #cccccc;
}
.footer .copy {
  display: block;
  background: #000084;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 1rem auto 1.4rem;
  }
  .footer ul ~ ul {
    margin: 0 auto 3rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.6rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.content_list {
    display: none;
  }
  .footer .copy {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
.keyvsl {
  margin: 1rem 0 0;
  max-width: 100%;
  padding: 0;
}
.keyvsl .wrap {
  text-align: center;
}
.keyvsl .wrap li {
  padding: 4rem 2rem;
  min-height: 27.4rem;
}
.keyvsl .wrap li.keyvsl_01 {
  background: url(../img/index_keyvsl01.jpg) no-repeat top center/cover;
}
.keyvsl .wrap li.keyvsl_02 {
  background: url(../img/index_keyvsl02.jpg) no-repeat top center/cover;
}
.keyvsl .wrap li.keyvsl_03 {
  background: url(../img/index_keyvsl03.jpg) no-repeat top center/cover;
}
.keyvsl .wrap li .txt {
  text-align: center;
  background: rgba(0, 0, 132, 0.8);
  display: inline-block;
  padding: 2rem;
  min-height: 20rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.keyvsl .wrap li .txt p {
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  font-size: 1.6rem;
}
.keyvsl .wrap li .txt p.tit {
  display: inline-block !important;
  color: #fefd02;
  letter-spacing: 0.2rem;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.6rem 0;
  margin: 0 0 1rem;
  border-top: #fefd02 2px solid;
  border-bottom: #fefd02 2px solid;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin: 0 auto 0;
    color: #fff;
  }
  .keyvsl .wrap {
    height: 100%;
  }
  .keyvsl .wrap li {
    padding: 13rem 0;
    height: 66rem;
  }
  .keyvsl .wrap li.keyvsl_01 {
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
  }
  .keyvsl .wrap li .txt {
    padding: 5rem 4rem 7rem;
    margin: 0 auto;
    width: 60rem;
  }
  .keyvsl .wrap li .txt p {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.6rem;
    line-height: 1.6;
  }
  .keyvsl .wrap li .txt p.tit {
    font-size: 4.8rem;
    letter-spacing: 0.6rem;
    padding: 1rem 0;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 4rem 0 4rem;
  background: #f6f6f6;
}
.info .tit_02 {
  color: #29296a;
}
.info .tit_02::before {
  background: #29296a;
}
.info .tit_02::after {
  background: #29296a;
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 0;
  height: 100%;
}
.info dl dt {
  margin-bottom: 0.4rem;
  font-weight: bold;
  color: #02025b;
  font-size: 110%;
  cursor: pointer;
  display: table;
}
.info dl dt:hover {
  opacity: 0.8;
}
.info dl dt::before {
  content: "\e804";
  display: inline-block;
  font-family: "fontello";
  margin-right: 0.2rem;
}
.info dl dt:first-child {
  border-top: none;
}
.info dl dt.close::before {
  content: "\e803";
  display: inline-block;
  font-family: "fontello";
  margin-right: 0.2rem;
}
.info dl dd {
  padding: 1rem 0 1rem;
  margin: 0;
}
.info dl dd:nth-of-type(n + 4) {
  display: none;
}
.info dl dd::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
  display: block;
}
.info dl dd:last-child::after {
  content: none;
}
.info dl dd p {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0 auto 0;
  }
  .info dl {
    padding: 1.4rem;
  }
  .info dl dt {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .info dl dt::before {
    font-size: 3rem;
    margin-right: 1.6rem !important;
  }
  .info dl dd {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    padding-left: 2em;
  }
  .info dl dd::after {
    width: calc(100% + 2em);
    position: relative;
    left: -2em;
    margin: 3rem 0 2rem;
  }
}
/* 業務内容 -------------------------------------- */
.content {
  background: url("../img/index_content_bg01.jpg") no-repeat top center/280%, url("../img/index_content_bg02.png") top left/6px;
  padding: 2rem 0;
}
.content .wrap {
  color: #fff;
  text-align: center;
}
.content .wrap .tit_02 {
  color: #fff;
}
.content .wrap .tit_02::before, .content .wrap .tit_02::after {
  color: #fff;
}
.content .wrap > div:not(.area) .tit {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin: 0;
  text-align: center;
}
.content .wrap > div:not(.area) p {
  text-align: left;
}
.content .wrap > div:not(.area) p .yellow {
  color: #fdfd05;
  border-bottom: 2px solid #fdfd05;
}
.content .wrap > div:not(.area) p.bold {
  text-align: center;
}
.content .wrap > div:not(.area) .bold {
  font-size: 110%;
}
.content .wrap .area {
  margin: 1rem;
  padding: 0 0 1rem;
  background: #fff;
}
.content .wrap .area p:not(.btn) {
  background: #000084;
  width: 75%;
  margin: 0 auto 0 0;
  font-size: 1.6rem;
}
.content .wrap .area ul {
  color: #222;
  padding: 0 0.2rem;
  margin: 2rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.content .wrap .area ul li {
  width: 50%;
  color: #02025b;
}
.content .wrap .area .btn {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.content .wrap .area .btn a {
  background: #fdfd05;
  height: 6.4rem;
  width: 26rem;
  color: #000084;
  font-weight: bold;
  border-radius: 50px;
  border-bottom: 3px #a8a805 solid;
  padding: 1rem 6rem 1rem 0.2rem;
}
.content .wrap .area .btn a::before {
  content: "\e805";
  font-family: "fontello";
  margin-right: 0.4rem;
  font-size: 120%;
}
.content .wrap .area .btn a img {
  position: absolute;
  right: 6%;
  bottom: 3%;
  width: 30%;
}

@media screen and (min-width: 48em), print {
  .content {
    background: url("../img/index_content_bg01.jpg") no-repeat top center/2000px auto, url("../img/index_content_bg02.png") top left/6px;
    padding: 6rem 0 8rem;
  }
  .content .wrap > div:not(.area) .tit {
    font-size: 6rem;
    letter-spacing: 0.3rem;
  }
  .content .wrap > div:not(.area) p {
    text-align: center;
    letter-spacing: 0.2rem;
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .content .wrap > div:not(.area) p .yellow {
    padding-bottom: 0.4rem;
  }
  .content .wrap > div:not(.area) p.bold {
    font-size: 2.8rem;
  }
  .content .wrap > div:not(.area) .bold {
    font-size: 2.8rem;
    margin: 3.6rem 0 5.6rem;
  }
  .content .wrap .area {
    text-align: left;
    position: relative;
    padding: 0 0 6rem;
    margin: 6rem 1rem 1rem;
  }
  .content .wrap .area p:not(.btn) {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    padding: 3.2rem 0;
    width: 39%;
    letter-spacing: 0.2rem;
  }
  .content .wrap .area ul {
    padding: 6.4rem 0 6rem 10rem;
    display: inline-block;
  }
  .content .wrap .area ul li {
    width: 100%;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 1.6;
  }
  .content .wrap .area ul li::before {
    margin-right: 1rem;
  }
  .content .wrap .area .btn {
    margin: 0 auto 0 9.4rem;
    text-align: left;
    width: 64.7rem;
  }
  .content .wrap .area .btn a {
    width: 100%;
    font-size: 2.8rem;
    text-align: left;
    padding-left: 3rem;
    padding: 4rem 2rem;
    border-bottom: 6px #a8a805 solid;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .content .wrap .area .btn a::before {
    margin: 0 1rem;
  }
  .content .wrap .area .btn a img {
    position: absolute;
    right: 0%;
    bottom: 6%;
    width: 24%;
  }
  .content .wrap .area .img_r {
    margin: 0;
    max-width: 59%;
    position: absolute;
    top: 6rem;
    right: 2rem;
  }
}
/* 外壁塗装・屋根工事,リフォーム -------------------------------------- */
.description_box {
  padding: 2rem 0 2rem;
  margin: 2rem 0 2rem;
  text-align: center;
}
.description_box .tit {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 1rem 0 0;
}
.description_box p {
  letter-spacing: 0.1rem;
  margin: 0 0 1rem;
}
.description_box .btn {
  text-align: center;
}
.description_box .btn a {
  background: #000084;
  color: #fff;
  border-radius: 50px;
  padding: 0.8rem 1.6rem;
}
.description_box .btn a::before {
  content: "\e805";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.description_box.construction {
  background: url("../img/index_construction_bg.jpg") no-repeat center/cover;
}
.description_box.reform {
  background: url("../img/index_reform_bg.jpg") no-repeat center/cover;
}

@media screen and (min-width: 48em), print {
  .description_box {
    margin: 0 0 8.4rem;
    padding: 7.2rem 0;
    text-align: left;
  }
  .description_box .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .description_box .wrap > div {
    width: 50%;
  }
  .description_box .wrap > div .tit {
    font-size: 3.6rem;
  }
  .description_box .wrap > div p {
    font-size: 2rem;
  }
  .description_box .wrap > div .btn {
    margin-top: 3rem;
    text-align: left;
  }
  .description_box .wrap > div .btn a {
    min-width: 37rem;
    padding: 2rem 1rem;
    font-size: 2rem;
  }
  .description_box img {
    width: 50%;
  }
  .description_box.construction {
    margin: 8.4rem 0;
  }
  .description_box.construction .wrap > div {
    padding-left: 10rem;
  }
  .description_box.reform .wrap img {
    order: 2;
  }
  .description_box.reform .wrap div {
    order: 1;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
body:not(.index) .main .wrap {
  padding: 0;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main p {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l,
  .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* 会社概要 */
.company .main .wrap .tbl_01 {
  margin: 0 auto;
}
.company .main .wrap .tbl_01 tr th {
  display: block;
  width: 100%;
}
.company .main .wrap .tbl_01 tr td {
  display: block;
  width: 100%;
  border-top: none;
  border-bottom: none;
  font-size: 1.2rem;
}
.company .main .wrap .tbl_01 tr:last-child td {
  border-bottom: 1px solid #bbb;
}

@media screen and (min-width: 48em), print {
  .company .main .wrap .tbl_01 {
    width: 50%;
  }
  .company .main .wrap .tbl_01 tr th {
    display: table-cell;
    width: 30%;
  }
  .company .main .wrap .tbl_01 tr td {
    display: table-cell;
    width: 70%;
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    font-size: 1.6rem;
  }
}
/* 施工実績 */
.performance .tbl_01 {
  width: 100%;
}
.performance .tbl_01 tr td {
  text-align: right;
}

@media screen and (min-width: 48em), print {
  .performance .center_box {
    text-align: center;
  }
  .performance .center_box ul {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
  }
  .performance .tbl_01 {
    width: 60%;
    margin: 0 auto;
  }
}
/* お問合せ */
.contact #mailformpro .mailform dt {
  background: #eee;
  border-top: none;
  font-size: 1.4rem;
}
.contact #mailformpro .mailform dt span {
  margin-left: 0.4rem;
  color: #c1070a;
}
.contact #mailformpro .mailform dd {
  margin: 1rem 0 2rem;
  font-size: 1.4rem;
}
.contact #mailformpro .mailform dd input {
  box-shadow: none;
  width: 100%;
}
.contact #mailformpro .mailform dd label {
  display: block;
  vertical-align: middle;
  border: none;
}
.contact #mailformpro .mailform dd label.mfp_checked {
  background-color: #fff;
  box-shadow: none;
}
.contact #mailformpro .mailform dd label input {
  width: auto;
  vertical-align: middle;
  margin-right: 0.8rem;
}
.contact #mailformpro .mailform dd textarea {
  width: 100% !important;
  height: 4rem !important;
  box-shadow: none;
}
.contact .policy_box {
  height: 20rem;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 2rem 0;
}
.contact .policy_box ol li ul {
  margin-top: 1rem;
  counter-reset: number;
}
.contact .policy_box ol li ul li {
  margin: 0;
  padding: 0;
  text-indent: -1.4rem;
}
.contact .policy_box ol li ul li::before {
  content: none;
}
.contact .policy_box ol li p {
  text-indent: 0;
}

@media screen and (min-width: 48em), print {
  .contact #mailformpro .mailform {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
  }
  .contact #mailformpro .mailform dt {
    font-size: 1.6rem;
    padding: 0.4rem 1rem;
    width: 25%;
    border-bottom: 2px solid #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  .contact #mailformpro .mailform dd {
    width: 75%;
    margin: 0;
    padding: 2rem 2rem;
    font-size: 1.6rem;
    border-top: none;
  }
  .contact #mailformpro .mailform dd input {
    width: 75%;
  }
  .contact #mailformpro .mailform dd label {
    display: inline-block;
    margin-right: 2rem;
  }
  .contact #mailformpro .mailform dd textarea {
    height: 18rem !important;
  }
  .contact .policy_box {
    width: 70%;
    margin: 3rem auto;
  }
}/*# sourceMappingURL=style.css.map */