* {
  box-sizing: border-box;
}

html {
  margin-top: 0px !important;
}

body {
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  text-decoration: none;
  color: #333;
}

.sp {
  display: none;
}

ol, ul {
  list-style: none;
}

.container {
    max-width: 1080px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.looking-page-line {
  padding-bottom: 14px;
  border-bottom: yellow 8px solid;
}

/* headerの指定 */

header {
  max-width: 1080px;
  height: 100px;
  width: 100%;
}

.header-ul {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: center;
  max-width: 1080px;
  width: 100%;
}

.header-ul li {
  margin: 36px 0px 45px 0px;
  max-width: 153.6px;
  width: 100%;
}

.header-ul li::after {
  color: #295525;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.header-ul li:nth-child(1)::after {
  content: 'ABOUT';
}

.header-ul li:nth-child(2)::after {
  content: 'NEWS';
}

.header-ul li:nth-child(4)::after {
  content: 'STORE';
}

.header-ul li:nth-child(5)::after {
  content: 'CONTACT';
}

.header-ul img {
  max-width: 80px;
  min-width: 80px;
  width: 100%;
  max-height: 90px;
  min-height: 90px;
  margin: 6px 0 3px 0px;
}

.smp-header {
  display: none;
}

/* メイン画像のCSS */
.main-img {
  background-image: url(../img/top-img/mv.jpg);
  background-size: cover;
  width: 100%;
  max-height: 1480px;
  height: auto;
  padding-top: 62.5%;
  position: relative;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main-title {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  flex-direction: row-reverse;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
}

.main-title span {
  padding: 30px 24px;
  margin: 126px 25px 0 0;
  background-color: #FFFFFF;
  opacity: 0.8;
  writing-mode: vertical-rl;
  color: #295525;
  font-size: 32px;
  font-weight: bold;
}

.main-title p:first-child{
  margin-right: 0px;
}

.main-text {
  letter-spacing: 13px;
}

.main-message {
  display: none;
}

/* iconの設定 */
    /* レスポンシブcssにて対応 */
.title-icon {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.title-img {
  max-width: 130px;
  min-width: 80px;
  width: 100%;
}

.title-icon h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
  font-weight: bold;
  font-size: 36px;
  margin: 40px 0 25px 0;
}

.title-line {
  width: 100%;
  max-width: 320px;
}

.subtext {
  margin-top: 40px;
  margin-bottom: 70px;
  text-align: center;
}

.subtext p {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

/* 仕切りの設定 */
.partition-yellow img {
  display: inline;
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}

.partition-white img {
  display: inline;
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}

.partition-brown img {
  display: inline;
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}


/* 黄色い下線の設定 */
.yellow-underline {
  background: linear-gradient(transparent 50%, yellow 50%);
}

/* ボタンの設定 */
.btn {
  padding: 20px 55.5px;
  background-color: #295525;
  color: white;
  font-size: 22px;
  font-weight: bold;
  border-radius: 38px;
}

/* コンセプトエリア */
.consept {
  text-align: center;
}

.consept-text {
  padding-top: 71px;
  margin-bottom: 40px;
}

.consept-text p {
  font-size: 26px;
  font-weight: bold;
  line-height: 2.5em;
}

.consept-text-smp {
  display: none;
}

/* こだわりエリア */
.points {
  padding-top: 40px;
  text-align: center;
  background-color: #FFFDF6;
}

.point {
  display: flex;
  margin-bottom: 60px;
}

.point:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}

.point:nth-child(2) .point-img {
  margin-right: 25px;
}

.point:last-child {
  margin-bottom: 40px;
}

.point-side-img {
  max-width: 67px;
  width: 100%;
  margin-right: 12px;
}

.point-text-area {
  max-width: 494px;
  width: 100%;
}

.point-title-area {
  display: flex;
  width: 100%;
}

.point-title-img {
  position: relative;
  max-width: 120px;
  width: 100%;
}

.point-title-img::before{
  content: "";
  display: block;
  padding-top: 100%;
}

.point-title-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.point-title-text {
  max-width: 320px;
  width: 100%;
  margin-top: 17.5px;
}

.point-title-text p {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  margin-left: 24px;
  display: inline-block;
  width: 100%;
  line-height: 54px;
}

.point-text {
  max-width: 420px;
  width: 100%;
  margin-top: 30px;
}

.point-text p {
  font-size: 18px;
  color: #333333;
  font-weight: medium;
  text-align: left;
  line-height: 31px;
}

.point-img {
  max-width: 497px;
  width: 100%;
  height: auto;
  margin-left: 25px;
}

/* オンラインストアエリア */
.items {
  display: flex;
  justify-content: space-between;
}

.item {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  max-width: 330px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  border-radius: 3px;
}

.item p {
  color: #333333;
  font-weight: bold;
}

.item-title {
  display: inline-block;
  font-size: 22px;
  margin-top: 17px;
}

.item-price {
  font-size: 20px;
  margin-top: 37px;
}

.item-use-person {
  font-size: 18px;
  margin-top: 25px;
}

.item-veg {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.item-size {
  font-size: 40px;
  color: #295525;
}

.item img {
  max-width: 300px;
  width: 100%;
}

.item-img {
  padding: 15px 15px 0 15px;
}

.item-btn {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

/* お知らせエリア */
.news {
  background-color: #FFFDF6;
}

.news-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news-item {
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  border-radius: 3px;
  padding: 10px;
}

.article-img {
  position: relative;
  display: flex;
  margin: 0;
  max-width: 310px;
  width: 100%;
}

.article-img img {
  max-width: 310px;
  width: 100%;
}

.article-image {
  max-width: 310px;
  width: 100%;
}

.information-list {
  display: flex;
  width: 330px;
  max-width: 330px;
}

.information-list a {
  width: 100%;
  height: 100%;
}

.loop-articles {
  display: flex;
  justify-content: space-between;
}

.loop-article {
  display: flex;
  margin: 0 45px 45px 0;
}

.loop-article:nth-child(3) {
  margin: 0 0 45px 0;
}


.loop-article article {
  max-width: 330px;
  width: 100%;
}

.news-img {
  max-width: 310px;
  max-height: 206px;
  width: 100%;
}

.category-box {
  position: absolute;
  top: 0;
  right: 0;
}

.category-text {
  padding: 4px 17.5px;
  background-color: #FFF200;
  font-size: 12px;
  font-weight: bold;
  color: #295525;
}

.news-date {
  color: #295525;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.news-title {
  max-width: 310px;
  line-height: 31px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
  word-wrap: break-word;
}

.news-btn {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
}

.loop-article {
  position: relative;
}

.article-img a {
  width: 100%;
}

/* イベントエリア */
.dashed-block {
  max-width: 1080px;
  width: 100%;
  border: 3px dashed #090803;
  display: flex;
}

.seasons {
  display: flex;
  margin-top: 70px;
  margin-left: 24px;
  margin-right: 24px;
  max-width: 1080px;
  width: 100%;
}

.season {
  display: flex;
  width: 100%;
}

.season-block {
  width: 100%;
}

.season-img {
  position: relative;
}

.season-img img {
  max-width: 202px;
  width: 100%;
}

.season-icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  max-width: 100px;
  width: 100%;
}

.season-arrow {
  margin-top: 5%;
  width: 30%;
}

.season-arrow img {
  max-width: 50px;
  width: 100%;
}

.season-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #295525;
  margin-top: 20px;
  width: 100%;
}

.season-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 78px;
  width: 100%;
}

/* ギャラリーエリア */
.gallery {
  background-color: #FFFDF6;
}

.images-block {
  margin: 70px auto 0;
}

.images-block-line {
  display: flex;
  justify-content: center;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.image-block {
  width: 33.3%;
  position: relative;
  max-width: 300px;
  max-height: 300px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.image-block:nth-child(3n) {
  width: 33.3%;
  position: relative;
  max-width: 300px;
  max-height: 300px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.image-block::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.image-block img {
  position: absolute;
  max-width: 300px;
  width: 100%;
  max-height: 297px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.gallery-btn {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

/* footerの設定 */

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

.footer-logo img {
  max-width: 120px;
  width: 100%;
  margin-bottom: 20px;
}

.footer-logo p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.footer-address {
  margin-bottom: 20px;
}

.footer-tel {
  margin-bottom: 40px;
  line-height: 20px;
}

.footer-menu {
  margin-bottom: 31px;
}

.footer-menu-content {
  display: flex;
  justify-content: center;
}

.footer-menu-content p {
  color: #333333;
  font-weight: bold;
  padding: 0 33px;
  border-right: 1px #707070 solid;
}

.footer-menu-content p:last-child {
  border-right: none;
}

.copyright-area {
  background-color: #295525;
  height: 50px;
  display: table;
  width: 100%;
}

.copyright {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
}
