﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


/*========================
フッター
========================*/
footer {
  width: 100%;
  background: #464637;
  margin: 0 auto;
  padding: 48px 42px 48px;
  color: #FFF;
}
footer a{
  color: #FFF !important;
  text-decoration: none !important;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
footer {
  padding: 42px 32px 100px;
  text-align: center;
  }
}

footer h2 {
  line-height:1.3;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 0.85em;
  letter-spacing: 0.04em;
}
footer p{
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.06em;
}

/*かじかロゴ*/
.kajikalogo {
  position:relative;
  display: inline-block;
  line-height:1.3;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  margin: 12px 12px 18px 0;
  white-space: nowrap;
  letter-spacing: 0.06em;
  padding: 0 0 0 2.4em;
}
.kajikalogo:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.8em;
  height:1.8em;
  background:url(../img/logo.png) no-repeat;
  background-size:contain;
}

/*公式サイトリンク*/
.jumpsite {
	--more-btn-color:#FFF;
  margin-top: 20px;
}
.jumpsite a {
	position: relative;
	padding: 0 3em 0 .5em;
	color: var(--more-btn-color);
	text-decoration: none;
	outline: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 600;
}
.jumpsite a::before,
.jumpsite a::after{
	content: '';
	position: absolute;
	background: var(--more-btn-color);
	height: 1px;
	transition: all .3s;
}
.jumpsite a::before {
	bottom: -10px;
	left: 0%;
	width: 90%;
}
.jumpsite a::after {
	bottom: -5px;
	right: 10%;
	width: 12px;
	transform: rotate(42deg);
}
.jumpsite a:hover::before{
	left: 10%;
}
.jumpsite a:hover::after {
	right:0%;
}


/*========================
汎用パーツ
========================*/
/*-------------------------
お問い合わせ・お見積りボタン (上右部固定)
--------------------------*/
.btn_form {
  display: block;
  position: fixed;
  top: 24px;
  right: 24px;
  background:#629F24;
  width: 100%;
  max-width: 300px;
  padding: 8px 12px 10px 24px;
  color: #FFF !important;
  text-decoration: none;
  font-size: 1.2em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  transition: all .3s;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  cursor: pointer;
  z-index: 10;
}
.btn_form:hover{
  background:#578E20;
}
.btn_form:after{
  content: '';
  position: absolute;
  top: 38%;
  right: 18px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFF; 
  border-right: 3px solid #FFF; 
  transform: rotate(45deg); 
}
@media screen and (max-width: 767px) {
.btn_form {
  font-size: 1em;
  max-width: 260px;
  }
}
@media screen and (max-width: 640px) {
.btn_form {
  font-size: 0.95em;
  max-width: 220px;
  padding: 6px 8px 8px 18px;
  top: 12px;
  right: 12px;
  }
.btn_form:after{
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF; 
  border-right: 2px solid #FFF; 
  }
}
@media screen and (max-width: 480px) {
.btn_form {
  display: none;
  }
}

/*-------------------------
サブタイトル
--------------------------*/
.subtitle {
  position: relative;
  padding: 0 0 0.8em;
  overflow: hidden;
  color: #619F24;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
}
.subtitle:before,
.subtitle:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: '';
}
.subtitle:before {
  border-bottom: 6px solid #619F24;
}
.subtitle:after {
  border-bottom: 6px solid #CCC;
}
@media screen and (max-width: 480px) {
.subtitle {
  padding: 0 0 0.6em;
  font-size: 1.4em;
  }
.subtitle:before {
  border-bottom: 5px solid #619F24;
  }
.subtitle:after {
  border-bottom: 5px solid #CCC;
  }
}

/*-------------------------
テキストリンク制御
--------------------------*/
.linktext {
  font-weight: 500 !important;
  text-decoration: none !important;
  color: #333;
}

/*-------------------------
送信完了ページ
--------------------------*/
/* ホームへ戻るボタン */
.backbtn {
  display: block;
  position: relative;
  background:#333;
  width: 100%;
  max-width: 300px;
  padding: 8px 12px 10px 24px;
  color: #FFF !important;
  text-decoration: none;
  font-size: 1.05em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  transition: all .3s;
  cursor: pointer;
  margin: 0 auto;
}
.backbtn:hover{
  background:#888;
}
.backbtn:after{
  content: '';
  position: absolute;
  top: 38%;
  left: 18px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFF; 
  border-left: 3px solid #FFF; 
  transform: rotate(-45deg); 
}


/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 32px;
  bottom:32px;
  z-index: 9;
}
.jumpbtn {
  width:84px;
  height:84px;
  cursor:pointer;
  background:#464637;
  position: relative;
  z-index: 9;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.jumpbtn:before {
  content: '';
  position: absolute;
  top: 44%;
  right: 28px;
  display: block;
  width: 24px;
  height: 24px;
  border-top: 3px solid #FFF; 
  border-right: 3px solid #FFF; 
  transform: rotate(-45deg); 
}
@media(max-width:960px){
#jumptop{
  right: 24px;
  bottom:24px;
  }
.jumpbtn {
  width:64px;
  height:64px;
  }
.jumpbtn:before {
  right: 22px;
  width: 18px;
  height: 18px;
  border-top: 3px solid #FFF; 
  border-right: 3px solid #FFF; 
  }
}
@media(max-width:480px){
.jumpbtn{
  display: none;
  }
}

/*-------------------------
スマホ用固定リンクバナー
--------------------------*/
.footbtnwrap {
  display: none;
}
@media(max-width:480px){
.footbtnwrap {
  display: block;
  }
}
.footbtnwrap {
  width: 100%;
  margin: 0 auto;
  padding:0 3px;
  background: #464637;
  position: fixed;
  left: 0;
  bottom: 0;
}
.footbtncol {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
}
.footbtncol li{
  width: 50%;
}
.footbtncol span{
  text-align: center;
  border: 1px solid #FFF;
  margin: 8px 3px;
}
.footbtncol span a{
  width: 100%;
  color: #FFF;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

/* 電話アイコン付きボタン */
.footbtn_tel {
  height: auto;
  position:relative;
  display: inline-block;
  line-height:100%;
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.1em;
  margin: 0 auto;
  white-space: nowrap;
  letter-spacing: 0.06em;
  padding: 15px 0 15px 24px;
}
.footbtn_tel:before{
  position:absolute;
  top: 12px;
  left:0;
  content:"";
  display:inline-block;
  width:1.4em;
  height:1.4em;
  background:url(../img/icon_tel.png) no-repeat;
  background-size:contain;
}

/* メールアイコン付きボタン */
.footbtn_mail {
  height: auto;
  position:relative;
  display: inline-block;
  line-height:100%;
  font-family: 'Zen Old Mincho', serif;
  font-size: 1em;
  margin: 0 auto;
  white-space: nowrap;
  padding: 15px 0 15px 32px;
}
.footbtn_mail a {
  color: #FFF;
  font-weight: 300;
  text-decoration: none;
  display: block;
}
.footbtn_mail:before{
  position:absolute;
  top: 15px;
  left:0;
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/icon_mail.png) no-repeat;
  background-size:contain;
}

/*-------------------------
写真ギャラリー
--------------------------*/
/* 写真ギャラリー横並び2列(640px以下で縦列切替) */
.gallery2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2 li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 12px 24px 12px;
  box-sizing: border-box;
}
.gallery2 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 25px 0;
  }
}

/* 写真ギャラリー横並び2列固定 */
.gallery2_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2_fix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 12px 24px 12px;
  box-sizing: border-box;
}
.gallery2_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2_fix li {
  padding:0 6px 15px 6px;
  }
}

/* 写真ギャラリー横並び3列(640px以下で縦列切替) */
.gallery3 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3 li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.gallery3 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
}

/* 写真ギャラリー横並び3列固定 */
.gallery3_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_fix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.gallery3_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_fix li {
  padding:0 6px 12px 6px;
  }
}

/* 写真ギャラリーキャプション */
.caption {
  font-size: 0.9em;
  margin-top: 8px;
  line-height: 1.6;
  padding: 0 5px;
  margin-left:1em;
  text-indent:-1em;
}
.caption:before{
  content: "▲";
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 幅可変横並び*/
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.column li{
  margin:0 15px 0 0;
}
.column li:last-child{
  margin:0 0 0 0;
}

/* 画像320px ＋ テキスト*/
.column320 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.column320_img {
  max-width: 320px;
  margin: 0 30px 0 0;
}
.column320_text {
  flex: 1;
}
@media screen and (max-width: 1000px) {
.column320_img {
  max-width: 240px;
  margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.column320 {
  flex-direction: column;
  display:block;
  }
.column320_img {
  max-width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
  }
}

/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.col2 li{
  width:50%;
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.col2 li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

