

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-weight: 500;
}

/* A関連 */
a {
  color: #333;

  background-color: transparent;
text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/*フッターやナビ、インフォのliなどに係るAのアンダーバー消し */
a.nav-link{
  text-decoration: none;
}

a.btn{
  text-decoration: none;
}

li a{
  text-decoration: none;
}

div.tag-con a{
  text-decoration: none;
}

a.dropdown-item{
  text-decoration: none;
}

button {
	margin:10px 0px;
}

btn a {
　color:#FFFFFF;
  text-decoration: none;
}

btn a:link,a:hover,a:active,a:visited {
  color:#FFFFFF;
    text-decoration: none;
}

footer a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

footer a:link,a:hover,a:active,a:visited {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}


/* Footer の中のA関連 */
footer li{
  font-size: 0.9rem;
}

footer p.left{
  font-size: 0.9rem;
}

footer p.copy{
  font-size: 0.8rem;
	font-family: "Tahoma" , "Times New Roman", Times, "serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", ;
	color: #666;
}


/*
img.navlogo {
    max-width: 100%;
   height: auto;
    vertical-align: middle;
}
*/

li.nav-link{
	 border-right: 1px solid #000;
	vertical-align: middle;
}


.nav-link{
	font-size: 1.3vw;	
}

@media screen and (width < 768px) {
    .nav-link{
      font-size: 1em;	
    }
  }

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0.vw;/*0.6rem*/
}

/*navbarのトグルのボーダー線を0に*/
.navbar-toggler {
  padding: 0rem 0rem;/*DEF 0.25rem 0.75rem*/
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0.25rem;
}

.navbar .nav-item{
	font-weight: bold;
}
.navbar-brand{
	font-weight: bolder;
}



a.navi-contact {
		border-radius: 16px;
    font-size:0.9em;
    font-weight:bold;
    display:block;
    text-align:center;
    padding:0px 10px 0px 10px;
	margin:4px 3px 10px 4px;
    color:#2F4F35;
    border:1px solid #2F4F35;
}

a:hover.navi-contact {
  text-decoration: none;
	color:#FFF;
  border:1px solid #9CC715;
background-color:#9CC715;
}

a.navi-inq {
	border-radius: 16px;
    font-size:0.9em;
    font-weight:bold;
    display:block;
    text-align:center;
    padding:0px 10px 0px 10px;
	margin:4px 3px 10px 4px;
  	color:#2F4F35;
  border:1px solid #9CC715;
background-color:#9CC715;
}

a:hover.navi-inq {
  text-decoration: none;
    color:#FFF;
    border:1px solid #ddee9a;
	background-color:#ddee9a;
}



/*レスポンシブトップ画像*/
.jbt {
    height: 510px;
    background: url("../images/main-title.jpg.jpg") center 0 no-repeat;
    background-size: cover;
    }

@media (min-width: 900px){
.jbt {
    height: 871px;
    background: url("../images/main-title.jpg.jpg") center no-repeat;
    background-size: cover;
	}
 

	
		/*TELリンクをＰＣ版の場合のける*/
a[href^="tel:"] {
    pointer-events: none;
	
}


}

@media (max-width: 767px){
.jbt {
    height: 310px;
    background: url("../images/jumbotron.jpg") center no-repeat;
    background-size: cover;
	}



}


/*navbarを白半透明に*/

.navbar {
   background-color: rgba( 255, 255, 255, 0.8 );
}

/*navbarの文字を黒く*/
.navbar-light .navbar-nav .nav-link {
    color:#333;
}

/*navbar内ドロップダウンの文字黒く太く*/
.dropdown-item {
    font-weight:bold;
    color: #333;
    font-size:1.3vw;
}

/*フォーム内、inputのフォーカス時の青い光を消す*/

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  outline: 0;
  box-shadow: none;
  border: 2px solid #999999;
  background-color: #ffffff;
}

/*IE11対策*/
@media all and (-ms-high-contrast: none) {
.img-fluid {
	width: 100%;
	height: auto;
	}
}
/* テンプレLP-ALL　背景*/
.bg-beige {
  background: #faf3ec;
  background-size: auto;
 /* background-size: contain;*/
}

.bg-beigeimg {
  background: #faf3ec url("../images/bg_beige.png") center 0 repeat;
  background-size: auto;
 /* background-size: contain;*/
}

.bg-wood {
    background: #faf3ec url("../images/bg-wood.jpg") center 0 repeat;
    background-size: auto;
   /* background-size: contain;*/
}

.bg-wood2 {
  background: #faf3ec url("../images/bg-wood2.png") center 0 repeat;
  background-size: auto;
 /* background-size: contain;*/
}

.bg-stripe {
  background: #faf3ec url("../images/bg-stripe.png") center 0 repeat;
  background-size: auto;
 /* background-size: contain;*/
}




/*----------------------------------
    ボタン
-----------------------------------*/
.btn-mossgreen,
.btn-mossgreen.disabled, .btn-mossgreen:disabled {
  color: #fff;
  background-color: #777e41;
  border-color: #777e41;
}

.btn-mossgreen:focus, .btn-mossgreen.focus,
.btn-mossgreen:not(:disabled):not(.disabled):active:focus, .btn-mossgreen:not(:disabled):not(.disabled).active:focus,
.show > .btn-mossgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 85, 55, 0.5);
}

.btn-mossgreen:hover {
  color: #fff;
  background-color: #61682a;
  border-color: #61682a;
}

.btn-mossgreen:not(:disabled):not(.disabled):active, .btn-mossgreen:not(:disabled):not(.disabled).active,
.show > .btn-mossgreen.dropdown-toggle {
  color: #fff;
  background-color: #61682a;
  border-color: #61682a;
}

/*----------------------------------
    ボタン
-----------------------------------*/
.btn-kaitai,
.btn-kaitai.disabled, .btn-kaitai:disabled {
  color: #2f4f35;
  background-color: #9cc813;
  border-color: #2f4f35;
  font-weight: bold;
}

.btn-kaitai:focus, .btn-mossgreen.focus,
.btn-kaitai:not(:disabled):not(.disabled):active:focus, .btn-kaitai:not(:disabled):not(.disabled).active:focus,
.show > .btn-kaitai.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 85, 55, 0.5);
}

.btn-kaitai:hover {
  color:#109413;
  background-color: #beea35;
  border-color: #109413;
}

.btn-kaitai:not(:disabled):not(.disabled):active, .btn-kaitai:not(:disabled):not(.disabled).active,
.show > .btn-kaitai.dropdown-toggle {
  color:#109413;
  background-color: #beea35;
  border-color: #109413;
}


/*===================
メールフォームでチェックボックス二重登場問題を解決(bootstrap.min.cssの内容上書き)

=====================*/


.wpcf7-form .wpcf7-list-item input[type="checkbox"] {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  margin-right: 0.4em;
}

.wpcf7-form .wpcf7-list-item-label::before {
  content: none !important;
}


/*後半は文字間隔の調整*/

/* Contact Form 7 チェックボックス表示調整（ダブり除去 + 隙間調整） */
.wpcf7-form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.1em;  /* ラベルとの隙間を最小限に */
}

.wpcf7-form .wpcf7-list-item-label {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}

.wpcf7-form input[type="checkbox"] {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
  width: auto;
  height: auto;
}

/* チェックボックス横の謎の黄色チェックマークを削除 */
.wpcf7-form .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-list-item-label::after {
  content: none !important;
  display: none !important;
}