@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


body {
	margin-left: auto;
	margin-right: auto;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-radius: 2px;

}

footer {
  position: fixed;
  right: 0;
 bottom: 0;
 text-align: center;
  width: 330px;
height: 33px;
line-height: 33px;
background: yellow;
}

a {
  text-decoration: none;
}

a:hover {
  color: #988E21;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
a:link { color: #007718; }
a:visited { color: #007718; }
a:hover { color: #007718; text-decoration: underline;}
a:active { color: #007718; }

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul{
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	padding: 15PX;
}

.style-nav ul li a:hover {
  color: #988E21;
  text-decoration: underline;	
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


.text p {
	font-size: 25px;
	margin: 30px;
	text-align: center;
}

p {
	font-size: 17px;
	margin-top: 10px;
	text-align: center;
}


.row p {
	line-height: 35px;
	margin: 8px;
}

.footer-txt {
	font-size: 11px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
	margin: 10px 0px;
}

.last {
  text-align: center;
  vertical-align:middle;
  margin: 30px auto;
  padding-top: 60PX;
  width: 192px;
  clear: both;
}



h2 {
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #cccccc;
}

h3 {
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
h4 {
	font-size: 24px;
	text-align: center;
}

.under {
	text-decoration: underline;
	color: red;
}

.button {
	border: 2px #009C74 solid;
	padding: 8px 20px;
	border-radius: 30px;
	text-decoration: none;
}

.return {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 10px;
}

.sp {
	display: none;
}

.profile-txt {
	width: 600px;
	float: left;
	margin: 0px 50px;
}


.profile-img p{
	display: inline-block;
	vertical-align: top;
	margin: auto;
}

.profile p{
	text-align: center;
}

	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: left;
	}
	h1 {
	font-size: 30px;
	margin-bottom: 90px;
    }
		h2{
		font-size: 30px;
	}
	h3 {
		font-size: 20px;
	}
	.food-md-trp {
		width: 45%;
		line-height: 15%;
		margin: 11px;
	}
	.food-md-trp p {
		font-size: 14px;
	}
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	.br-sp {
		display: none;
	}
.text p {
	font-size: 25px;
	margin: 21px 21px 1px 21px;
	text-align: center;
}
	.style-nav {
		line-height: 5px;
	}
	.none {
		display: none;
	}
	
}

	.style-logo {
		float: left;
		margin-right: -200px;
	}
	.food-lg-for {
		width: 22%;
	}
	h3 {
		font-size: 20px;
	}
	.food-md-trp {
		line-height: 20%;
		width: 30%;
		margin: 13px;
	}
	.food-md-trp p {
		font-size: 15px;
	}
	.zeikin p {
		text-align: right;
	}

table {
  border-spacing: 0;
	margin: auto;
}
	.sp {
		display: inherit;
	}
	.none2 {
		display: none;
	}
}

	body {
		max-width: 1100px;
	}
	h2 {
		padding-bottom: 10px;
	}
	h3 {
		margin-bottom: 5px;
	}
h4 {
	
line-height: 40px;
}
	.button {
		display: none;
	}
	.br-dk {
		display: none;
	}
	
	.style-logo {
		float: left;
	}

	.food-md-trp p {
		font-size: 15px;
	}
		/*headerの固定*/
	header {
		height: 50%;
		position: sticky;
		top: 0;
		background-color: white;
		/*重なりの順序*/
		z-index: 1;
	}
	.food-md-trp {
		line-height: 20%;
		width: 30%;
		margin: 18px;
	}

	.career th {
  width: 280px;
  padding: 12px;
  border: 1px solid #777676;
	display: inline-block;
	display: table-cell;
}

.abc th {
	background-color: rgba(233,255,170,1.00);
}
.def th {
	background-color: rgba(200,255,44,1.00);
}
	
.career td {
line-height: 40px;
  width: 280px;
  padding: 10px;
  border: 1px solid #777676;
	display: inline-block;
	display: table-cell;
  background-color: #FFFFFF;
}
	.kome th {
  width: 1100px;
  padding: 12px;
  border: 1px solid #777676;
	display: inline-block;
	display: table-cell;
}

.kome td {
line-height: 40px;
  width: 1100px;
  padding: 10px;
  border: 1px solid #777676;
	display: inline-block;
	display: table-cell;
  background-color: #FFFFFF;
}
.option th {
  width: 350px;
  background-color: rgba(145,253,220,1.00);
  padding: 12px;
  border: 1px solid #777676;
	display: inline-block;
	display: table-cell;
}
	
.option td {
line-height: 40px;
  width: 350px;
  padding: 10px;
  border: 1px solid #777676;
	display: inline-block;
	display: table-cell;
  background-color: #FFFFFF;
}
	.info p{
	text-align: center;
	margin: 0;
	}

.info h3 {
	font-size: 21px;
	margin: 0;
}
.info h4 {
	font-size: 23px;
	margin: 0;
}
.setumei p{
	text-align: center;
	line-height: 35px;
}
.list ul {
     overflow: hidden;
     letter-spacing: -.5em;
}
.list li {
     display: inline-block;
	 margin: 20px;
     width: 35%;
}

.career {
	text-align: center;
}
.option {
	text-align: center;
}

.list {
	text-align: center;
}

h2 {
 font-size: 24px;
  position: relative;
  padding: 1rem .5rem;
}

h2:before,
h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#30cfd0), to(#330867));
  background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
  background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}

h2:before {
  top: 0;
}

h2:after {
  bottom: 0;
}

.ZoomSlide{
width:1050px;
height:450px;
z-index: 0;
margin: auto;
}
 
 
.ZoomSlide .SImg{
    width: 1000px;
    height: 400px;
    position: absolute;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
　　-webkit-backface-visibility: hidden;
    -webkit-animation: ImgAnime 20s linear infinite 0s;
    -moz-animation: ImgAnime 20s linear infinite 0s;
    -o-animation: ImgAnime 20s linear infinite 0s;
    -ms-animation: ImgAnime 20s linear infinite 0s;
    animation: ImgAnime 20s linear infinite 0s;
}
 
 
.ZoomSlide .SImg:nth-child(1) {
background-image: url(/image/001.jpg) }
 
.ZoomSlide .SImg:nth-child(2){
    background-image: url(/image/002.jpg);
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}
.ZoomSlide .SImg:nth-child(3){
    background-image: url(/image/003.jpg);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}
.ZoomSlide .SImg:nth-child(4){
    background-image: url(/image/004.jpg);
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}
 
@keyframes ImgAnime { 
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    10% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    15% {
        opacity: 1;
        transform: scale(1.07);
    }
    20% {
        opacity: 1;
        transform: scale(1.1);
    }
    25% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% { opacity: 0 }
}

/* デザインC(PC) */
@media screen and (min-width: 1550px) {
.ZoomSlide{
width:1550px;
height:650px;
}
 
 .ZoomSlide .SImg{
    width: 1500px;
    height: 600px;
	}
/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
}

@media all and (min-width: 768px) and (max-width: 1024px) {
.ZoomSlide{
width:850px;
height:370px;
}
 
 .ZoomSlide .SImg{
    width: 800px;
    height: 420px;
}
 
@media all and (min-width: 480px) and (max-width: 768px) {
	.ZoomSlide{
width:650px;
height:290px;
}
 
 .ZoomSlide .SImg{
    width: 600px;
    height: 240px;
	}

strong{
  font-weight:bold;/*または600などで設定*/
}