@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400; /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500; /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700; /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

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

.disnone {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

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

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

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.015em;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
}

.inner2 {
  margin: 0 auto;
  max-width: 1000px;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 80px;
}

#contents {
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 1000px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

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;
}

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 641px) and (max-width: 832px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}
@media only screen and (max-width: 832px) {
  header#global_header {
    padding-top: 60px;
    border-top: 0;
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
.fixed {
  position: fixed;
  background: white !important;
  z-index: 11;
  top: 0;
  width: 100%;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 832px) {
  .pcnone {
    display: block;
  }
}

#header {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #1470c1;
}
@media only screen and (max-width: 1000px) {
  #header {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    border-top: 0;
  }
}
#header .inner2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #header .inner2 {
    display: block;
  }
}
#header .inner2 .flxL {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  #header .inner2 .flxL {
    margin: 0 auto;
    width: 50%;
  }
}
#header .inner2 .flxR {
  width: 65%;
}
@media only screen and (max-width: 640px) {
  #header .inner2 .flxR {
    width: 100%;
    margin: 0 auto;
  }
}
#header #siteID {
  padding: 20px 0;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #header #siteID {
    padding: 20px 10px;
  }
}
#header #siteID a {
  display: block;
}
#header #siteID img {
  width: 100% !important;
  max-width: 250.5px;
}
@media only screen and (max-width: 832px) {
  #header #siteID img {
    max-width: 100%;
  }
}
#header .subnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  #header .subnav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
  }
}
#header .subnav #telwrap .tel {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #1470c1;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  #header .subnav #telwrap .tel {
    margin-right: 0;
    padding: 0;
    background: none;
  }
}
#header .subnav #telwrap .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #1470c1;
}
#header .subnav #telwrap .tel i {
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  #header .subnav #telwrap .tel i {
    margin-right: 0;
  }
}
#header .subnav #contwrap .cont a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #1470c1;
}
@media only screen and (max-width: 640px) {
  #header .subnav #contwrap .cont a {
    height: 60px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
#header .subnav #contwrap .cont i {
  font-size: 20px;
  margin-right: 10px;
}
#header #subnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  #header #subnav {
    flex-direction: column;
  }
}
#header #subnav .tel2 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: auto;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 30px;
}
@media only screen and (max-width: 832px) {
  #header #subnav .tel2 {
    margin-right: 0;
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  #header #subnav .tel2 {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 60px;
    background: #338c2f;
    right: 200px;
    position: fixed;
    top: 0;
    z-index: 12;
  }
}
#header #subnav .tel2 a {
  height: 100%;
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #subnav .tel2 p {
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  #header #subnav .tel2 p {
    display: none;
  }
}
#header #subnav .tel2 .teltxt {
  color: #791d18;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  #header #subnav .tel2 .teltxt {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
#header #subnav .tel2 .teltxt span {
  font-size: 30px;
}
@media only screen and (min-width: 1600px) {
  #header #subnav .tel2 .teltxt span {
    font-size: 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  #header #subnav .tel2 .teltxt span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 640px) {
  #header #subnav .tel2 .teltxt span {
    display: none;
  }
}
#header #subnav .tel2 .teltxt i {
  margin-right: 10px;
  font-size: 30px;
}
@media only screen and (min-width: 1600px) {
  #header #subnav .tel2 .teltxt i {
    font-size: 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  #header #subnav .tel2 .teltxt i {
    font-size: 25px;
  }
}
@media only screen and (max-width: 640px) {
  #header #subnav .tel2 .teltxt i {
    margin-right: 0;
    display: block;
    font-size: 20px;
    color: #fff;
  }
}
#header #subnav .hbtn {
  width: 200px;
}
@media only screen and (max-width: 832px) {
  #header #subnav .hbtn {
    width: 200px;
    height: 60px;
    border-left: 1px solid white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    display: flex;
    justify-content: center;
  }
}
#header #subnav .hbtn a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: url(../images/common/cont_bg.png) no-repeat center;
}
@media only screen and (max-width: 832px) {
  #header #subnav .hbtn a {
    background: #338c2f;
    width: 100%;
    color: #fff;
  }
}
#header #subnav .hbtn a span {
  line-height: 1;
  font-size: 16px;
  font-size: 1vw;
}
@media only screen and (min-width: 1600px) {
  #header #subnav .hbtn a span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 832px) {
  #header #subnav .hbtn a span {
    font-size: 13px;
  }
}
#header #subnav .hbtn a i {
  margin-right: 10px;
  font-size: 20px;
  font-size: 1.25vw;
}
@media only screen and (min-width: 1600px) {
  #header #subnav .hbtn a i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 832px) {
  #header #subnav .hbtn a i {
    font-size: 17px;
  }
}

#mainArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
}
#mainArea h1 {
  top: 0;
  left: 0;
  width: 55%;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 832px) {
  #mainArea h1 {
    width: 60%;
  }
}
#mainArea h1 img {
  width: 100% !important;
}
#mainArea ul {
  margin-left: auto;
  width: 60%;
}
@media only screen and (max-width: 832px) {
  #mainArea ul {
    width: 70%;
  }
}

.navwrap #nav_global {
  position: relative;
}
.navwrap #nav_global ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media only screen and (max-width: 832px) {
  .navwrap #nav_global ul {
    max-width: 100%;
  }
}
.navwrap #nav_global ul li {
  position: relative;
  flex-grow: 1;
  border-left: 1px solid #fff;
  border-right: 1px solid #d2bd98;
}
.navwrap #nav_global ul li:first-child:before {
  position: absolute;
  left: -2px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #d2bd98;
}
.navwrap #nav_global ul li:last-child {
  border-right: 1px solid #d2bd98;
}
.navwrap #nav_global ul li:last-child:before {
  position: absolute;
  right: -2px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
}
.navwrap #nav_global ul li a {
  font-weight: 500;
  padding: 0 10px;
  font-size: 16px;
  display: block;
  color: #333 !important;
  padding: 0;
  line-height: 1;
}
.navwrap #nav_global ul li a:hover {
  opacity: 1;
  animation: zoom 0.3s;
}
.navwrap #nav_global ul li a span {
  font-size: 10px;
  color: #794518;
  display: block;
  margin-top: 5px;
}

.global-menu-btn {
  display: none;
  font-size: 10px;
}
@media only screen and (max-width: 832px) {
  .global-menu-btn {
    z-index: 11;
    display: block;
    position: absolute;
    left: 10px;
    top: 11px;
    color: #fff;
    line-height: 1;
  }
  .global-menu-btn::before {
    font-size: 2.4em;
    content: "\f0c9";
    line-height: 1;
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
  }
  .global-menu-btn i {
    margin-top: 3px;
    display: block;
    line-height: 1;
  }
}

.global-menu-close-btn {
  display: none;
}
@media only screen and (max-width: 832px) {
  .global-menu-close-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    transform: translateX(70px);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  }
  .global-menu-close-btn:before {
    content: "\f00d";
    line-height: 32px;
    font-family: "Font Awesome 5 pro";
    font-size: 1.3rem;
    font-weight: 300;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .global-menu-close-btn i {
    display: none;
  }
}

@media only screen and (max-width: 832px) {
  #hednav {
    justify-content: center;
    height: 60px;
    width: 100%;
    background: #1470c1;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
  #hednav .wrap {
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s ease-out;
    background: rgba(0, 0, 0, 0.6) !important;
    display: block !important;
    position: fixed;
    width: 100% !important;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #hednav .wrap .navwrap {
    padding: 0;
    display: block !important;
    background: #fff;
    width: 75%;
    height: 100%;
    opacity: 0;
    transform: translateX(-240%);
    transition: all 0.2s ease-out;
  }
  #hednav .wrap .navwrap #hed_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
  #hednav .wrap .navwrap #hed_info .store1 p {
    background: #1470c1;
  }
  #hednav .wrap .navwrap #hed_info .store2 p {
    background: #1962a2;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn {
    width: 50%;
    margin: 0 !important;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a {
    padding: 10px 0;
    font-weight: 300;
    font-size: 0.5rem !important;
    border: 0 !important;
    color: #fff !important;
    transition: 1s;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a i {
    font-weight: 300;
    font-size: 1.5rem !important;
    margin: 0 0 5px 0 !important;
  }
  #hednav .wrap .navwrap #nav_global {
    width: 100%;
    margin-top: 0 !important;
  }
  #hednav .wrap .navwrap #nav_global ul {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
  }
  #hednav .wrap .navwrap #nav_global ul li {
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: solid 1px #ddd;
  }
  #hednav .wrap .navwrap #nav_global ul li a {
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding-left: 70px;
    line-height: 1;
    height: 100%;
    font-weight: 300;
    font-size: 0.8rem !important;
    color: #1470c1 !important;
  }
  #hednav .wrap .navwrap #nav_global ul li a span {
    display: none;
  }
  #hednav .wrap .navwrap #nav_global ul li a::before {
    display: block;
    position: absolute;
    left: 15px;
    top: 35%;
    z-index: 1;
    transform-origin: center bottom;
    font-family: channel-icons;
    font-size: 1.7rem;
    font-family: "Font Awesome 5 pro";
    color: #1470c1;
  }
  #hednav .wrap .navwrap #nav_global ul li:nth-child(1) a::before {
    content: "\f015";
  }
  #hednav .wrap .navwrap #nav_global ul li:nth-child(2) a::before {
    left: 19px;
    top: 32%;
    content: "\f46d";
  }
  #hednav .wrap .navwrap #nav_global ul li:nth-child(3) a::before {
    left: 13px;
    content: "\f49e";
  }
  #hednav .wrap .navwrap #nav_global ul li:nth-child(4) a::before {
    left: 15px;
    content: "\f4be";
  }
  #hednav .wrap .navwrap #nav_global ul li:nth-child(5) a::before {
    left: 14px;
    content: "\f64f";
  }
}
@media only screen and (max-width: 640px) {
  #hed_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
  }
  #hed_info .store1 {
    width: 50%;
  }
  #hed_info .store1 p {
    background: #93c2d8;
  }
  #hed_info .store2 {
    width: 50%;
  }
  #hed_info .store2 p {
    background: #a0c6d8;
  }
  #hed_info .store3 {
    width: 100% !important;
  }
  #hed_info .store3 p {
    background: #93c2d8;
  }
}
.MenuOpened {
  z-index: 13 !important;
}
.MenuOpened .global-menu-btn {
  z-index: 0;
}
.MenuOpened .wrap {
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.7) !important;
}
.MenuOpened .wrap .navwrap {
  opacity: 1 !important;
  transform: translateX(0) !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh !important;
}
.MenuOpened .wrap .global-menu-close-btn {
  opacity: 1;
  transform: translateX(0);
}

#local-keyvisual {
  position: relative;
}
#local-keyvisual h1 {
  background: rgba(20, 112, 193, 0.3);
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  z-index: 1;
  line-height: 1.2em;
  position: relative;
  text-align: center;
  padding: 150px 10px;
  display: block;
  font-size: 60px;
  font-size: 3.75vw;
}
@media only screen and (min-width: 1600px) {
  #local-keyvisual h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  #local-keyvisual h1 {
    padding: 100px 10px;
    font-size: 55px;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 50px;
    padding: 80px 10px;
  }
}
#local-keyvisual h1:empty {
  display: none;
}

.pan1 {
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.pan1 a {
  color: #000;
}
.pan1 .pankuzu {
  max-width: 1000px;
  margin: 0 auto;
}

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

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
  margin-top: auto;
}
footer#global_footer a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
footer#global_footer a:hover {
  text-decoration: underline;
}
footer#global_footer #footer {
  background: #1470c1;
  padding: 80px 0;
}
@media only screen and (max-width: 1200px) {
  footer#global_footer #footer {
    padding: 80px 10px;
  }
}
footer#global_footer #footer .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 832px) {
  footer#global_footer #footer .inner {
    display: block;
  }
}
footer#global_footer #footer .inner .flxL {
  width: 48%;
  text-align: left;
}
@media only screen and (max-width: 832px) {
  footer#global_footer #footer .inner .flxL {
    margin-bottom: 50px;
    width: 100%;
  }
}
footer#global_footer #footer .inner .flxL > a {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 35px;
  font-size: 2.1875vw;
}
@media only screen and (min-width: 1600px) {
  footer#global_footer #footer .inner .flxL > a {
    font-size: 35px;
  }
}
@media only screen and (max-width: 832px) {
  footer#global_footer #footer .inner .flxL > a {
    text-align: center;
  }
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  footer#global_footer #footer .inner .flxL > a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  footer#global_footer #footer .inner .flxL > a {
    font-size: 30px;
  }
}
footer#global_footer #footer .inner .flxL > a:first-line {
  line-height: 1;
}
footer#global_footer #footer .inner .flxL > a:hover {
  opacity: 1;
  text-decoration: none;
}
footer#global_footer #footer .inner .flxL dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
footer#global_footer #footer .inner .flxL dl dt {
  width: 10%;
}
footer#global_footer #footer .inner .flxL dl dd {
  width: 89%;
}
footer#global_footer #footer .inner .flxR {
  width: 48%;
}
@media only screen and (max-width: 832px) {
  footer#global_footer #footer .inner .flxR {
    width: 100%;
  }
}
footer#global_footer address {
  margin: 0 auto 30px;
  text-align: left;
  display: table;
}
footer#global_footer address span {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  footer#global_footer address span {
    display: block;
    margin-top: 10px;
  }
}
footer#global_footer #copy {
  color: #333;
}
footer#global_footer #copy a {
  color: #333;
  text-decoration: none;
}
footer#global_footer #copy a:hover {
  opacity: 1;
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  footer#global_footer #copy a {
    line-height: 60px;
  }
}

.btn {
  max-width: 350px;
}
@media only screen and (max-width: 640px) {
  .btn {
    max-width: 100%;
  }
}
.btn a {
  display: block;
  font-size: 20px;
  color: #000;
  padding: 15px 10px;
  border: 2px solid #000;
}
.btn a:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

.cont_1 {
  margin: 80px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .cont_1 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 832px) {
  .cont_1 {
    margin: 50px auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  .cont_1 {
    overflow: hidden;
    padding: 20px;
  }
}
.cont_1 .flxL {
  width: 50%;
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  .cont_1 .flxL {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_1 .flxL {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cont_1 .flxR {
  width: 47%;
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  .cont_1 .flxR {
    width: 100%;
    z-index: 1;
    padding: 40px;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (max-width: 640px) {
  .cont_1 .flxR {
    width: 100%;
  }
}
.cont_1 .flxR .txt:first-line {
  line-height: 1;
}

.cont_2 {
  margin-bottom: 80px;
  padding: 80px 10px;
  background: #edf4fa;
}
@media only screen and (max-width: 832px) {
  .cont_2 {
    margin-bottom: 50px;
    padding: 50px 10px;
  }
}
.cont_2 .inner2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  letter-spacing: 1;
  font-size: 15px;
}
.cont_2 .midashi2 {
  width: 100%;
}
.cont_2 .box {
  width: 32%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .cont_2 .box {
    width: 48%;
  }
}
.cont_2 .box img {
  margin-bottom: 10px;
}

.news {
  height: 400px;
  border: 5px solid #000;
  padding: 20px;
}
@media only screen and (max-width: 1000px) {
  .news {
    margin: 0 10px;
  }
}
.news .scl {
  height: 100%;
  overflow-y: scroll;
  padding: 10px;
}
.news .scl .news_txt {
  border-bottom: 1px dashed #ccc;
}
.news .scl .news_txt td {
  padding: 0 !important;
}

/* box */
.home_td {
  margin-left: -7.6923076923% !important;
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  .home_td {
    margin-left: -7.6923076923% !important;
  }
}
@media only screen and (max-width: 640px) {
  .home_td {
    margin-left: 0 !important;
  }
}
.home_td .box {
  z-index: 10;
  float: left;
  width: 42.3076923077% !important;
  margin-left: 7.6923076923% !important;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  .home_td .box {
    width: 42.3076923077% !important;
    margin-left: 7.6923076923% !important;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .home_td .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td .box img {
  width: 100% !important;
  border-radius: 15px;
}
.home_td .box .cont_titl {
  display: block;
  margin: 30px 0 10px;
}
.home_td .box .cont_titl h3 {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .home_td .box .cont_titl h3 {
    font-size: 20px;
  }
}
.home_td .box .cont_titl h3:first-letter {
  font-size: 35px;
  color: #ef9916;
}
@media only screen and (max-width: 640px) {
  .home_td .box .cont_titl h3:first-letter {
    font-size: 30px;
  }
}

/* title */
.midashi h2 {
  color: #000;
  line-height: 1.7em;
  font-weight: 700;
  font-size: 35px;
  font-size: 2.1875vw;
}
@media only screen and (min-width: 1600px) {
  .midashi h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  .midashi h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi h2 {
    font-size: 30px;
  }
}
.midashi h2:first-line {
  line-height: 1;
}

.midashi2 h2 {
  color: #1470c1;
  line-height: 1;
  font-weight: 700;
  font-size: 35px;
  font-size: 2.1875vw;
}
@media only screen and (min-width: 1600px) {
  .midashi2 h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1000px) {
  .midashi2 h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  .midashi2 h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi2 h2 {
    font-size: 30px;
  }
}
.midashi2 h2 span {
  font-weight: 500;
  margin-top: 20px;
  display: block;
  font-size: 16px;
  color: #aaaaaa;
}

.midashi3 h2 {
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
  color: #000;
  line-height: 1.7em;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875vw;
}
@media only screen and (min-width: 1600px) {
  .midashi3 h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi3 h2 {
    font-size: 20px;
  }
}

.comp {
  background: #f7f7f7;
  padding: 50px;
}
.comp tr {
  margin-bottom: 15px;
  color: #333;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 640px) {
  .comp tr {
    display: block !important;
  }
}
.comp tr td:first-child {
  width: 35% !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding: 10px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}
@media only screen and (max-width: 640px) {
  .comp tr td:first-child {
    width: 100% !important;
  }
}
.comp tr td {
  text-align: right;
  padding: 10px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}
@media only screen and (max-width: 640px) {
  .comp tr td {
    text-align: left;
  }
}
.comp tr a {
  color: #b2b2b2;
}

.comp2 a {
  color: #333;
}
@media only screen and (max-width: 640px) {
  .comp2 td {
    text-align: center !important;
  }
}

.items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .items {
    display: block;
  }
}
.items .box {
  width: 48%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .items .box {
    width: 100%;
  }
}
.items .box td {
  padding: 0 !important;
}
.items .box h3 {
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
.items .box img {
  width: 100% !important;
  margin-bottom: 10px;
}

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

.slider2 img {
  margin: 0 auto;
}

.bg_100per_wrap {
  position: relative;
  padding: 100px 0 !important;
}
@media only screen and (max-width: 832px) {
  .bg_100per_wrap {
    padding: 50px 0 !important;
  }
}

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: #f2f2e9 no-repeat;
  background-size: cover;
  z-index: -1;
}

.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;
  margin: 0 0 15px;
  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 only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.center {
  text-align: center;
}

/* box */
.items2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -1.9607843137% !important;
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  .items2 {
    margin-left: -1.9607843137% !important;
  }
}
@media only screen and (max-width: 640px) {
  .items2 {
    margin-left: 0 !important;
  }
}
.items2 .box {
  width: 31.3725490196% !important;
  margin-left: 1.9607843137% !important;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 641px) and (max-width: 832px) {
  .items2 .box {
    width: 31.3725490196% !important;
    margin-left: 1.9607843137% !important;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .items2 .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.items2 .box td {
  padding: 0 !important;
}
.items2 .box h3 {
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
.items2 .box img {
  height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100% !important;
  margin-bottom: 20px;
}

.page-top #mainArea2 {
  display: none;
}
.page-top .pan1 {
  display: none;
}/*# sourceMappingURL=common.css.map */