@charset "utf-8";

/* =====================
  共通
===================== */
.hidden {
  display: none !important;
}

.link {
  cursor: pointer;
  text-decoration: underline;
}

/* =====================
  エリア（住所）
===================== */
#zipcode,
#addressResult,
#showAddressInputs,
#addressInputs {
  display: block;
  margin-bottom: 10px;
}

#addressInputs select,
#addressInputs input {
  display: block;
  margin-bottom: 10px;
}

/* =====================
  連絡方法（ラジオボタン風）
===================== */

/* 横並び */
.contact-btn {
  display: inline-block;
  margin-right: 10px;
}

/* ラジオ本体は非表示 */
.contact-btn input {
  display: none;
}

/* ボタン見た目 */
.contact-btn span {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
}

/* hover */
.contact-btn span:hover {
  background: #f5f5f5;
}

/* 選択時 */
.contact-btn input:checked + span {
  background: #333;
  color: #fff;
  border-color: #333;
}

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

/* ----------------------------------------------------
  英字
---------------------------------------------------- */
.en01{font-family: "Lobster", sans-serif;} /* 筆記体（大） */
.en02{font-family: "Playwrite HR", cursive;} /* 筆記体（小） */

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

.text02{line-height: 30px; letter-spacing: 1.8px;}
@media print, screen and (min-width: 992px) {.text02{line-height: 40px;}}

/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.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_blue{background: #2dccbe}
.bg_mizuiro{background: #f1f9f8}
.bg_usumizuiro{background: #daf0ed}
.bg_mosgreen{background: #c6d8d6}

/* パキっと分かれる */
.bg_separate01{background: linear-gradient( to bottom, #fff 0px 20px, #2dccbe 20px 100px, #fff 100px);}
@media print, screen and (min-width: 768px) {.bg_separate01{ background: linear-gradient(to bottom, #fff 0px 20px, #2dccbe 20px 180px, #fff 180px);}}
@media print, screen and (min-width: 992px) {.bg_separate01{ background: linear-gradient(to bottom, #fff 0% 10%, #2dccbe 10% 50%, #fff 50% 100%);}}

.bg_separate02{ background: linear-gradient(to bottom, #2dccbe 165px, #fff 165px);}
@media print, screen and (min-width: 768px) {.bg_separate02{ background: linear-gradient(to right, #2dccbe 30%, #fff 30%);}}

@media print, screen and (min-width: 768px) {
.bg_reason{
  background: url("../images/bg_reason.jpg") no-repeat scroll 50% 0% / cover;
  margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
.bg_star{
  background: url("../images/p03-img01.png") no-repeat scroll 50% 0% / cover;
  }
}


/* 文字色
-------------------------- */
.white{color:#fff;}
.blue{color: #2dccbe;}
.mizuiro{color: #f1f9f8;}
.green{color: #2dccbe;}
.pink{color: #e35dc2;}

.bold{font-weight: 900;}

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

/* ----------------------------------------------------
    背景固定画像
---------------------------------------------------- */
.bg_haikei_01{background: url("../images/bg_haikei.jpg") no-repeat center bottom}
@media print, screen and (min-width: 992px) {
.bg_haikei_01{
	background: url("../images/bg_haikei.jpg") no-repeat scroll 50% 0% / cover;
	height: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	}
}

.part_h{padding:60px 0;}
@media print, screen and (min-width: 768px) {.part_h{padding:100px 0 70px 0}}
@media print, screen and (min-width: 992px) {.part_h{padding:150px 0 120px 0}}
@media print, screen and (min-width: 1200px) {.part_h{padding:200px 0 150px 0}}


/* ----------------------------------------------------
  ボックス01
---------------------------------------------------- */
.hako_01{
  padding: 15px;
  background: #fff;
}
@media print, screen and (min-width: 768px) { .hako_01{padding: 40px 40px 0 40px; border-radius: 10px 0 0 0;}}
@media print, screen and (min-width: 992px) { .hako_01{padding: 40px;}}
@media print, screen and (min-width: 1200px) {.hako_01{padding: 60px;}}
@media print, screen and (min-width: 1400px) {.hako_01{padding: 70px 90px;}}


/* ----------------------------------------------------
  ボックス02
---------------------------------------------------- */
.hako_02{
  padding:20px 15px;
  background: #f1f9f8;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) { .hako_02{padding: 30px 50px;}}

.hako_02 i{
  font-size: 40px;
  color: #2dccbe;
}

/* ----------------------------------------------------
  件数
---------------------------------------------------- */
@media only screen and (max-width: 767px) {.search_item{ margin-bottom: 10px; font-size: 11px;}}
@media print, screen and (min-width: 768px) {.search_item{margin-bottom: 20px; font-size: 14px;}}

.search_item span{
  font-size: 130%;
  color: #2dccbe;
}


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

/* 文字色
-------------------------- */
.detail_day{
  font-size: 14px;
  text-align: right;
  margin-bottom: 2px;
}

/* 文字色
-------------------------- */
.detail_text{margin-bottom: 10px;}
@media print, screen and (min-width: 768px) {.detail_text{margin-bottom: 15px;}}

/* タグ
-------------------------- */
.detail_tag{margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.detail_tag{ margin-bottom: 40px;}}

.detail_tag span{
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border-radius: 5px;
  background: #333;
  color: #fff;
  margin:0 5px 5px 0;
}

/* 小見出し
-------------------------- */
.detail_komidasi{
	font-size: 16px;
  line-height: 26px;  
  padding:8px 15px;
	letter-spacing: 2px;  
  border-radius: 5px;
  margin-bottom: 5px;
  color: #fff;
  background: #2dccbe;  
}
@media print, screen and (min-width: 992px) {
.detail_komidasi{
	font-size: 18px;
  line-height: 28px;  
  padding:10px 17px;
  margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1200px) {
.detail_komidasi{
	font-size: 20px;
  line-height: 30px;   
  padding:10px 17px;
  margin-bottom: 15px;
  }
}

/* 次へボタン
-------------------------- */
.btn_detail_next {
  color: #fff !important;
  background: #222;  
  display: inline-block;
  width:100%;
  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_detail_next {
  width: 300px; 
  padding: 13px 2px 15px 2px;
  margin:0 5px 10px 5px;
  }
}
@media print, screen and (min-width: 1200px) {
.btn_detail_next {
  width: 350px;  
  margin:0 5px 20px 5px;
  }
}

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

/* 戻るボタン
-------------------------- */
.btn_detail_back {
  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;
}

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

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


/* テーブル
-------------------------- */
.detail_table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	background: #fff;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 992px) {
.detail_table{
  margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
.detail_table{
  font-size: 14px;
  }
.detail_table th{
	width: 110px;
	padding: 5px 0;  
	text-align: center;
	display: table-cell;
	font-weight: normal;
  vertical-align: middle;
	background-color: #d6f2ee;
	border-top: 0px;
	border-left: 1px solid #c6d8d6;
	border-bottom: 1px solid #c6d8d6;	
}
.detail_table td{
	padding: 5px 10px;
  line-height: 24px;
	display: table-cell;
	border-right: 1px solid #c6d8d6;
	border-left: 1px solid #c6d8d6;
	border-bottom: 1px solid #c6d8d6;
	}
}

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

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


/* ----------------------------------------------------
  フロー
---------------------------------------------------- */
.flow_box_01{
	position:relative;
	background: #fff;
	padding: 40px 20px 30px 20px;
	border-radius:0 10px 0 10px
}
@media print, screen and (min-width: 768px) {
  .flow_box_01{
    padding:60px 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:-20px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display:block;
	color:#fff;
	background:#2dccbe;
	padding:10px;
	text-align:center;
	border-radius:10px	
	}
@media print, screen and (min-width: 768px) {
.flow_box_01 .bangou{
	top:-20px;
	left:-20px;
	width: 70px;
	height: 70px;
	font-size: 30px;
	padding: 18px 22px 20px 18px;
	}
}

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


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

	.flow_arrow > li:not(:last-child) dl::after {
		content: "";
		width: 14px;
		height: 14px;
		border-right: 4px solid #222;
		border-bottom: 4px solid #222;
		position: absolute;
		left: 50%;
		bottom: -35px;
		transform: translateX(-50%) rotate(45deg);
	}
.flow_arrow {
	gap: 60px !important; /* SPだけ少し広げる */
  }
}

.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: 0px solid #a1ddd8;
	position: relative;
	box-sizing: border-box;
  border-radius: 20px;
  background: #f1f9f8;
}

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

.flow_arrow > li dl dt i{
  color: #2dccbe;
  font-size: 30px;
	margin-bottom: 10px;
}

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

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


/* Tablet
-------------------------- */
@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 dl dt i{
  color: #2dccbe;
  font-size: 50px;
	margin-bottom: 10px;
}

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


/* PC
-------------------------- */
@media screen and (min-width: 992px) {
	.flow_arrow {
		gap: 40px;
	}

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

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

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


/* ----------------------------------------------------
  blog
---------------------------------------------------- */
.blog_box{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

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

/* タグ
-------------------------- */
.blog_tag{margin-bottom: 5px;}

.blog_tag span{
  display: inline-block;
  padding: 1px 8px 1px 9px;
  border-radius: 5px;
  background: #333;
  color: #fff;
  font-size: 12px;
  margin:0 5px 5px 0;
}

/* タイトル
-------------------------- */
.blog_title{
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #222;
  }
@media print, screen and (min-width: 768px) {
.blog_title{
  font-size: 25px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  }
}
@media print, screen and (min-width: 992px) {
.blog_title{
  font-size: 25px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  }
}

/* 写真
-------------------------- */
.blog_box .photo-ofi{
  margin-bottom: 10px;
}

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

@media print, screen and (min-width: 1200px) {
.blog_box .photo-ofi{
  margin-bottom: 30px;
  }
}

/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/*  btn01_in
---------------------------------------------------- */
.btn01_in {
  display: inline-block;
  width: 250px;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #222 !important;
  background: #fff;
  border: 2px 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;
}


/*  btn02_in
---------------------------------------------------- */
.btn02_in {
  color: #fff !important;
  background: #222;  
  display: inline-block;
  width: 250px;
  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;
}

.main-btn{
  z-index: 9;
  position:absolute;
  right:20px;  
  bottom:20px;
}

/*  btn03_in
---------------------------------------------------- */
.btn03_in {
  display: inline-block;
  width: 260px;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff !important;
  background: #222;
  border: 0;
  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 {
  background: #666;
  color: #fff !important;
  text-decoration: none !important;
}

/* ----------------------------------------------------
  block
---------------------------------------------------- */
/*  btn01
---------------------------------------------------- */
.btn01 {
  display: block;
  width: 100%;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #222 !important;
  background: #fff;
  border: 2px 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: #2dccbe;
}


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


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


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


/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 20px;
	line-height: 30px;
	}
}
@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;
	}
}


/* ----------------------------------------------------
    見出し06
---------------------------------------------------- */
.midasi06{
  color: #2dccbe;
	font-size: 20px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
}
@media print, screen and (min-width: 992px) {
.midasi06{
	font-size: 25px;
  line-height: 30px;
	}
}
.midasi06 i{
  font-size: 7px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}


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


/* ----------------------------------------------------
    見出し08
---------------------------------------------------- */
.midasi08{
	font-size: 18px;
  line-height:28px;
  border-left: 4px solid #222;
  padding:8px 0 8px 13px;
  margin-bottom: 10px;
	}
@media print, screen and (min-width: 768px) {
.midasi08{
	font-size: 25px;
  line-height: 35px;
  padding:5px 0 5px 20px;
  margin-bottom: 15px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi08{
	font-size: 25px;
  line-height: 40px;
  padding:5px 0 5px 20px;
  margin-bottom: 20px;
	}
}


/* ----------------------------------------------------
    見出し11
---------------------------------------------------- */
.midasi11 {
  font-size: 25px;
  padding-bottom: 7px;
  text-align: center;
	letter-spacing: 3px;
  }
.midasi11 i{
  color: #2dccbe;   
  font-size: 35px;
  margin: 0 0 5px 0;
  }
@media print, screen and (min-width: 768px) {
.midasi11 {
  font-size: 28px;  
  text-align: center;
  padding-bottom: 5px;
  }
.midasi11 i{
  font-size: 40px;
  margin: 0 0 3px 0;
  margin-bottom: 10px;  
  }
}
@media print, screen and (min-width: 992px) {
.midasi11 {
  font-size: 30px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.8;
  margin: 0 auto; 
	letter-spacing: 6px;
  padding: 0;
  }
.midasi11 i{
  font-size: 50px;
  }
}

  
/* ----------------------------------------------------
    見出し15
---------------------------------------------------- */
.midasi15{
	font-size: 20px;
	line-height: 30px;
	}
.midasi15 span{
	font-size: 15px;
	line-height: 25px;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
.midasi15{
	font-size: 20px;
	line-height: 35px;
	}
.midasi15 span{
	font-size: 18px;
	line-height: 28px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi15{
	font-size: 30px;
	line-height: 30px;
	}
.midasi15 span{
	font-size: 18px;
	line-height: 28px;
	}
}
  

/* ----------------------------------------------------
  ★★★レイアウト（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: 80px;
  }
}
@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;}


/* ----------------------------------------------------
  ★★★レイアウト（1199px以下で１：２、１：３　縦長画像）
---------------------------------------------------- */
.note_11_d {
  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_d {
    grid-template-columns: 1fr 3fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11_d {
    grid-template-columns: 1fr 2fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11_d {
    grid-template-columns: 1fr 1fr;
  }
}

.note_11_d:last-child { margin-bottom: 0;}
.note_11_d_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（1199px以下で１：２、１：３　縦長画像）
---------------------------------------------------- */
.note_11_e {
  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_e {
    grid-template-columns: 3fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11_e {
    grid-template-columns: 2fr 1fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11_e {
    grid-template-columns: 1fr 1fr;
  }
}

.note_11_e:last-child { margin-bottom: 0;}
.note_11_e_box {box-sizing: border-box;}


/* ----------------------------------------------------
  幅変更で縦長
---------------------------------------------------- */
.tatenaga_img_01 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
}
@media print, screen and (min-width: 768px) {
  .tatenaga_img_01 {
    aspect-ratio: 2 / 4;
    overflow: hidden;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 992px) {
  .tatenaga_img_01 {
    aspect-ratio: 2 / 3;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1200px) {
  .tatenaga_img_01 {
    aspect-ratio: 1.7 / 1.7;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1600px) {
  .tatenaga_img_01 {
    aspect-ratio: auto;
    overflow: visible;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}


/* ----------------------------------------------------
  ★★★レイアウト（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: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_111 {
    gap: 50px;
  }
}
.note_111:last-child { margin-bottom: 0;}
.note_111_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;/* グリッドの列の幅を指定 */
    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: 24px; 
  padding: 5px;
  background: linear-gradient(45deg, #a1ddd8, #ffe5be); 
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.grdwaku_box_01_inner {
  border-radius: 20px;
  background: #fff;  
  padding: 10px 1px;
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
.grdwaku_box_01_inner {
  padding: 30px 5px;
  }
}

.grdwaku_box_01 p{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
.grdwaku_box_01 p{
  font-size: 16px;
  line-height: 26px
  }
}
@media print, screen and (min-width: 992px) {
.grdwaku_box_01 p{
  font-size: 18px;
  line-height: 28px;
  }
}


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

.note_31:last-child { margin-bottom: 0;}
.note_31_box {box-sizing: border-box;}
