@charset "UTF-8";


/* reset
-----------------------------------*/
/* html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,header,hgroup,section,article,aside,hgroup,footer,figure,figcaption,nav{margin:0;padding:0;font-size:100%;}body{line-height:1.0;-webkit-text-size-adjust:none;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}img{border:0;vertical-align:bottom;}ul,ol{list-style:none;}table{border-spacing:0;empty-cells: show;}h1,h2,h3,h4,h5,h6,strong,th{font-weight:normal;text-align:left;} */

/* body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% ten-mincho-text,serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none} */



/* setting
-----------------------------------*/
a{
	color: #4a4a4a;
	text-decoration: none;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
a:hover{
	text-decoration: none;
}
a:focus{
	-moz-outline-style: none;
}
strong{
	font-weight: bold;
}
ul li,
ol li{
	list-style: none;
}
address{
	font-style :normal;
}
img{
	width: 100%;
	height: auto;
}


/* clearfix
-----------------------------------*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}



/* body
-----------------------------------*/
html{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}



/* body
-----------------------------------*/
body{
	color: #4a4a4a;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.8;
	height: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
:root{
	--main-color: #CEBD84;
	--line-color: #BCBCBC;
}

/* ==================================
　　　　　　SPここから
================================== */

.sp{display: block;}
.pc{display: none;}

.container{
	padding: 0 10px;
	margin: 0 auto;
}

.lead{
	margin: 50px auto;
	text-align: center;
	font-size: 14px;
	line-height: 2.2;
}

.lead span.company_name{
	color: var(--main-color);
}

.event{
	width: 100%;
	padding: 50px 0;
	text-align: center;
	border: 1px solid #D2B67F;
	position: relative;
}

/* .event::before{
	content: "";
	display: inline-block;
	background-size: contain;
	background-image: url("../img/flower_left.png");
	background-repeat: no-repeat;
	width: 110px;
	height: 70px;
	position: absolute;
	top: -10px;
	left: -5px;
}

.event::after{
	content: "";
	display: inline-block;
	background-size: contain;
	background-image: url("../img/flower_right.png");
	background-repeat: no-repeat;
	width: 110px;
	height: 70px;
	position: absolute;
	bottom: -10px;
	right: -5px;
} */

.event_detail{
	margin-bottom: 40px;
}

/* .event_detail span{
	font-weight: bold;
	background:linear-gradient(transparent 70%, #F3D7DE 30%);
} */

.event_detail:last-child{
	margin-bottom: 0;
}

.event_detail h3{
	text-align: center;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: var(--main-color);
	padding-bottom: 15px;
	margin: 0 auto 20px;
	border-bottom: 2px solid var(--main-color);
}

/* 念のため強めに当てる */
ul.detail_list{
  display: grid !important;
  gap: 24px;
  margin: 0 auto;
}

.detail_list li img{
	margin-bottom: 15px;
}

.detail_list li p.en{
	color: var(--main-color);
}

.detail_list li span.small{
	font-size: 0.8em;
}

@media screen and (min-width: 768px){
  ul.detail_list{
    display: grid !important;
    grid-template-columns: repeat(8, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
  }

  /* liは2列ぶん使う（= 1行4個になる） */
  ul.detail_list > li{
    grid-column: span 2;
  }

  /* 2行目の先頭（5個目）を2列目から開始 → 2行目が中央に寄る */
  ul.detail_list > li:nth-child(5){
    grid-column: 2 / span 2;
  }
}

/* SP：2列、最後(7個目)だけ1行まるごと使って中央 */
@media screen and (max-width: 767px){
  ul.detail_list{
    grid-template-columns: repeat(2, 1fr);
	width: 90%;
  }

  ul.detail_list > li:last-child{
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%; /* 好みで調整（例：50%〜70%） */
  }
}




/* .detail_list li{
	margin-bottom: 35px;
}

.detail_list li:last-child{
	margin-bottom: 0;
}

.detail_list li img{
	width: 300px;
	margin: 0 auto 15px;
} */

.attention_list{
	text-align: left;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}

.attention_list li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.attention_list li::before{
	content: "■";
	display: inline-block;
	color: var(--main-color);
	font-size: 12px;
    margin-right: 10px;
	padding-top: 2px;
}


/* footer
-----------------------------------*/
.lp-Footer{
	line-height: 1.6;
	background: #fff;
	padding: 50px 15px 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.lp-Footer_Logo img{
	width: 200px;
	height: auto;
    text-align: left;
}
.logo_name {
    font-size: 1.2em;
    font-weight: bold;
	margin: 15px 0 5px;
}
.lp-Parts_Title {
	padding-top: 15px;
}
.lp-Footer_Comment{
	margin-top: 30px;
}
.lp-Footer_Comment{
	margin-top: 30px;
}
.lp-Footer_Comment ul{
	margin-top: 30px;
}
.lp-Footer_Comment ul li{
	border-top: 1px solid #4a4a4a;
}
.lp-Footer_Comment ul li:last-child{
	border-bottom: 1px solid #4a4a4a;
}
.lp-Footer_Comment ul li a{
	padding: 10px 0;
	display: block;
}
.lp-Footer_Copy{
	text-align: center;
	background-color: var(--main-color);
    padding: 10px 0 90px;
	margin-top: 60px;
}
.lp-Footer_Copy small{
	color: #fff;
	font-size: 80%;
}
.share_btn {
    text-align: center;
    background-color: #fff;
	margin-top: 25px;
}
.share_btn a {
    width: 100%;
    padding: 10px;
}
.share_btn img {
    width: 50px;
}





/* fix
-----------------------------------*/
.fix_btn{
	position: fixed;
	bottom: -100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 30px);
	max-width: 600px;
	z-index: 99;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
.fix_btn.is-show{
	bottom: 10px;
}



/* form
-----------------------------------*/
#form_body,#confirm_body,#thanks_body{
	/* max-width: 750px; */
	margin: 0 auto;
}

#form_body header,
#confirm_body header,
#thanks_body header{
	display: flex;
	justify-content: center;
	align-items: center;
}

#form_body header img,
#confirm_body header img,
#thanks_body header img{
	width: 120px;
	margin: 20px auto;
}

form{
	margin: 20px 0 50px;
	font-size: 16px;
}

.entry_item{
	margin-bottom: 25px;
}

.item_nm{
	padding-bottom: 5px;
	border-bottom: 1px solid #D2B67F;
}

.item_nm p{
	margin-left: 10px;
	color: var(--main-color);
}

.item_nm p span{
	font-size: 14px;
}

.item_nm .required{
	margin-left: 0;
	font-size: 14px;
	color: #E18888;
}

.entry_input{
	margin-top: 15px;
}

.entry_input label{
	margin-left: 5px;
}

.entry_input input::placeholder {
  font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  opacity: 1;
  font-style: normal;
}

.entry_input select {
  font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
}

.error_txt{
	display: none;
	color: #E18888;
	margin-left: 5px;
	font-size: 14px;
}

.personal{
	margin: 40px 10px 30px;
	padding: 40px 0;
}

.personal h3{
	margin-bottom: 20px;
	font-size: 22px;
	color: var(--main-color);
	text-align: center;
	font-weight: bold;
}

.personal h3::after{
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	margin: 10px auto;
	background-color: var(--main-color);
}

input,textarea{
	width: 70%;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	padding: 2px 0 2px 10px;
}

select{
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	padding: 2px 10px;
	color: #707070;
    width: 60%;
}

input[id="ID_メールアドレス"],
input[id="ID_住所"],
input[id="ID_アレルギー"],
textarea{
	width: 90%;
}

.entry_btn{
	margin: 0 auto;
	width: 250px;
}

.entry_btn button{
	width: 100%;
	padding: 8px 0;
	text-align: center;
	background-color: var(--main-color);
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
}

#form_body footer,
#confirm_body footer{
	width: 100%;
	height: 70px;
	margin-top: 70px;
	background-color: var(--main-color);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

#bus_time_container .entry_input {
  width: 100%;
  display: block;
}

#bus_time_container .radio_group {
  width: 100%;
}

 #bus_time_container .radio_group label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  width: auto;
}

#bus_time_container .radio_group input[type="radio"] {
  flex: 0 0 auto;
  margin-top: 4px;
  max-width: 13px;
}

/* bus-schedule
-----------------------------------*/
/* .bus-schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.bus-map img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.bus-time ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.bus-time li {
  text-align: center;
  font-size: 16px;
} */



/* venue_map
-----------------------------------*/
.venue_map{
	margin: 40px auto;
}

.venue_map p{
	margin-bottom: 20px;
    font-size: 22px;
    color: var(--main-color);
    text-align: center;
    font-weight: bold;
}

.venue_map-img img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* google_form_btn
-----------------------------------*/
.google_form_btn{
	margin: 40px auto 0;
	text-align: center;
}

.google_form_btn a{
	width: 100%;
	padding: 15px 40px;
	text-align: center;
	background-color: var(--main-color);
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
}

/* confirm.php
-----------------------------------*/

#confirm_body main{
	padding: 50px 10px 0;
}

#confirm_body h3{
	margin-bottom: 20px;
	font-size: 22px;
	color: var(--main-color);
	text-align: center;
}

#confirm_body .entry_input{
	margin-left: 10px;
}

.confirm_btn{
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.confirm_btn button:first-child{
	width: 140px;
	padding: 8px 0;
	margin-right: 10px;
	text-align: center;
	background-color: #89AFD6;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
}

.confirm_btn button:last-child{
	width: 140px;
	padding: 8px 0;
	text-align: center;
	background-color: #E18888;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
}



/* thanks.php
-----------------------------------*/

#thanks_body main{
	padding: 50px 10px 0;
}

#thanks_body h3{
	margin-bottom: 40px;
	font-size: 18px;
	color: var(--main-color);
	text-align: center;
}

.thanks_text{
	text-align: center;
	margin-bottom: 30px;
}

.entry_thanks .box{
	text-align: center;
    border: 1px solid var(--main-color);
    padding: 30px 0;
    margin: 50px auto;
	max-width: 700px;
}

.thanks_btn{
	display: flex;
	justify-content: center;
}

.thanks_btn button{
	width: 140px;
	padding: 8px 0;
	text-align: center;
	background-color: #E18888;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
}


/* ============================================
              PCここから
============================================ */

@media only screen and (min-width: 768px){

	.sp{display: none;}
	.pc{display: block;}

	.container{
		max-width: 1280px;
	}

	.lead{
		font-size: 16px;
		margin: 80px auto;
	}

	.event::before{
		width: 265px;
		height: 170px;
		top: -20px;
		left: -20px;
	}

	.event::after{
		width: 265px;
		height: 170px;
		bottom: -20px;
		right: -20px;
	}

	.event_detail{
		margin-bottom: 70px;
	}

	.event_detail h3{
		margin-bottom: 40px;
	}

	/* .detail_list{
		display: flex;
		justify-content: space-between;
		width: 80%;
		max-width: 980px;
		margin: 0 auto;
	} */

	.detail_list li {
		margin-bottom: 0;
	}

	.detail_list li img{
		width: 85%;
	}

	.attention_list{
		width: 50%;
		font-size: 16px;
	}

	.attention_list li{
		margin-bottom: 5px;
	}

	form{
		width: 768px;
		margin: 0 auto;
	}

	.personal{
		margin: 80px 0px 0px;
		padding: 40px 0 10px;
	}

	.lp-Footer{
		max-width: 768px;
		margin: 50px auto 0;
		text-align: center;
	}

	.lp-Footer h4{
		text-align: center;
		margin: 0 auto 15px;
    	font-size: 14px;
	}

	.google_form_btn{
	margin: 80px auto 0;
}

.venue_map{
	margin: 80px auto;
}

}


/* 20260128 cuisine_gallery */
.cuisine h3 {
	margin-bottom: 50px;
    font-size: 22px;
    color: var(--main-color);
    text-align: center;
    font-weight: bold;
}
.cuisine_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列固定 */
  gap: 15px; /* 画像同士の隙間 */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 4 / 3; /* 画像の枠を揃える */
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05); /* ホバー時に少し大きく */
}

/* ポップアップ背景 */
.c-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* ポップアップコンテンツ（白い箱） */
.c-modal-content {
  background: #fff;
  width: 90%;
  max-width: 900px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  animation: modalFadeIn 0.3s ease;
}

.c-modal-body {
  display: flex;
}

.c-modal-img {
  flex: 1.2;
}

.c-modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-modal-info {
  flex: 1;
  padding: 40px;
  text-align: left;
}

.c-modal-info h3 {
  margin-top: 0;
  font-size: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
	margin-bottom: 20px;
}

.c-modal-close {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 35px;
  cursor: pointer;
  color: #333;
  z-index: 10;
}


/* スマホ対応（768px以下） */
@media screen and (max-width: 768px) {
  .cuisine h3 {
	margin-bottom: 30px;
}
.cuisine_gallery {
    grid-template-columns: repeat(2, 1fr); /* スマホは2列 */
  }
  
  .c-modal-body {
    flex-direction: column; /* ポップアップを縦並びに */
  }
  
  .c-modal-info {
    padding: 20px;
  }
	.c-modal-info h3 {
  font-size: 18px;
	margin-bottom: 20px;
}
/* 5枚目の画像が表示されている時、ボタンの色を白（#fff）に変更 */
  .c-modal-content:has(img[src*="5"]) .c-modal-close {
    color: #fff;
    
  }

}

@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

