@charset "UTF-8";
/* ----------------------------------------------

基本設定

------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7em;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

#container {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

p {
  text-align: justify;
}

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

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

.kakugo {
  font-family: 'Kosugi', sans-serif;
}

.Mp {
  font-family: 'M PLUS 1 Code', sans-serif;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
}

footer ul li {
  font-size: 14px;
  margin-right: 2rem;
}

/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 768px) {
  /* ----------------------------------------------
基本設定
------------------------------------------------*/
  .pad_under, .pad_only, .sp_only {
    display: none;
  }
  .wrapper {
    margin-left: 7.14286%;
    margin-right: 7.14286%;
  }
}

@media all and (min-width: 768px) and (min-width: 1400px) {
  .wrapper {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 768px) {
  #container ol.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  #container ol.breadcrumb li {
    font-size: 14px;
    display: inline-block;
    margin-right: 1.5rem;
  }
  #container ol.breadcrumb li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #ccc;
    margin-left: 1.5rem;
  }
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
  a.hovsca:hover figure {
    overflow: hidden;
  }
  a.hovsca:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hovunderline a:hover {
    text-decoration: underline;
  }
  /* ----------------------------------------------
ヘッダー
------------------------------------------------*/
  header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
  }
  header .wrapper {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  header .wrapper figure {
    width: 20%;
    max-width: 248px;
    min-width: 200px;
  }
  header .wrapper nav {
    width: 100%;
    height: 100%;
  }
  header .wrapper nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 100%;
    margin-left: auto;
  }
  header .wrapper nav ul li {
    height: 100%;
    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;
    margin-left: 2rem;
  }
  header .wrapper nav ul li a {
    width: 100%;
    font-size: calc(16px * 0.9375);
    height: auto;
    color: #1a1a1a;
  }
  header .wrapper nav ul li a:hover {
    color: #0071bc;
    opacity: 1;
  }
  header .wrapper nav ul li.now {
    position: relative;
  }
  header .wrapper nav ul li.now::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 30%;
    width: 1px;
    background-color: #0071bc;
  }
  header .wrapper nav ul li.now a {
    color: #0071bc;
  }
  header .wrapper nav ul .tel .f_small {
    color: #0071bc;
    font-size: calc(16px * 1.125);
  }
  header .wrapper nav ul .tel .f_big {
    color: #0071bc;
    font-size: calc(16px * 1.5);
  }
  /* ----------------------------------------------
footer
------------------------------------------------*/
  footer {
    width: 100%;
    padding: calc(90px * 1.4) 0 160px;
  }
  footer p {
    text-align: center;
  }
  footer p small {
    font-size: 12px;
  }
  footer p.com_name {
    font-size: calc(16px * 1.25);
    font-weight: bold;
    margin-bottom: 1em;
  }
  #container.lower footer {
    padding: calc(90px * 1.1) 0 calc(160px * 0.9375);
  }
  /* ----------------------------------------------
topImage(下層ページ)
------------------------------------------------*/
  #container.lower #topImage {
    width: 100%;
    height: calc(90px * 3.2);
    background: url(../image/mainImage.jpg) top 30% center/100% no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 90px;
    margin-bottom: 90px;
  }
  #container.lower #topImage::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: calc(90px * 3.2 / 3);
    background-color: #0071bc;
  }
  #container.lower #topImage h1 {
    font-size: calc(16px * 1.75);
    color: #0071bc;
  }
}

/* ----------------------------------------------
ハンバーガーメニューへの切り替え
------------------------------------------------*/
@media all and (min-width: 768px) and (max-width: 1000px) {
  /* ----------------------------------------------
ヘッダー
------------------------------------------------*/
  header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
  }
  header .wrapper {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  header .wrapper figure {
    width: 20%;
    max-width: 248px;
    min-width: 200px;
  }
  header .wrapper nav {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 90px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 90px);
    overflow: scroll;
  }
  header .wrapper nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #999;
  }
  header .wrapper nav ul li {
    width: 100%;
    border-bottom: 1px solid #999;
    background: #fff;
    text-align: center;
    height: auto;
    margin: 0;
    padding: 1rem;
  }
  header .wrapper nav ul li.now::before {
    display: none;
  }
  header .wrapper nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em 1em;
    color: #000;
    background-color: none;
  }
}

/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 768px) {
  /* ----------------------------------------------
  基本設定
  ------------------------------------------------*/
  .pc_over, .pc_under, .pcpad_only, .pc_only {
    display: none;
  }
  .wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
  #container ol.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5rem;
  }
  #container ol.breadcrumb li {
    font-size: 14px;
    display: inline-block;
    margin-right: 1.5rem;
  }
  #container ol.breadcrumb li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #ccc;
    margin-left: 1.5rem;
  }
  /* ----------------------------------------------
ヘッダー
------------------------------------------------*/
  header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
  }
  header .wrapper {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  header .wrapper figure {
    width: 20%;
    max-width: 248px;
    min-width: 200px;
  }
  header .wrapper nav {
    display: none;
  }
  /* ----------------------------------------------
トップイメージ
------------------------------------------------*/
  #mainImage {
    width: 100%;
    background: url(../image/mainImage.jpg) center/cover no-repeat;
    margin-top: 90px;
    padding: 70px 0 calc(70px * 1.3);
  }
  #mainImage div.title {
    width: 100%;
    max-width: 690px;
    padding: calc(1.5rem * 1.5);
    background-color: rgba(255, 255, 255, 0.8);
  }
  #mainImage div.title h1 .h1_1 {
    font-size: calc(14.4px * 1.5);
    display: block;
    margin-bottom: calc(1.5rem * 0.75);
    position: relative;
  }
  #mainImage div.title h1 .h1_1::before, #mainImage div.title h1 .h1_1::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #094c83;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  #mainImage div.title h1 .h1_1::after {
    height: 4px;
    width: 50%;
    -webkit-transform: translateY(1.1rem);
            transform: translateY(1.1rem);
  }
  #mainImage div.title h1 .h1_2 {
    font-size: calc(14.4px * 2);
    display: block;
    margin-top: 1.5em;
  }
  #mainImage div.title h1 .h1_3 {
    font-size: calc(14.4px * 2);
    display: block;
    margin-bottom: 1em;
  }
  #mainImage div.title p span {
    display: block;
  }
  /* ----------------------------------------------
footer
------------------------------------------------*/
  footer {
    width: 100%;
    padding: calc(70px * 1.4) 0 110px;
  }
  footer p {
    text-align: center;
  }
  footer p small {
    font-size: 12px;
  }
  footer p.com_name {
    font-size: calc(14.4px * 1.25);
    font-weight: bold;
    margin-bottom: 1em;
  }
  #container.lower footer {
    padding: calc(70px * 1.1) 0 calc(110px * 0.9375);
  }
  /* ----------------------------------------------
topImage(下層ページ)
------------------------------------------------*/
  #container.lower #topImage {
    width: 100%;
    height: calc(70px * 3.2);
    background: url(../image/mainImage.jpg) top 30% center/100% no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  #container.lower #topImage::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: calc(70px * 3.2 / 3);
    background-color: #0071bc;
  }
  #container.lower #topImage h1 {
    font-size: calc(14.4px * 1.75);
    color: #0071bc;
  }
}

/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {
  /* ----------------------------------------------
基本設定
------------------------------------------------*/
  .pc_only, .sp_pad_only, .pad_only, .sp_over {
    display: none !important;
  }
  .wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
  /* ----------------------------------------------
ヘッダー
------------------------------------------------*/
  header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
  }
  header .wrapper {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  header .wrapper figure {
    width: 20%;
    max-width: 248px;
    min-width: 200px;
  }
  header .wrapper nav {
    display: none;
  }
  /* ----------------------------------------------
footer
------------------------------------------------*/
  footer {
    width: 100%;
    padding: calc(45px * 1.4) 0 80px;
  }
  footer p {
    text-align: center;
  }
  footer p small {
    font-size: 12px;
  }
  footer p.com_name {
    font-size: calc(12.8px * 1.25);
    font-weight: bold;
    margin-bottom: 1em;
  }
  #container.lower footer {
    padding: calc(45px * 1.1) 0 calc(80px * 0.9375);
  }
  /* ----------------------------------------------
topImage(下層ページ)
------------------------------------------------*/
  #container.lower #topImage {
    width: 100%;
    height: calc(45px * 3.2);
    background: url(../image/mainImage.jpg) top 30% center/100% no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 70px;
    margin-bottom: 45px;
  }
  #container.lower #topImage::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: calc(45px * 3.2 / 3);
    background-color: #0071bc;
  }
  #container.lower #topImage h1 {
    font-size: calc(12.8px * 1.75);
    color: #0071bc;
  }
}

/*
==========================================================
pv
==========================================================
*/
#container.lower #contents .pv .wrapper h2 {
  font-size: 22px;
  color: #fff;
  background-color: #0071bc;
  font-weight: bold;
  padding: 0.7em 1em;
  margin-bottom: 1.5em;
}

@media all and (max-width: 520px) {
  #container.lower #contents .pv .wrapper h2 {
    font-size: 20px;
  }
}

#container.lower #contents .pv .wrapper dl {
  padding: 0 5%;
  margin-bottom: 2rem;
}

@media all and (max-width: 520px) {
  #container.lower #contents .pv .wrapper dl {
    padding: 0;
  }
}

#container.lower #contents .pv .wrapper dl dt {
  font-size: 18px;
  margin-bottom: 0.5em;
}

#container.lower #contents .pv .wrapper dl dd {
  padding-left: 1rem;
  text-indent: 1rem;
}

#container.lower #contents .pv .wrapper dl ol {
  padding-left: 2rem;
  text-indent: -1rem;
  margin: 0.5em 0 1em;
}

/*
==========================================================
sitemap
==========================================================
*/
#container.lower #contents .sitemap ul {
  text-align: center;
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
}

#container.lower #contents .sitemap ul li {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px #333 dotted;
}

#container.lower #contents .sitemap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  color: #000;
  background-color: none;
  font-size: 20px;
}

@media all and (max-width: 520px) {
  #container.lower #contents .sitemap ul li a {
    font-size: 16px;
  }
}

#container.lower #contents .sitemap ul li:last-child {
  border-bottom: none;
}

/*
==========================================================
JSのためのCSS
==========================================================
*/
/*
==========================================================
ハンバーガーメニュー（解放時）
==========================================================
*/
@media all and (max-width: 1000px) {
  header {
    /* ハンバーガーメニューアインコン */
  }
  header .ham_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  header .ham_menu span, header .ham_menu span::before, header .ham_menu span::after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #000;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  header .ham_menu span {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  header .ham_menu span::before {
    position: absolute;
    content: "";
    top: -7px;
  }
  header .ham_menu span::after {
    position: absolute;
    content: "";
    top: 7px;
  }
  header .ham_menu span.open {
    background-color: #fff;
  }
  header .ham_menu span.open::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .ham_menu span.open::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header nav {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 90px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 90px);
    overflow: scroll;
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #999;
  }
  header nav ul li {
    width: 100%;
    border-bottom: 1px solid #999;
    background: #fff;
    text-align: center;
    height: auto;
    margin: 0;
    padding: 1rem;
  }
  header nav ul li.now::before {
    display: none;
  }
  header nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em 1em;
    color: #000;
    background-color: none;
  }
}

@media all and (max-width: 1000px) and (max-width: 768px) {
  header nav {
    top: 70px;
    height: calc(100vh - 70px);
  }
  header nav .tel .f_small {
    color: #0071bc;
    font-size: calc(14.4px * 1.125);
  }
  header nav .tel .f_big {
    color: #0071bc;
    font-size: calc(14.4px * 1.5);
  }
}

/*
==========================================================
ポップアップ写真css
==========================================================
*/
#popbg {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

#popbg.bgarea {
  width: 100%;
  height: calc(100vh - 90px);
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 1000;
  opacity: 1;
}

@media all and (max-width: 1100px) {
  #popbg.bgarea {
    height: calc(100vh - 70px);
    top: 70px;
  }
}

#poppoint {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

#poppoint.imgarea {
  padding: 2rem;
  background: #fff;
  position: fixed;
  top: calc(50% + 90px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 2000;
}

@media all and (max-width: 1100px) {
  #poppoint.imgarea {
    padding: 1rem;
    width: 90%;
    top: calc(50% + 70px);
  }
}
/*# sourceMappingURL=common.css.map */