@charset "UTF-8";
/*
font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Roboto', sans-serif;
*/
/* 基本設定
----------------------------------------------------------------------------------*/
/* line 10, common.scss */
html, body, #wrapper { width: 100%; max-height: 100%; }

/* 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-all; font-display: swap; font-weight: 500; color: #454545; font-family: "YakuHanJP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 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.05em; font-feature-settings: "palt" 1; }

/* 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 26, common.scss */
.bSdw { -webkit-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.5); box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.5); }

/* line 27, common.scss */
.tSdw { -webkit-text-shadow: 2px 3px 6px black; -moz-text-shadow: 2px 3px 6px black; text-shadow: 2px 3px 6px black; }

/* line 28, common.scss */
.fSdw { filter: drop-shadow(2px 3px 6px black); }

/* line 30, common.scss */
.mainColor { color: #009944; }

/* line 31, common.scss */
.bg-mainColor { background-color: #009944; }

/* line 32, common.scss */
.bd-mainColor { border-color: #009944; }

/* line 33, common.scss */
.subColor { color: #f2ac0f; }

/* line 34, common.scss */
.bg-subColor { background-color: #f2ac0f; }

/* line 35, common.scss */
.bd-subColor { border-color: #f2ac0f; }

/* line 36, common.scss */
.baseFontColor { color: #454545; }

/* フォントの種類
----------------------------------------------------------------------- */
/* 和ゴシック */
/* line 42, common.scss */
.jpG { font-family: "YakuHanJP", "Noto Sans JP", sans-serif; }

/* 和明朝 */
/* line 44, common.scss */
.jpM { font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif; }

/* line 45, common.scss */
.jpMidashi, .jpH { font-family: "YakuHanMP", "Shippori Mincho B1", serif; font-weight: 600; letter-spacing: .015em; }

/* line 46, common.scss */
.en { font-family: "EB Garamond", serif; font-weight: 400; }

/* line 47, common.scss */
.enG { font-family: "Roboto", sans-serif; }

/* line 48, common.scss */
.enM { font-family: "EB Garamond", serif; }

/* ベースレイアウト設定
----------------------------------------------------------------------------------*/
/*#wrapper{ text-align: center; background:#fff;}*/
/* line 54, common.scss */
#main { min-width: 1100px; padding-top: 195px; text-align: center; overflow: hidden; }
@media only screen and (max-width: 1023px) { /* line 54, common.scss */
  #main { min-width: 100%; padding-top: 110px; } }

/* line 55, common.scss */
.inner { max-width: 1280px; margin: auto; }

/* line 56, common.scss */
.innerNrw { max-width: 1100px; margin: auto; }

/* line 58, common.scss */
section { /* text-align:left;*/ }

/* hover
----------------------------------------------------------------------------------*/
/* line 69, common.scss */
a, a:link, a:visited { color: #009944; text-decoration: none; outline: none; transition: .5s; display: inline-block; }

/* line 70, common.scss */
a:hover { color: rgba(0, 153, 68, 0.5); text-decoration: none; transition: .5s; opacity: .7; }

/* line 71, common.scss */
a img { transition: .5s; }

/*a:hover img{ opacity: 0.6;}*/
/* line 73, common.scss */
*::selection { background: rgba(0, 153, 68, 0.15); /*color: #fff;*/ }

/* ------------------------------- PCのみの設定
------------------------------- */
@media print, screen and (min-width: 1280px) { /* line 81, common.scss */
  .sp, .spOnly, .tbOnly { display: none !important; }
  /* line 82, common.scss */
  .pc, .pc-tb { display: inline-block !important; vertical-align: top !important; }
  /* line 83, common.scss */
  .pc-sp { display: inline-block !important; vertical-align: top !important; }
  /* スマホのみtellink有効（init.jsにも要設定） */
  /* line 85, common.scss */
  a[href^="tel:"] { cursor: default; } }
/* ------------------------------- PC～スマホ 調整（兼タブレット）
------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 93, common.scss */
  .pc, .tbOnly, .pc-tb { display: inline-block !important; }
  /* line 94, common.scss */
  .sp, .spOnly { display: none !important; }
  /*.pc,.spOnly{ display:none !important; margin:0; padding:0; width:0; height:0;} .sp,.tbOnly,.pc-tb{ display:inline-block !important; vertical-align:top !important;} .pc-sp{ display:none !important; margin:0; padding:0; width:0; height:0;}*/ }
/* ------------------------------- スマホ向け設定
------------------------------- */
@media only screen and (max-width: 1023px) { /* line 105, common.scss */
  .pc, .tbOnly, .pc-tb { display: none !important; margin: 0; padding: 0; width: 0; height: 0; }
  /* line 106, common.scss */
  .sp, .spOnly { display: inline-block !important; vertical-align: top !important; }
  /* line 107, common.scss */
  .pc-sp { display: inline-block !important; vertical-align: top !important; } }
