@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;} /* 明朝　印字 */

/* ----------------------------------------------------
  テキスト高さ
---------------------------------------------------- */
.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: #f4f5f6;}
.bg_blue{background: #00458b}
.bg_lightblue{background: #eef5fb}
.bg_mizuiro{background: #3399cc}

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

/* お問い合わせ */
.bg_contact{background: url("../images/bg_contact.jpg") no-repeat scroll 50% 0% / cover;}

/* グラデ */
.bg_gradation {
  background-image: linear-gradient(-45deg, #3399cc, #00458b);
}


/* 文字色
-------------------------- */
.white{color:#fff}
.blue{color: #00458b}
.lightblue{color: #476c9f}
.mizuiro{color: #3399cc}


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


/* ----------------------------------------------------
  h2
---------------------------------------------------- */
/* 左寄せ　背景画像あり　文字アニメーション
---------------------------------------------------- */
.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_07{background: url("../images/h2_07.jpg") no-repeat scroll 50% 0% / cover;}
.h2_08{background: url("../images/h2_08.jpg") no-repeat scroll 50% 0% / cover;}

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

.h2_midasi_01 p{
	font-size: 40px;
	line-height:50px;
	letter-spacing: 3px;
	}
.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:65px;
	letter-spacing:3px;  
	}
.h2_midasi_01 h2{
	font-size: 22px;
	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: 75px;
	line-height:90px;
	}
}
@media print, screen and (min-width: 1400px) {
.h2_midasi_01 p{
	font-size: 90px;
	line-height:100px;
	}
}


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

/* テーブル1
---------------------------------------------------- */
.table1{
  width:100%;
  border-top:0px;
  border-bottom:0px;
  border-collapse:collapse;  
}
.table1 th{
	width: 25%;
	padding:20px 0;
  border: solid #ccc;
  border-width: 1px 0;  
	vertical-align:middle;
	display:table-cell;
  font-weight: normal;
  background: transparent;
  text-align: center;
  word-break: break-word;
	}
.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;
	}
}


/* テーブル3
---------------------------------------------------- */
.table3 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
} 
.table3 th,
.table3 td {
	text-align: center;
	padding: 8px;
	border: 1px solid #ddd
}
.table3 th {
	background: #eee;
  font-weight: normal;
}
.table3 td {
	background: #fff;
}

@media only screen and (max-width: 767px) {
.table3 {font-size: 12px;}
.table3_th01 {width: 35%; vertical-align: top;}
.table3_th02 {width: 35%; vertical-align: top;}
.table3_th03 {width: 30%; vertical-align: top;}
}

@media print, screen and (min-width: 768px) {
.table3_th01 {width: 35%;}
.table3_td02 {width: 35%;}
.table3_td03 {width: 30%;}
}


/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/*  btn_map
---------------------------------------------------- */
.btn_map {
  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;
}
.btn_map:visited {
  color: #222 !important;
}
.btn_map:hover,
.btn_map:active {
  background: #eee;
  letter-spacing: 3px;
  color: #222 !important;
  text-decoration: none !important;
}
.btn_map .fa-location-dot{
  font-size: 16px;
  color: #222;
  margin-right: 5px;
}


/* ----------------------------------------------------
  block
---------------------------------------------------- */
/*  btn03
---------------------------------------------------- */
.btn03{
  display: block;
  width: 100%;  
  color: #fff !important;
  background: #0053ba;
  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:visited {
  color: #fff !important;
}
.btn03:hover,
.btn03:active {
  color: #fff !important;  
  background: #2b3641;
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn03 i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #fff;
}


/* ----------------------------------------------------
  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: #eee;
  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:100%;
  padding: 15px;
  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 5px 10px 5px;
}

@media print, screen and (min-width: 768px) {
.btn01_in {
  width: 300px;  
  margin:0 5px 30px 5px;
  }
}

.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;
}


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


/*  btn03_in
---------------------------------------------------- */
.btn03_in {
  color: #fff !important;
  background: #0053ba;  
  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: #2b3641;
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn03_in i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #fff;
}


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


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


/* ----------------------------------------------------
  メイン
---------------------------------------------------- */
.bg_movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.bg_movie video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .bg_movie {
    height: 70vh;
    aspect-ratio: auto;
  }
  .bg_movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}

@media print, screen and (min-width: 992px) {
  .bg_movie {
    height: 100vh;
  }
}


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


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


/* ----------------------------------------------------
    見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 18px;
	line-height: 35px;
  margin-bottom: 20px;
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 20px;
	line-height: 40px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi03{
	font-size: 22px;
	line-height: 40px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi03{
	font-size: 24px;
	line-height: 44px;
	}
}


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

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

/* 子要素
----------------------------- */
.note_11_box {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}


/* ----------------------------------------------------
  ★★★レイアウト（1:1） gap無し
---------------------------------------------------- */
.note_11_b {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  box-sizing: border-box;  
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_11_b {
    grid-template-columns: 1fr 1fr;
  }
}

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

/* 子要素
----------------------------- */
.note_11_b_box {
  box-sizing: border-box;
  width: 100%;
  min-width: 0; 
}


/* ----------------------------------------------------
  ★★★レイアウト（1:1:1）
---------------------------------------------------- */
.note_111 {
  display: grid;
  grid-template-columns: 1fr 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: 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;
  width: 100%;
  min-width: 0;
}


/* ----------------------------------------------------
  ★★★レイアウト（1:1:1）　gap無しtop用
---------------------------------------------------- */
.note_111_b {
  display: grid;
  grid-template-columns: 1fr;
  box-sizing: border-box;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .note_111_b {
  grid-template-columns: 1fr 1fr 1fr;   
  }
}

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

/* 子要素
----------------------------- */
.note_111_b_box {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 0;
  color: #fff;
/*  background: #00458b;*/
  min-width: 0;
}

@media print, screen and (min-width: 768px) {
.note_111_b_box {
  padding: 70px 0; 
  }
}
@media print, screen and (min-width: 992px) {
.note_111_b_box {
  padding: 100px 0; 
  }
}

@media only screen and (max-width: 767px) {
  .note_111_b_box:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .note_111_b_box:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}


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

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

/* 子要素
----------------------------- */
.note_23_box {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}


/* ----------------------------------------------------
  レイアウト（2:3）上揃い 1200px以上で2:3
---------------------------------------------------- */
.note_23_b {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_23_b {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .note_23_b {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_23_b {
    grid-template-columns: 2fr 3fr;
    gap: 80px;    
  }
}

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

/* 子要素
----------------------------- */
.note_23_b_box {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}


/* ----------------------------------------------------
  ★★★レイアウト（3:2）
---------------------------------------------------- */
/* 親要素
----------------------------- */
.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: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_32 {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .note_32 {
    gap: 80px;    
  }
}

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

/* 子要素
----------------------------- */
.note_32_box {
  box-sizing: border-box;
  width: 100%;/* 崩れ防止 */
  min-width: 0;/* 崩れ防止 */ 
}


/* ----------------------------------------------------
  ★★★レイアウト（3:2）
---------------------------------------------------- */
/* 親要素
----------------------------- */
.note_32_b {
  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_b {
  grid-template-columns: 1fr;    
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_32_b {
    grid-template-columns: 3fr 2fr;    
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .note_32_b {
    gap: 80px;    
  }
}

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

/* 子要素
----------------------------- */
.note_32_b_box {
  box-sizing: border-box;
  width: 100%;/* 崩れ防止 */
  min-width: 0;/* 崩れ防止 */ 
}


/* ----------------------------------------------------
  レイアウト（2:3）
---------------------------------------------------- */
.note_32_c {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .note_32_c {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_32_c {
    grid-template-columns: 3fr 2fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_32_c {
    grid-template-columns: 3fr 2fr;
  }
}

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


/* 子要素
----------------------------- */
.note_32_c_box {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}


/* ----------------------------------------------------
  縦書き
---------------------------------------------------- */
/* 横書き（ipad中央配置対策）
---------------------------------------------------- */
.tategaki_wrap {
  display: flex;
  align-items: center; /* 上下中央配置 */
  justify-content: center; /* 左右中央配置 */  
  width: 100%;   /* grid内で横幅を認識 */
}


/* 中身のみ縦書き
---------------------------------------------------- */
.tategaki {
  writing-mode: vertical-rl;      /* 文字の流れを縦書きにする（右から左へ） */
  text-orientation: upright;      /* 文字を縦向きで表示（英数字も） */
  display: flex;                  /* 要素を縦方向に並べる */
  flex-direction: column;         /* 要素を縦方向に積む */
  gap: 20px;                      /* 要素同士の余白 */
  width: max-content;             /* 中身の内容分だけ幅を持たせるipad対策 */
}


/* 数字　横書きにする
---------------------------------------------------- */
.tategaki_number {
  writing-mode: horizontal-tb; /* 横書き */
  padding-top: 5px;
  font-size: 50px;
  transition-duration: 300ms;
}

@media print, screen and (min-width: 768px) {
.tategaki_number {
  padding-top: 0;  
  font-size: 35px;
  }
}

@media print, screen and (min-width: 1200px) {
.tategaki_number {
  padding-top: 10px;  
  font-size: 60px;
  }
}


/* 縦書き　見出し
---------------------------------------------------- */
.tategaki_title {
  font-size: 22px;
  line-height: 32px;
  margin-left: 10px;
  transition-duration: 300ms;
}

@media print, screen and (min-width: 768px) {
.tategaki_title {
  font-size: 20px;
  line-height: 30px;
  margin-left: 0;
  }
}

@media print, screen and (min-width: 992px) {
.tategaki_title {
  font-size: 23px;
  line-height: 33px;
  margin-left: 0;  
  }
}

@media print, screen and (min-width: 1200px) {
.tategaki_title {
  font-size: 28px;
  line-height: 38px;
  margin-left: 30px;  
  }
}


/* 縦書き　見出し
---------------------------------------------------- */
.tategaki_text {
  font-size: 17px;
  line-height: 35px;
  transition-duration: 300ms;
}

@media print, screen and (min-width: 768px) {
.tategaki_text {
  font-size: 14px;
  line-height: 22px;
  }
}

@media print, screen and (min-width: 992px) {
.tategaki_text {
  font-size: 17px;
  line-height: 31px;
  }
}

@media print, screen and (min-width: 1200px) {
.tategaki_text {
  font-size: 17px;
  line-height: 35px;
  }
}


/* ----------------------------------------------------
  フロー
---------------------------------------------------- */
.hako_02{
  padding:0 30px;
}

@media print, screen and (min-width: 1600px) {
.hako_02{
  padding:0 80px;
  }
}


/* ----------------------------------------------------
  フロー
---------------------------------------------------- */
.flow_box_01{
	position:relative;
	background: #fff;
	box-shadow: 0 0 7px 7px rgba(200,200,200,0.2);
	padding: 60px 20px 30px 20px;
	border-radius:0 10px 0 10px
}
@media print, screen and (min-width: 768px) {
  .flow_box_01{
    padding:80px 40px 40px 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .flow_box_01{
    padding:80px 60px 60px 60px;
  }
}


/* 番号
---------------------------------------------------- */
.flow_box_01 .bangou{
	position:absolute;
	top:0px;
  left: 0px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	display:block;
	color:#fff;
	padding:5px;
	text-align:center;
	border-radius:0 0 10px 0;	
	}
@media print, screen and (min-width: 768px) {
.flow_box_01 .bangou{
	top:0px;
	left:0px;
	width: 60px;
	height: 60px;
	font-size: 30px;
	padding: 13px 10px 13px 12px;
	}
}


/* 見出し
---------------------------------------------------- */
.flow_box_01 h3{
	font-size: 20px;
  line-height: 30px;
	margin-bottom: 10px;
	}
@media print, screen and (min-width: 768px) {
.flow_box_01 h3{
	font-size: 22px;
  line-height: 32px;
	margin-bottom: 15px;
	}
}


/* ----------------------------------------------------
  カタログ
---------------------------------------------------- */
/*  カタログ　タイトル
---------------------------------------------------- */
.ctlg_title{
  font-size: 26px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 30px;
}


/*  カタログ　エリア
---------------------------------------------------- */
.grid_ctlg_area {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media print, screen and (min-width: 768px) {
  .grid_ctlg_area {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .grid_ctlg_area {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  .grid_ctlg_area {
    gap: 80px 60px;
  }
}
@media print, screen and (min-width: 1600px) {
  .grid_ctlg_area {
    gap: 100px 80px;
  }
}


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


/*  カタログ　タグと日付
---------------------------------------------------- */
.grid_ctlg_info{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
}
.grid_ctlg_tag{
  padding: 2px 20px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;  
  border-radius: 0px;
}
.grid_ctlg_day{
  font-size: 15px;
}


/*  カタログ　タイトル
---------------------------------------------------- */
.grid_ctlg_title{
	font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
	}
@media print, screen and (min-width: 768px) {
.grid_ctlg_title{
	font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
	}
}


/*  カタログ　詳細ボタン
---------------------------------------------------- */
.grid_ctlg_btn{
  display: inline-block;
  width: 140px;
  padding: 8px 1px;
  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;
  font-family: 'Noto Sans JP', sans-serif;
}
.grid_ctlg_btn:visited {
  color: #222 !important;
}
.grid_ctlg_btn:hover,
.grid_ctlg_btn:active {
  background: #eee;
  letter-spacing: 3px;
  color: #222 !important;
  text-decoration: none !important;
}
.grid_ctlg_btn i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #222;
}


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

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

.detail_day{
  font-size: 15px;
}

.detail_ctgr{
  font-size: 13px;
  color: #fff;
  padding:2px 10px;
}

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

.detail_text iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
}

/* ----------------------------------------------------
  カタログ　 詳細ページ
---------------------------------------------------- */
.detail_logo img{
  max-width: 300px;
}
.detail_logo{
  margin-bottom: 10px;
}

.detail_title_02{
  font-size: 28px;
  padding: 20px 0;
  text-align: center;
  }
@media print, screen and (min-width: 768px) {
.detail_title_02{
  font-size: 35px;
  padding: 40px 0;
  }
}
@media print, screen and (min-width: 992px) {
.detail_title_02{
  font-size: 40px;
  padding: 60px 0;
  }
}