@charset "UTF-8";

/* ----------------------------------------
site設定
------------------------------------------*/
* {
	box-sizing: border-box;
  word-break: break-all;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  scroll-behavior: smooth;
  color: #222;
}
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, 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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
body {
  font-family: 'BIZ UDGothic', sans-serif;
  line-height: 1.5;
  position: relative;
}
a {
  color: #222;
  text-decoration: none;
  -webkit-transition: opacity .7s ease;
  -o-transition: opacity .7s ease;
  transition: opacity .7s ease;
  cursor: pointer;
  word-break: break-word;
}
a:hover {
  opacity: .7;
  -webkit-transition: opacity .7s ease;
  -o-transition: opacity .7s ease;
  transition: opacity .7s ease;
}
iframe {
  vertical-align: bottom;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
video {
  max-width: 100%;
  vertical-align: bottom;
}
ol, ul {
  list-style: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
address {
  font-style: normal;
}


input[type="text"],
input[type="submit"],
select, textarea {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  background: none;
  border: none;
  font-size: 16px;
  outline-style: none;
  width: 100%;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

::selection {
  background: #50d796;
  color: #fff;
}

/* ----------------------------------------
font
------------------------------------------*/
.fsSSS {
  font-size: 1rem !important;
}
.fsSS {
  font-size: 1.2rem !important;
}
.fsS {
  font-size: 1.4rem !important;
}
.fsM {
  font-size: 1.6rem !important;
}
.fsL {
  font-size: 2rem !important;
}
.fsLL {
  font-size: 2.2rem !important;
}
.fsLLL {
  font-size: 2.6rem !important;
}
.fwN {
  font-weight: normal !important;
}
.fwB {
  font-weight: bold !important;
}

/* ----------------------------------------
文字色
------------------------------------------*/
.c_white {
  color: #fff !important;
}
.c_black {
  color: #191919 !important;
}
.c_beige {
  color: #E0D4BD !important;
}
.c_brown {
  color: #1F1F1F !important;
}
.c_red {
  color: #ca353b !important;
}
.c_orange {
  color: #faa62f !important;
}
.c_aquablue {
  color: #009DC6 !important;
}
.c_l_blue {
  color: #097CF2 !important;
}
.c_blue {
  color: #002453 !important;
}
.c_d_blue {
  color: #004298 !important;
}
.c_gray {
  color: #727171 !important;
}
.c_l_gray {
  color: #808080 !important;
}
.c_green {
  color: #009D2A !important;
}
.c_d_green {
  color: #009944 !important;
}
.c_yellow {
  color: #ffea2d !important;
}
.twitter {
  color: #1D9BF0 !important;
}

/* ----------------------------------------
背景色
------------------------------------------*/
.bg_white {
  background: #fff !important;
}
.bg_black {
  background: #0A0A0A !important;
}
.bg_gold {
  background: #EFE8CF !important;
}
.bg_light_gray {
  background: #E0D4BD !important;
}
.bg_light_beige {
  background: #fff9ee !important;
}
.bg_gray {
  background: #F5F6F8 !important;
}
.bg_orange {
  background: #E85400 !important;
}
.bg_green {
  background: #649B8A !important;
}
.bg_light_green {
  background:#8BC785 !important;
}
.bg_dark_green {
  background: #009D2A !important;
}
.bg_light_red {
  background: #C7A185 !important;
}
.bg_dark_red {
  background: #A80037 !important;
}
.bg_dark_blue {
  background: #1F3B8F !important;
}
.bg_light_blue {
  background: #098DF2 !important;
}
.bg_aqua_blue {
  background: #E4F7FF !important;
}
.bg_purple {
  background: #7D649B !important;
}
.bg_beige {
  background: #fffcf2 !important;
}
.bg_brown {
  background: #97512C !important;
}

/* ----------------------------------------
アイコンカラー
------------------------------------------*/
/* マップアイコン */
.fa-location-dot {
  color: #845739;
}

/* ----------------------------------------
margin
------------------------------------------*/
.m00{margin:0!important;}.m05{margin:5px!important;}.m10{margin:10px!important;}.m15{margin:15px!important;}.m20{margin:20px!important;}.m25{margin:25px!important;}.m30{margin:30px!important;}.m35{margin:35px!important;}.m40{margin:40px!important;}.m45{margin:45px!important;}.m50{margin:50px!important;}.mt00{margin-top:0!important;}.mt05{margin-top:5px!important;}.mt10{margin-top:10px!important;}.mt15{margin-top:15px!important;}.mt20{margin-top:20px!important;}.mt25{margin-top:25px!important;}.mt30{margin-top:30px!important;}.mt35{margin-top:35px!important;}.mt40{margin-top:40px!important;}.mt45{margin-top:45px!important;}.mt50{margin-top:50px!important;}.mb00{margin-bottom:0!important;}.mb05{margin-bottom:5px!important;}.mb10{margin-bottom:10px!important;}.mb15{margin-bottom:15px!important;}.mb20{margin-bottom:20px!important;}.mb25{margin-bottom:25px!important;}.mb30{margin-bottom:30px!important;}.mb35{margin-bottom:35px!important;}.mb40{margin-bottom:40px!important;}.mb45{margin-bottom:45px!important;}.mb50{margin-bottom:50px!important;}.mb100{margin-bottom:100px!important;}.ml00{margin-left:0!important;}.ml05{margin-left:5px!important;}.ml10{margin-left:10px!important;}.ml15{margin-left:15px!important;}.ml20{margin-left:20px!important;}.ml25{margin-left:25px!important;}.ml30{margin-left:30px!important;}.ml35{margin-left:35px!important;}.ml40{margin-left:40px!important;}.ml45{margin-left:45px!important;}.ml50{margin-left:50px!important;}.mr00{margin-right:0!important;}.mr05{margin-right:5px!important;}.mr10{margin-right:10px!important;}.mr15{margin-right:15px!important;}.mr20{margin-right:20px!important;}.mr25{margin-right:25px!important;}.mr30{margin-right:30px!important;}.mr35{margin-right:35px!important;}.mr40{margin-right:40px!important;}.mr45{margin-right:45px!important;}.mr50{margin-right:50px!important;}

@media (max-width: 767px) {
    .sp_mb10 {
      margin-bottom: 10px !important;
    }
    .sp_mb20 {
      margin-bottom: 20px !important;
    }
    .sp_mb30 {
      margin-bottom: 30px !important;
    }
}

/* ----------------------------------------
padding
------------------------------------------*/
.p00{padding:0!important;}.p05{padding:5px!important;}.p10{padding:10px!important;}.p15{padding:15px!important;}.p20{padding:20px!important;}.p25{padding:25px!important;}.p30{padding:30px!important;}.p35{padding:35px!important;}.p40{padding:40px!important;}.p45{padding:45px!important;}.p50{padding:50px!important;}.pt00{padding-top:0!important;}.pt05{padding-top:5px!important;}.pt10{padding-top:10px!important;}.pt15{padding-top:15px!important;}.pt20{padding-top:20px!important;}.pt25{padding-top:25px!important;}.pt30{padding-top:30px!important;}.pt35{padding-top:35px!important;}.pt40{padding-top:40px!important;}.pt45{padding-top:45px!important;}.pt50{padding-top:50px!important;}.pb00{padding-bottom:0!important;}.pb05{padding-bottom:5px!important;}.pb10{padding-bottom:10px!important;}.pb15{padding-bottom:15px!important;}.pb20{padding-bottom:20px!important;}.pb25{padding-bottom:25px!important;}.pb30{padding-bottom:30px!important;}.pb35{padding-bottom:35px!important;}.pb40{padding-bottom:40px!important;}.pb45{padding-bottom:45px!important;}.pb50{padding-bottom:50px!important;}.pl00{padding-left:0!important;}.pr00{padding-right:0!important;}.pr05{padding-right:5px!important;}.pr10{padding-right:10px!important;}.pr15{padding-right:15px!important;}.pr20{padding-right:20px!important;}.pr25{padding-right:25px!important;}.pr30{padding-right:30px!important;}.pr35{padding-right:35px!important;}.pr40{padding-right:40px!important;}.pr45{padding-right:45px!important;}.pr50{padding-right:50px!important;}

/* ----------------------------------------
ブロック要素
------------------------------------------*/
.db {
  display: block !important;
}
.dib {
  display: inline-block !important;
}
.none {
  display: none !important;
}

/* ----------------------------------------
配置
------------------------------------------*/
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.mlA {
  margin-left: auto !important;
}
.m0A {
  margin: 0 auto !important;
}
.mrA {
  margin-right: auto !important;
}
.vaT {
	vertical-align: top !important;
}
.vaM {
	vertical-align: middle !important;
}
.vaS {
	vertical-align: sub !important;
}
.vaB {
	vertical-align: bottom !important;
}
.pR {
  position: relative !important;
}
.pA {
  position: absolute !important;
}
.pF {
  position: fixed !important;
}
.pS {
  position: sticky !important;
}
.jc_s {
  justify-content: flex-start !important;
}
.jc_c {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.jc_sa {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.jc_sb {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.jc_se {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}
.jc_fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end !important;
}
.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ai_t {
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
.ai_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai_b {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ai_fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .sp_taL {
    text-align: left !important;
  }
  .sp_taC {
    text-align: center !important;
  }
  .sp_taR {
    text-align: right !important;
  }
}

/* ----------------------------------------
表示分岐
------------------------------------------*/
.pc_only {
  display: block !important;
}
.pc_none {
  display: none !important;
}
.tab_only {
  display: none !important;
}
.sp_only {
  display: none !important;
}
.res_show {
  display: none;
}

@media screen and (max-width:1180px) {
  .pc_only {
    display: none !important;
  }
  .pc_none {
    display: block !important;
  }
  .res_show {
    display: block !important;
  }
}

@media screen and (max-width:1024px) {
  .tab_only {
      display: block !important;
  }
}

@media screen and (max-width:767px) {
  .pc_only {
      display: none !important;
  }
  .tab_only {
      display: none !important;
  }
  .sp_only {
      display: block !important;
  }
  .sp_none {
    display: none !important;
  }
}

/* ----------------------------------------
clearfix
------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------
境界線
------------------------------------------*/
hr {
  border: .5px solid #ccc;
}

/* ----------------------------------------
ページリンク
------------------------------------------*/
.link {
  text-decoration: underline;
  word-break: break-all;
  color: #845739;
}
.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

