@charset "UTF-8";
/*
Theme Name: noconoa
Theme URI:
Author:
Author URI:
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP&display=swap');
/* ===============================================
 Reset
=============================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite,
code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:14px;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	background:transparent;
	font-family: 'Noto Sans JP', sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display:block;
}
ol,ul{
	list-style:none;
}
*:before, *:after{
	content:'';
	content:none;
}
a{
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table th{
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
}
input, select{
	vertical-align:middle;
}
img{
	vertical-align: bottom;
}

/* ===============================================
 Common
=============================================== */
body{
	height:100%;
	font-size:15px;
	line-height:1.6;
	color:#555;
	background: url(img/bg_body.png);

}
main{
	margin:100px 0 0 0;
}

.pg_head{
	width:100%;
	height:20vh;
	margin:0 0 100px 0;
	text-align:center;
	padding:120px 0;
	position: relative;
}
.pg_head h1{
	position: absolute;
	color:#5e3612;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-weight:normal;
}
.pg_head h1 img{
	margin:0 0 0.7em 0;
}
#pg_menu .pg_head{
	background: url(img/bg_menu_mn.png);
	background-size: cover;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
}
#pg_takeout .pg_head{
	background: url(img/bg_menu_mn.png);
	background-size: cover;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
}
#pg_contact .pg_head{
	background: url(img/bg_contact.jpg);
	background-size: cover;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
}



.pc{display:block !important;} .sp{display:none !important;}
@media screen and (max-width: 780px){
	html, body{
		height:100vh;
		height:calc(var(--vh, 1vh) * 100);
	}
	mail{
		width:100%;
		overflow:hidden;
	}
	.pc{display:none !important;}
	.sp{display:block !important;}
}

/* --- header ------------------------- */
header{
	width:100%;
	height:120px;
	position:fixed;
	top:0;
	z-index:100;
	background:rgba(255,255,255,0.95);
}
header h1{
	margin:10px;
	width:200px;
	height:90px;
	display:block;
	float:left;
	overflow:hidden;
	font-weight:normal;
}

nav{
	margin:10px;
	padding:10px;
	float:right;
	width:50px;
	height:50px;
	background:#FFF;
	cursor: pointer;
}
nav ul li{
	float:left;
}
nav ul li a{
	padding:5px 0;
	width:100px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#777;
	position: relative;
}
nav ul li a::before,
nav ul li a::after{
	border-bottom: solid 2px #5e3612;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	width:0;
}
nav ul li a:before{left:50%;}
nav ul li a:after{right: 50%;}
nav ul li a:hover:before,
nav ul li a:hover:after{width: 50%;}

nav ul{
	display:none;
}
nav.active ul{
	display:block;
	clear:both;
	position:fixed;
	top:75px;
	right:2%;
	background:rgba(255,255,255,0.95);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
nav ul li{
	float:none;
	border-bottom:1px solid #5e3612;
}
nav ul li a{
	width:300px;
}
.sp_navico{
	float:right;
	position:relative;
	cursor: pointer;
	z-index: 3;
	text-align: center;
}
.sp_navico span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 3px #5e3612;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    left: -45px;
}
.sp_navico span:nth-child(1){top:12px;}
.sp_navico span:nth-child(2){top:25px;}
.sp_navico span:nth-child(3){top:38px;}
.sp_navico.active span:nth-child(1) {
	top: 22px;
	left: -45px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sp_navico.active span:nth-child(2),
.sp_navico.active span:nth-child(3) {
	top: 22px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media screen and (max-width: 780px){
	header{
		height:100px;
		padding:0;
		margin:0;

	}

	header h1{
		margin:5px;
		width:200px;
		height:90px;
		display:block;
	}
	nav{
		margin:5px;
		padding:5px;
		width:40px;
		height:40px;
		background:#FFF;
		cursor: pointer;
	}
	nav.active ul{
		display:block;
		clear:both;
		position:fixed;
		top:75px;
		right:2%;
	}
	nav ul li{
		float:none;
	}
	nav ul li a{
		width:300px;
	}
	.sp_navico{
		float:right;
		position:relative;
		width: 38px;
		height: 38px;
		cursor: pointer;
		z-index: 3;
		text-align: center;
	}
	.sp_navico span {
	    display: block;
	    position: absolute;
	    width: 25px;
	    left: 6px;
	}
	.sp_navico span:nth-child(1){top:9px;}
	.sp_navico span:nth-child(2){top:18px;}
	.sp_navico span:nth-child(3){top:27px;}
	.sp_navico.active span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sp_navico.active span:nth-child(2),
	.sp_navico.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

}



/* --- main ------------------------- */


.mv_area{
	position:relative;
}
.overlay{
	width:100%;
	height: 80vh;
	position: absolute;
	top:0;
	left:0;
	overflow:hidden;
	background: url(img/mv_overlay.png) repeat-x left bottom;
	z-index:10;
}

p#title{
	width:100%;
	height: 80vh;
	position: absolute;
	top:0;
	left:0;
	z-index:12;
	padding:40vh 0 0 0;
	text-align:center;
	background: url(img/bg_body.png) repeat;
	color:#5e3612;
}
p#title span{
	font-size:2vw;
}

#ytPlayerWrap{
	position: relative;
	top:0;
	left:0;
	height: 80vh;
	width: 100%;
}


@media screen and (max-width: 780px){
	p#title{
		height: 80vh;
		padding:40vh 0 0 0;
	}
	p#title span{
		font-size:5vw;
	}
}

#ytPlayerWrap{
	position: relative;
	top:0;
	left:0;
	height: 80vh;
	width: 100%;
}



.ico_sc{
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
	color:#FFF;
}
.ico_sc span{
	position: absolute;
	top: 15px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

section{
	position:static;
}
h2{
	font-size:30px;
	color:#5e3612;
	font-weight:normal;
}

.botline{
	margin:0 !important;
	padding:0 !important;
	width:100%;
	text-align:center;
}
.botline a{
	margin:0 auto;
	display:inline-block;
	padding:1em 3em;
	border:1px solid #5e3612;
	border-radius:5px;
	background:#5e3612;
	color:#FFF;
	text-decoration:none;
	transition: all .4s;
}
.botline a:hover{
	background:#FFF;
	color:#5e3612;
}



.intro{
	margin:200px auto;
	padding:0;
	display:block;
	width:80%;
	max-width:1000px;
	text-align:center;
}

.intro p{
	position: relative;
	line-height:1.8em;
	margin:20px 0 0 0;
}
.intro p:before{
position: absolute;
bottom: -20%;
left: -5%;
	width: 70px;
	height:185px;
	margin: 0;
	padding: 0;
	background: url(img/ill_leafA.png) no-repeat;
	content:" ";

}
.intro p:after{
position: absolute;
bottom:-20%;
right: -5%;
	height:185px;
	width: 70px;
	margin: 0;
	padding: 0;
	background: url(img/ill_leafB.png) no-repeat;
	content:" ";
}



@media screen and (max-width: 780px){

	.intro{
		margin:100px auto;
		width:80%;
		max-width:80%;
		overflow:hidden;
	}
	.intro h2{
		font-size: 25px;
	}

	.intro p:before{
	left: -30%;
	}
	.intro p:after{
	right: -30%;
	}

}



.dit_link {
	max-width:1000px;
	width:80%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	position: relative;
}

.dit_link_txt01{
	background: url(img/ill_leafE.png) no-repeat 400px bottom;
}

.dit_link_txt01 h2{
	margin:40px 0 0 40px;
	position: relative;
}
.dit_link_txt01 p{
	margin:20px 20px 80px 40px;
	position: relative;
}

.dit_link_txt01 h2:after{
	position: absolute;
	top:-20px;
	left:-30px;
	height:200px;
	width:200px;
	margin: 0;
	padding: 0;
	background: #f9f4e0;
	content:" ";
	z-index:-5;
	border-radius:5px;
}

.dit_link_txt02{
	background: url(img/ill_leafD.png) no-repeat 400px bottom;
}


.dit_link_txt02 h2{
	margin:55px 0 0 60px;
	position: relative;
}
.dit_link_txt02 p{
	margin:20px 20px 100px 60px;
	position: relative;
}

.dit_link_txt02 h2:after{
	position: absolute;
	top:-20px;
	left:-30px;
	height:200px;
	width:200px;
	margin: 0;
	padding: 0;
	background: #f9f4e0;
	content:" ";
	z-index:-5;
	border-radius:5px;
}

.dit_link .dit_link_l{
	max-width:500px;
	width:50%;
	float:left;
}

.dit_link .dit_link_r{
	max-width:500px;
	width:50%;
	float:right;
}
.dit_link .imgbox{
	width: 500px;
	height: 400px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.dit_link .imgbox img{
	top: 0;
	left: 0;
	position: absolute;
}

.floor{
	max-width:1000px;
	width:80%;
	margin:0 auto;
	padding:60px;
	clear:both;
	overflow:hidden;
	position: relative;
}
.floor_wrap{
	width:100%;
	background: url(img/bg_fottstamp.png) repeat-x 0 50%;
}
.floor h2{
	margin:0 0 30px 0;
}


@media screen and (max-width: 780px){

	.dit_link {
		width:90%;
		margin:0 auto;
		overflow:hidden;
	}

	.dit_link_txt01 h2,
	.dit_link_txt02 h2{
		margin:10px 0 0 25px;
		font-size:20px;
	}
	.dit_link_txt01 h2 img,
	.dit_link_txt02 h2 img{
		height:20px;
	}

	.dit_link_txt01 p,
	.dit_link_txt02 p{
		margin:10px 0 30px 25px;
	}
	.dit_link .botline{
		margin-bottom:50px !important;
	}


	.dit_link_txt01 h2:after{
		top:-20px;
		left:-30px;
		height:200px;
		width:200px;
	}
	.dit_link .dit_link_l,
	.dit_link .dit_link_r{
		max-width:90%;
		width:90%;
		float:none;
	}

	.floor,floor_wrap{
		max-width:90%;
		width:90%;
		padding:0 0 100px 0;
		margin:0 auto;
		overflow:hidden;
	}
	.floor_wrap{
		width:100%;
		background: url(img/bg_fottstamp.png) repeat-x 0 50%;
	}
	.floor_img{
		width:100%;
	}
}


.insta_wrap{
	width:100%;
	background:rgba(219,214,194,0.3) url(img/ill_leafC.png) no-repeat 10% 40%;
}


.top_insta{
	padding:80px 0;
	margin:0 auto;
	max-width:1000px;
	width:100%;
	text-align:center;
}

.top_insta h2{
	margin:0 0 40px 0;
}

.top_contact{
	padding:60px 0;
	margin:0 auto;
	width:100%;
	text-align:center;
	background: url(img/bg_contact.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;

}
.top_contact h2{
	margin:10px 0 30px 0;
}
.top_contact_inner{
	padding:40px 0;
}

.top_contact_inner .telno{
	color:#5e3612;
}
.top_contact_inner .telno a{
	display:inline-block;
	margin:20px 0;
	font-size:230%;
	color:#5e3612;
	font-weight:bold;
}


@media screen and (max-width: 780px){
	.top_contact{
		padding:20px 0;
		margin:0 auto;
		width:100%;
	}
	.top_contact_inner{
		padding:0 0 50px 0;
		margin:0 auto;
		width:90%;
	}
}




#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #5e3612;
	border-radius:50%;
	transition: all 0.2s;
}
#page_top:hover{
	background:#d3bca3;
}

#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a:after{
	content: '▲';
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 15px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


/* --- menu ------------------------- */

#pg_menu section{
	width:80%;
	max-width:1200px;
	margin:10px auto 150px auto;
	padding:0 0 50px 0;
	overflow:hidden;
}
#pg_menu section h2{
	width:100%;
	text-align:center;
	margin:50px 0;
}
#pg_menu section p{
	display:block;
	width:32%;
	margin:2% 0;
	float:left;
	text-align:center;
}
#pg_menu section p span{
	font-size:70%;
}

.box_drink{
	background: url(img/bg_menu_dr.png) no-repeat;
	background-size: cover;
	background-color:rgba(255,255,255,0.9);
	background-blend-mode:lighten;
	background-attachment: fixed;
	border-radius:1%;

}
.box_alc{
	background: url(img/bg_menu_al.png) no-repeat;
	background-size: cover;
	background-color:rgba(255,255,255,0.9);
	background-blend-mode:lighten;
	background-attachment: fixed;
	border-radius:1%;

}

#pg_menu section p.sttl{
	padding:20px 0 0 0;
	float:none;
	clear:both;
	display:block;
	width:100%;
	color:#5e3612;
}

.box_fod{
	background: url(img/bg_menu_fd.png) no-repeat;
	background-size: cover;
	background-color:rgba(255,255,255,0.9);
	background-blend-mode:lighten;
	background-attachment: fixed;
	border-radius:1%;
}

.box_fod p img{
	width:70%;
	display:block;
	margin:0 auto;
	border-radius:5%;
}


@media screen and (max-width: 780px){

	#pg_menu section{
		width:90%;
		max-width:90%;
		margin:10px auto 50px auto;
		padding:0 0 50px 0;
	}
	#pg_menu section h2{
		font-size:10px;
		text-align:center;
		margin:30px 0 30px 0;
	}
	#pg_menu section h2 img{
		height:20px;
	}

	#pg_menu section p{
		display:block;
		width:100%;
		margin:1% 0;
		float:none;
		text-align:center;
	}
	#pg_menu section p img{
		margin-top:30px;
	}

}



/* --- takeout ------------------------- */


#pg_takeout{
}

.to_intro{
	margin:0 auto 100px auto;
	padding:0;
	display:block;
	text-align:center;
}
.to_intro p{
	line-height:2em;
}


#pg_takeout section{
	width:80%;
	max-width:1200px;
	margin:10px auto 150px auto;
	padding:0 0 50px 0;
	overflow:hidden;
}

.item_ditail_container{
	overflow:hidden;
}

.item_ditail{
	width:200px;
	margin:0 10px 20px 10px;
	float:left;
	font-size:90%;
	overflow:hidden;
}
.item_ditail .item_wrap{
	width:99%;
	border:1px solid #DDD;
	border-radius: 4px;
}
.item_ditail a{
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	overflow:hidden;
	position:relative;
	transition-duration: 0.3s;
}
.item_ditail a:hover{
	opacity:0.5;
	transition-duration: 0.3s;
}
.item_ditail a strong{
	display:inline-block;
	margin:7px;
	position:relative;
	padding:5px 8px;
	background-color: rgba(255,255,255,0.9);
	color:#333;
	border-radius: 4px;
	font-size:80%;
}
.item_ditail a span{
	font-size:75%;
	font-weight:normal;
}
.item_ditail a .item_price{
	padding:4px;
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	text-align:center;
	font-size:120%;
}


.item_ditail .order_cnt{
	display:block;
	text-align:center;
	margin-top:2px;
	padding:5px;
}
.but_choice{
	display:inline-block;
	margin:0.5em 0;
	padding:0.5em 2em;
	background:#FF8D9C;
	color:#FFF;
	border-radius: 4px;
	cursor: pointer;
	font-size:80%;
}


.item_list{
	overflow:hidden;
	padding:0 5px 50px 20px;
}



.make_pack{
	width:250px;
	margin:0;
	padding:15px 5px;
	overflow:hidden;
	background: #FAFAFA;
	border: 2px solid #DDD;
	border-radius: 5px;
	clear:both;
	float:left;
}



.choise_but_line{
	display:block;
	text-align:center;
}
.choise_but_line .disp_pac_price{
	display:inline-block;
	color:#C00;
}
.choise_but_line .disp_pac_price span{
	font-size:80%;
}


.make_pack span.sub_button{
	display:inline-block;
	margin:10px;
	color:#FFF;
	border-radius: 4px;
	cursor: pointer;
	padding:0.5em 2em;
	font-size:90%;
}

.but_clear{background:#73a3ff;}
.but_cart{background:#FF7C42;}




#choise_cnt_txt{
	display:block;
	font-size:100%;
	text-align:center;
}
#choise_cnt{
	font-size:130%;
	color:#ff7c42;
	font-weight:bold;
}

.choice_box{
	margin:12px;
	width:100px;
	height:100px;
	float:left;
	display:block;
}
.choice_box span{
	border:1px dashed #CCC;
	color:#BBB;
	background:url(img/img_nonchoice.jpg);
	background-size:cover;
	border-radius: 6px;
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}


.cart_contents{
	width:100%;
	margin:0;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
.cart_contents th,
.cart_contents td{
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:5px;
	vertical-align:middle;
	display:cell;
	font-size:100%;
}
.cart_contents th{
	background:#EEE;
}
.cart_contents td{
	text-align:right;
}

.but_add,
.but_dec{
	display:inline-block;
	margin:10px 5px;
	color:#FFF;
	border-radius: 4px;
	cursor: pointer;
	padding:0.25em 1em;
	font-size:90%;
	background:#CCC;
}
.but_add{
	margin-left:20px;
}


.item_thum_wrap{
	width:40px;
	float:left;
	margin-right:5px;
}


.item_thum{
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	overflow:hidden;
	position:relative;
	border-radius: 5px;
}


.inp_alert{
  position: relative;
  display: none;
  margin: 0 0 0 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #FFF;
  font-size: 80%;
  background: #F00;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.inp_alert:before {
  content: "";
  position: absolute;
  top: 70%;
  left: -15px;
  margin-top: -15px;
  border: 8px solid transparent;
  border-right: 10px solid #F00;
}


.order_seet_wrap{
	background:#FFF;
	width:90%;
	padding:3%;
	margin:0 0 100px 0;
	border-radius:5px;
}

.order_seet{
	width:100%;
	margin:0 auto 50px auto;
	overflow:hidden;
	border-bottom:1px solid #EEE;
}
.order_seet dt,
.order_seet dd{
	display:table-cell;
	padding:2% 5%;
	border-top:1px solid #EEE;
}
.order_seet dt{
	width:20%;
	float:left;
	clear:both;

}
.order_seet dd{
	width:60%;
	float:left;
}



.botline input,
.botline button{
	margin:0 auto;
	display:inline-block;
	padding:1em 3em;
	border:1px solid #5e3612;
	border-radius:5px;
	background:#5e3612;
	color:#FFF;
	text-decoration:none;
	transition: all .4s;
}
.botline input:hover,
.botline button:hover {
	background:#FFF;
	color:#5e3612;
}




div.wpcf7 span.ajax-loader{
	display:block;
}


input[type="text"],
input[type="email"],
textarea,
select{
	padding:7px;
	outline:none;
	font-size:100%;
	border:1px solid #DDD;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family:'Noto Sans JP', sans-serif;
	color:#777;
	box-shadow: 3px 2px 2px rgba(0,0,0,0.05) inset;
	background:#FFF;
}

#pg_takeout input[type="text"],
#pg_takeout input[type="email"]{
	width:50% !important;
}

select{
	padding:3px;
	width:auto;
	cursor:pointer;
}
input[type="radio"],input[type="checkbox"]{
  position: relative;
  top: -2px;
}
label{
	display:inline-block;
	margin:0 15px 0 0;
	font-size:100%;
	background:#FAFAFA;
	padding:8px 15px;
	border:1px solid #DDD;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	vertical-align: top;
}
::placeholder{
	font-size:80%;
	color:#CCC;
}

#inp_address1{
	margin:0 5px;
	padding:5px;
	display:inline-block;
	min-width:20px;
	border:1px dashed #CCC;
}

.type_comm{
	display:inline-block;
	font-size:80%;
	line-height:1.2;
	margin:5px 0;
	padding:1em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#EEE;
}



.choice_item_ditail_container{
	width:96%;
	margin:0 auto;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
.choice_item_ditail_container th,
.choice_item_ditail_container td{
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:10px;
	vertical-align:middle;
	display:cell;
}
.choice_item_ditail_container th{
	background:#EEE;
}

.choice_item_ditail_container td div{
	width:17%;
	min-width:80px;
	float:left;
	font-size:75%;
	line-height:1.2;
}
.choice_item_ditail_container td div strong.item_title{
	padding:0.2em;
	font-weight:normal;
}

.pp_wrap{
	width:80%;
	text-align:center;
	margin:0 auto;
}
.pp_intro{
	padding:20px 0;
}
.pseudo_link{
	display:inline-block;
	cursor: pointer;
	margin:0 5px;
	padding:5px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#EEE;
}
.pp_container{
	font-size:80%;
	background:#FFF;
	margin:20px;
	padding:2%;
	border:10px solid #EEE;
	text-align:left;
}
.pp_container h3{
	display:block;
	line-height:1;
	margin: 0 0 10px 0;
	padding:0;
}
.pp_container p{
	display:inline-block;
	margin:10px;
}



@media screen and (max-width: 780px){
	.to_intro{
		width:90%;
		max-width:90%;
	}
	.to_intro h2{
		font-size:25px;
		margin:0 0 20px 0;
	}

	#form_order section, .item_list, #pg_takeout section{
		width:100%;
		max-width:100%;
		margin:0;
		padding:0;
		overflow:hidden;
	}

	.item_ditail{
		width:44%;
		margin:3%;
		float:left;
		font-size:90%;
	}

	.order_seet_wrap{
		width:88%;
		padding:3% 3% 10% 3%;
		margin:20px auto;
	}

	.order_seet{
		width:100%;
		margin:0 auto 50px auto;
		overflow:hidden;
		border-bottom:1px solid #EEE;
	}
	.order_seet dt,
	.order_seet dd{
		display:block;
		padding:0;
		border-top:none;
	}
	.order_seet dt{
		padding:5% 2% 2% 2%;
		width:100%;
		float:none;
		border-top:1px solid #EEE;
		color:#333;
		font-size:120%;

	}
	.order_seet dd{
		padding:0 2% 5% 2%;
		width:100%;
		float:none;
	}

	.order_seet dd input{
		width:100% !important;
	}

	.cart_contents{
		width:96%;
		margin:0;
	}
	.cart_contents th,
	.cart_contents td{
		padding:1%;
		font-size:90%;
	}
	.cart_contents th{
		background:#EEE;
	}
	.cart_contents td{
		text-align:right;
	}
	.but_add,
	.but_dec{
		margin:5px;
	}

	.pp_wrap{
		width:100%;
		margin:0 auto;
	}
	.pp_container{
		width:90%;
		margin:0 auto 30px auto;
		height:300px;
		overflow:scroll;
		border:5px solid #EEE;
	}

}


/* --- contact ------------------------- */
#pg_contact section{
	margin:0 auto 80px auto;
	width:70%;
	max-width:1000px;

}

@media screen and (max-width: 780px){

	#pg_contact section{
		margin:0 auto 80px auto;
		width:90%;
		max-width:90%;
	}

}

/* --- footer ------------------------- */
footer{
	padding:80px 0 20px 0;
	width:100%;
	background:rgba(219,214,194,0.3);
}

address{
	margin:0 auto;
	max-width:1000px;
	padding:0 0 40px 0;
	width:100%;
	font-style:normal;
	display:block;
	overflow:hidden;
}
.foot_address{
	float:left;
	font-size:12px;
}
address iframe{
	width:50%;
	height:250px;
	float:right;
}

.copyright{
	margin:0;
	clear:both;
	width:100%;
	text-align:center;
	font-size:12px;
}

@media screen and (max-width: 780px){
	footer{
		width:100%;
		padding:10px 0;
		overflow:hidden;
	}

	address{
		margin:0 auto;
		max-width:100%;
		padding:0 0 40px 0;
		width:95%;
	}
	.foot_address{
		float:none;
	}
	address iframe{
		width:100%;
		margin:20px auto;
		float:none;
	}


}




/* ===============================================
 Contact
=============================================== */
dl{
	width:100%;
	margin:30px 2% 30px 2%;
}

dl dt, dl dd{
	padding:2% 0 2% 2%;
	border-top:1px solid #CCC;
}
dl dt{
	width:20%;
	float:left;
	clear:both;
}
dl dt.ppdt{
	width:100%;

}

dl dd{
	width:70%;
	float:left;
}

dl dd iframe{
	margin:10px;
	width:90%;
	height:250px;
	border:2px solid #5e3612;
}


dl dt span{
	font-size:60%;
	margin:0 0 0 5px;
	color:#C00;
	display:inline-block;
}

input[type="text"],
input[type="email"],
textarea,
select{
	padding:8px;
	outline:none;
	font-size:16px;
	border:1px solid #DDD;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    width:85%;
	font-family:'Noto Sans JP', sans-serif;
	color:#777;
	box-shadow: 3px 2px 2px rgba(0,0,0,0.05) inset;
	background:#FFF;
}
select{
	padding:3px;
	width:auto;
	cursor:pointer;
}
label{
	display:inline-block;
	margin:0 10px 0 0;
	font-size:100%;
	background:#FFF;
	padding:8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.05) inset;
	cursor:pointer;
}

dl dd span.pseudo_link{
	font-size:100%;
	cursor:pointer;
	text-decoration:underline;
	display:inline-block;
}

dl .pp_container{
	width:90%;
	height:300px !important;
	overflow:auto;
	background:#FFF;
	margin:20px;
	padding:2%;
	border:10px solid #EEE;
}
dl .pp_container h3{
	display:block;
	line-height:1;
	margin: 0 0 10px 0;
	padding:0;
}
dl .pp_container p{
	display:inline-block;
	margin:10px;
}
.chk_consent{
	display:block;
	width:90%;
	text-align:center;
	margin:0 0 50px 0;
}
.chk_consent span{
	font-size:14px;

}
.bot_line{
	width:100%;
	text-align:center;
}
.bot_line input{
	width:200px;
	margin:0 15px;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:120%;
	transition: 0.5s;
	border:2px solid #5e3612;
	padding:10px 0;
	background:#5e3612;
	color:#FFF;
}

dd.inp_age input[type="text"]{
	width:20% !important;
}

.bot_line input:hover{
	background:#FFF;
	color:#5e3612;
}
@media screen and (max-width: 780px){

	dl dt, dl dd{
		border-top:none;
	}
	dl dt{
		width:94%;
		padding:2% 0 1% 1%;
		border-top:1px solid #CCC;
	}
	dl dd{
		width:94%;
		padding:0 0 2% 0;
	}

	dl dd iframe{
		margin:10px;
		width:90%;
		height:250px;
		border:2px solid #5e3612;
	}

	dl dt span{
		font-size:60%;
		margin:0 0 0 5px;
		color:#C00;
		display:inline-block;
	}
	.contact_form .pp_container{
		width:90%;
		margin:0 auto 30px auto;
		height:300px;
		overflow:scroll;
		border:5px solid #EEE;
	}


}




.wpcf7-not-valid-tip{
	color:#F00;
}
.screen-reader-response{
	width: 90%;
    max-width: 700px;
	margin:20px auto;
}
.wpcf7c-conf{
	background:rgb(232, 240, 254) !important;;
}



/* ===============================================
 Animation
=============================================== */

@media screen and (min-width: 780px){
	@keyframes fadein_op{from{opacity:0;}to{opacity:1;}}
	@keyframes fadein_y20{from{transform:translateY(20px);}to{transform:translateY(0);}}
	@keyframes fadein_y80{from{transform:translateY(80px);}to{transform:translateY(0);}}
	@keyframes fadeins{from{transform:translateY(80px);opacity:0;}to{transform:translateY(0);opacity:1;}}
	body{
		animation:fadein_op 3s;
	}
.fadeins{
	animation:fadeins 4s;

}


}

/* ===============================================
 Top page 修正追加内容（2025/6/24） maenomeri llc.
=============================================== */

/* ペット詳細セクション全体のスタイル */
.pet-details-section {
    margin-top: 40px; /* 上部に適切な余白を追加 */
    margin-bottom: 40px; /* 下部に適切な余白を追加 */
    /* padding: 0 20px; /* 左右に余白を追加（必要に応じて調整） - 削除または変更 */
    padding: 40px 20px; /* ★修正点2: 上下左右にpaddingを追加 */
    background-color: white; /* ★修正点1: 背景色を白に設定 */
    max-width: 800px; /* 最大幅を設定（必要に応じて調整） */
    margin-left: auto; /* 中央寄せ */
    margin-right: auto; /* 中央寄せ */
    font-family: '游ゴシック体', 'YuGothic', sans-serif; /* 既存サイトに合わせたフォント */
    color: #333; /* テキストの色 */
    box-shadow: 0 2px 10px rgba(0,0,0,0.05); /* オプション：少し影をつけると背景白が際立ちます */
    border-radius: 8px; /* オプション：角を丸くします */
}

.pet-details-section h2 {
    font-size: 24px; /* 見出しのサイズ */
    text-align: center; /* 中央寄せ */
    margin-bottom: 20px; /* 下部に余白 */
    color: #555; /* 見出しの色 */
}

.pet-details-section h3 {
    font-size: 20px; /* サブ見出しのサイズ */
    margin-top: 30px; /* 上部に余白 */
    margin-bottom: 15px; /* 下部に余白 */
    color: #555; /* サブ見出しの色 */
}

.pet-details-section p {
    font-size: 16px; /* 段落のフォントサイズ */
    line-height: 1.6; /* 行の高さ */
    margin-bottom: 15px; /* 下部に余白 */
}

/* テーブルのスタイル */
.pet-size-table {
    width: 100%; /* 幅を親要素に合わせる */
    border-collapse: collapse; /* 罫線を重ねる */
    margin-bottom: 20px; /* 下部に余白 */
    border: 1px solid #ddd; /* テーブル全体の罫線 */
}

.pet-size-table th,
.pet-size-table td {
    border: 1px solid #ddd; /* セルの罫線 */
    padding: 10px; /* セル内の余白 */
    text-align: left; /* テキストを左寄せ */
    vertical-align: top; /* テキストを上寄せ */
}

.pet-size-table th {
    background-color: #f9f9f9; /* ヘッダーの背景色 */
    font-weight: bold; /* ヘッダーのフォントを太く */
    text-align: center; /* ヘッダーのテキストを中央寄せ */
}

/* 特定の段落のスタイル */
.pet-details-section p.note {
    font-size: 15px; /* 注意書きのフォントサイズを少し小さく */
    color: #666; /* 注意書きの色を少し薄く */
}

.pet-details-section p.owner-message {
    text-align: center; /* 中央寄せ */
    font-weight: bold; /* 太字 */
    margin-top: 20px; /* 上部に余白 */
    color: #e74c3c; /* 目立つ色（例: 赤系） */
}

/* 絵文字やアイコンのスタイル（必要に応じて調整） */
.pet-details-section .emoji,
.pet-details-section .check-mark,
.pet-details-section .phone-icon {
    margin-right: 5px; /* アイコンの右に余白 */
    vertical-align: middle; /* テキストと縦方向の位置を合わせる */
}

/* スマートフォン表示時の調整（必要に応じて） */
@media (max-width: 768px) {
    .pet-details-section {
        padding: 20px 10px; /* ★修正点2: モバイルでのpaddingを調整 */
    }

    .pet-details-section h2 {
        font-size: 20px;
    }

    .pet-details-section h3 {
        font-size: 18px;
    }

    .pet-details-section p,
    .pet-size-table th,
    .pet-size-table td {
        font-size: 14px;
    }

    /* テーブルの表示調整（必要であれば） */
    /* 前回のコードで縦積みにするスタイルを含んでいます。 */
    /* この縦積み表示が不要な場合は、以下のテーブルに関するCSSを削除してください。 */
    .pet-size-table,
    .pet-size-table thead,
    .pet-size-table tbody,
    .pet-size-table th,
    .pet-size-table td,
    .pet-size-table tr {
        display: block; /* セルをブロック要素にする */
    }

    .pet-size-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px; /* ヘッダーを非表示にする */
    }

    .pet-size-table tr { border: 1px solid #ccc; margin-bottom: 5px; }

    .pet-size-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%; /* ラベル分のスペースを確保 */
        /* text-align: right; /* 値を右寄せ - 削除 */
        text-align: left; /* ★修正点3: 値を左寄せ */
    }

    .pet-size-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-label); /* data-label属性の値を表示 */
        font-weight: bold;
        text-align: left; /* ラベルを左寄せ */
    }

    /* data-label属性をHTMLに追加する必要があります */
    /* 例: <td data-label="ペットサイズ">小型犬</td> */
}