@charset "utf-8";
/* CSS Document */
/*  Reset CSS
==============*/
* {
  margin: 0;
  padding: 0;
}
/*article, aside, details, figcaption, figure, footer, header, main, recipe, nav, section {
  display: block;
}*/
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.5;
  font-size: 15px;
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-style: normal;
  background-image: url("../img/bg-line.png");
  background-repeat: no-repeat;
  background-size: cover;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, input, select, textarea {
  vertical-align: middle;
}
a {
  color: #453d43;
  transition: 0.5s;
}
a:hover {
  color: #d53e04;
}
a:hover img {
  opacity: 0.7;
}
/*
===========================
  Base Layout
==========================
*/
/*container*/
.container {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
/*grid*/
@media screen and (min-width: 768px) {
  /*汎用2カラム,3カラム指定*/
  .pc-grid-col2, .pc-grid-col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*3カラムの列幅*/
  .pc-grid-col3 .col {
    width: 31.9148%;
  }
}
/*
=================================
  Modules（Block）
=================================
*/
.section {
  text-align: center;
}
/*header
--------------------*/
.header {
  position: relative;
  height: calc(100vh - 5px);
  background: url("../img/hd_img.jpg") center center no-repeat;
  background-size: cover;
}

/*ZOOM--------------*/
.zoom {
width: 100%;
height: 100%;
overflow: hidden
}

.zoom-2 img {
width: 100%;
height: auto;
animation: animationZoom2 10s ease-in-out infinite;
}
@keyframes animationZoom2 {
50% { transform: scale(1.1)}
}
/*--------------------*/

.header-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 640px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
}
.header-logo {
  margin-bottom: 40px;
  drop-shadow: 0 0 50 #fff;
}
.header-msg {
  color: #FFFFFF;
  text-shadow: 0 0 10px #fff;
  font-size: 17px;
  height: 100px;
  line-height: 1.8;
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 10px;
}
/*global navigation
--------------------*/
.gnav {
  background: #998675;
  opacity: 0.8;
}
.gnav ul {
  display: flex;
}
.gnav li {
  width: 25%;
}
.h2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  transform: scale(0.8 0.8);
}
.gnav a {
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  font-family: "BIZ UDMincho", serif;
  font-size: 20px;
  color: #fff;
  z-index: 50;
}
.gnav a:hover {
  background: #c7b299;
}
.heading {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}
/* 7 Groups
--------------------*/
#groups {
  /*  margin: 30px;
*/ text-align: center;
  /*  padding-bottom: 100px;
*/
}
.grp_heading {
  padding-top: 100px;
  padding-bottom: 80px;
}
.grp {
  transform: scale(1.1, 1.1);
  padding-bottom: 150px;
}
/*recipe more ボタン
--------------------*/
.more {
  margin-left: 40px;
  margin-bottom: -50px;
}
/*Pickuprecipe
--------------------*/
.pup {
  margin-top: 20px;
}
.pup-text {
  font-weight: bold;
  color: #f15a24;
}
#h2 img {
  padding-bottom: 15px;
}
.recipe_heading p {
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 9px;
  line-height: 30px;
  font-size: 18px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.col {
  padding-bottom: 50px;
  line-height: 30px;
}
.recipe-list {
  text-align: center;
}
.recipe-list li {
  margin-bottom: 20px;
  /*  border: 1px solid #d8c7a0;
  box-sizing: border-box;*/
}
.recipe-text {
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
}
/*モーダル-------------------*/
.btn {
  display: block;
  width: 243px;
  height: 344px;
  background: no-repeat;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  opacity: 0.8;
}
.remodal {
  /*  padding: 0;
*/ background: #f1ece5;
}
.remodal-cancel {
  width: 100%;
  color: #fff;
  background: #998675;
}
.remodal-cancel:hover {
  background: #c7b299;
}
.embed-container {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  color: #998675;
  margin: 30px;
}
h3, h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  /*  letter-spacing: 0.3px;
*/ padding-bottom: -30px;
}
h4 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.embed-container p {
  /*  width: 470px;
*/
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.1px;
  line-height: 28px;
  list-style-image: none;
  text-align: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.remodal-cancel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.4px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tag {
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 160px;
  transform: scale(1.1, 1.1);
}
/*--------モーダル終わり--------*/
/*news
--------------------*/
.news_heading {
  padding-top: 100px;
  position: relative;
  text-align: center;
}
#news {
  /*  padding-top: 50px;
  padding-left: 10px;*/
  padding-bottom: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4;
  list-style: none outside;
  text-align: center;
}
.news-list .item a {
  width: 750px;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #453d43;
  border-bottom: 2px dotted #998675;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 30px;
  padding-bottom: 20px;
}
.news-list .item date {
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #453d43;
  padding: 0 20px 0 0;
}
.news-list .item .category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span {
  background: #998675;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .text {
  /*        margin: 0;
*/ width: 100%;
  text-align: left;
}
.news-list .item a:hover .text {
  color: #998675;
}
/*workshop
--------------------*/
@media screen and (min-width: 768px) {
  .ws_base {
    width: 54.7619%; /* 230÷420×100 */
  }
  #ws_base {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    padding-bottom: 100px;
  }
  .ws_heading {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*about
--------------------*/
  @media screen and (min-width: 768px) {
    .about_base {
      width: 54.7619%; /* 230÷420×100 */
    }
    .about_base {
      background-image: url(../img/about.png);
      padding-right: 170px;
      padding-top: 20px;
      box-sizing: border-box;
      position: relative;
    }
    .about_base {
      width: 59.7014%; /* 400÷670×100 */
      margin: 0 auto 20px;
    }
/*    .about-msg {
      color: #453d43;
      position: absolute;
    }*/
    .ab_heading {
      padding-bottom: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .about-heading {
      display: block;
      padding: 8px 10px;
      margin: 0 auto 10px;
      border-radius: 2em;
      background: #d8c7a0;
      color: #fff;
      font-size: 14px;
      text-align: center;
    }
    /*access
--------------------*/
    .access_title {
      padding-top: 100px;
      padding-bottom: 25px;
    }
    /*Google Map
--------------------*/
    .map {
      position: relative;
      text-align: center;
      padding-bottom: 90px;
    }
    .map iframe {
      text-align: center;
      /*  position: absolute;
*/ width: 600px;
      height: 450px;
    }
    .map p {
      padding-top: 30px;
      font-family: "Noto Sans JP", sans-serif;
    }
    /*footer
--------------------*/
    @media screen and (min-width: 768px) {
      .footer-info {
        display: flex;
        justify-content: space-between;
      }
      .footer-info-ph {
        width: 31.9148%;
      }
      .footer-info-data {
        width: 65.9574%;
      }
    }
    #footer {
      background-color: #998675;
      width: 100%;
      padding-bottom: 10px;
    }
    .footer-info-ph {
      margin-top: 60px;
    }
    .footer-info-title {
      margin-bottom: 20px;
    }
    .footer-info-list {
      color: #f1ece5;
      margin-top: 60px;
      margin-bottom: 20px;
      font-family: "Noto Sans JP", sans-serif;
      line-height: normal;
    }
    .footer-info-list dt {
      clear: left;
      float: left;
      width: 7em;
      margin-bottom: 10px;
    }
    .footer-info-list dd {
      margin-bottom: 10px;
      overflow: hidden;
      text-align: left;
    }
    .copyright {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 18px;
      letter-spacing: 0.4;
      color: #f1ece5;
      text-align: center;
      padding-top: 50px;
    }
    /*SNS*/
    .top_sns {
      width: 45px;
      height: 45px;
      position: fixed;
      right: 30px;
      bottom: 300px;
    }
    .top_sns a {
      color: #c7b299;
      display: block;
      padding-top: 20px;
      width: 40px;
      height: 40px;
    }
    .top_sns a:hover {
      opacity: 0.5;
    }
    /*pagetop*/
    .pagetop {
      width: 45px;
      height: 45px;
      position: fixed;
      right: 30px;
      bottom: 60px;
    }
    .pagetop a {
      display: block;
      width: 45px;
      height: 45px;
      padding-top: 10px;
      box-sizing: border-box;
      background: #c7b299;
      border-radius: 50%;
      font-family: "Noto Sans JP", sans-serif;
      text-decoration: none;
      text-align: center;
      font-size: 12px;
    }
    .pagetop a:hover {
      background: rgba(255, 255, 255, 0.8);
      color: #453d43;
    }
    .pagetop a::before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      margin: auto;
      border-top: 1px solid #453d43;
      border-right: 1px solid #453d43;
      transform: rotate(-45deg);
    }
    @font-face {
      font-family: 'icomoon';
      src: url('fonts/icomoon.eot?laj4ml');
      src: url('fonts/icomoon.eot?laj4ml#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?laj4ml') format('truetype'), url('fonts/icomoon.woff?laj4ml') format('woff'), url('fonts/icomoon.svg?laj4ml#icomoon') format('svg');
      font-weight: normal;
      font-style: normal;
      font-display: block;
    }
    [class^="icon-"], [class*=" icon-"] {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .icon-envelope-o:before {
      content: "\e900";
    }
    .icon-phone:before {
      content: "\e942";
    }
  }
}