@charset "utf-8";

@media (min-width: 747px) {
  html{
    font-size: calc(0.9375rem + ((1vw - 7.47px) * 0.0853));
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.8;
	letter-spacing: 0;
	color: #333333;
	overflow-x: hidden;
}

.clearFix:after,
article:after,
.content:after,
section:after,
#pageTop:after,
.gallery:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

*:first-child+html .clearFix:after,
*:first-child+html article:after,
*:first-child+html .content:after,
*:first-child+html section:after,
*:first-child+html #pageTop:after,
*:first-child+html .gallery:after{ zoom: 1; } /* IE7 */

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

hr{
	display: block;
  max-width: 110vw;
	margin: 50px -5% 50px;
	height: 0;
  border: 0 none;
	clear: both;
}

a{
	color: #080059;
	text-decoration: underline;
}
a[href^="tel:"] { cursor: default; }

img{
	max-width: 100%;
	height: auto;
}

h1{ line-height: 1;}

.imageLeft,.alignleft{
	margin: 0 30px 30px 0;
	float: left;
}

.imageRight,.alignright{
	margin: 0 0 30px 30px;
	float: right;
}

.aligncenter{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignnone{	vertical-align: top;}

.flexbox{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inner{
	padding: 20px 5vw;
}


.pdf_btn{text-align: center;margin-top: 10px;}

.pdf_btn a{    min-width: 280px;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 15px;
    background-color: #080058;
    background-size: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;}

.pdf_btn a:hover{
	background-color: #a40000;
	cursor: pointer;
}

.smp{display: none;}
/**************************************************
 contents
**************************************************/
main{
	display: block;
	padding: 20px;
	background-color: #edecdf;
}

.inquiry p{
	padding: 15px;
	font-size: 1.2rem;
	font-weight: bold;
}

.note{
	max-width: 1000px;
	margin: 10px auto 30px;
	padding: 20px 30px;
	background-color: #fff;
	border: 1px solid red;
}

.note h2{
	margin: 10px 0 15px 0;
	padding: 0;
	line-height: 1;
	color: red;
	font-size: 1.3rem;
	text-align: left;
}

.note ul li {
	margin: 0 0 0 20px;
	padding: 5px 0;
	color: red;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4rem;
	list-style: disc;
}

.n_st2 ul{margin: 8px 0;}

.n_st2 ul li{
	font-size: 0.9rem;
	color: #333;
	list-style: none;
	padding: 2px 0;
	font-weight: normal;
	margin: 0 0 0 12px;
}

.note a{word-break: break-all;}

.note a[target="_blank"]::after,.fot_ban a[target="_blank"]::after{content: none;}

.annotation{
	padding: 0 10px;
	text-align: center;
}
.annotation p{
	max-width: 1140px;
	margin: 40px auto 50px;
	padding: 15px;
	border: 2px solid #D30003;
	color: #D30003;
	font-size: 1.4rem;
	font-weight: 700;
}

@media screen and (max-width: 767px){
	.annotation p{ margin: 20px auto; font-size: 1rem; line-height: 1.4;}
}


/**************************************************
 pageTop
**************************************************/
#pageTop{
	position: fixed;
	display: flex;
	justify-content: flex-end;
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	right: 0;
	bottom: -80px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

#pageTop a{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	background: rgba(218,224,0,0.85);
	opacity: 0.6;
}

#pageTop a:before{
	content: '';
	color: #FFFFFF;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 20px solid #080059;
}

#pageTop a:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


/**************************************************
 plan
**************************************************/
.plan_hanger{
	/*width: 49%;*/
	width: 100%;
	text-align: center;
}

.plan_hanger .shokuji{
	width: 100%;
	margin: 30px 0;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #000;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.plan_hanger .shokuji li{
	width: 49.6%;
	margin: 0.2px 0;
	line-height: 0;
}
.plan_hanger .shokuji li img{ width: 100%;}

.plan_hanger .shokuji .w100{ width: 100%;}

.plan_menu .plan_hanger:nth-child(2){ width: 49%;}

.plan_menu{max-width: 1300px;margin: 0 auto;}

.plan_hanger h3{ margin: 0;}

.plan_hanger > ul{ /*margin: 0 0 10px 0;*/margin: 0 0 0px 0;}
.plan_hanger ul li{
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1;
	list-style: none;
}

.plan_menu .plan_hanger:nth-child(2) ul li{
	position: relative;
	top: -88px;
}

.plan_menu .plan_hanger:nth-child(2) ul li:first-child{width: 105%;}

.plan_menu .plan_hanger:nth-child(2) ul li:first-child  img.ten_icon{
	display: none;
	/*position: absolute;
	width: 165px;
	height: auto;
	right: -20px;
	top: -70px;*/
}

.plan_hanger ul.wagyu_menu{
	padding: 15px;
	background-color: #000;
	border: 1px solid #000;
}

.plan_hanger ul.dai_menu{
	padding: 15px;
	background-color: #000;
	border: 1px solid #000;
}
.plan_hanger ul.dai_menu li{}

.plan_hanger ul.dai_menu li a{
	color: #000;
	display: block;
	background-color: #fff;
	padding: 12px 5px 12px 25px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	border: 1px solid #000;
	 font-family:'ヒラギノ角ゴ Pro';
	position: relative;
	line-height: 1.4;
}

.plan_hanger ul.dai_menu li a:after{content: none;}

.plan_hanger ul.dai_menu li a:before{
	content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
}
.plan_hanger ul.dai_menu li a:hover{
	background-color: #F8B62D;
	color: #000;
}

.plan_hanger ul.tomorrow_menu{
	margin: 0;
	padding: 0;
}
.plan_hanger ul.wagyu_menu li,
.plan_hanger ul.tomorrow_menu li{ margin: 0; padding: 0;}
.plan_hanger ul.tomorrow_menu li:not(:first-child){ padding: 0 10px 10px 10px;}

.plan_menu::after,
.plan_inquiry::after{display: none;}

.plan_inquiry p{
	margin: 0;
	padding: 10px 0;
	font-size: 1.3rem;
	font-weight: bold;
}

.plan_hanger ul.wagyu_menu .link_text{
	padding: 10px;
	font-size: 1.0rem;
}

.plan_hanger .shokuji .dl_btn{
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 15px;
	background-color: #000;
}

.plan_hanger .shokuji .dl_btn p{
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}
.plan_hanger .shokuji .dl_btn ul{
	width: 50%;
	margin: 0;
	padding: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.plan_hanger .shokuji .dl_btn ul li{
	width: 49%;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1;
	list-style: none;
}
.plan_hanger .shokuji .dl_btn ul li a{
	display: block;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.plan_hanger .shokuji .dl_btn ul li a:hover{ background-color: rgba(255,255,255,0.70);}

.link_text a{
	color: #333;
	font-weight: 500;
	text-decoration: none;
}

.link_text a[target="_blank"]::after{
	content: '';
	display: inline-block;
	right: 0;
	width: 6px;
	height: 6px;
	background: none;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}

.link_text a:hover{text-decoration: underline;}

.fot_ban{
	padding: 0px 5vw;
	/*margin-top: -88px;*/
}


/**************************************************
 footer
**************************************************/
footer{
	padding: 30px 5%;
	text-align: center;
}

.add p{
	margin: 0;
	padding: 10px;
	font-size: 1.0rem;
}

.copyright{
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
}


/**************************************************
 Responsive
**************************************************/

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

	/*.plan_menu .plan_hanger:nth-child(2) ul li:first-child a img.ten_icon{
		position: absolute;
		width: 30%;
		height: auto;
		right: -3%;
		top: -16%;
	}*/
	
	.plan_menu .plan_hanger:nth-child(2) ul li{
		position: relative;
		top: -6.7vw;
	}

	.fot_ban{/*margin-top: -7%;*/}		
	
}



@media screen and (max-width: 767px){
	
	.smp{display: block;}
	
	main{ padding: 10px 0 5px;}
	
	.inner{padding: 0;}
	
	.note{
		margin: 0 10px 10px 10px;
		padding: 20px 15px;
  }
	
	.note h2{
		line-height: 1.3;
		font-size: 1.2rem;
	}
	
	.note ul li{ font-size: 1.0rem;}
	.n_st2 ul li{font-size: 0.9rem;margin: 0;}
	
  .plan_hanger{
		width: 100%;
		margin: 10px 0 0 0;
	}
	
	.plan_hanger ul.dai_menu li a{
		padding: 12px 5px 12px 25px;
		font-size: 0.9rem;
		line-height: 1.4;
	}
	
	.plan_hanger ul.dai_menu li a:before{
		content: '';
		width: 5px;
		height: 5px;
		border: 0px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 8px;
	}
	
	.plan_menu .plan_hanger:nth-child(2){width: 100%;margin-top: 72px;}
	
	.plan_menu .plan_hanger:nth-child(2) ul li:first-child{width: 100%;}
	
	.plan_menu .plan_hanger:nth-child(2) ul li:first-child{display: block;height: 100%;}
	
	.plan_menu .plan_hanger:nth-child(2) ul li:first-child img.ten_icon{
		display: block;
		position: absolute;
		width: 28%;
		height: auto;
		right: 0%;
		top: -13%;
	}
	
	.plan_menu{ padding: 0 10px;}
	.plan_inquiry p{ font-size: 0.9rem;}
	
	.plan_hanger .shokuji{ padding: 10px;}
	
	.plan_hanger .shokuji li{ width: 100%;}
	
	.plan_hanger .shokuji .dl_btn{ padding: 10px;}
	.plan_hanger .shokuji .dl_btn ul,
	.plan_hanger .shokuji .dl_btn ul li{ width: 100%;}
	.plan_hanger .shokuji .dl_btn p,
	.plan_hanger .shokuji .dl_btn ul li{ margin: 0 0 5px 0; font-size: 0.9rem;}
	.plan_hanger .shokuji .dl_btn ul li a{ padding: 10px 5px;}
	
	footer{ padding: 15px;}
	
	.add p{ font-size: 0.9rem;}
	
	.fot_ban{padding: 3px 0;}
	
}