@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: "Libre Caslon Display", serif;} /* 明朝　数字 */
.en03{font-family: "Literata", serif;} /* 明朝　印字 */
.en04{font-family: "Bodoni Moda", serif; font-style: italic;} /* 明朝　エレガント系 */

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

/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.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: #f4f5f6;}
.bg_black{background: #222;}
.bg_gold{background: #d0aa4e}

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

.bg_paper_01{background-image: url("../images/bg_paper_01.jpg")}
.bg_paper_02{background-image: url("../images/bg_paper_02.jpg")}

/* パキっと分かれる */
.bg_separate_01{background: linear-gradient(to bottom, #222 150px, transparent 150px);}
@media print, screen and (min-width: 768px) {
.bg_separate_01{background: linear-gradient(to bottom, #222 350px, transparent 350px);}
}

/* 文字色
-------------------------- */
.white{color:#fff}
.blue{color: #4e79e8;}
.blown{color: #b5a59c;}
.gold{color: #d0aa4e;}

/* ----------------------------------------------------
  頭文字
---------------------------------------------------- */
.kasiramoji::first-letter {	color: #d0aa4e;}

/* ----------------------------------------------------
  メイン
---------------------------------------------------- */
#mainimage {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #mainimage{
    background: url("../images/main.jpg") no-repeat center top / cover;
    position: relative;
    height: 88vh;
    display: flex;
    justify-content: center; /* 横中央 */
    align-items: center;     /* 縦中央 */
  }

  #mainimage h2{
    width: 180px;
    margin: 0;
  }
}

@media print, screen and (min-width: 768px) {
#mainimage{
  background: url("../images/main.jpg") no-repeat center top / cover;
  position: relative;
  height: 93vh;
  }
#mainimage h2{
  position: absolute;
  top: 50%;
  left: 50.3%;
  width: 240px;
  transform: translate(-50%, -50%);
  }
}


/* ----------------------------------------------------
    見出し01
---------------------------------------------------- */
.midasi01{
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 2px;
	}
.midasi01 span{
	font-size: 45px;
	letter-spacing: 1px;
}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 20px;
	line-height: 36px;
	}
.midasi01 span{
	font-size: 60px;
	letter-spacing: 3px;
	}
}


/* ----------------------------------------------------
    見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 20px;
	line-height: 40px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi02{
	font-size: 25px;
	line-height: 45px;
	}
}


/* ----------------------------------------------------
    見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 18px;
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 20px;
	}
}


/* 見出し04
---------------------------------------------------- */
.midasi04{
  color: #fff;
  background: #222222;
  padding:10px 13px;
	font-size: 20px;
  line-height: 30px;
  border-radius: 5px;
}
@media print, screen and (min-width: 992px) {
.midasi04{
  padding:7px 13px 10px 13px;
	font-size: 22px;
  line-height: 32px;
  }
}


/* ----------------------------------------------------
    見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 18px;
  line-height: 28px;
  border-left: 4px solid #222;
  padding:8px 0 10px 15px;  
	}
@media print, screen and (min-width: 768px) {
.midasi05{
	font-size: 22px;
  line-height: 42px;  
	}
}


/* ----------------------------------------------------
    見出し07
---------------------------------------------------- */
.midasi07 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 40px;
  position: relative;  
}
@media print, screen and (min-width: 768px) {
  .midasi07 {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 2px;
    margin-bottom: 50px;    
  }
}


.midasi07::after {
  content: '';
  position: absolute;
  left: 78px;
  bottom: -20px;
  transform: translateX(-50%);
  width: 150px;
  height:1px;
  background-color: #222;
}
@media print, screen and (min-width: 768px) {
.midasi07::after {
    bottom: -30px;
  }
}

.sousyoku{
	font-size: 50px;
  line-height: 60px;
  margin-bottom: 5px;
	}
@media print, screen and (min-width: 768px) {
.sousyoku{
	font-size: 60px;
  line-height: 70px;
  margin-bottom: 8px;
	}
}


/* ----------------------------------------------------
    見出し08
---------------------------------------------------- */
.midasi08{
	font-size: 22px;
  line-height: 35px;
  letter-spacing: 2px;
  font-weight: 600;
	}
@media print, screen and (min-width: 768px) {
.midasi08{
	font-size: 30px;
  line-height: 50px;
	}
}


/* ----------------------------------------------------
    見出し09
---------------------------------------------------- */
.midasi09{
	font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 600;
	}
@media print, screen and (min-width: 768px) {
.midasi09{
	font-size: 20px;
  line-height: 35px;  
	}
}


/* ----------------------------------------------------
    見出し10
---------------------------------------------------- */
.midasi10{
	font-size: 15px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
.midasi10{
	font-size: 21px;
  line-height: 42px;
	}
}
.midasi10 i{
  font-size: 7px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}


/* ----------------------------------------------------
    見出し11
---------------------------------------------------- */
.midasi11{
	font-size: 20px;
	line-height: 30px;
  font-weight: 600;
	}
@media print, screen and (min-width: 768px) {
.midasi11{
	font-size: 25px;
	line-height: 30px;
	}
}


/* ----------------------------------------------------
    見出し
---------------------------------------------------- */
.title01{
	font-size: 23px;
	}
@media print, screen and (min-width: 768px) {
.title01{
	font-size: 30px;
	}
}


/* ----------------------------------------------------
    見出し
---------------------------------------------------- */
.title02{
	font-size: 18px;
	}
@media print, screen and (min-width: 768px) {
.title02{
	font-size: 20px;
	}
}

/* ----------------------------------------------------
  小さい画像の横並び
---------------------------------------------------- */
.image_row_01 {
  display: flex;        /* 横並びにする */
  justify-content: center; /* 要素中央寄せ */
  gap: 10px;            /* 画像間のスペース */
  flex-wrap: wrap;      /* 画面幅が狭いとき折り返す */
}
.image_row_01 img {
  width: 30px;          /* 好きなサイズに調整 */
  height: auto;         /* 高さは自動で比率維持 */
  display: block;       /* 余白の微調整に有効 */
}

/* ----------------------------------------------------
  小さい画像の横並び
---------------------------------------------------- */
.image_row_02 {
  display: flex;        /* 横並びにする */
  justify-content: center; /* 要素中央寄せ */
  gap: 10px;            /* 画像間のスペース */
  flex-wrap: wrap;      /* 画面幅が狭いとき折り返す */
}
.image_row_02 img {
  width: 30px;          /* 好きなサイズに調整 */
  height: auto;         /* 高さは自動で比率維持 */
  display: block;       /* 余白の微調整に有効 */
}

@media print, screen and (min-width: 768px) {
.image_row_02 {
  justify-content: flex-start; /* 左寄せ */
  }
}

/* ----------------------------------------------------
  ボタン
---------------------------------------------------- */
/*  ボタンアニメ
---------------------------------------------------- */
.btna::before,
.btna::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btna,
.btna::before,
.btna::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	}

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


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


/*  btn03_in
---------------------------------------------------- */
.btn03_in {
  color: #fff !important;
  background: #d0aa4e;  
  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;
}
.btn03_in:visited {
  color: #fff !important;
}
.btn03_in:hover,
.btn03_in:active {
  color: #fff !important;  
  background: #8e7741;
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn03_in i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #fff;
}


/* ----------------------------------------------------
  カタログ
---------------------------------------------------- */
/*  カタログタイトル
---------------------------------------------------- */
.ctlg_title{
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
.ctlg_title{
  font-size: 23px;
  margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
.ctlg_title{
  font-size: 26px;
  margin-bottom: 30px;
  }
}

/*  カタログ　タグ背景色
---------------------------------------------------- */
.bg_tagcolor_01{background: #665850;}
.bg_tagcolor_02{background: #df76a5;}
.bg_tagcolor_03{background: #96bb3e;}
.bg_tagcolor_04{background: #359aef;}

/*  カタログ　エリア
---------------------------------------------------- */
.grid_ctlg_area {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 55px;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  .grid_ctlg_area {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 50px;
    margin-bottom: 50px;
  }
}

/*  カタログ　ボックス
---------------------------------------------------- */
.grid_ctlg_box .photo-ofi {
  margin-bottom: 10px;
}

/*  カタログ　タグ
---------------------------------------------------- */
.grid_ctlg_tag{
  display: inline-block;
  font-size: 14px;
  padding: 2px 10px;
  margin-bottom: 5px;
  color: #fff;
  white-space: nowrap;  
}

/*  カタログ　タイトル
---------------------------------------------------- */
.grid_ctlg_title{
  margin-bottom: 5px;
	}
@media print, screen and (min-width: 768px) {
.grid_ctlg_title{
  margin-bottom: 10px;
	}
}

.grid_ctlg_title a:link,
.grid_ctlg_title a:visited{text-decoration:none; color:#222;}
.grid_ctlg_title a:hover,
.grid_ctlg_title a:active{text-decoration:underline; color:#222;}


/*  カタログ　詳細ボタン
---------------------------------------------------- */
.grid_ctlg_btn{
  display: inline-block;
  width: 120px;
  font-size: 14px;
  padding: 3px 1px;
  text-align: center;
  letter-spacing: 2px;
  color: #665850 !important;
  border: 1px solid #665850;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.grid_ctlg_btn:visited {
  color: #665850 !important;
}
.grid_ctlg_btn:hover,
.grid_ctlg_btn:active {
  letter-spacing: 3px;
  color: #665850 !important;
  text-decoration: none !important;
}
.grid_ctlg_btn i {
  font-size: 14px;
  margin: 0 0 0 5px;
  color: #665850;
}


/* ----------------------------------------------------
  カタログ　 詳細ページ
---------------------------------------------------- */
.detail_title{
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 2px solid #222;
  }
@media print, screen and (min-width: 768px) {
.detail_title{
  font-size: 25px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  }
}

.detail_info{
  display: flex;
  align-items: center;
  gap:10px;
  margin-bottom: 10px;
}

.detail_day{
  font-size: 15px;
}

.detail_text{
  margin-bottom: 10px;  
}
@media print, screen and (min-width: 768px) {
.detail_text{
  margin-bottom: 20px;  
  }
}


/* ----------------------------------------------------
    カタログ　 詳細ページ
---------------------------------------------------- */
.detail_title_mini{
	font-size: 18px;
  line-height: 28px;
  background: #ddd;
  padding:10px 15px;
  margin-bottom: 7px;
	}
@media print, screen and (min-width: 768px) {
.detail_title_mini{
	font-size: 20px;
  line-height: 30px;
  padding:10px 20px;
  margin-bottom: 20px;
	}
}


/*  btn_file
---------------------------------------------------- */
.btn_file {
  display: inline-block;
  width:100%;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #222 !important;
  background: #fff;
  border: 1px solid #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
  margin:0 0 10px 0;
}

@media print, screen and (min-width: 768px) {
.btn_file {
  width: 200px;
  padding: 13px 2px 15px 2px;
  margin:0 5px 10px 5px;
  }
}
@media print, screen and (min-width: 1200px) {
.btn_file {
  width: 300px;  
  margin:0 5px 20px 5px;
  }
}

.btn_file:visited {
  color: #222 !important;
}
.btn_file:hover,
.btn_file:active {
  background: #eee;
  letter-spacing: 3px;
  color: #222 !important;
  text-decoration: none !important;
}
.btn_file i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #222;
}

/*  btn_hstr
---------------------------------------------------- */
.btn_hstr {
  color: #fff !important;
  background: #d0aa4e; 
  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;
  margin:0 0 10px 0;
}

@media print, screen and (min-width: 768px) {
.btn_hstr {
  width: 200px;
  padding: 13px 2px 15px 2px;
  margin:0 5px;
  }
}
@media print, screen and (min-width: 1200px) {
.btn_hstr {
  width: 300px;  
  margin:0 5px;
  }
}

.btn_hstr:visited {
  color: #fff !important;
}
.btn_hstr:hover,
.btn_hstr:active {
  color: #fff !important;  
  background: #8e7741;
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn_hstr i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #fff;
}


/* ----------------------------------------------------
  instagram
---------------------------------------------------- */
.pt20 {padding-top: 20px !important;}

.btn_instagram {
  font-family: 'Noto serif JP', sans-serif !important;
  color: #222 !important;
  background: #fff;  
  display: inline-block;
  width: 270px;
  padding: 15px 2px !important;
  letter-spacing: 2px;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
  border:1px solid #222 !important;
}
.btn_instagram:visited {
  color: #222 !important;
}
.btn_instagram:hover,
.btn_instagram:active {
  color: #222 !important;  
  background: #eee;
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn_instagram i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #222;
}

/* ----------------------------------------------------
  ページ下部のお問い合わせ
---------------------------------------------------- */
/*　左右エリア
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .contact_bottom_l_box{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #666;
  }
}

@media print, screen and (min-width: 768px) {
  .contact_bottom_l_box{
    float:left;
    width: 50%;
    border-right: 1px solid #fff;
  }
  .contact_bottom_r_box{
    float:right;
    width: 50%;
  }
}

/*　小見出しタイトル
---------------------------------------------------- */
.contact_bottom_title01{
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
.contact_bottom_title01{
  margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contact_bottom_title01 span{display: none;}
}

/*　電話
---------------------------------------------------- */
.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: #d0aa4e;
	margin-bottom: 8px;
  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-bottom: 10px;  
	}
}
@media print, screen and (min-width: 1600px) {
.contact_bottom_tel{
	font-size: 32px;
	}
}

/*　電話アイコン
---------------------------------------------------- */
.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;
  }
}

/*　メールボタン
---------------------------------------------------- */
.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;  
  font-size: 14px;
  width: 70%;
  padding: 7px;
  }
}
@media print, screen and (min-width: 992px) {
.contact_bottom_mail {
  font-size: 16px;
  padding: 15px 2px;  
  }
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_mail {
  padding: 20px 2px;  
  }
}

.contact_bottom_mail i{margin-right: 10px;}

.contact_bottom_mail:link,
.contact_bottom_mail:visited{
	color:#fff;
  border: 0px;
  background: #d0aa4e;
  border-radius: 100px;
	text-decoration:none;
	}
.contact_bottom_mail:hover,
.contact_bottom_mail:active{
	color:#fff;
  border: 0px;
  background: #8e7741;
	text-decoration:none;
	}
	
	
	/* ----------------------------------------------------
  背景あり　左右文字配置　カプセル型
---------------------------------------------------- */
.bg_capsule_01{
	background: url("../images/bg_capsule_01.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
.bg_capsule_02{
	background: url("../images/bg_capsule_02.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}

.box_capsule_l{
  background: #222;
  color:#fff;
  padding:30px 20px;
}
@media print, screen and (min-width: 768px) {
.box_capsule_l{
  padding:40px;
  }
}


/* 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;
}

.btn_map {
  display: inline-block;
  width: 270px;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff !important;
  background: #d0aa4e;
  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: #8e7741;
  letter-spacing: 3px;
  color: #fff !important;
  text-decoration: none !important;
}
.btn_map .fa-location-dot{
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}

.btn_map i{
  margin-left: 5px;
}


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

/* テーブル1
---------------------------------------------------- */
.table1{
  width:100%;
  border-top:0px;
  border-bottom:0px;
  border-collapse:collapse;  
}
.table1 th{
	width: 20%;
	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 #ccc;
  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: 35%;
	padding: 5px 10px;  
	text-align: center;
	display: table-cell;
	font-weight: normal;
  vertical-align: middle;
	background-color: #eee;	
	border-top: 0px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
.table2 td{
	padding: 5px 10px;
	display: table-cell;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
}

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

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


/* テーブル4
---------------------------------------------------- */
.table4 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #fff;
}
.table4 th,
.table4 td {
	display: block;
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
}
.table4 thead {
	display: none;
}
.table4 .thbg01 {
	background: #eee;
}
.table4 .tbox01-l {
	font-weight: 900;
}
.table4 .tbox01-r,
.table4 .tbox01-r2 {
	padding: 0 3% 0 0;
	text-align: center;
}
.table4 tbody td::before {
	content: attr(title);
	float: left;
	clear: both;
	font-weight: bold;
}

@media print, screen and (min-width: 768px) {
	.table4 {
		border-bottom: 0 !important;
	}
	.table4 thead {
		display: table-header-group;
	}
	.table4 th,
	.table4 td {
		display: table-cell;
		padding: 15px 10px;
		text-align: left;
		border-bottom: 1px solid #ccc;
		vertical-align: middle;
	}
	.table4 thead th {
		text-align: center;
		background: #eee;
		border-left: 1px solid #ccc;
	}
	.table4 tbody th {
		text-align: center;
	}
	.table4 tbody td {
		border-left: 1px solid #ccc;
	}
	.table4 tbody tr:last-child th {
		border-bottom: 1px solid #ccc;
	}
	.table4 tbody td::before {
		content: none;
	}
	.table4 .tbox01-r,
	.table4 .tbox01-r2 {
		padding: 0 5%;
	}
}


/* ----------------------------------------------------
  横フロー
---------------------------------------------------- */
/* ========================
   SP 縦矢印
======================== */
@media screen and (max-width: 767px) {

.flow_arrow {
	gap: 5px !important;
}

/* 横並び */
.flow_arrow > li dl{
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	position: relative;
}

/* 画像 */
.flow_arrow > li dl dt{
	flex: 0 0 60px;
	margin-bottom: 0;
}

.flow_arrow > li dl dt img{
	width: 100%;
	height: auto;
}

/* テキスト */
.flow_arrow > li dl dd{
	flex: 1;
}

/* ↓矢印 */
.flow_arrow > li:not(:last-child) dl::after {
	content: "";
	width: 14px;
	height: 14px;
	border-right: 4px solid #f5da3c;
	border-bottom: 4px solid #f5da3c;
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%) rotate(45deg);
}
  
.flow_arrow > li dl::after,
.flow_arrow > li dl::before{
	display: none;
}

}

.flow_arrow {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px; /* SP */
}

/* ------------------------
   li 共通
------------------------ */
.flow_arrow > li {
	list-style: none;
	width: 100%; /* ★ SPは1列 */
}

.flow_arrow > li dl {
	padding: 15px; /* SPは小さめ */
	margin: 0;
	border: 1px solid #222;
	position: relative;
	box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
}

.flow_arrow > li dl dt {
	margin-bottom: 10px;
}

.flow_arrow > li dl dd {
	margin-left: 0;
  line-height: 30px;
}

.flow_arrow > li dl dd span{
	margin-left: 0;
  line-height: 20px;
}


/* ========================
   Tablet（3 + 2）
======================== */
@media screen and (min-width: 768px) {

	.flow_arrow {
		gap: 30px;
		justify-content: center;
	}

	.flow_arrow > li {
		width: calc((100% - 60px) / 3);
		/* gap30px × 2 = 60px */
	}

	.flow_arrow > li dl {
		padding: 18px;
	}

	/* 横矢印（同じ段の中だけ表示） */
	.flow_arrow > li:not(:nth-child(3n+1)) dl::before {
		content: "";
		width: 14px;
		height: 14px;
		border-top: 4px solid #f5da3c;
		border-right: 4px solid #f5da3c;
		position: absolute;
		top: 50%;
		left: -25px;
		transform: translateY(-50%) rotate(45deg);
	}
}


/* ========================
   PC（5個横一列）
======================== */
@media screen and (min-width: 992px) {

	.flow_arrow {
		gap: 40px;
	}

	.flow_arrow > li {
		flex: 1; /* 5等分 */
		min-width: 0;
	}

	.flow_arrow > li dl {
		padding: 22px 20px;
	}

	/* 矢印 */
	.flow_arrow > li:not(:first-child) dl::before {
		content: "";
		width: 14px;
		height: 14px;
		border-top: 4px solid #f5da3c;
		border-right: 4px solid #f5da3c;
		position: absolute;
		top: 50%;
		left: -30px;
		transform: translateY(-50%) rotate(45deg);
	}
}


/* original_check
---------------------------------------------------- */
.original_check {
  list-style: none;
  padding-left: 0;
}

.original_check li {
  font-size: 15px;
  position: relative;
  padding:5px 10px 10px 10px;
  background: #fff;
  margin-bottom: 10px;
}

/*.original_check li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #222;
}*/

@media print, screen and (min-width: 768px) {
.original_check li {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  }
.original_check li::before {
  font-size: 20px;
  left: 15px;
  }
}

@media print, screen and (min-width: 1200px) {
.original_check li {
  font-size: 16px;
  padding: 13px;
  margin-bottom: 10px;
  }
.original_check li::before {
  font-size: 20px;
  left: 15px;
  }
}


/* ----------------------------------------------------
   ボックス
---------------------------------------------------- */
.title_zukei{
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
.title_zukei{
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  border-right: 1px solid #ccc;
  }
}


.title_zukei i{
  font-size: 30px;
  padding-top: 20px;
  margin-bottom: 10px;
  color: #f5da3c
}
@media print, screen and (min-width: 768px) {
.title_zukei i{
  font-size: 40px;
  margin-bottom: 15px;
  }
}

.hako01{
  padding: 20px 20px 10px 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
.hako02{
  padding: 0 0 0 20px;
  }
}


/* ----------------------------------------------------
    ナンバーボックス
---------------------------------------------------- */
.box_yohakubox_01{
  padding:70px 20px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  position:relative;
}

.box_yohakubox_01 .midasi_number{
  padding:13px 18px 15px 20px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  border-radius:10px 0 10px 0;
  background: #222;
  position:absolute;
  top:0;
  left:0;
}
@media print, screen and (min-width: 768px) {
  .box_yohakubox_01 .midasi_number{
    padding:12px 13px 15px 15px;
    font-size: 30px;
  }
}

.box_yohakubox_01 h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .box_yohakubox_01 h4 {
    font-size: 20px;
    line-height: 30px;
  }
}


/* ----------------------------------------------------
  ボックス
---------------------------------------------------- */
.hako_01{
  padding: 20px;
  background: #fff;
  border:2px solid #222;
}
.hako_01 h4 {
  font-size: 20px;
  margin: 0 0 5px 0;
  font-weight: 700; 
}
.hako_01 h4 i{
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
.hako_01{
  padding: 20px 30px 15px 20px;
  background: #fff;
  border:2px solid #222;
}
.hako_01 h4 {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
}


/* ----------------------------------------------------
  ボックス
---------------------------------------------------- */
.hako_02{
  padding: 20px;
  border:2px solid #222;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
.hako_02{
  padding: 30px;
  }
}


.hako_02 h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700; 
}
@media print, screen and (min-width: 768px) {
.hako_02 h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}


/* ----------------------------------------------------
  ボックス
---------------------------------------------------- */
.hako_03{
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 8px 0px rgba(72,68,62,0.1);
}
@media print, screen and (min-width: 768px) {
.hako_03{
  padding: 30px;
  }
}
@media print, screen and (min-width: 992px) {
.hako_03{
  padding: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
.hako_03{
  padding: 60px;
  }
}
@media print, screen and (min-width: 1400px) {
.hako_03{
  padding: 80px;
  }
}


/* ----------------------------------------------------
  ボックス
---------------------------------------------------- */
.hako_04{
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border:1px solid #222;
}
@media print, screen and (min-width: 768px) {
.hako_04{
  padding: 30px;
  }
}
@media print, screen and (min-width: 992px) {
.hako_04{
  padding: 40px;
  }
}


/* 横フロー　
---------------------------------------------------- */
.flow_number_01{
	position:relative;
	background: #fff;
	padding:20px;
	text-align: center;
  border-radius: 8px 0;
  border:1px solid #333;
/*	box-shadow: 0px 0 7px 2px rgba(0,0,0,0.1);*/ 
}
.flow_number_01 p{
  font-size: 120%;
}  

@media print, screen and (min-width: 768px) {
  .flow_number_01{
    padding:60px 10px 20px 10px;
  }
}
@media print, screen and (min-width: 1400px) {
  .flow_number_01{
    padding:40px;
  }
}

.flow_number_01 span{
	position:absolute;
	top:0;
	left:0;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display:block;
	color:#fff !important;
	background: #333; /* 背景色 */
	padding:10px;
	text-align:center;
  border-radius: 5px 0 5px 0;  
	}
@media print, screen and (min-width: 768px) {
  .flow_number_01 span{
  	top:0;
  	left:0;
  	width: 50px;
  	height: 50px;
  	font-size: 20px;
  	padding:10px 20px 20px 13px;
	}
}
@media print, screen and (min-width: 1200px) {
  .flow_number_01 span{
  	top:0;
  	left:0;
  	width: 60px;
  	height: 60px;
  	font-size: 30px;
  	padding:15px 20px 20px 13px;
	}
}


/* ----------------------------------------------------
   ボックス
---------------------------------------------------- */
.addable_box{
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  border:1px solid #ccc;
}

@media print, screen and (min-width: 768px) {
.addable_box{
  padding: 20px;
  margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 1200px) {
.addable_box{
  padding: 30px;
  margin-bottom: 40px;
  }
}

.addable_box_photo {
  margin-bottom: 10px;
  }

@media print, screen and (min-width: 768px) {
.addable_box_photo {
  margin-bottom: 25px;
  }
}

.addable_box_badge{
  position:absolute;
  top:10px;
  left:10px;
  z-index: 1;
  padding: 2px 12px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}

.addable_box_badge.bgco01{ background: #333;}

.addable_box_title{
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
} 

@media print, screen and (min-width: 768px) {
.addable_box_title{
  font-size: 20px;
  margin-bottom: 20px;  
  } 
}

.addable_box_text{
  margin-bottom: 10px;
}

/* addable_table
---------------------------------------------------- */
.addable_table {
  font-size: 14px;  
  width: 100%;
  border-collapse: separate
  border-spacing: 0;
  background: #fff;
}

.addable_table tr:first-child :is(th:first-child, td:first-child) { border-top-left-radius: 5px; }
.addable_table tr:first-child :is(th:last-child,  td:last-child)  { border-top-right-radius: 5px; }
.addable_table tr:last-child  :is(th:first-child, td:first-child) { border-bottom-left-radius: 5px; }
.addable_table tr:last-child  :is(th:last-child,  td:last-child)  { border-bottom-right-radius: 5px; }

.addable_table th,
.addable_table td {
  padding: 8px;
  line-height: 21px;
  display: table-cell;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.addable_table th {
  width: 80px;
  text-align: center;
  font-weight: normal;
  background-color: #eee;
  color: #222;
}
.addable_table td {
  border-right: 1px solid #ccc;
}
.addable_table tr:last-child :is(th, td) {
  border-bottom: 1px solid #ccc;
}

@media print, screen and (min-width: 768px) {
  .addable_table {   
    font-size: 16px;
  }
  .addable_table th,
  .addable_table td {
    padding: 6px 10px;
    line-height: 24px;
  }
  .addable_table th {
    width: 100px;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 1400px) {
  .addable_table th,
  .addable_table td {
    padding: 8px 12px;
    line-height: 24px;
  }  
  .addable_table th { 
    width: 120px;	
  }
}


/* ----------------------------------------------------
  ★★★レイアウト（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: 30px;
  }
}
@media screen and (min-width: 992px) {
  .note_11 {
    gap: 60px;  
  }
}


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

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


/* ----------------------------------------------------
  ★★★レイアウト（1:1:1）
---------------------------------------------------- */
.note_111 {
  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_111 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .note_111 {
    gap: 50px;
  }
}

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

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



/* ----------------------------------------------------
  ★★★レイアウト（1:1:1）
---------------------------------------------------- */
.note_1111 {
  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_1111 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .note_1111 {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;    
  }
}


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

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


/* ----------------------------------------------------
  ★★★レイアウト（1:3）
---------------------------------------------------- */
.note_13 {
  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_13 {
    grid-template-columns: 1fr 3fr;
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .note_13 {
    grid-template-columns: 1fr 3fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_13 {
    grid-template-columns: 1fr 3fr;
  }
}

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

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

/* ----------------------------------------------------
  ★★★レイアウト（1:1）　全てボックス
---------------------------------------------------- */
.zone_11 {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */ 
}
@media print, screen and (min-width: 768px) {
  .zone_11 {
    gap: 40px;
    grid-template-columns: 1fr 1fr;    
  }
}
@media print, screen and (min-width: 992px) {
  .zone_11 {
    gap: 50px;
    grid-template-columns: 1fr 1fr;    
  }
}

/* 子要素
----------------------------- */
.zone_11_box {
  background: #fff;
  border:1px solid #222;
  padding: 20px;
  display: flex;          /* 横方向に並べる */
  flex-direction: column; /* 縦に並べる */
  gap: 10px;              /* h4とpの間の隙間 */ 
}
.zone_11_box h4 {
  font-size: 20px;
  margin: 0 0 5px 0;
  font-weight: 700; 
}
.zone_11_box p {
  font-weight: 700; 
}



@media print, screen and (min-width: 768px) {
  .zone_11_box h4 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
}

@media print, screen and (min-width: 992px) {
  .zone_11_box {
    padding: 30px;
    }
  .zone_11_box h4 {
    font-size: 25px;
    margin: 0 0 20px 0;
  }
}


/* ----------------------------------------------------
  レイアウト（2:3）
---------------------------------------------------- */
.note_23 {
  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_23 {
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .note_23 {
    grid-template-columns: 2fr 3fr;
    gap: 60px;
    margin-bottom: 30px;    
  }
}
.note_23:last-child { margin-bottom: 0;}
.note_23_box {box-sizing: border-box;}


/* ----------------------------------------------------
  レイアウト（2:3）
---------------------------------------------------- */
.note_32 {
  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_32 {
    grid-template-columns: 3fr 2fr;
    gap: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .note_32 {
    grid-template-columns: 3fr 2fr;
    gap: 60px;
    margin-bottom: 30px;
  }
}
.note_32:last-child { margin-bottom: 0;}
.note_32_box {box-sizing: border-box;}


/* ----------------------------------------------------
   レイアウトボックス
---------------------------------------------------- */
/* ボックス3つ並び　グリッドレイアウト
------------------------------------ */
.grid_container_01 {
  width: 100%;
  margin: 0 auto;
  display: grid;/* グリッドレイアウトを指定  親要素・子要素両方にdisplay:gridを命令 */   
  grid-template-columns: 1fr;/* グリッドの列の幅を指定 */
  gap: 30px 40px ;/* グリッドの列・行両方の間の余白を指定 */
}

@media print, screen and (min-width: 768px) {
  .grid_container_01 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px ;/* グリッドの列・行両方の間の余白を指定 */
  }
}

@media print, screen and (min-width: 992px) {
  .grid_container_01 {
    gap: 40px ;
  }
}

@media print, screen and (min-width: 1200px) {
  .grid_container_01 {
    gap: 80px ;
  }
}

.grid_container_01_box { 
  display: grid;/* グリッドレイアウトを指定 */
  grid-template-rows: subgrid;/* グリッドの行の高さを指定  親要素・子要素両方にdisplay:gridを命令 */    
  grid-row: span 2;/* グリッドの縦方向の位置を指定 */
  gap: 5px;/* グリッドの列・行両方の間の余白を指定　box内の要素同士の余白*/
}

/* ----------------------------------------------------
    grd枠ボックス
---------------------------------------------------- */
.grdwaku_box_01 {
  border-radius: 10px; 
  padding: 5px;
  background: linear-gradient(-120deg, #ead6a6, #ead6a6); 
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
.grdwaku_box_01 {
  margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1400px) {
.grdwaku_box_01 {
  margin-bottom: 0px;
  }
}


.grdwaku_box_01_inner {
  border-radius: 8px;
  background: #fff;  
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
.grdwaku_box_01_inner {
  padding: 20px 5px;
  }
}

.grdwaku_box_01 i{
  font-size: 35px;
  margin-bottom: 5px;
  text-align: center;
  color: #d0aa4e;
}
@media print, screen and (min-width: 768px) {
.grdwaku_box_01 i{
  font-size: 40px;
  margin-bottom: 10px;
  }
}

.grdwaku_box_01 div{
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
.grdwaku_box_01 div{
  font-size: 18px;
  line-height: 28px;
  }
}
@media print, screen and (min-width: 1600px) {
.grdwaku_box_01 div{
  font-size: 20px;
  line-height: 30px;
  }
}
