/* Christmasページ作成 202408 */
#christmas .main section{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#christmas .main{
	position: relative;
}
#christmas section{
	max-width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#christmas .main{
	font-style: normal;
	font-weight: 300;
}

#christmas .Concept{
	position: relative; 
}
#christmas .logo{
	position: absolute;
	top: 11%;
	left: 30%;
	font-size: 5rem;
	margin: auto;
	width: 100vh;
	max-width: 900px;
}
#christmas .concept{
	position: relative;
	text-align: center;
}
#christmas .concept_text{
	font-family: "Yu Mincho";
	font-size: 23px;
	line-height: 48px;
	font-weight: 400;
}
#christmas .info_date{
	font-family: "Yu Mincho";
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding-top: 20px;
}
#christmas .info_date .info_date_text{
	border-right: 1px solid #af1222;
	border-left: 1px solid #af1222;
	padding: 0 21px;
}
#christmas .information{
	width: 100%;
	font-size: 28px;
	background-position: center;
}
#christmas .info_content{
	margin: 0 auto;
	max-width: 1000px;
	color: white;
	font-size: 16px;
}
#christmas .info_text{
	margin: 0 2%;
	padding: 5% 2%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #af1222;
}
#christmas .event_info{
	line-height: 30px;
	font-size: 18px;
}
#christmas .event_info .row{
	display: flex;
	margin: 10px auto;
}
#christmas .event_info .bold{
	font-size: 21px;
	font-weight: 600;
}
@media only screen and (max-width: 900px){
	#christmas .event_info .row.bold{
		font-size: 18px;
	}
}
#christmas .event_info .title{
	min-width: 144px;
}
#christmas .information .sub_text{
	position: relative;
	padding: 20px 6px;
}
#christmas .link_content{
	text-align: center;
	padding-top: 5%; 
}
#christmas .link{
	border-bottom: 1px solid white;

}
#christmas .link_content .btn_text{
	font-size: 27px;
}
#christmas .link_content .btn_text a{
	color: white;
}
#christmas .cake{
	width: 100%;
	max-width: 1300px;
	padding: 0 0 5%;
	margin: 5% auto 0;
	text-align: center;
}
#christmas .cake .cake_content{
	margin: 0 2%;
}
#christmas .cake .cake_title{
	text-align: center;
	padding-top: 10px;
}
#christmas .cake .cake_title .cake_title_text{
	font-size: 36px;
	color: #994a0a;
}
#christmas .cake .cake_title .cake_title_text::before{
	content: '';
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 18px;
	height: 1px;
	background-color: #994a0a;
}
#christmas .cake .cake_title .cake_title_text::after{
	content: '';
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 18px;
	height: 1px;
	background-color: #994a0a;
}
#christmas .cake img{
	max-width: 100%;
	width: auto;
	margin: 4% auto;
}
#christmas .cake .cake_content .cake_info{
	display: flex;
	padding: 50px 0;
	justify-content: center;
}
#christmas .cake .cake_content .cake_info .img_box{
	min-width: 40%;
	padding: 10px;
}
#christmas .cake .cake_content .cake_info .cont_box{
	max-width: 600px;
	padding: 20px;
}
#christmas .cake .cake_content .cake_info .cont_box .cake_box{
	text-align: center;
}
#christmas .cake .cake_content .cake_box_name{
	font-size: 28px;
	line-height: 43px;
	padding: 10px;
}
#christmas .cake .cake_content .cake_box_name{
	color: #994a0a;
}
#christmas .cake .cake_content .cake_box_name.small_font{
	font-size: 28px;
	line-height: 43px;
	padding: 10px;
}
#christmas .cake .cake_content .cake_info .cont_box .cake_box_size{
	font-size:16px;
	line-height: 30px;
	padding: 10px 0;
}
#christmas .cake .cake_content .cake_info .cont_box .price_font{
	font-size: 24px;
}
#christmas .cake .cake_content .cake_info .cont_box .count_font{
	font-size: 20px;
}
#christmas .cake .cake_content .small_font{
	position: relative;
	bottom: 17px;
	font-size: 17px;
}
#christmas .cake .cake_content .talt .small_font{
	left: 10%;
}
#christmas .cake .cake_content .cake_info .cont_box .cake_box_info{
	text-align: left;
	line-height: 25px;
}
#christmas .christmascake .cake_info{
    max-width: 1100px;
    width: 100%;
}
#christmas .christmascake .cake_info.grid{
    display: grid;
    /* column-gap: 30px; */
    grid-template-columns: minmax(300px, 40%) auto;
	margin: 0 auto;
}
#christmas .christmascake .cake_img{
    display: flex;
	width: 100%;
    max-width: 960px;
	margin: 0 auto;
}
#christmas .christmascake .cake_img img{
    width: 100%;
}
#christmas .christmascake .cap_left{
	text-align: left;
}
#christmas .cake .cake_content .cake_info .img_box.grid{
	display: grid;
	grid-template-columns: 50% 50%;
	place-items: center;
}
#christmas .br_span{
	display: inline-block;
}
#christmas .party{
	width: 100%;
	padding: 0 0 5%;
	text-align: center;
}
#christmas .party_content{
	margin: 0 6%;
}
#christmas .party_content .party_title{
    padding: 10px 0 30px;
	margin: 0 auto;
}
#christmas .party_content .party_title .party_title_text{
    font-size: 36px;
	color: #994a0a;
}
#christmas .party_content .party_title .party_title_text::before{
    content: '';
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 18px;
	height: 1px;
	background-color: #994a0a;
	
}
#christmas .party_content .party_title .party_title_text::after{
    content: '';
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 18px;
	height: 1px;
	background-color: #994a0a;
}
#christmas .party_content .party_list{
	display: grid;
}
#christmas .party_content .party_list.grid{
	justify-content: center;
	grid-template-columns: 32% 32% 32%;
	column-gap: 2%;
}
#christmas .party_content .party_img{
	margin: 20px 0;
}
#christmas .party_content .party_img.slider{
	height: 100%;
  	overflow: hidden;
  	position: relative; 
}
#christmas .party_content .party_img.slider:after{
	background-color: rgba(55, 55, 55, 0.4);
  	content: '';
  	display: block;
  	height: 100%;
  	position: absolute;
  	width: 100%;
  	z-index: 0;
}
#christmas .party_content .party_img .slider_image{
	display: block;
	width: 100%;
	height: 100%;
	z-index: 20;
	opacity: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/christmas/christmas_party2_sub.jpg');
	position: absolute;
	left: 0;
	top: 0;
	animation-name: anime_party;
	animation-duration: 16s;
	animation-iteration-count: infinite;
	animation-delay: 8s;
}
#christmas .party_content .party_text{
	padding: 10px;
}
#christmas .party_content .party_text .party_name{
	padding: 10px;
}
#christmas .party_content .party_text .party_name_text{
	font-size: 20px;
	padding: 10px 0 30px;
	color: #994a0a;
}
@media only screen and (min-width: 1024px) and (max-width: 1424px){
	#christmas .party_content .party_text .party_name_text.small_padd{
		line-height: 27px;
		font-size: 20px;
		padding: 3px 0 3px;
	}	
}
#christmas .party_content .party_text .party_size{
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0 30px;
}
#christmas .party_content .party_text .party_size .large_font{
	font-size: 20px;
}
#christmas .party_content .party_text .party_info{
	text-align: left;
	line-height: 24px;
}
#christmas .addres{
	width: 100%;
	margin: 0 auto;
	
}
#christmas .addres .base_line{
	margin: 0 6%;
	border-top: 2px #af1222 solid;
	padding-top: 20px;
}
#christmas .addres .text_block{
	font-size: 16px;
	line-height: 27px;
}
#christmas .addres .text_block .row{
	display: flex;
	margin: 5px auto 0;
}
#christmas .addres .text_block .title{
	min-width: 144px;
}
/* more_box追加 */
#christmas .grad-trigger {
	display: none; /*チェックボックスは常に非表示*/
}
#christmas .btn_more .contents_desc{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* 768px以上の場合 */
@media only screen and (min-width: 768px){
	#christmas .for_sp{
		display: none;
	}
	#christmas .mainVisual{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	#christmas .main_img {
		width: 100%;
		height: 75vh;
		background-position: center bottom;
		background-size: cover;
		background-image: url('../img/christmas/christmas_topv4.jpg');
		transform-origin: 50% 60%;
		animation: anime_top 8s linear forwards;
	}
}
/* 1024px以上の場合 */
@media only screen and (min-width: 1024px){
	#christmas .party_content .party_text .party_name_text{
		height: 60px;
	}
	#christmas .party_content .party_text .party_size{
		height: 136px;
	}
}
/* 1024px未満の場合 */
@media (max-width: 1023px) {
	#christmas .for_pc{
		display: none;
	}
	#christmas .cake .cake_content .cake_info .img_box.grid{
		display: block;
	}
	#christmas .party_content .party_list.grid{
		display: block;
	}
}
/* 768px未満の場合 */
@media (max-width: 767px) {
	#christmas .for_pc2{
		display: none;
	}
	#christmas .mainVisual{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	#christmas .mainVisual .main_img{
		width: 100%;
		min-height: 250px;
		aspect-ratio: auto 750 / 500;
    	background-position: center bottom;
    	background-size: cover;
		transform-origin: 50% 60%;
		background-image: url('../img/christmas/christmas_topv2.jpg');
		animation: anime_top 8s linear forwards;
	}
	#christmas .concept .concept_text{
		font-size: 20px;
	}
	#christmas .info_content {
		font-size: 14px;
	}
	#christmas .event_info .row{
		display: block;
		text-align: center;
		
	}
	#christmas .event_info .row .title{
		margin: 30px auto 10px;
	}
	#christmas .cake .cake_content .cake_info{
		display: block;
	}
	#christmas .cake .cake_content .cake_info .cont_box{
		display: inline-block;
	}
	#christmas .cake .cake_content .cake_info .img_box.grid{
		display: grid;
	}
	#christmas .cake .cake_content .bushdnoel .cake_box_name{
		margin-bottom: 20px;
	}
	#christmas .cake .cake_content .talt .small_font{
		left: 7%;
	}
	/* more_box追加 */
	#christmas .cake .cake_content .cake_info{
		padding: 0;
	}
	#christmas .cake .cake_content .cake_img{
		margin: 20px 0;
	}
	#christmas .party{
		padding-top: 30px;
	}
	#christmas .party_content .party_title{
		padding-bottom: 10px;
	}
	#christmas .more_box {
		position: relative;
	}
	#christmas .btn_more {
		width: 95%;
		border: 1px solid #994a0a;
		/* border-radius: 5px; */
		color: #994a0a;
		background: #fff;
		font-size: 21px;
		font-weight: 500;
		line-height: 30px;
		text-align: center;
		padding: 5px;
		z-index: 2;
		position: absolute;
		margin: 0 auto;
		cursor: pointer;
		transition: .2s ease;
		bottom: 0;
		left: 2.5%;
	}
	#christmas .btn_more::before {
		content: "ケーキの詳細はこちら";
		color: #994a0a;
	}
	#christmas .contents_desc {
		position: relative;
		overflow: hidden;
		height: 40px; /*隠した状態の高さ*/
		padding-bottom: 40px;
		opacity: 0;
	}
	/*↓↓隠さない場合*/
	#christmas .no_hidden .contents_desc {
		height: auto; 
		padding-bottom: 0px;		
		opacity: 1;
	}
	#christmas .contents_bottom {
		margin-top: 20px;
	}
	/*↑↑隠さない場合*/
	#christmas .grad-trigger {
		display: none; /*チェックボックスは常に非表示*/
	}
	#christmas .grad-trigger:checked ~ .btn_more::before {
		content: "閉じる" /*チェックされていたら、文言を変更する*/
	}
	#christmas .grad-trigger:checked ~ .contents_desc {
		height: auto;/*チェックされていたら、高さを戻す*/
		opacity:1;
		padding-bottom: 60px;
	}
	
}
@media only screen and (max-width: 660px){
	#christmas .link_content .btn_text{
		font-size: 24px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 480px){
	#christmas .concept .concept_text{
		font-size: 17px;
		line-height: 32px;
	}
	#christmas .info_date{
		font-size: 23px;
	}
	#christmas .event_info{
		font-size: 16px;
	}
	#christmas .cake .cake_title .cake_title_text{
		font-size: 30px;
	}
	#christmas .cake .cake_content .cake_box_name.small{
		font-size: 26px;
	}
	#christmas .party_content .party_title .party_title_text{
		font-size: 30px;
	}
}
@keyframes anime_top {
	0%{
		opacity: 0;
	}
	30%{
		opacity: 1;
	}
	100% {
		transform: scale(1.15) ;
	}
}
@keyframes anime_party {
	0% {
		opacity: 0;
	}
	15%{
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	65% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		 z-index: 1;
	}
}

