@charset "utf-8";

/* ----------------------------------------------------
  Google font　日本語
---------------------------------------------------- */
.jp01{font-family: 'Noto Sans JP', sans-serif;} /* ゴシック */
.jp02{font-family: 'Noto serif JP', sans-serif;} /* 明朝 */

/* ----------------------------------------------------
  英字
---------------------------------------------------- */
.en01{font-family: "Cormorant Garamond", serif;} /* 明朝 */
.en02{font-family: "Playfair Display", serif;} /* 明朝　エレガント系 */
.en03{font-family: "Bodoni Moda", serif;} /* 明朝　筆記体 */

/* ----------------------------------------------------
  テキスト高さ
---------------------------------------------------- */
.text01{line-height: 33px; letter-spacing: 1.5px;}
@media print, screen and (min-width: 992px) {.text01{line-height: 35px;}}

/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.ctr-text01{text-align: left;}
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center;}}

/*　スマホ中央　ほか左寄せ
---------------------------------------------------- */
.ctr-text02{text-align: center;}
@media print, screen and (min-width: 768px) {.ctr-text02{text-align: left;}}

/* ----------------------------------------------------
  背景色と文字色
---------------------------------------------------- */
/* 背景色
---------------------------------------------------- */
.bg_white{background: #fff;}
.bg_gray{background: #f5f5f5;}
.bg_kimidori{background: #a9cd1a;}
.bg_uskimidori{background: #dfeea5;}
.bg_uskimidori_02{background: #f2f7e6;}
.bg_grd01 {background-image: linear-gradient(90deg, #22a6ce, #0053ba);}

/* パキっと分かれる */
.bg_separate_01{background: linear-gradient(to right, #a9cd1a 60px, #fff 60px);}
@media print, screen and (min-width: 768px) {
.bg_separate_01{background: linear-gradient(to right, #a9cd1a 37%, #fff 37%);}
}

.bg_bottom{background: url("../images/bg_bottom.jpg") no-repeat scroll 50% 0% / cover;}

/* 文字色
-------------------------- */
.white{color:#fff}
.kimidori{color: #a9cd1a}

/* ----------------------------------------------------
  ペン
---------------------------------------------------- */
.pen {background: linear-gradient(transparent 50%, #dfeea5 50%);}

/* ----------------------------------------------------
  テキストリンク
---------------------------------------------------- */
.text01 a:link,
.text01 a:visited,
.text01 a:hover,
.text01 a:active{
  text-decoration:underline;
  color: #a9cd1a;
}

/* ----------------------------------------------------
  影
---------------------------------------------------- */
.kage img{box-shadow:5px 5px #a9cd1a}
@media print, screen and (min-width: 768px) {.kage img{box-shadow: 10px 10px #a9cd1a}}

/* ----------------------------------------------------
  h2
---------------------------------------------------- */
.h2_wide{ padding:0 3%;}
@media print, screen and (min-width: 768px) {.h2_wide{ padding:0 1.8%;}}

/* 左寄せ　背景画像あり　文字アニメーション
---------------------------------------------------- */
.h2_02{background: url("../images/h2_02.jpg") no-repeat scroll 50% 0% / cover;}
.h2_03{background: url("../images/h2_03.jpg") no-repeat scroll 50% 0% / cover;}
.h2_04{background: url("../images/h2_04.jpg") no-repeat scroll 50% 0% / cover;}
.h2_05{background: url("../images/h2_05.jpg") no-repeat scroll 50% 0% / cover;}
.h2_06{background: url("../images/h2_06.jpg") no-repeat scroll 50% 0% / cover;}

.h2_midasi_01_bgimg {
  position: relative;
  color: white;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
}
.h2_midasi_01_bgimg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* ここで暗さを調整 */
  z-index: -1; /* 背景の後ろに来ないように注意 */
}
.h2_midasi_01{
	padding:25px 0 30px 0;
	text-align: center;
	color: #fff;
}
@media print, screen and (min-width: 768px) {.h2_midasi_01{padding:60px 0;}}
@media print, screen and (min-width: 992px) {.h2_midasi_01{padding:80px 0;}}
@media print, screen and (min-width:1200px) {.h2_midasi_01{padding:100px 0;}}

.h2_midasi_01 p{
	font-size: 30px;
	line-height:42px;
	letter-spacing:2px;
  font-weight: 600;
	}
.h2_midasi_01 h2{
	font-size: 18px;
	letter-spacing:2px;
}
@media print, screen and (min-width: 768px) {
.h2_midasi_01 p{
	font-size: 55px;
	line-height:70px;
	letter-spacing:3px;  
	}
.h2_midasi_01 h2{
	font-size: 24px;
	letter-spacing:5px;
	}
}
@media print, screen and (min-width: 992px) {
.h2_midasi_01 p{
	font-size: 65px;
	line-height:75px;
	}
.h2_midasi_01 h2{
	font-size: 25px;
	}
}
@media print, screen and (min-width: 1200px) {
.h2_midasi_01 p{
	font-size: 70px;
	line-height:90px;
	}
.h2_midasi_01 h2{
	font-size: 28px;
	}  
}
@media print, screen and (min-width: 1400px) {
.h2_midasi_01 p{
	font-size: 75px;
	line-height:100px;
	}
.h2_midasi_01 h2{
	font-size: 30px;
	}  
}


/* ----------------------------------------------------
  ボックス01
---------------------------------------------------- */
.hako_01{padding: 16px 10% 12px 10%;}
@media print, screen and (min-width: 768px) { .hako_01{ padding: 40px;}}
@media print, screen and (min-width: 992px) { .hako_01{ padding: 60px 50px;}}
@media print, screen and (min-width: 1200px) {.hako_01{ padding: 100px 20px;}}
@media print, screen and (min-width: 1400px) {.hako_01{ padding: 100px 20px;}}
@media print, screen and (min-width: 1600px) {.hako_01{ padding: 100px 20px;}}

/* ----------------------------------------------------
  ボックス02
---------------------------------------------------- */
.hako_02{padding: 20px 0 10px 0;}
@media print, screen and (min-width: 768px) {.hako_02{ padding: 15px 15px 15px 30px;}}
@media print, screen and (min-width: 992px) {.hako_02{ padding: 20px 80px; font-size: 18px; line-height: 38px;}}
@media print, screen and (min-width:1200px) {.hako_02{ padding: 60px 120px;font-size: 20px; line-height: 45px;}}
@media print, screen and (min-width:1400px) {.hako_02{ padding: 80px 160px;}}

/* ----------------------------------------------------
    見出し01
---------------------------------------------------- */
.midasi01{
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 3px;
	}
.midasi01 span{
	font-size: 40px;
	letter-spacing: 1px;
}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 20px;
	line-height: 30px;
	}
.midasi01 span{
	font-size: 40px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi01{
	font-size: 22px;
	line-height: 37px;
	}
.midasi01 span{
	font-size: 50px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 22px;
	line-height: 37px;
	}
.midasi01 span{
	font-size: 60px;
	}
}


/* ----------------------------------------------------
    見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 27px;
	line-height: 37px;
	letter-spacing: 2px;
	font-weight: 600;
	}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 33px;
	line-height: 43px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi02{
	font-size: 37px;
	line-height: 47px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi02{
	font-size: 40px;
	line-height: 50px;
	}
}


/* ----------------------------------------------------
    見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 26px;
	line-height: 40px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi03{
	font-size: 28px;
	line-height: 45px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi03{
	font-size: 32px;
	line-height: 50px;
	}
}


/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 18px;
	line-height: 28px;
	}
@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;  
	}
}
@media print, screen and (min-width: 992px) {
.midasi04{
	font-size: 21px;
	line-height: 31px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi04{
	font-size: 23px;
	line-height: 33px;
	}
}


/* ----------------------------------------------------
    見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 16px;
  line-height: 26px;  
  padding:8px 15px;
	letter-spacing: 2px;  
  border-radius: 5px;
  color: #fff;
  background: #a9cd1a;
  display: inline-block;
}
@media print, screen and (min-width: 992px) {
.midasi05{
	font-size: 18px;
  line-height: 28px;  
  padding:10px 17px;
  }
}
@media print, screen and (min-width: 1200px) {
.midasi05{
	font-size: 20px;
  line-height: 30px;   
  padding:13px 20px;
  }
}
@media print, screen and (min-width: 1400px) {
.midasi05{
	font-size: 25px;
  line-height: 35px;
  }
}


/* ----------------------------------------------------
    見出し12
---------------------------------------------------- */
.midasi12 {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
.midasi12 {
  font-size: 23px;
  line-height: 33px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
.midasi12 {
  font-size: 26px;
  line-height: 46px;
  margin-bottom: 40px;
  }
}

.midasi12::after {
  content: '';
  position: absolute;
  transform: translateX(-50%);  
  left: 43px;
  bottom: -18px;  
  width: 80px;
  height:1px;
  background-color: #222;
}
@media print, screen and (min-width: 768px) {
.midasi12::after {
  left: 50px;  
  bottom: -22px;
  width: 100px;
  }
}

/* ナンバー
--------------------------*/
.midasi12_number{
	font-size: 50px;
  line-height: 60px;
  margin-bottom: 8px;
	}
@media print, screen and (min-width: 768px) {
.midasi12_number{
	font-size: 70px;
  line-height: 80px;
	}
}
@media print, screen and (min-width: 1400px) {
.midasi12_number{
	font-size: 80px;
  line-height:90px;
  margin-bottom: 10px;
	}
}


/* ----------------------------------------------------
    見出し15
---------------------------------------------------- */
.midasi15{
	font-size: 18px;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
}
@media print, screen and (min-width: 992px) {
.midasi15{
	font-size: 20px;
  line-height: 30px;
	}
}
.midasi15 i{
  color: #a9cd1a;
  font-size: 10px;
  position: relative;
  top: 1px;
  margin-right: 8px;
}


/* ----------------------------------------------------
    見出し16
---------------------------------------------------- */
.midasi16{
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 992px) {
.midasi16{
	font-size: 40px;
	line-height: 45px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi16{
	font-size: 40px;
	line-height: 50px;
	}
}
@media print, screen and (min-width: 1400px) {
.midasi16{
	font-size: 50px;
	line-height: 60px;
	}
}
@media print, screen and (min-width: 1600px) {
.midasi16{
	font-size: 60px;
	line-height: 60px;
	}
}


/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/*  btn02_in
---------------------------------------------------- */
.btn02_in {
  color: #fff !important;
  background: #222;  
  display: inline-block;
  width: 270px;
  padding: 15px 2px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn02_in:visited {
  color: #fff !important;
}
.btn02_in:hover,
.btn02_in:active {
  color: #fff !important;  
  background: #999;
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn02_in i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #fff;
}


/* ----------------------------------------------------
  ページ下部のお問い合わせ
---------------------------------------------------- */
.contact_bottom_area{
  background: #fff;
  padding:25px 20px 20px 20px;  
}
@media print, screen and (min-width: 768px) {.contact_bottom_area{ padding: 30px 20px;}}
@media print, screen and (min-width: 992px) {.contact_bottom_area{ padding: 40px 20px;}}
@media print, screen and (min-width:1200px) {.contact_bottom_area{ padding: 60px 20px;}}
@media print, screen and (min-width:1400px) {.contact_bottom_area{ padding: 80px 20px;}}
@media print, screen and (min-width:1600px) {.contact_bottom_area{ padding: 90px 20px;}}

/*　左右エリア
-------------------------- */
@media print, screen and (min-width: 768px) {
  .contact_bottom_l_box{
    float:left;
    width: 50%;
  }
  .contact_bottom_r_box{
    float:right;
    width: 50%;
    border-left: 1px solid #222;    
  }
}

/*　小見出しタイトル
-------------------------- */
.contact_bottom_title01{
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
  }

@media print, screen and (min-width: 768px) {
.contact_bottom_title01{
  text-align: center;
  font-size: 18px;
  margin-bottom: 13px;
  }
}

/*　電話
-------------------------- */
.contact_bottom_tel{
	display:block;
	text-align:center;
	font-weight: normal;
  letter-spacing: 2px;
	}
@media only screen and (max-width: 767px) {
.contact_bottom_tel{
  font-size: 17px;
  padding: 15px 5px;
	color:#fff;
	background-color: #222;
	margin-bottom: 20px;
  border-radius: 100px;
	}
}
@media print, screen and (min-width: 768px) {
.contact_bottom_tel{
	font-size: 20px;
  margin-top: 10px;
	}
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_tel{
	font-size: 28px;
  margin-top: 20px;
	}
}
@media print, screen and (min-width: 1400px) {
.contact_bottom_tel{
	font-size: 30px;
	}
}
@media print, screen and (min-width: 1600px) {
.contact_bottom_tel{
	font-size: 38px;
	}
}

/*　電話アイコン
---------------------------------------------------- */
.contact_bottom_tel i{
  font-size:　18px;
  margin:0 5px 0 0;
  color:#fff;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
.contact_bottom_tel i{
  font-size: 18px;
  margin:0 8px 5px 0;
  color:#222;  
  }
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_tel i{
  font-size: 22px;
  }
}
@media print, screen and (min-width: 1600px) {
.contact_bottom_tel i{
  font-size: 25px;
  }
}

/*　メールボタン
-------------------------- */
.contact_bottom_mail {
  display: block;  
  padding: 15px 5px;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: relative;
}
@media print, screen and (min-width: 768px) {
.contact_bottom_mail {
  display: inline-block;
  width: 250px;
  font-size: 14px;
  padding: 7px;
  }
}
@media print, screen and (min-width: 992px) {
.contact_bottom_mail {
  width: 310px;  
  font-size: 16px;
  padding: 15px 2px;
  }
}
.contact_bottom_mail i{margin-right: 10px;}
.contact_bottom_mail:link,
.contact_bottom_mail:visited{
	color:#fff;
  border: 0px;
  background: #222;
  border-radius: 100px;
	text-decoration:none;
	}
.contact_bottom_mail:hover,
.contact_bottom_mail:active{
	color:#fff;
  border: 0px;
  background: #999;
	text-decoration:none;
	}


/* ----------------------------------------------------
  固定背景
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.bg_kotei_01{
	background: url("../images/bg_kotei_01.jpg");
  background-repeat: no-repeat;
  background-position: left -700px bottom -300px;
	}
}
@media print, screen and (min-width: 992px) {
.bg_kotei_01{
  background-attachment: fixed;  
  background-position: left 0 bottom 0;
	}
}

/* ----------------------------------------------------
  固定背景
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.bg_kotei_02{
	background: url("../images/bg_kotei_02.jpg");
  background-repeat: no-repeat;
  background-position: left -250px bottom -100px;
	}
}
@media print, screen and (min-width: 992px) {
.bg_kotei_02{
  background-attachment: fixed;  
  background-position: left 0 bottom 0;
	}
}

/* ----------------------------------------------------
  テキスト余白
---------------------------------------------------- */
.room_01{padding:30px 15px; background: #f1f1f1; transition-duration: 300ms;}
@media print, screen and (min-width: 768px) {.room_01{padding: 60px 80px; background: #fff;}}
@media print, screen and (min-width: 992px) {.room_01{padding: 60px 80px}}
@media print, screen and (min-width:1200px) {.room_01{padding: 60px 80px}}
@media print, screen and (min-width:1400px) {.room_01{padding: 100px 120px}}
@media print, screen and (min-width:1600px) {.room_01{padding: 130px 150px}}


/* ----------------------------------------------------
  テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* テーブル1
---------------------------------------------------- */
.table1{
  width:100%;
  border-top:0px;
  border-bottom:0px;
  border-collapse:collapse;  
}
.table1 th{
	width: 30%;
	padding:20px 0;
  border: solid #222;
  border-width: 1px 0;  
	vertical-align:middle;
	display:table-cell;
  font-weight: normal;
  background: transparent;
  text-align: center;
  word-break: break-word;
	}
@media print, screen and (min-width: 768px) {
.table1 th{
	width: 25%;
	}
}
.table1 td{
	padding:20px 0 20px 20px;
  border: solid #d0ddad;
  border-width: 1px 0;
	display:table-cell;
  background: transparent;
  word-break: break-word;
	}
@media only screen and (max-width: 767px) {
.table1 span{
	text-decoration:underline;
	color:#222;
	}
}


/* ----------------------------------------------------
  テーブル2
---------------------------------------------------- */
.table2{
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #222;
	background: #fff;
}

@media only screen and (max-width: 767px) {
.table2 th{
	width: 100px;
	padding: 5px;  
	text-align: center;
	display: table-cell;
	font-weight: normal;
  vertical-align: middle;
	background-color: #e5efc0;	
	border-top: 0px;
	border-left: 1px solid #d0ddad;
	border-bottom: 1px solid #d0ddad	
}
.table2 td{
	padding: 5px 10px;
	display: table-cell;
	border-right: 1px solid #d0ddad;
	border-left: 1px solid #d0ddad;
	border-bottom: 1px solid #d0ddad;
	}
}

@media print, screen and (min-width: 768px) {
.table2 th{
	width: 25%;  
	text-align: center;
	padding: 15px 20px;
	display: table-cell;
  vertical-align: middle;
	font-weight: normal;
	background-color: #e5efc0;	
	border-top: 0px;
	border-right: 1px solid #d0ddad;
	border-left: 1px solid #d0ddad;
	border-bottom: 1px solid #d0ddad;	
}
.table2 td{
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #d0ddad;
	}
}

.table2 a:link,
.table2 a:visited{text-decoration:underline !important;}
.table2 a:hover,
.table2 a:active{text-decoration:none !important;}


/* ----------------------------------------------------
  map
---------------------------------------------------- */
.map iframe{width: 100%; height:40vh; margin-bottom:-9px;}
@media print, screen and (min-width: 768px) {.map iframe{width: 100%; height:400px; margin-bottom: -9px;}}
@media print, screen and (min-width: 992px) {.map iframe{width: 100%; height:500px; margin-bottom: -9px;}}

.title_map{
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.title_map i{
  font-size: 30px;
  margin-bottom: 10px;
  color: #a9cd1a;
}
@media print, screen and (min-width: 768px) {
.title_map i{
  font-size: 40px;
  margin-bottom: 15px;
  }
}

.btn_map {
  display: inline-block;
  width: 270px;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff !important;
  background: #a9cd1a;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn_map:visited {
  color: #fff !important;
}
.btn_map:hover,
.btn_map:active {
  background: #659400;
  letter-spacing: 3px;
  color: #fff !important;
  text-decoration: none !important;
}
.btn_map .fa-location-dot{
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}


/* ----------------------------------------------------
  map
---------------------------------------------------- */
.no-box{position:relative;}
.no-box span {
	position: absolute;
	top:-30px;
	left:10px;
	font-weight:lighter;
	font-size: 40px;
	line-height: 50px;	
	border-bottom: 1px solid #333;
}

@media print, screen and (min-width: 768px) {
.no-box span {
	top:-40px;
	left:-10px;
	font-size: 50px;
	line-height: 70px;	
	}
}

@media print, screen and (min-width: 1200px) {
.no-box span {
	top:-60px;
	left:-40px;
	font-size: 80px;
	line-height: 110px;	
	}
}


/* ----------------------------------------------------
  ★★★レイアウト（1:1）
---------------------------------------------------- */
.note_11 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;  
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_11 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .note_11 {
    gap: 60px;
    margin-bottom: 80px;    
  }
}
@media screen and (min-width: 1200px) {
  .note_11 {
    gap: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .note_11 {
    gap: 100px;
  }
}

.note_11:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_11_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（3:4）
---------------------------------------------------- */
.note_34 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_34 {
    grid-template-columns: 1fr 2fr;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .note_34 {
    grid-template-columns: 2fr 4fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_34 {
    grid-template-columns: 3fr 3.5fr;
    gap: 80px;
  }
}
.note_34:last-child {margin-bottom: 0;}
.note_34_box {box-sizing: border-box;}