/*
Theme Name: 食の道場
Description: 食の道場
*/


/* ===============================================
# 共通設定
=============================================== */
:root {
  /* 色 */
  --font_color: #101010;
  --font_sub_color: #960000;
  --btn_color: #960000;
  --bg_red: #960000;
  --bg_green: #177C42;
  --bg_orange:#f15a24;
  --bg_black:#1a1a1a;
  --bg_ttl_color: #F0ECD8;
  --white_color: #FFFFFF;
  --footer_bg: #F8F8FA;
  --light_gray: #F2F2F2;
  
  /* フォント */
  --text_font: "Noto Serif JP", serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
font-weight: 400;
font-size: inherit;
}

/* * {
  outline: 2px solid blue;
} */

html {
  font-weight: 400;
}

body {
  line-height: 1.7;
  font-family: var(--text_font);
  font-size: 18px;
  box-sizing: border-box;
  padding: 0;
  font-weight: 400;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}

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

a:hover {
  cursor: pointer;
}

ul,ol {
list-style-type: none;
}

*::before,
*::after {
  box-sizing: border-box;
}


.sp {
  display: none;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.content {
  margin-bottom: 180px;
}

.wrap {
  overflow: hidden;
}

h2 {
  font-size: 30px;
  position: relative;
  padding-top: 35px;
  text-align: center;
  z-index: 2;
  margin-bottom: 60px;
  font-weight: 400;
}

h2 span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--bg_ttl_color);
  font-size: 80px;
  z-index: -1;
  font-weight: 400;
}

.mt_30 {
  margin-top: 30px!important;
}

/* フェードイン下から */
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.5s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein.move-to-left {
  -webkit-transform: translateX(50px);
  transform: translateX(50px)
}
.fadein.move-to-left.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.fadein.move-to-right {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px)
}
.fadein.move-to-right.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

/* ボタン */
.btn {
  margin: 0 auto;
  text-align: center;
}

.btn a {
  background: var(--bg_red);
  color: #fff;
  border-radius: 5px;
  padding: 10px 40px;
  border: 1px solid var(--bg_red);
  transition: 0.5s;
}

.btn a::after {
  content: ">";
  color: #fff;
  transition: 0.5s;
  padding-left: 10px;
}

.btn a:hover {
  background: #fff;
  color: var(--font_sub_color);
}

.btn a:hover::after {
  color: var(--font_sub_color);
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  background: var(--bg_red);
  color: #fff;
  border-radius: 5px !important;
  padding: 10px 40px !important;
  border: 1px solid var(--bg_red) !important;
  transition: 0.5s !important;
  font-size: 16px !important;
}

#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus {
  background: #fff !important;
  color: var(--font_sub_color) !important;
  box-shadow: none !important;
}

#sb_instagram svg:not(:root).svg-inline--fa {
  height: 1.5em !important;
}

#sb_instagram .sbi_follow_btn svg {
  vertical-align: sub !important;
}

/* パンくず */
.breadcrumb {
  margin: 0 40px 70px 40px;
  font-size: 14px;
}

.breadcrumb span {
  padding: 5px;
}

/* 要素 */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
  content: "";
}

.absolute img {
  width: 100%;
}

.bg_pasta1-absolute {
  top: -150px;
  right: 0;
  width: 400px;
  height: 400px;
}

.bg_dolce-absolute {
  top: -575px;
  left: -60px;
  width: 370px;
  height: 370px;
}

.bg_olive-absolute {
  top: -150px;
  right: 15px;
  width: 300px;
  height: 300px;
  rotate: 4deg;
}

.bg_wine-absolute {
  top: -250px;
  left: 0;
  width: 150px;
  height: 360px;
}

.bg_tomato-absolute {
  top: -160px;
  right: 0;
  width: 250px;
  height: 300px;
}

.bg_pasta2-absolute {
  top: 800px;
  left: 0;
  width: 350px;
  height: 350px;
}

/* ===============================================
# ヘッダー
=============================================== */
#header {
  height: 0;
}

#header .header_logo {
  position: absolute;
  top: 3%;
  left: 5%;
  width: 120px;
  z-index: 100;
}

#header ul {
  position: fixed;
  bottom: 130px;
  right: 4%;
  text-align: right;
  z-index: 1000;
}

#header ul li {
  font-size: 18px;
  transition: 0.5s;
}

#header ul li:not(:last-child) {
  margin-bottom: 25px;
}

#header ul li:hover {
  color: var(--font_sub_color);
}

#tel {
  position: fixed;
  bottom: 30px;
  right: 1%;
  z-index: 1001;
  overflow: hidden;
  cursor: pointer;
}

.tel_img img {
  height: 60px;
}

/* ===============================================
# フッタ
=============================================== */
#footer {
  background: var(--footer_bg);
  padding: 80px 0;
}

.footer_inner {
  width: 93%;
  margin: 0 auto;
}

.footer_item {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bg_ttl_color);
  column-gap: 50px;
  width: 70%;
}

.footer_logo {
  width: 200px;
}

.footer_info p:not(:last-child) {
  margin-bottom: 15px;
}

.footer_sns {
  display: flex;
  column-gap: 20px;
  margin: 30px 0 0 70px;
}

.footer_icon {
  width: 60px;
}

.copyright {
  background: var(--bg_black);
  color: #fff;
  padding: 20px 0;
}

.copyright p {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}

/* ===============================================
# トップページ
=============================================== */
/* mv */
.mv_img {
  width: 100%;
}

.mv_img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.top_slider {
  margin:50px auto 100px;
}

.top_slider_lists img {
    width: 40vw;
    height: auto;
}

.top_slider_lists .slick-slide {
    transform: scale(0.8);
    transition: all .5s
}

.top_slider_lists .slick-slide.slick-center{
transform: scale(1);/*中央の画像のサイズだけ等倍に*/
opacity: 1;/*透過なし*/
}

.slick-prev,
.slick-next {
  display: none !important;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align:center;
margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:12px;/*ドットボタンのサイズ*/
  display:block;
  border-radius:50%;
  background:#ccc;/*ドットボタンの色*/
  border: none;
}


.slick-dots li.slick-active button:before  {
  color: var(--bg_orange);
  opacity: 1;
}

/* コンセプト */
#concept {
  background: url(../701/image/concept_bg.png) no-repeat center center/cover;
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
  padding: 120px 0 1px 0;
  background-size: contain;
}

.concept_logo {
  width: 280px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.concept_head {
  font-size: 30px;
  margin-bottom: 60px;
  text-align: center;
}

.concept_txt {
  font-size: 20px;
}

.concept_txt p {
  text-align: center;
}

.concept_txt p:not(:last-child) {
  margin-bottom: 20px;
}

/* スライダー */
#slider {
  margin-top: 60px;
}

.slider img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin:0 10px;/*スライド左右の余白調整*/
}

/* メニュー */
/* #menu .content {
  position: relative;
}

#menu .content::before {
  position: absolute;
  content: "";
  background: url(../701/image/bg_pasta1.png) right top no-repeat;
  background-size: 100% auto;
  width: 682px;
  height: 507px;
  top: -150px;
  right: -550px;
  z-index: 1;
} */

.menu_list {
  display: flex;
  column-gap: 80px;
  align-items: center;
}

.menu_list:not(:last-child) {
  margin-bottom: 80px;
}

.menu_img {
  width: 54%;
}

.menu_img img {
  height: 500px;
  object-fit: cover;
}

.menu_body {
  width: 40%;
}

.menu_ttl {
  position: relative;
  color: var(--font_sub_color);
  padding-bottom: 40px;
}

.menu_ttl::after {
  position: absolute;
  content: "";
  background: url(../701/image/b_line.png)no-repeat center center/cover;
  top: 55px;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  rotate: 2deg;
}

.menu_ttl h3 {
  font-size: 35px;
  text-align: center;
}

.menu_ttl p {
  font-size: 20px;
  text-align: center;
}

.menu_set p {
  text-align: center;
}

.menu_set p:not(:last-child) {
  margin-bottom: 15px;
}

/* ワイン */
#wine .content {
  position: relative;
}

.wine_container {
  position: absolute;
  content: "";
  top: 200px;
  right: 15%;
  color: #fff;
}

#wine h3 {
  font-weight: 400;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
  font-size: 25px;
}

#wine h3::after {
  position: absolute;
  content: "";
  background: url(../701/image/w_line.png)no-repeat center center/cover;
  top: 25px;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  rotate: 2deg;
}

video {
  max-width: 100%;
}

.voice_box {
  display: inline-block;
  width: 31%;
  margin:1%;
}

.school_box {
  display: inline-block;
  width: 45%;
  margin:2%;
}

.school_title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.slide-navigation .item ,.slide-navigation2 .item{
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  width: 32.5%;
  height: 100%;
  margin: 5px 0 0 0;
  padding: 0;
  box-sizing:border-box;
}


.slide-navigation .item::before ,.slide-navigation2 .item::before{
  display: block;
  /*padding-top: 70%;*/
  content: "";
}

.slide-navigation .item img ,.slide-navigation2 .item img{
  opacity: 0.4;
}

.slide-navigation .current img ,.slide-navigation2 .current img{
  opacity: 1;
}



/* ニュース */
.news ul {
  margin-bottom: 60px;
}

.news li {
  
}

.news li:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--bg_ttl_color);
}

.news li:not(:first-child) {
  padding-top: 50px;
}

.news li a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.news li a:hover {
  opacity: 0.6;
  color: #666;
}

.news_date {
  width: 20%;
}

.news_ttl {
  width: 70%;
}

.news_arrow {
  width: 10%;
}

.news_arrow img {
  width: 70px;
  vertical-align: baseline;
}

/* プロフィール */
#profile .content {
  position: relative;
}

.profile_item {
  position: absolute;
  content: "";
  background: rgba(255,255,255,0.78);
  margin-bottom: 20px;
  width: 600px;
  top: 25%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 100px;
  padding: 60px 50px;
}

.profile_item h4 {
  font-size: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(150, 0, 0, 0.6);
  margin-bottom: 20px;
}

#profile table {
  border-spacing: 10px;
}

#profile table tr {
  vertical-align: baseline;
}

#profile table tr td:first-child {
  width: 15%;
}

#profile table tr td:last-child {
  width: 85%;
}

/* 契約農家 */
/* .farmer_img {
  box-shadow: 25px 25px 0 0 rgba(240,236,216,0.8);
  margin-bottom: 80px;
} */

.farmer_slider {
  width: 100%;
  margin-bottom: 80px;
}


.farmer_slider img {
  width:100vw;
  height: 600px;
  object-fit: cover;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align:center;
margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:70px;/*ドットボタンのサイズ*/
  height:5px;/*ドットボタンのサイズ*/
  display:block;
  background:#ddd;/*ドットボタンの色*/
  border: none;
}

.slick-dots .slick-active button{
  background: var(--bg_red);/*ドットボタンの現在地表示の色*/
}

.farmer_logo {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.farmer_body p {
  text-align: center;
  margin-bottom: 40px;
}

/* アクセス */
#access iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 45px;
}

.access_info {
  margin-bottom: 54px;
}

.access_info p {
  text-align: center;
}

.access_info :not(:last-child) {
  margin-bottom: 16px;
}

.access_img {
  width: 74%;
  max-width: 800px;
  margin: 0 auto;
}


/* ===============================================
# 下層ページ
=============================================== */
/* 投稿ページ */
#post h5 {
  margin-bottom: 40px;
}

.post_mv {
  margin-bottom: 20px;
  position: relative;
}

.post_mv p {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 20px 100px;
  background: rgba(255,255,255,0.8);
  font-size: 22px;
}


.post_mv-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.post_body {
  margin-bottom: 60px;
  overflow-wrap: break-word;
}

.post_arrow {
  width: 80%;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

#post strong .s1 {
  font-weight: 700;
}

.post_body a {
  color: var(--font_sub_color);
}

.post_single-img {
  opacity: 0.6;
}

.post_single-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}



.post_item-img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}



@media screen and (max-width: 1080px) {
  /* 共通 */
  .inner {
    width: 95%;
  }

  .content {
    margin-bottom: 120px;
  }

  .bg_pasta1-absolute {
    top: -100px;
    right: 0;
    width: 200px;
    height: 200px;
  }

  .bg_dolce-absolute {
    top: -200px;
    left: 0;
    width: 180px;
    height: 180px;
}

  .bg_olive-absolute {
  top: -150px;
  width: 250px;
  height: 210px;
  }

  .bg_wine-absolute {
    top: -200px;
    left: 0;
    width: 120px;
    height: 300px;
  }

  .bg_tomato-absolute {
    width: 200px;
    height: 220px;
  }

  .bg_pasta2-absolute {
    width: 200px;
    height: 200px;
  }



  /* ヘッダ */
  .pc {
    display: none!important;
  }

  .sp_content {
    display: block;
  }

  .drawer_toggle  {
    background: var(--bg_orange);
  }

  /* sp-drawer */
  .sp_content {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .sp_content_lists p {
    font-size: 18px;
    color: #fff;
  }

  .sp_content .sp_content_lists {
    display: flex;
  }

  .sp_content .sp_content_lists .sp_content_list {
    width: 10%;
    position: fixed;
    right: 3%;
    top: 5%;
  }


  .sp_content .sp_tel {
    display: flex;
    justify-content: center;
    padding: 20.7px 0;
    column-gap: 10px;
    align-items: center;
  }

  .sp_drawer_hamburger {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    /* z-index: 99999999; */
    width: 40px;
    height: 40px;
    cursor: pointer;
		transition: .3s;
}


.sp_drawer_nav {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 100vh;
  opacity: 0.95;
  display: block;
  right: : -120%;
  left: 0;
  transition: right .5s;
  text-align: center;
  z-index: -1;
  background: #fff;
}



/*ハンバーガー*/
.drawer_toggle {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: -15px;
  right: 28%;
}

.drawer_toggle span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 12px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  width: 25px;
}

.drawer_toggle p {
  position: absolute;
  top: 10px;
  right: -60px;
}

.drawer_toggle span:nth-of-type(1) {
  top: 15px;
}

.drawer_toggle span:nth-of-type(2) {
  top: 25px;
}

.drawer_toggle span:nth-of-type(3) {
  top: 35px;
}

.drawer_toggle.is-open span:nth-of-type(1){
  top: 20px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
  background: #fff;
} 

.drawer_toggle.is-open span:nth-of-type(2) {
  opacity: 0;
}

.drawer_toggle.is-open span:nth-of-type(3) {
  top: 32px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
  background: #fff;
}

.drawer_toggle li:not(:last-child) {
  margin-bottom: 26px;
}

.sp_drawer_items {
  padding-top: 100px;
  padding-left: 50px;
}

.sp_drawer_items li {
  margin-bottom: 20px;
}

.sp_drawer_items li a {
  transition: 0.5s;
}

.sp_drawer_items li a:hover {
  color: var(--font_sub_color);
}

.sp_drawer_items li a {
  display: inline-block ;
}

.sp_drawer_items li span {
  display: block;
}

.sp_drawer_nav.is-open {
  bottom: 0;
}

  /* フッタ */
  .copyright {
    margin-bottom: 70px;
  }

  /* トップページ */
  /* mv */
  .mv_img img {
    height: calc(100vh - 70px);
  }

  /* ワイン */
  .wine_container {
    top: 100px;
    right: 10%;
  }

  #wine h3 {
    padding-bottom: 30px;
    font-size: 22px;
  }

  #wine h3::after {
    top: 15px;
  }

  .wine_txt p {
    font-size: 14px;
  }

  /* トップページ */
  .profile_item {
    width: 500px;
    top: 20%;
    left: 50px;
    padding: 40px 50px;
}

  /* プロフィール */
  .profile_item {
    width: 400px;
    top: 27%;
    left: 30px;
    padding: 20px 20px;
  }

  .profile_item h4 {
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  #profile table {
    border-spacing: 5px;
    font-size: 14px;
  }

  /* 契約農家 */
  .farmer_img {
    width: 85%;
    margin: auto;
    margin-bottom: 60px;
  }

  /* 下層ページ */
  .post_arrow {
    width: 100%;
  }

  .post_mv p {
    width: 60%;
  }
}
/* @media screen and (max-width: 1080px) */


/* ===============================================
# タブレット
=============================================== */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .inner {
    width: 95%;
    max-width: 700px;
  }

  .btn {
    font-size: 14px;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 40px;
    padding-top: 10px;
  }

  h2 span {
    font-size: 50px;
  }

  .bg_pasta2-absolute {
    top: 700px;
    width: 150px;
    height: 150px;
  }

  /* ヘッダ */


  /* フッタ */
  .footer_item {
    width: 100%;
  }

  .footer_logo {
    width: 200px;
  }

  /* トップページ */
  /* メニュー */
  .menu_ttl::after {
    width: 50%;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .menu_ttl h3 {
    font-size: 28px;
  }

  .menu_ttl p {
    font-size: 18px;
  }

  .menu_list {
    row-gap: 50px;
  }

  .menu_list:first-child {
    flex-direction: column;
  }

  .menu_list:not(:first-child) {
    flex-direction: column-reverse;
  }

  .menu_img {
    width: 100%;
  }

  .menu_img img {
    width: 100%;
    height: 400px;
  }

  .menu_body {
    width: 100%;
  }

  /* ワイン */
  .wine_container {
    top: 100px;
    right: 0;
    left: 0;
  }

  #wine h3 {
    padding-bottom: 40px;
    font-size: 30px;
  }

  #wine h3::after {
    top: 25px;
  }

  .wine_txt p {
    text-align: center;
    font-size: 18px;
  }

  /* ニュース */
  .news li:not(:last-child) {
    padding-bottom: 30px;
  }

  .news li:not(:first-child) {
    padding-top: 30px;
  }

  .news li a {
    font-size: 12px;
  }

  .news_date {
    width: 23%;
  }

  .news_ttl {
    width: 67%;
  }

  .news_arrow {
    width: 8%;
    padding-left: 10px;
  }

  /* プロフィール */
  #profile table {
    border-spacing: 3px 15px;
    font-size: 14px;
  }

  .profile_item {
    width: 95%;
    margin: 0 auto;
    /* left: 0;
    right: 0;
    padding: 27px 22px;
    top: 560px; */
    display: block;
    position: static;
  }

  .profile_item h4 {
    font-size: 22px;
  }

  .profile_img {
    width: 95%;
    margin: 0 auto;
  }

  #profile table tr td:first-child {
    width: 15%;
  }

  #profile table tr td:last-child {
    width: 80%;
  }

  /* 契約農家 */
  .farmer_slider {
    margin-bottom: 60px;
  }

  .farmer_slider img {
    height: 450px;
  }

  /* 下層ページ */
  .post_mv p {
    padding: 20px 50px;
    font-size: 18px;
  }

}
/* タブレット終わり */


/* ===============================================
# スマホ
=============================================== */
@media screen and (max-width: 420px) {

  .inner {
    width: 95%;
    max-width: 375px;
  }

  .content {
    margin-bottom: 120px;
  }


  .breadcrumb {
    margin: 0 20px 40px 5px;
    font-size: 12px;
  }

  /* 装飾 */
  .bg_pasta1-absolute {
    top: -80px;
    right: 0;
    width: 120px;
    height: 120px;
  }

  .bg_dolce-absolute {
    top: -130px;
    left: 0;
    width: 120px;
    height: 120px;
  }

  .bg_olive-absolute {
    top: -80px;
    right: 10px;
    width: 140px;
    height: 120px;
    rotate: 5deg;
  }

  .bg_wine-absolute {
    top: -150px;
    left: 0;
    width: 80px;
    height: 200px;
}

  .bg_tomato-absolute {
    top: -120px;
    right: 0;
    width: 120px;
    height: 120px;
  }

  .bg_pasta2-absolute {
    top: -80px;
    left: 0;
    width: 120px;
    height: 120px;
  }

  /* ヘッダ */
  .home #header .header_logo {
    width: 120px;
    margin: 0 auto;
    top:4%;
    left: 0;
    right: 0;
  }

  .blog #header .header_logo,
  .single #header .header_logo {
    width: 100px;
    left: 10px;
  }

#tel {
  bottom: 0;
  right: 0;
}

.tel_img img {
  height: auto;
  width: auto;
}



  .sp_drawer_items li {
    margin-bottom: 20px;
  }

  .top_slider_lists img {
   width: 90vw;
    }


  /* フッタ */
  #footer {
    padding: 60px 0;
  }

  .footer_logo {
    width: 200px;
    margin: 0 auto;
  }

  .footer_item {
    flex-direction: column;
    row-gap: 30px;
    width: 100%;
    justify-content: center;
  }

  .footer_info p {
    text-align: center;
  }

  .footer_sns {
    justify-content: center;
    margin: 30px 0 0 0;
  }

  .footer_icon {
    width: 40px;
  }

  /* トップページ */

  /* コンセプト */
  #concept {
    padding: 60px 0 1px 0;
    background-size: cover;
  }

  .concept_logo {
    width: 230px;
    margin-bottom: 20px;
  }

  .concept_head {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .concept_txt {
    font-size: 22px;
  }






  /* メニュー */
  .menu_ttl::after {
    width: 100%;
  }

  .menu_img img {
    height: 250px;
  }

  /* ワイン */
  .wine_container {
    top: 30px;
  }

  #wine h3 {
    font-size: 22px;
  }

  .wine_txt p {
    font-size: 16px;
  }



.voice_box {
  display: block;
  width: auto;
  margin:1%;
}


.school_box {
  display: block;
  width: auto;
  margin-bottom: 120px;
}

  /* ニュース */
  .news_date {
    width: 28%;
  }

  .news_ttl {
    width: 62%;
  }

  /* プロフィール */
  .profile_img {
    width: 95%;
  }

  .profile_item {
    padding: 20px 0 0 0;
  }

  #profile table tr td:first-child {
    width: 13%;
  }

  /* 契約農家 */
  .farmer_slider {
    margin-bottom: 20px;
  }

  .farmer_slider img {
    height: 250px;
  }

  /* ドット */
  .slick-dots {
    margin: 10px 0 0 0;
}

.slick-dots button {
  width: 40px;
  height: 3px;
}

  .farmer_logo {
    width: 200px;
  }

  /* アクセス */
  #access iframe {
    height: 250px;
  }

  .access_img {
    width: 100%;
  }

  /* 投稿 */
  .post_mv-img img {
    height: 200px;
  }

  .post_single-img img {
    height: 250px;
  }

}
/* スマホ終わり */
