@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Girassol&display=swap');
.header--mainVisual {
    position: static;
	}
@media screen and (min-width: 481px) {
	.mobile {
	display:none;
	}
}
@media screen and (max-width: 480px) {
	.pc {
	display:none;
	}
}

.design {
	;
	padding-top: 7rem;
}
@media screen and (max-width: 767px) {
	.design {
		;
		margin-top: -1rem;
	}
}
.design--slider {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
	.design--slider {
	  height: 100px;
	}
}
@keyframes display {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  28% {
    opacity: 1
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.design--slider--headline {
  position: absolute;
  right: 4.5rem;
  top: 39%;
  z-index: 1;
  width: auto;
}
@media screen and (max-width: 767px) {
	.design--slider--headline {
	  top: 20%;
	  width: 55%;
	}
}
.design--slider--list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation: display 12s infinite;
}
.design--slider--list:nth-child(2) {
  animation-delay: 4s;
}
.design--slider--list:nth-child(3) {
  animation-delay: 8s;
}
.design--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto;
  max-width: 960px;
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
	.design--group {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		 -ms-flex-direction: column;
			 flex-direction: column;
	}
}
.design--description {
  width: 65%;
}
@media screen and (max-width: 767px) {
	.design--description {
	  width: 100%;
	}
}
.food--service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.food--service--list {
    width: 45%;
    margin-bottom: 3rem;
}
.design--service--1 {
    margin: 1.5rem 0 3rem;	
}
.button--service--item {
  width: 50%;
  text-align: center;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
	.button--service--item {
	  width: 100%;
	}
}
.button--service--contactlink::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-color: transparent transparent #898989 #898989;
  margin-top: -1rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  transform: rotate(-45deg);
}
.button--service--contactlink {
  letter-spacing: 2px;
  text-decoration: none;
  color: black;
}
.button--service--contactlink:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.design--about {
  width: 14rem;
}
@media screen and (max-width: 767px) {
	.design--about {
	  width: 100%;
	}
}
.about--headline {
  font-family: 'Girassol', cursiv11e;
  font-size: 1.5rem;
  color: #898989;
  text-align: center;
  letter-spacing: 6px;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
	.about--headline {
	  margin: 2rem auto 0.5rem;
	}
}
.design--about--gallerymenu {
  font-family: 'Girassol', cursiv11e;
  margin-bottom: 0.25rem;
}
.about--categorydesign__link {
  font-size: 1.1rem;
  text-align: center;
  margin: 0.3rem 0 2rem;
  display: inline-block;
  background-color: #C0C0C0;
  width: 14rem;
  height: 1.65rem;
  line-height: 1.65rem;
  letter-spacing: 5px;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
	.about--categorydesign__link {
	  margin: 0.3rem 0 2rem 0rem;
	  width: 100%
	}
}
.about--categorydesign__link:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.about--category__link {
  color: white;
  vertical-align: middle;
  white-space: normal;
  letter-spacing: 3px;
  padding-left: 0.2rem;
}
/*.about--category__link a:first-child {
    letter-spacing: 10px;
}*/
.about--profile--lead {
  width: 80%;
  margin-top: 0.75rem;
}
.about--profile--name {
  width: 43%;
  margin-top: -1rem;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 1rem;
  padding-right: 0.5rem;
}
.about--profile--mail {
    width: 10%;
}
@media screen and (max-width: 767px) {
	.about--profile--mail {
		width: 8%;
	}
}
.about--profile--__image {
    width: 1.4rem;
    margin-top: .75rem;
}
.about--profile--tel {
  text-decoration: none;
  color: black;
}
.about--profile--tel:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.food {
	;
    margin-top: 3rem;
	padding-top: 7rem;
}
.food--slider {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.food--slider {
	  height: 100px;
	}
}
@keyframes display {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  28% {
    opacity: 1
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.food--slider--headline {
  position: absolute;
  right: 4.5rem;
  top: 42%;
  z-index: 1;
  width: auto;
}
@media screen and (max-width: 767px) {
	.food--slider--headline {
	  right: 3rem;
	  top: 38%;
	  width: 70%;
	}
}
.food--slider--list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation: display 12s infinite;
}
.food--slider--list:nth-child(2) {
  animation-delay: 4s;
}
.food--slider--list:nth-child(3) {
  animation-delay: 8s;
}
.food--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto;
  max-width: 960px;
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
	.food--group {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		 -ms-flex-direction: column;
			 flex-direction: column;
	}
}
.food--description {
  width: 65%;
}
@media screen and (max-width: 767px) {
	.food--description {
	  width: 100%;
	}
}
.food--description--headline {
  color: #89B929;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 1rem 0 0.25rem;
}
@media screen and (max-width: 767px) {
	.food--description--headline {
	  		font-size: 1.35rem;
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.food--description--headline br {
		display:none;
	}
}

.food--service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.food--service {
		  -webkit-box-orient: vertical;
		  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
		  flex-direction: column;
	}
}
.food--service--list {
    width: 45%;
    margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.food--service--list {
		width: 100%;
	}
}
.text--lineheight--row2 {
  line-height: 1.4;
}
.food--job--headline {
  font-family: 'Girassol', cursiv11e;
  font-size: 1.5rem;
  color: #898989;
  text-align: left;
  letter-spacing: 10px;
  margin-top: 3rem;
}
.food--job--list {
  position: relative;
  padding-left: 1rem;
}
.food--job--list::before {
  content: '・';
  position: absolute;
  left: 0;
  width: 1rem;
}
.food--about {
  width: 14rem;
}
@media screen and (max-width: 767px) {
	.food--about {
	  width: 100%;
	}
}
.food--about--gallerymenu {
  font-family: 'Girassol', cursiv11e;
  margin-bottom: 0.25rem;
}
.about--categoryfood__link {
  font-size: 1.1rem;
  text-align: center;
  margin: 0.3rem 0 2rem;
  display: inline-block;
  background-color: #C0C0C0;
  width: 14rem;
  height: 1.65rem;
  line-height: 1.65rem;
  letter-spacing: 5px;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
	.about--categoryfood__link {
	  margin: 0.3rem 0 2rem 0rem;
	  width: 100%
}
}
.about--categoryfood__link:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.about--categoryfood__link {
  color: white;
  vertical-align: middle;
  white-space: normal;
  padding-left: 0.2rem;
}
/*contact*/
.contact {
	margin-top: 3rem;
	padding-top: 7rem;
}
.contact--group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 700px;
  margin: 0 auto;
  width: auto;
}
.form-table {
    background-color: #DBE7ED;
    margin: 2rem 1rem 2rem;
    padding: 2rem;
}
@media screen and (max-width: 767px) {
	.form-table {
		padding: 1rem;
	}
}
dd {
	margin-bottom: 1rem;
}
.form-table--description {
    font-family: 'Girassol', cursiv11e;
    width: 160px;
    float: left;
    clear: both;
    margin-top: 0.5rem;
    color: #7C929D;
    font-size: 110%;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
	.form-table--description {
		margin-bottom: 5px;
	}
}
.form-table--description span {
    font-size: 50%;
    background: #E39300;
    padding: 1.5px 3px;
    color: #fff;
    margin: 4px 32px 0 0;
    vertical-align: middle;
	float: right;
}
.form-table--input {
    width: 420px;
    height: 25px;
    background-color: #F8F8F8;
    border: none;
}
@media screen and (max-width: 767px) {
	.form-table--input {
		width: 98%;
	}
}
.form-table--message {
  width: 420px;
  height: 300px;
  border: none;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
	.form-table--message {
		width: 98%;
	}
}
.form--button {
	display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
form button {
    background-color: #7C929D;
    color: #ffffff;
    font-size: 90%;
    padding: 1px 15px;
    display: block;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 10%;
    margin: 0 1.5rem;
    letter-spacing: 2px;
}

form button:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}