@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}

@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}

@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}

@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #001111;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 20px;
  }
}

header#global_header {
  max-width: 100%;
  min-width: inherit;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  overflow: hidden;
}

#contents {
  background: none !important;
  width: 95%;
  max-width: 1000px;
}

@media only screen and (max-width: 834px) {
  #contents {
    min-width: 95%;
  }
}

#main {
  max-width: 100% !important;
  width: 100%;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

.inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 97%;
    max-width: inherit;
  }
}

#global_footer {
  min-width: inherit !important;
}

a {
  color: #333 !important;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}

a:hover {
  -webkit-transition: .6s;
  transition: .6s;
  opacity: .8;
}

.tel_link {
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .tel_link {
    pointer-events: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    font-size: 16px;
  }
}

.pankuzu a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 700;
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  .cont_text div {
    text-align: left !important;
    padding: 0 10px;
  }
}

.cont_text .imgL {
  margin-right: 30px;
}

.cont_img img {
  width: 100% !important;
}

.map {
  margin-bottom: 0;
}

.map iframe {
  vertical-align: bottom;
}

.form_wrap dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_wrap dl dt, .form_wrap dl dd {
  border: none !important;
  padding: 10px 1em !important;
}

@media only screen and (max-width: 640px) {
  .form_wrap dl dt, .form_wrap dl dd {
    width: 100% !important;
  }
}

.nf_text {
  margin-bottom: 40px;
}

.nf_text h2 {
  font-size: 22px !important;
  margin-bottom: 30px !important;
}

.nf_btn {
  text-align: center;
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}

.tbl_scroll table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

@media only screen and (max-width: 640px) {
  img.imgL, img.imgR {
    max-width: inherit;
  }
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.scrollarea {
  overflow-y: scroll;
}

.scrollarea::-webkit-scrollbar {
  width: 8px;
}

.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}

.scrollarea::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#4c79bb), to(#375581));
  background: linear-gradient(to bottom, #4c79bb, #375581);
  border-radius: 4px;
}

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

form .form_wrap {
  padding-top: 80px;
}

form .form_wrap dt label {
  color: #f94444 !important;
}

form .form_wrap dd {
  padding: 15px !important;
}

.submit {
  overflow: hidden;
  width: auto;
}

.submit button {
  background: #0288d1;
  color: #fff;
  border: none;
  border-bottom: 4px solid #01579b;
  border-radius: 4px;
  text-indent: inherit;
  margin: 30px 10px 0;
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 185px;
  height: auto;
  float: none;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .submit button {
    min-width: 210px;
  }
}

.submit button:hover {
  opacity: 1;
}

.submit button:active {
  border-bottom: none;
  top: 2px;
  margin-bottom: 4px;
}

.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.96875vw;
  }
}

.policy_link a {
  color: #f94444 !important;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: 30px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 540px;
    overflow-y: scroll;
  }
}

/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #0288d1;
  padding: 60px 0;
}

#local-keyvisual h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0 1em;
  margin-bottom: 0;
}

#local-keyvisual h1::before, #local-keyvisual h1::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
}

#local-keyvisual h1::before {
  top: 0;
  left: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
}

#local-keyvisual h1::after {
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
}

#local-keyvisual h1:empty::before, #local-keyvisual h1:empty::after {
  display: none;
}

#local-keyvisual h1 span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: .4em;
  margin-top: -5px;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
  }
}

.pan1 a {
  color: #000;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 834px) {
  .is-show {
    display: none !important;
  }
}

.anime01 {
  position: relative;
}

.anime01::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 200%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all .8s ease-in;
  transition: all .8s ease-in;
  -webkit-transform: translateY(-310px);
      -ms-transform: translateY(-310px);
          transform: translateY(-310px);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .anime01::before {
    -webkit-transform: translateY(-220px);
        -ms-transform: translateY(-220px);
            transform: translateY(-220px);
  }
}

@media only screen and (max-width: 640px) {
  .anime01::before {
    -webkit-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
            transform: translateY(-150px);
  }
}

.visited::before {
  right: -100%;
}

.h_roll {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #0288D1;
  color: #0288D1;
  padding: 20px 2em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  z-index: 99;
}

.h_roll:hover {
  opacity: 1;
  color: #fff !important;
}

.h_roll:hover:after {
  left: 0;
  z-index: -1;
}

.h_roll:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0288D1;
  content: "";
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.top_bloglist {
  max-height: 250px;
  overflow-y: auto;
}

.blog_list {
  border: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.blog_list div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog_list div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blog_list div .blog_photo {
  display: none;
}

.blog_list div .blog_text {
  width: 100% !important;
  padding: 10px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog_list div .blog_text .blog_date {
  font-size: 16px;
  width: 20%;
  color: #001111;
}

@media only screen and (max-width: 640px) {
  .blog_list div .blog_text .blog_date {
    font-size: 20px;
    width: 100%;
    padding-bottom: 10px;
  }
}

.blog_list div .blog_text h3 {
  font-size: 16px;
  width: 80%;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .blog_list div .blog_text h3 {
    font-size: 20px;
    width: 100%;
  }
}

.blog_list div .blog_text h3:hover a {
  color: #0288d1 !important;
}

.blog_list div .detail {
  display: none;
}

.blog_title {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding: 0 1em;
  margin-bottom: 0;
}

.blog_title::before, .blog_title::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
}

.blog_title::before {
  top: 0;
  left: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
}

.blog_title::after {
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
}

.blog {
  padding: 70px 0;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.blog h1 {
  font-size: 26px;
  color: #0288d1;
  border-bottom: 1px solid #0288d1;
  padding-left: 10px;
  margin-bottom: 30px;
}

.blog h2 {
  font-size: 24px;
  color: #333;
  text-align: left !important;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
  margin-bottom: 10px;
}

.blog h2::after {
  display: none;
}

.blog a {
  color: #01579b !important;
}

.blog a:hover {
  text-decoration: underline !important;
}

.blog a:visited {
  color: #666 !important;
}

.blog article {
  margin-bottom: 30px;
}

.blog .imgL, .blog .imgC, .blog .imgR {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog table tr .blog {
  padding: 0;
}

.blog div.detail, .blog div.detail2 {
  margin-top: 15px;
}

@media only screen and (max-width: 834px) {
  .blog aside {
    width: 70%;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 834px) {
  .blog aside #search button {
    top: 7px;
  }
}

@media only screen and (max-width: 834px) {
  .blog #contents {
    min-width: inherit;
    width: 100%;
  }
}

.blog #contents dt span.date {
  color: #aaa;
}

.blog #contents dt span.translate {
  font-size: 19px;
  color: #666;
}

.blog #contents .flex_text {
  font-size: 16px;
}

.blog .blog_text {
  margin-bottom: 30px;
}

.blog .blog_img {
  margin-bottom: 20px;
}

.blog .blog_img .box {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .blog .blog_img .box {
    width: 49%;
  }
}

.blog .blog_img .box h3 {
  display: none;
}

.items {
  margin-left: -20px !important;
}

.items article {
  padding: 15px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media only screen and (max-width: 834px) {
  .items article {
    width: 46% !important;
    margin-left: 3% !important;
  }
}

.items article .photo {
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  position: relative;
}

.items article .photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}

.items article .photo::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.items article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  padding-top: 0 !important;
}

.items article .price {
  color: #ff0000;
  font-weight: bold;
}

.search form input {
  padding: 10px 37px 10px 5px !important;
}

.search form select {
  height: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .search form select {
    padding: 13px 0 !important;
  }
}

.search form :after {
  top: 15px !important;
}

@media only screen and (max-width: 834px) {
  .search form :after {
    top: 19px !important;
  }
}

@media only screen and (max-width: 834px) {
  .search form button {
    top: 2px !important;
  }
}

.i1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 640px) {
  .i1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.i1 .photo {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  max-width: 50%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .photo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.i1 .photo .large {
  margin-left: 0;
}

.i1 .photo .large img {
  width: 100%;
}

.i1 .photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}

.i1 .photo .small ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2%;
}

.i1 .photo .small ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 23%;
  height: 23%;
  margin-left: 2%;
  position: relative;
}

.i1 .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

.i1 .photo .small ul li::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.i1 .item_view {
  max-width: 45%;
  min-width: 45%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view {
    max-width: 100%;
    min-width: 100%;
    font-size: 17px;
  }
}

.i1 .item_view h2 {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view h2 {
    font-size: 26px;
  }
}

.i1 .item_view h2 span {
  display: none;
}

.i1 .item_view .struct {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i1 .item_view .struct .item_option {
  width: 100%;
}

.i1 .item_view .struct .item_option .addcart .select:after {
  top: 17px !important;
}

.i1 .item_view .struct .item_option .addcart .select select {
  padding: 10px !important;
}

.i1 .item_view .struct .item_option .addcart button {
  background: #5d5d5d;
  color: #fff;
  text-indent: inherit;
  padding: 15px;
  height: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .i1 .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}

.i1 .item_view .struct .item_option .addcart a {
  text-decoration: none;
  color: #9a3000 !important;
}

.i1 .item_view .struct .item_option .addcart a::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f06a';
  margin-right: 5px;
}

header#global_header {
  max-width: 100%;
  min-width: inherit;
}

#header {
  background: #fff !important;
}

#nav_global {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.13);
  position: fixed;
  top: 0;
  z-index: 999;
}

@media screen and (min-width: 835px) and (max-width: 1360px) {
  #nav_global {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 5px 20px 20px;
  }
  #nav_global .h_logo {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media only screen and (max-width: 834px) {
  #nav_global {
    padding: 15px;
  }
}

@media only screen and (max-width: 834px) {
  #nav_global nav {
    display: none;
  }
}

#nav_global ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 12px;
}

#nav_global ul li a {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}

#nav_global ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#nav_global ul li a:hover {
  opacity: 1;
}

#nav_global ul li a:hover::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (min-width: 835px) and (max-width: 960px) {
  #nav_global ul li {
    padding: 0 5px;
    font-size: 14px;
  }
}

#nav_global ul .dropdown {
  position: relative;
}

#nav_global ul .dropdown > a {
  margin-left: -10px;
}

#nav_global ul .dropdown > a:after {
  display: none;
}

#nav_global ul .dropdown::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f107';
  font-weight: 400;
  cursor: pointer;
  margin-left: -5px;
  padding-right: 5px;
}

#nav_global ul .dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 0;
  left: 0;
  top: 35px;
  width: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
  background-color: #01579b;
  border-radius: 3px;
  padding: 10px 0 15px;
}

#nav_global ul .dropdown .second-level::before {
  display: block;
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #01579b;
}

#nav_global ul .dropdown .second-level li {
  border: none;
  padding: 7px 0;
}

#nav_global ul .dropdown .second-level li a {
  color: #fff !important;
  margin-left: 0;
}

#nav_global ul .dropdown .second-level li a:after {
  background-color: #fff;
}

#nav_global ul .dropdown:hover {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

#nav_global ul .dropdown:hover .second-level {
  visibility: visible;
  opacity: 1;
}

.h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 835px) and (max-width: 1360px) {
  .h_contact {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 10px 20px 0 0;
  }
}

@media screen and (min-width: 835px) and (max-width: 960px) {
  .h_contact {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 834px) {
  .h_contact {
    margin-right: 55px;
  }
}

.h_contact .contact_link {
  color: #fff !important;
  padding: 10px 2em;
  background: #0288d1;
  border: 1px solid #0288d1;
  border-radius: 4px;
  margin-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h_contact .contact_link span {
  margin: 3px 5px 0 0;
  font-size: 18px;
}

.h_contact .contact_link .dn-tabsp {
  margin: 0;
  font-size: 16px;
}

.h_contact .contact_link:hover {
  background: #fff;
  color: #0288d1 !important;
  border: 1px solid #0288d1;
  opacity: 1;
}

@media only screen and (max-width: 834px) {
  .h_contact .contact_link {
    padding: 10px;
    margin-right: 10px;
  }
  .h_contact .contact_link span {
    margin: 0;
    font-size: 28px;
  }
  .h_contact .contact_link .dn-tabsp {
    display: none;
  }
}

.h_contact .h_box {
  line-height: 1.2;
  text-align: left;
}

.h_contact .h_box .tel_link {
  color: #0288d1 !important;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h_contact .h_box .tel_link span {
  font-size: 29px;
}

.h_contact .h_box .tel_link .dn-tabsp {
  margin: 0;
  font-size: 26px;
}

@media screen and (max-width: 700px) {
  .h_contact .h_box .tel_link .dn-tabsp {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .h_contact .h_box .tel_link span {
    background: #01579b;
    border-radius: 4px;
    color: #fff;
    font-size: 31px;
    padding: 9px 9px 10px;
  }
  .h_contact .h_box .tel_link .dn-tabsp, .h_contact .h_box .tel_link p {
    display: none;
  }
}

.h_contact .h_box P {
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 700px) {
  .h_contact .h_box P {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .h_contact .h_box P {
    display: none;
  }
}

#mainArea {
  margin-top: 110px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #mainArea {
    margin-top: 80px;
  }
}

#mainArea img {
  width: 100vw;
  min-height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainArea .top_h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#mainArea .top_h1 p {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #0288d1;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
}

#mainArea .top_h1 h1 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  #mainArea .top_h1 h1 {
    font-size: 36px;
  }
}

#footer {
  background: #0288d1;
  position: relative;
}

#footer::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.f_box01 {
  padding: 42px;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f_box01 p {
  font-weight: bold;
  width: 100%;
  margin-bottom: 40px;
}

.f_box01 .f_contact, .f_box01 .f_tel {
  width: 400px;
  height: 80px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f_box01 .f_contact {
  background: #fff;
  color: #0288d1 !important;
  margin-right: 40px;
}

@media screen and (max-width: 925px) {
  .f_box01 .f_contact {
    width: 450px;
    margin: 0 0 20px;
  }
}

.f_box01 .f_contact span {
  margin-right: 15px;
}

.f_box01 .f_contact:hover {
  background: #01579b;
  color: #fff !important;
  opacity: 1;
}

.f_box01 .f_tel {
  background: #01579b;
  color: #fff !important;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 925px) {
  .f_box01 .f_tel {
    width: 450px;
  }
}

.f_box01 .f_tel span {
  font-size: 28px;
  margin-right: 5px;
}

.f_box01 .f_tel p {
  font-size: 16px;
}

.f_box02 {
  background: #01579b;
}

.f_box02 .inner {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  .f_box02 .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .nav_footer {
    width: 80%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 640px) {
  .nav_footer {
    width: 95%;
  }
}

.nav_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin-bottom: 6px;
}

@media only screen and (max-width: 834px) {
  .nav_footer li {
    width: 100%;
  }
}

.nav_footer li::before {
  display: inline-block;
  content: '・';
  margin-right: 3px;
}

.nav_footer li a {
  color: #fff !important;
  font-weight: 500;
}

.nav_footer ul:nth-child(2) li:not(:first-child) {
  padding-left: 39px;
  position: relative;
}

.nav_footer ul:nth-child(2) li:not(:first-child)::before {
  content: '';
  width: 5px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 25px;
}

#copyright {
  color: #01579b;
  background-color: #fff;
  line-height: 42px;
}

.service {
  margin-top: -130px;
  margin-bottom: 80px;
  text-align: center;
}

.service h2 {
  padding-top: 130px;
  display: block;
  text-align: left !important;
}

.service h2::before {
  display: inline-block;
  text-align: center !important;
  content: ' ';
  background: #01579b;
  color: #fff;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  width: 40px;
  margin-right: 15px;
}

.service h2::after {
  display: none;
}

#service_kaikei h2::before {
  content: '1';
}

#service_sinkoku h2::before {
  content: '2';
}

#service_zeimu h2::before {
  content: '3';
}

#service_souzoku h2::before {
  content: '4';
}

#service_tyousa h2::before {
  content: '5';
}

.case:not(:last-child) {
  margin-bottom: 50px;
}

.case h3 {
  position: relative;
  padding-left: 1.5em;
}

.case h3::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f14a';
  font-weight: 400;
  color: #0288d1;
  display: inline-block;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  position: absolute;
  top: 0;
  left: 0;
}

.introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.introduce img {
  width: 40% !important;
  float: none;
}

.introduce span {
  display: block;
  text-align: right;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .introduce {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .introduce img {
    width: 80% !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.staff:not(:last-child) {
  margin-bottom: 80px;
}

.staff .cont_text {
  width: 60%;
}

.staff .cont_text h2 {
  font-size: 20px;
  color: #0288d1;
  text-align: left !important;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .staff .cont_text h2 {
    font-size: 24px;
  }
}

.staff .cont_text h2::after {
  display: none;
}

.staff .cont_img {
  width: 37%;
  margin-right: 3%;
}

@media only screen and (max-width: 640px) {
  .staff .cont_text {
    width: 100%;
  }
  .staff .cont_img {
    width: 80%;
    margin-right: 0;
    margin-top: 30px;
  }
}

.form_wrap dl dt {
  border-bottom: 1px solid #0288d1 !important;
}

.form_wrap dl dd {
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .form_wrap dl dt {
    border: none !important;
    padding-bottom: 0 !important;
    color: #01579b;
  }
  .form_wrap dl dd {
    border-bottom: 1px solid #0288d1 !important;
  }
}

@media only screen and (max-width: 640px) {
  .form_wrap dl:first-child {
    border-top: 1px solid #0288d1 !important;
  }
}

.about {
  margin-bottom: 80px;
}

.tx-caption {
  color: #666;
  margin: 30px 0 80px;
}

.price {
  margin-bottom: 50px;
}

.link_btn {
  margin-bottom: 80px;
}

.link_btn .tel_link {
  font-size: 26px;
  position: relative;
  padding-left: 50px;
}

.link_btn .tel_link span {
  font-size: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

.link_btn .tel_link span::after {
  display: none;
}

/* home */
h1 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0288d1;
  text-align: center !important;
  margin-bottom: 40px;
}

h2::after {
  display: block;
  content: '';
  width: 100px;
  height: 5px;
  margin: 20px auto 0;
  background-color: #0288d1;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 18px;
  font-weight: bold;
  color: #01579b;
  border-left: 18px solid #01579b;
  padding-left: 5px;
  line-height: 18px;
  margin: 30px 0 20px;
}

@media only screen and (max-width: 640px) {
  h4 {
    font-size: 22px;
  }
}

.link_btn a {
  display: inline-block;
  padding: 6px 20px 8px;
  border-radius: 4px;
}

.link_btn a span::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 200;
  font-size: 20px;
  margin-left: 10px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

@media only screen and (max-width: 640px) {
  .link_btn {
    text-align: center;
  }
}

.btn-blue a {
  background: #0288d1;
  color: #fff !important;
  border: 1px solid #0288d1;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-blue a:hover {
  background: #fff;
  color: #0288d1 !important;
  border: 1px solid #0288d1;
  opacity: 1;
}

.btn-white {
  text-align: center;
}

.btn-white a {
  border: 1px solid #0288d1;
  color: #0288d1 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-white a:hover {
  background: #0288d1;
  color: #fff !important;
  opacity: 1;
}

.ta-c {
  text-align: center !important;
}

.top_cont01 {
  margin-top: 80px;
  margin-bottom: 130px;
  position: relative;
}

.top_cont01 .cont_text {
  max-width: 560px;
  margin: 0 auto;
  padding-top: 35px;
}

.top_cont01 .cont_text div {
  line-height: 1.9;
}

@media only screen and (max-width: 640px) {
  .top_cont01 .cont_text {
    max-width: 95%;
    margin-bottom: 280px;
    padding: 0;
  }
}

.top_cont01 .cont_img {
  width: 22%;
  position: absolute;
  z-index: -1;
}

.top_cont01 .img01 {
  top: 0;
  left: 2%;
}

@media screen and (max-width: 1050px) {
  .top_cont01 .img01 {
    width: 17%;
    left: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .top_cont01 .img01 {
    width: 170px;
    top: 107%;
    left: 3%;
  }
}

.top_cont01 .img02 {
  top: 0;
  right: 0;
}

@media screen and (max-width: 1050px) {
  .top_cont01 .img02 {
    width: 19%;
  }
}

@media only screen and (max-width: 640px) {
  .top_cont01 .img02 {
    width: 200px;
    top: 93%;
  }
}

.top_cont02 {
  margin-bottom: 80px;
}

.top_cont02 .img_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.top_cont02 .img_box a {
  position: relative;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
}

.top_cont02 .img_box a::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 400;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  bottom: 15px;
  right: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.top_cont02 .img_box a:hover::before {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  background: #fff;
  color: #0288d1;
}

.top_cont02 .img_box a .box {
  margin-top: -30px;
}

.top_cont02 .img_box a h3 {
  margin: 20px 0;
  color: #fff;
}

.top_cont02 .link_box01 {
  margin-bottom: 20px;
}

.top_cont02 .link_box01 a {
  width: calc(50% - 35px);
  background: #0288d1;
}

@media only screen and (max-width: 834px) {
  .top_cont02 .link_box01 a {
    width: 90%;
    margin: 0 auto;
  }
}

.top_cont02 .link_box01 a:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  .top_cont02 .link_box01 a:first-child {
    margin: 0 auto 20px;
  }
}

.top_cont02 .link_box02 a {
  width: calc((100% / 3) - 30px);
  background: #01579b;
}

@media only screen and (max-width: 834px) {
  .top_cont02 .link_box02 a {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.top_cont02 .link_box02 a:hover::before {
  color: #01579b;
}

.top_cont02 .link_box02 a:nth-child(2) {
  margin: 0 20px;
}

@media only screen and (max-width: 834px) {
  .top_cont02 .link_box02 a:nth-child(2) {
    margin: 0 auto 20px;
  }
}

.cont_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}

.cont_box .cont_img {
  width: 50%;
}

@media screen and (max-width: 1040px) {
  .cont_box .cont_img {
    width: calc(50% + 20px);
    padding: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_box .cont_img {
    width: 100%;
  }
}

.cont_box .cont_text {
  width: 50%;
  padding: 20px;
}

.cont_box .cont_text .br-tabsp br {
  display: none;
}

@media screen and (max-width: 1025px) {
  .cont_box .cont_text .br-tabsp br {
    display: block;
  }
}

@media screen and (max-width: 1040px) {
  .cont_box .cont_text {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 640px) {
  .cont_box .cont_text {
    width: 100%;
  }
  .cont_box .cont_text h3 {
    text-align: center !important;
  }
}

.cont_box .link_btn {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .cont_box .link_btn {
    text-align: center !important;
    margin-bottom: 10px;
  }
}

.news_list {
  background: #f0f0f0;
  padding: 40px 30px;
  max-height: 250px;
  overflow-y: auto;
}

.news_list dl dt, .news_list dl dd {
  border-bottom: none !important;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 640px) {
  .news_list dl dd {
    padding: 0 0 10px !important;
  }
}

.news_list dl:first-child {
  border-top: none !important;
}

.top_bloglist {
  background: #e3f5ff;
  padding: 30px;
}

/* title */
/*# sourceMappingURL=common.css.map */