@charset "utf-8";

/*---------------------------------------------

デザインスタイル お知らせ用2026

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼コンテンツPC */
.contents_box {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.news_title {
	width: 153px;
	margin: 0 auto 20px auto;
}

.news_title img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.news_subtitle {
	color: #727171;
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 90px;
}

/* ▼DIARYページ PC */
#p_diary {padding: 100px 0 0 0;}

#p_diary #pagetitle {margin-bottom: 65px;}

#diary_area li {
	border-top: solid 1px #727171;
	padding: 30px 0 0 0;
	color: #727171;
}

#diary_area li a {color: #727171;}

#diary_area li:last-of-type {border-bottom: solid 1px #e09ca2;}

.pdiary_box {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.diary_date {
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 40px;
}

.pdiary_box h4 {
	font-weight: bold;
	font-size: 26px; font-size: 2.6rem;
	margin-bottom: 60px;
}

.pdiary_box h4.h4txt {margin-bottom: 20px;}

.pdiary_box p {
	text-align: left;
	font-size: 18px; font-size: 1.8rem;
	line-height: 180%;
}

.diary_photo_imgonly {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 30px 0;
}

.diary_photo_imgonly figure {
	margin-right: 30px;
	margin-bottom: 30px;
}

.diary_photo_imgonly figure img.photo200, .diary_photo_imgonly2 figure img.photo200 {width: 200px;}

.diary_photo_imgonly figure img.photo250, .diary_photo_imgonly2 figure img.photo250 {width: 250px;}

.diary_photo_imgonly figure img.photo300, .diary_photo_imgonly2 figure img.photo300 {width: 300px;}

.diary_photo_imgonly figure img.photo400, .diary_photo_imgonly2 figure img.photo400 {width: 400px;}

.diary_photo_imgonly figure img.photo500, .diary_photo_imgonly2 figure img.photo500 {width: 500px;}

.diary_photo_imgonly figure img.photo600, .diary_photo_imgonly2 figure img.photo600 {width: 600px;}

.diary_photo_imgonly2 {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}

.diary_photo_imgonly2 figure {
	margin-right: 30px;
	margin-bottom: 10px;
}

.diary_photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.diary_photo figure {
	margin-bottom: 80px;
	text-align: center;
}

.diary_photo figure.long {width: 339px;}

.diary_photo figure.l_right {margin-left: 141px;}

.diary_photo figure.l_left {margin-right: 142px;}

.diary_photo img {margin-bottom: 20px;}

.diary_photo figcaption {
	text-align: left;
	font-size: 18px; font-size: 1.8rem;
}

.pdiary_box p.bottomsp {margin-bottom: 30px;}

.qr {padding-bottom: 30px;}

.br_bn {padding-bottom: 60px;}

.br_bn img {width: 400px;}

.br_bn2022 {padding-bottom: 60px;}

.br_bn2022 img {width: 600px;}

.bold {font-weight: bold;}

.pdiary_box p.rmk1 {
	font-weight: bold;
	font-size: 22px; font-size: 2.2rem;
	color: #f00;
	margin-bottom: 20px;
}

.pdiary_box p.rmk2 {
	font-weight: bold;
	font-size: 20px; font-size: 2.0rem;
}

#diary_area li .formbtn a {
	display: block;
	width: 800px;
	background: #e09ca2;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 26px; font-size: 2.6rem;
	padding: 12px 0;
	margin: 30px 0 60px 0;
}

.kakobtn {padding: 40px;}

.kakobtn a {
	display: block;
	color: #fff;
	background: #e09ca2;
	text-align: center;
	width: 200px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 16px; font-size: 1.6rem;
	padding: 10px 0;
}

}

@media print, screen and (max-width: 767px) {

/* ▼コンテンツSP */
.contents_box {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.news_title {
	width: 35%;
	margin: 2vw auto 3vw auto;
}

.news_title img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.news_subtitle {
	color: #727171;
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 12vw;
	line-height: 150%;
}

/* ▼DIARYページ SP */
#p_diary {padding: 10% 0 0 0;}

#p_diary #pagetitle {margin-bottom: 5%;}

#diary_area li {
	border-top: solid 1px #727171;
	padding: 3% 0 0 0;
	color: #727171;
}

#diary_area li a {color: #727171;}

#diary_area li:last-of-type {border-bottom: solid 1px #e09ca2;}

.pdiary_box {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.diary_date {
	font-size: 3.5vw;
	margin-bottom: 3%;
}

.pdiary_box h4 {
	font-weight: bold;
	font-size: 4.5vw;
	margin-bottom: 6%;
}

.pdiary_box h4.h4txt {
	margin-bottom: 2%;
	line-height: 150%;
}

.pdiary_box h4.h4txt img {width: 100%;}

.pdiary_box p {
	text-align: left;
	font-size: 4vw;
	line-height: 150%;
}

.diary_photo_imgonly {
	text-align: center;
	margin: 3% 0 6% 0;
}

.diary_photo_imgonly img {
	width: 80%;
	margin-bottom: 3%;
}

.diary_photo_imgonly2 {
	text-align: center;
	margin: 3% 0 0 0;
}

.diary_photo_imgonly2 img {
	width: 80%;
	margin-bottom: 0;
}

.diary_photo figure {
	text-align: center;
	margin-bottom: 6%;
}

.diary_photo img {
	width: 80%;
	margin-bottom: 2%;
}

.diary_photo_imgonly figure img.photo200 {
	width: 40%;
}

.diary_photo figcaption {font-size: 4vw;}

.pdiary_box p.bottomsp {margin-bottom: 6%;}

.pdiary_box p.bottomlast {padding-bottom: 8%;}

.qr {display: none;}

.br_bn {padding-bottom: 6%;}

.br_bn img {width: 80%;}

.br_bn2022 {padding-bottom: 6%;}

.br_bn2022 img {width: 100%;}

.bold {font-weight: bold;}

.pdiary_box p.rmk1 {
	font-weight: bold;
	font-size: 4.2vw;
	color: #f00;
	margin: 5% 0 5% 0;
}

.pdiary_box p.rmk2 {
	font-weight: bold;
	font-size: 4vw;
}

#diary_area li .formbtn a {
	display: block;
	width: 100%;
	background: #e09ca2;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
	padding: 3vw 0;
	margin: 5vw 0 8vw 0;
}

.kakobtn {padding: 6% 0;}

.kakobtn a {
	display: block;
	color: #fff;
	background: #e09ca2;
	text-align: center;
	width: 55%;
	margin: 0 auto;
	text-decoration: none;
	font-size: 4vw;
	padding: 3% 0;
}
	
}
