@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;
	background-color: #000000
		;
}

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

footer {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  clear: both;
  display: block;
  width: 192px;
}

a {
  color: lightslategray;
  text-decoration: none;
}

a:hover {
  color: #988E21;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.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;
}

p {
	font-size: 20px;
	font-weight: 200;
	margin-top: 20px;
	text-align: left;
	color: #FFFFFF;
}

.row p {
	line-height: 25px;
	margin: 8px;
	text-align: center;
}

.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;
	color: white;
}

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

.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;
}



.career th {
  width: 240px;
  background-color: #441B00;
  padding: 12px;
  border: 1px solid #cccccc;
	display: block;
	width: 100%;
	color: white;
}

.career td {
  width: 720px;
  padding: 10px;
  border: 1px solid #cccccc;
		display: block;
	width: 100%;
	color: white;
}

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

.sp {
	display: none;
}

.profile-txt {
	width: 460px;
	float: right;
	margin: 0 10px;
}


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

.profile {
	text-align: center;
}
.link img{
 margin: 20px 20px;
 width: 20%;
}
.info table {
	margin: auto;
}
.coffee img{
	width: 48%;
	margin: 7px;
	display: inline-block;
}
.flower img{
	width: 44%;
	margin: 7px;
	display: inline-block;
}

	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: left;
	}
	h1 {
	font-size: 30px;
	margin-bottom: 90px;
    }
	h3 {
		font-size: 31px;
	}
	.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: left;
}
	.style-nav {
		line-height: 5px;
	}
	.none {
		display: none;
	}

}


/*ここからスライドショー*/
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_cssslider {
width: 900px;
padding-top: 500px; /* 画像の高さ */
position: relative;
margin: 2em auto;
text-align: center;
}
.cp_cssslider > img {
position: absolute;
left: 0;
top: 0;
transition: all 0.5s;
border-radius: 3px;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
text-align: center;
}
.cp_cssslider input[name='cp_switch'] {
display: none;
}
/* サムネイル */
.cp_cssslider label {
margin: 120px 5px 0 5px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
transition: all 0.5s ease;
opacity: 0.6;
border-radius: 3px;
}
.cp_cssslider label:hover {
opacity: 0.9;
}
.cp_cssslider label img {
display: block;
width: 200px;
border-radius: 2px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
opacity: 1;
}
/*ここまでスライドショー*/

	.style-logo {
		float: left;
		margin-right: -200px;
	}
	.food-lg-for {
		width: 22%;
	}
	h3 {
		font-size: 31px;
	}
	.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;
}
	.sp {
		display: inherit;
	}
	.none2 {
		display: none;
	}

}

	h2 {
		padding-bottom: 10px;
	}
	h3 {
		margin-bottom: 5px;
	}
	.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;
	}

	.btn-flat-vertical-border {
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  border-left: solid 4px #668ad8;
  border-right: solid 4px #668ad8;
  color: #668ad8;
  background: #e1f3ff;
  transition: .4s;
  margin-right: 20px;
}

.btn-flat-vertical-border:hover {
  background: #668ad8;
  color: #FFF;
}
.btn-flat-vertical-border2 {
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  border-left: solid 4px #5F3317;
  border-right: solid 4px #5F3317;
  color: #5F3317;
  background: #E4B393;
  transition: .4s;
  margin-right: 20px;
}

.btn-flat-vertical-border2:hover {
  background: #5F3317;
  color: #FFF;
}

.link {
  margin: auto;
  text-align: center;
}
	
}