@charset "UTF-8";
/*
$jpG: 'YakuHanJP', 'Noto Sans JP', sans-serif;
$jpM: 'YakuHanMP', 'Noto Serif JP', serif;
$jpH: 'YakuHanMP', 'Shippori Mincho B1', serif;
$en:  'EB Garamond', serif; // サイト独自のフォントを指定
$enG: 'Roboto', sans-serif;
$enM: 'EB Garamond', serif;
*/
/* line 10, common.scss */
html, body, #wrapper { width: 100%; max-height: 100%; min-height: 100vh; }

/* line 11, common.scss */
body { -webkit-text-size-adjust: 100%; margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; line-height: 1.8; word-break: break-word; font-display: swap; font-weight: 400; color: #3e3a39; font-family: "FOT-筑紫ゴシック Pr5 M"; font-size: 16px; /*transform: rotate( .03deg);*/ }

/* line 13, common.scss */
h1, h2, h3, h4, h5, h6, p, span, em, b, i, dl, dt, dd, ol, ul, li, tr, th, td, div { letter-spacing: 0.025em; font-feature-settings: "palt" 1; /*-webkit-text-stroke-width: 0.25px;*/ }

/* line 14, common.scss */
ul li, ol li { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1rem; line-height: 1.8rem; }

/* line 15, common.scss */
p, p a, div, ul, ol, li, li a, dl, dt, dt a, dd, dd a, section, span, em, i, strong, b { box-sizing: border-box; /*text-align: justify; text-justify: inter-ideograph;*/ }

/* line 16, common.scss */
i { font-style: normal; }

/* line 20, common.scss */
.flexImg { overflow: hidden; position: relative; }
/* line 21, common.scss */
.flexImg img { width: 100% !important; height: 100% !important; object-fit: cover; font-family: 'object-fit: cover;'; }
/* line 22, common.scss */
.flexImg.ab { height: 0; padding: 100%; }
/* line 23, common.scss */
.flexImg.ab img { position: absolute; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: auto; z-index: 10; }

/* line 27, common.scss */
.mainColor { color: #1c7b9d; }

/* line 28, common.scss */
.bg-mainColor { background-color: #1c7b9d; }

/* line 29, common.scss */
.bd-mainColor { border-color: #1c7b9d; }

/* line 30, common.scss */
.subColor { color: #c6aa52; }

/* line 31, common.scss */
.bg-subColor { background-color: #c6aa52; }

/* line 32, common.scss */
.bd-subColor { border-color: #c6aa52; }

/* line 33, common.scss */
.baseFontColor { color: #3e3a39; }

/* line 37, common.scss */
.jpG { font-family: "FOT-筑紫ゴシック Pr5 M"; }

/* line 38, common.scss */
.jpM { font-family: "FOT-筑紫明朝 Pr6N M"; }

/* line 39, common.scss */
.jpH { font-family: "FOT-筑紫明朝 Pr6N D"; }

/* line 40, common.scss */
.en { font-family: "FuturaLTPro-Medium"; letter-spacing: .1em; }

/* line 41, common.scss */
.enL { font-family: "FuturaLTPro-Light"; letter-spacing: .1em; }

/* line 42, common.scss */
.enB { font-family: "FuturaMaxiStd-Demi"; letter-spacing: .1em; }

/* line 43, common.scss */
.enG { font-family: "Montserrat", sans-serif; }

/* line 44, common.scss */
.enM { font-family: "Lusitana", serif; }

/* line 46, common.scss */
.uc a { pointer-events: none; }

/* line 51, common.scss */
#wrapper { min-width: 1100px; /*overflow-x: hidden;*/ background: #f5f4f4; padding-top: 160px; position: relative; overflow: clip; }

/* line 52, common.scss */
main { width: 100%; position: relative; }

/* line 53, common.scss */
.inner { max-width: 1100px; margin: auto; }

/* line 54, common.scss */
.innerW { max-width: 1200px; margin: auto; }

/* line 56, common.scss */
section { /* text-align:left;*/ }

@media only screen and (max-width: 750px) { /* line 61, common.scss */
  #wrapper { min-width: 100%; overflow-x: hidden; padding-top: 70px; }
  /* line 63, common.scss */
  .inner, .innerW { max-width: 100%; margin: auto; }
  /* line 65, common.scss */
  section { /* text-align:left;*/ } }
/* line 71, common.scss */
a, a:link, a:visited { color: #1c7b9d; text-decoration: none; outline: none; transition: .5s; display: inline-block; }

/* line 72, common.scss */
a:hover { color: rgba(28, 123, 157, 0.5); text-decoration: none; transition: .5s; opacity: .7; }

/* line 73, common.scss */
a img { transition: .5s; }

/*a:hover img{ opacity: 0.6;}*/
/* line 75, common.scss */
*::selection { background: rgba(28, 123, 157, 0.35); color: #fff; }

@media print, screen and (min-width: 751px) { /* line 92, common.scss */
  .sp, .spOnly, .tbOnly { display: none !important; }
  /* line 93, common.scss */
  .pc, .pc-tb { display: inline-block !important; vertical-align: top !important; }
  /* line 94, common.scss */
  .pc-sp { display: inline-block !important; vertical-align: top !important; }
  /* スマホのみtellink有効（init.jsにも要設定） */
  /* line 96, common.scss */
  a[href^="tel:"] { cursor: default; } }
@media only screen and (max-width: 750px) { /* line 103, common.scss */
  .pc, .tbOnly, .pc-tb { display: none !important; margin: 0; padding: 0; width: 0; height: 0; }
  /* line 104, common.scss */
  .sp, .spOnly { display: inline-block !important; vertical-align: top !important; }
  /* line 105, common.scss */
  .pc-sp { display: inline-block !important; vertical-align: top !important; } }
@media screen and (min-width: 601px) and (max-width: 750px) { /* line 112, common.scss */
  .pc, .spOnly { display: none !important; margin: 0; padding: 0; width: 0; height: 0; }
  /* line 113, common.scss */
  .sp, .tbOnly, .pc-tb { display: inline-block !important; vertical-align: top !important; }
  /* line 114, common.scss */
  .pc-sp { display: none !important; margin: 0; padding: 0; width: 0; height: 0; } }
