@charset "utf-8";

/*--各ページ独自--*/
.mainimage{
	margin: 20px 0 10px;
}

/* ボックス */
.top_box{
width:750px;
margin: 20px 0;
}

.top_box .top_box_img{
	float: left;
	margin-right: 15px;
}

.top_box .list_box_txt{
	float: left;
	width: 495px;
}

.box_img {
	text-align: center;
	margin-top: 5px;
}

.content_box{
width:750px;
margin: 20px 0;
}

.content_box .content_box_img{
	display: inline-block;
	margin:0 10px 10px 0;
}

.content_box .img2_box{
	margin: 20px 0 10px;
	text-align: center;
}

.content_box .box_img_r{
	float: right;
	margin: 0 20px;
}

.content_box .content_box_txt{
	float: left;
	width: 600px;
}

.content_box p.catch{
	font-size: 14px !important;
	margin: 0;
}

.layout{
	width: 236px;
	margin:0 20px 10px 0;
	display: block;
	float: left;
}

.layout_la{
	width: 236px;
	margin:0 0 10px 0;
	display: block;
	float: left;
}

p.img_collection{
	background: url("../img/img_03.jpg") no-repeat left center;
	text-indent: -999px;
	width: 750px;
	height: 458px;
	margin-top: 10px;
}

/*----次へボタン------*/
.p_next{
	margin-top:30px;
	border:1px solid #b1a894;
}
.p_next .p_next_txt{
	color: #000000;
	float:left;
	padding:6px 0 0 10px;
}

.hd{
	color:#725d0c;
	font-weight:bold;
}
.txt_bl{
	font-weight:bold;
}

.link_text{
	background:	url(../../../common/img/arrow01.png) no-repeat left 5px;
	padding-left:10px;
}
a:hover .link_text{
	text-decoration:underline;
}


/* ライトナビ */
.right_navi_underline{
	border: none;
}

/*********************************************************************
2019年度更新
*********************************************************************/
.layout3 {
	margin-left:-15px;
}
.layout3 .layout3_box{
	float:left;
	width:240px;
	margin-left:15px;
	margin-bottom:40px;
}

.layout3 .layout3_box:last-child{
  margin-bottom: 0;
}

.layout3 .layout3_box h3 span{
	font-size:14px;
}
.layout3 .layout3_box .explanation{
	font-size:13px;
	line-height:20px;
}

.layout3_box .image{
	margin-bottom: 15px;
}

.layout3 .layout3_box .image img {
	width:232px;
	display:block;
	border-color: #998c88;
}

#feature12_1,#feature12_2{
  margin-bottom: 80px;
}

.feature12-flag{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feature12-flag_img{
	width: 360px;
	margin-right: 20px;
  font-size: 0;
}

.feature12-flag_img img{
	width: 100%;
}

.feature12-flag_text{
	flex: 1;
}

.feature12_column-two{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.feature12_column-two_item{
	width: 360px;
}

.feature12_column-two_img{
	font-size: 0;
	margin-bottom: 10px;
}

.feature12_column-two_img img{
	width: 100%;
}

.year-title{
	font-size: 25px;
	font-family: "dnp-shuei-mgothic-std", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	border: none;
	color: #1d1d1d;
	padding: 0 0 0 35px;
	margin:0 0 20px 0;
	position: relative;
  line-height: 1;
}

.year-title:before{
	content: "";
	width: 20px;
	height: 25px;
	background-size: 100% 100%;
	background: url(../img/icon_banner_patissier.svg) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.year-title:after{
  content: "";
  background: #fff url(../img/event_border_pattern.png) 0 0 repeat-x;
  height: 6px;
  width: 210px;
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
}

.year-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.year-list_item{
  width: 175px;
}

.year-list_period{
  background-color: #e6e6e7;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
  color: #1d1d1d;
}

.year-list_inner-item{
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
  letter-spacing: 0.075em;
  font-size: 13px;
}

.year-list_inner-item:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #e7909b;
  top: 5px;
  left: 0;
  border-radius: 5px;
}

.year-list_balloon{
  width: 140px;
  background-color: #e7909b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.075em;
  font-weight: bold;
}

.year-list_balloon:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 14px 6px;
  border-color: transparent transparent #e7909c transparent;
  top: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.new-btn{
  padding-top: 50px;
  width: 320px;
  margin: 0 auto;
}

.new-btn a{
  font-size: 16px;
  color: #1d1d1d;
  letter-spacing: 0.075em;
  line-height: 50px;
  border: 1px solid #000;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-box-shadow:0 4px 0 0 #ffe52e;
  box-shadow:0 4px 0 0 #ffe52e;
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.new-btn a:hover{
  box-shadow:0 0 0 0 #ffe52e;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

/*********************************************************************
20250121 add
*********************************************************************/
.layout3-grid{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 10px;
}

.layout3-grid .layout3_box-grid{
	display: grid;
	grid-template-columns: 70px 1fr;
	grid-template-rows: auto 1fr;
	column-gap: 15px;
	row-gap: 15px;
	padding: 20px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	margin: 0;
	float: none;
	align-items: center;
}

.layout3-grid .layout3_box-grid .avatar{
	grid-column: 1/2;
	grid-row: 1/2;
}

.layout3-grid .layout3_box-grid .avatar img{
	width: 100%;
	display: block;
}

.layout3-grid .layout3_box-grid .column-title{
	grid-column: 2/3;
	grid-row: 1/2;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.4;
}

.layout3-grid .layout3_box-grid .explanation{
	grid-column: 1/3;
	grid-row: 2/3;
	align-self: start;
}