@charset "UTF-8";
/*--------------------------------------------

日本一の国産レモン「せとだレモン」のご紹介｜khb東日本放送
https://www.khb-tv.co.jp/khb/setodalemon/

---------------------------------------------*/
/*--------------------------------------------
   [00] 基本設定
---------------------------------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif; }

html {
  font-size: 62.5%;
  /*1rem=10px*/ }

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #221e17; }

img {
  max-width: 100%;
  height: auto;
  text-align: center; }

a {
  transition: 0.4s;
  color: #009150;
  text-decoration-line: underline; }
  a:hover {
    transition: 0.4s;
    opacity: 0.7; }

::selection {
  background: #221e17;
  color: #ffffff; }

h1, h2, h3, h4, h5, th {
  font-weight: 700;
  font-family: 'Zen Maru Gothic', serif; }

main {
  width: 100%;
  overflow: hidden; }

.wrap {
  overflow: hidden; }

/*セクション設定-------------------------*/
.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1; }

section {
  padding: 75px 0;
  /*&:nth-of-type(2n+1) {
    background-color: #ffffff;
    h2 {
      color: #ffffff;
    }
  }*/ }
  section > .w_limit_1280 {
    padding: 100px 5%;
    border-radius: 25px;
    background: white; }

.bg_transparent {
  background-color: transparent !important; }

.bg_cta {
  background: linear-gradient(90deg, #e9491c 0%, #c47f39 100%) !important; }

.w_limit_sp {
  width: 94%; }

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto; }

.w_limit_1180 {
  max-width: 1180px;
  margin: 0 auto; }

.w_limit_1100 {
  max-width: 1100px;
  margin: 0 auto; }

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto; }

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto; }

.w_90per {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto; }

h2 {
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
  display: block;
  font-size: 3.2rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
  /*	text-shadow: 5px 5px 0px rgba(255,255,255,1);*/
  z-index: 1; }
  h2::after {
    content: '';
    height: 12px;
    width: 90px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    z-index: -1;
    background-size: auto auto;
    background: #f5d421; }

h2 span.hishi {
  content: '';
  display: inline-block;
  margin: auto;
  z-index: -1;
  background-size: auto auto;
  background: linear-gradient(90deg, #e9491c 0%, #062c70 100%);
  transform: skewX(-30deg);
  text-shadow: none;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 2.4rem;
  letter-spacing: 0.2em; }
  h2 span.hishi span {
    display: block;
    transform: skewX(30deg) !important;
    padding: 0 10px; }

/*
flexbox
------------*/
.flex_cal2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .flex_cal2 > figure {
    display: block;
    width: 45%; }
  .flex_cal2 > div {
    width: 50%; }

.flex_cal2_even {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .flex_cal2_even > li, .flex_cal2_even > div {
    width: calc(100%/2); }
    .flex_cal2_even > li:nth-of-type(2n), .flex_cal2_even > div:nth-of-type(2n) {
      margin-right: 0; }
    .flex_cal2_even > li figure, .flex_cal2_even > div figure {
      text-align: center; }
      .flex_cal2_even > li figure img, .flex_cal2_even > div figure img {
        width: 100%;
        height: auto; }

.flex_cal3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .flex_cal3 > li, .flex_cal3 > div {
    width: calc(90%/3);
    margin-right: calc(10%/2); }
    .flex_cal3 > li:nth-of-type(3n), .flex_cal3 > div:nth-of-type(3n) {
      margin-right: 0; }
    .flex_cal3 > li figure, .flex_cal3 > div figure {
      text-align: center; }
      .flex_cal3 > li figure img, .flex_cal3 > div figure img {
        max-width: 270px;
        width: 100%;
        height: auto; }

.flex_cal4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .flex_cal4 > li, .flex_cal4 > div {
    width: calc(90%/4);
    margin-right: calc(10%/3); }
    .flex_cal4 > li:nth-of-type(4n), .flex_cal4 > div:nth-of-type(4n) {
      margin-right: 0; }
    .flex_cal4 > li figure, .flex_cal4 > div figure {
      text-align: center; }
      .flex_cal4 > li figure img, .flex_cal4 > div figure img {
        max-width: 270px;
        width: 100%;
        height: auto; }

@media screen and (max-width: 767px) {
  .flex_cal2 {
    flex-direction: column; }
    .flex_cal2 > figure {
      text-align: center;
      width: 100%;
      margin-bottom: 15px; }
    .flex_cal2 > div {
      width: 100%; }

  .flex_cal3 {
    flex-direction: column; }
    .flex_cal3 > li, .flex_cal3 > div {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .flex_cal3 > li:last-of-type, .flex_cal3 > div:last-of-type {
        margin-right: 0; }
      .flex_cal3 > li figure, .flex_cal3 > div figure {
        text-align: center; }
        .flex_cal3 > li figure img, .flex_cal3 > div figure img {
          width: 270px; }

  .flex_cal2_even {
    flex-direction: column; }
    .flex_cal2_even > div {
      margin: auto;
      text-align: center;
      width: 100%; } }
h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 10px 15px;
  margin-bottom: 15px;
  padding-left: 25px;
  /*border-left: solid 10px $setoda_green;
	border-bottom: solid 1px $black;*/
  position: relative;
  /*&:after{
		content: '';
		position: absolute;
		background-color: $black;
		width: 100%;
		height: 1px;
		Lbottom: 0;
		left: 0;
	}*/ }
  h3:before {
    content: '';
    position: absolute;
    background-color: #009150;
    width: 12px;
    height: 50px;
    transform: skewX(10deg);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

h4 {
  font-size: 2.1rem;
  line-height: 1.2;
  background-color: #eeeeee;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 10px; }

h4.h4_red {
  background: linear-gradient(45deg, #941e23 0%, #ac2024 24.77%, #d72325 74.58%, #e72426 100%);
  color: #ffffff; }

h4.h4_red_waku {
  background-color: transparent;
  border-bottom: solid 2px #941e23;
  border-left: solid 10px #941e23; }

.listmark {
  padding-left: 15px;
  margin-left: 5px;
  position: relative; }

.listmark::before {
  content: '';
  background-color: #009662;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 13px;
  left: 0; }

table.default-table {
  margin: auto;
  margin-top: 15px;
  font-size: 1.8rem;
  width: 100%;
  line-height: 1.2;
  border: solid 1px #cccccc;
  background-color: #ffffff; }
  table.default-table tr:first-of-type {
    border-top: solid 1px #cccccc; }
  table.default-table tr th {
    background-color: #eeeeee;
    padding: 15px;
    width: 35%;
    text-align: center;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle;
    max-width: 300px; }
  table.default-table tr td {
    padding: 15px;
    width: 65%;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle; }

ul.default-list {
  margin: auto; }
  ul.default-list li {
    padding-left: 15px;
    margin-left: 5px;
    position: relative; }
    ul.default-list li::before {
      content: '';
      background-color: #009662;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      position: absolute;
      top: 13px;
      left: 0; }

table.table_3cal tr:first-of-type {
  border-top: solid 1px #cccccc; }
table.table_3cal tr th {
  background-color: #eeeeee;
  padding: 10px;
  width: 30%;
  text-align: center;
  border-bottom: solid 1px #cccccc;
  vertical-align: middle;
  max-width: 300px; }
table.table_3cal tr td {
  width: 35%;
  padding: 10px;
  border-bottom: solid 1px #cccccc;
  vertical-align: middle;
  text-align: center; }

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.8rem; }

  section {
    padding: 50px 0; } }
@media screen and (max-width: 600px) {
  section {
    padding: 25px 0; }
    section > .w_limit_1280, section > .w_limit_1000 {
      padding: 50px 0px; }

  body {
    font-size: 1.6rem; } }
/*--------------------------------------------
ナビゲーション
---------------------------------------------*/
nav {
  background-color: #f5d421;
  font-weight: 600;
  width: 100%; }
  nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
  nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px; }
    nav ul li {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 1.8rem;
      line-height: 1.5;
      padding: 10px 15px;
      position: relative;
      color: #221e17;
      height: 100%;
      width: calc(100%/4);
      border-left: solid 2px #ffffff;
      text-align: center;
      transition: 0.2s; }
      nav ul li.sp_only {
        display: none; }
      nav ul li:last-of-type {
        border-right: solid 2px #ffffff; }
      nav ul li:hover {
        background-color: #ffffff;
        transition: 0.2s; }
      nav ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.bgc-grad_01 {
  background: linear-gradient(90deg, #e9491c 0%, #062c70 100%); }

.bgc-setoda_yellow {
  background-color: #f5d421; }

.bgc-setoda_green {
  background-color: #009150; }
  .bgc-setoda_green:hover {
    background-color: #f5d421; }

/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg); }

/*下の階層を持っているulの指定*/
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 4;
  background-color: #221e17;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s;
  flex-direction: column;
  width: 100%; }
  nav li.has-child ul li {
    width: 100%;
    display: block;
    visibility: visible; }

/*hoverしたら表示*/
nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul, nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1; }

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6); }

nav li.has-child ul li:last-child a {
  border-bottom: none; }

.toggle {
  display: none;
  /* 初めは非表示 */ }

@media screen and (max-width: 1080px) {
  nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100vh; }
    nav ul {
      flex-direction: column; }
      nav ul li {
        font-size: 15px;
        padding: 15px 10px 15px;
        width: 100%;
        border-left: none;
        border-bottom: solid 1px #009150;
        text-align: center; }
        nav ul li.sp_only {
          display: block; }
        nav ul li:last-of-type {
          border-right: none; }
        nav ul li a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

  .has-child {
    display: none; }

  .toggle_wrap {
    background-color: #009150;
    border-left: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 9;
    border-bottom-left-radius: 10px; }

  .toggle {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    display: block;
    /* メニューアイコンを表示 */ }
    .toggle::before, .toggle::after {
      content: "";
      position: absolute;
      width: 30px;
      height: 2px;
      background-color: #ffffff;
      /* バーガーアイコンの色 */
      transition: transform 0.3s, opacity 0.3s; }
    .toggle::before {
      top: 7px; }
    .toggle::after {
      bottom: 7px; }
    .toggle.active {
      transform: rotate(180deg); }
      .toggle.active::before {
        transform: rotate(45deg);
        top: 50%; }
      .toggle.active::after {
        transform: rotate(-45deg);
        bottom: 50%; }

  nav {
    left: -100%;
    width: 75%;
    transition: 0.3s; }

  nav.show {
    left: 0;
    transition: 0.3s; } }
/*--------------------------------------------
[01] メインビジュアル
---------------------------------------------*/
#Mainvisual {
  padding: 50px 0;
  z-index: 1;
  background-image: url("../images/mv_bg.jpg");
  background-size: cover;
  background-position: center center; }
  #Mainvisual .w_limit_1280 {
    position: relative; }
  #Mainvisual h1.logo {
    z-index: 5;
    position: relative; }
    #Mainvisual h1.logo img {
      filter: drop-shadow(0px 0px 5px #ffffff); }
    #Mainvisual h1.logo p {
      font-size: 24px;
      line-height: 2;
      color: #221e17;
      text-shadow: 2px 1px 1px #ffffff, -2px 1px 1px #ffffff, 1px -2px 1px #ffffff, 1px 2px 1px #ffffff, 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 6px 6px 6px #666666;
      font-family: 'Zen Maru Gothic', serif;
      margin-left: 25px; }

.mv_float_lemon {
  position: absolute;
  top: 0;
  right: -25px;
  z-index: 0; }

@media screen and (max-width: 768px) {
  #Mainvisual {
    background-image: none;
    padding: 0;
    height: auto; }
    #Mainvisual h1.logo p {
      font-weight: 700;
      text-align: center;
      margin: 0;
      font-size: 4.4vw;
      text-shadow: none; }
      #Mainvisual h1.logo p br.br_pconly_mv {
        display: none; } }
/*--------------------------------------------
[03] ABOUT
---------------------------------------------*/
#About .flex_cal2 {
  align-items: flex-start; }
  #About .flex_cal2 > figure {
    width: 35%; }
  #About .flex_cal2 > div {
    width: 60%; }

#About .w_limit_1280 {
  padding-top: 50px;
  padding-bottom: 50px; }
  #About .w_limit_1280 > p {
    text-align: center; }

.about_container .about_box.flex_cal2 {
  margin: 100px 0; }
  .about_container .about_box.flex_cal2 > figure {
    width: 100%;
    margin-left: calc(50% - 50vw);
    flex: 2 1 680px; }
    .about_container .about_box.flex_cal2 > figure img {
      width: 100%; }
  .about_container .about_box.flex_cal2 > div {
    width: 45%;
    margin-left: 5%; }
  .about_container .about_box.flex_cal2:nth-of-type(even) > figure {
    order: 2;
    margin: 0;
    margin-right: calc(50% - 50vw); }
  .about_container .about_box.flex_cal2:nth-of-type(even) > div {
    order: 1;
    margin-left: 0%;
    margin-right: 5%; }
  .about_container .about_box.flex_cal2:last-of-type {
    margin-bottom: 0; }

.anka {
  padding-top: 70px;
  margin-top: -70px; }

.textbox_red {
  background-color: #a7161b;
  color: #ffffff;
  padding: 10px; }

.about_graybox {
  background-color: #eeeeee;
  padding: 15px;
  border-radius: 10px; }

.grayout {
  position: relative; }
  .grayout::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }

@media screen and (max-width: 1000px) {
  .about_container {
    font-size: 1.6rem; } }
@media screen and (max-width: 800px) {
  .about_container {
    width: 100% !important; }
    .about_container .about_box.flex_cal2 {
      margin: 50px 0;
      display: block;
      width: 100%; }
      .about_container .about_box.flex_cal2 > figure {
        width: 100% !important;
        margin-left: 0;
        display: block; }
        .about_container .about_box.flex_cal2 > figure img {
          width: 100%; }
      .about_container .about_box.flex_cal2 > div {
        width: 100% !important;
        display: block;
        margin-left: 0%; } }
@media screen and (max-width: 767px) {
  #About .w_limit_1280 {
    padding: 35px 5%; } }
/*--------------------------------------------
[03] Flyer
---------------------------------------------*/
section#Flyer {
  margin-top: 0;
  background: url("../images/bg_flyer.jpg"); }
  section#Flyer .cta_box {
    background-color: #ffffff;
    border: solid 10px #009150;
    border: none;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 800px;
    margin: auto;
    padding: 50px 5%;
    position: relative; }
    section#Flyer .cta_box::before {
      content: '';
      height: 20px;
      width: 250px;
      background-color: #f5d421;
      left: 0;
      right: 0;
      top: 0px;
      margin: auto;
      position: absolute; }
    section#Flyer .cta_box h2 {
      color: #009150;
      padding-bottom: 20px;
      border-bottom: solid 1px #f5d421;
      margin-bottom: 20px;
      font-size: 2.4rem; }
      section#Flyer .cta_box h2:after {
        display: none; }
    section#Flyer .cta_box .atesaki {
      text-align: center;
      font-weight: 600;
      margin-bottom: 25px; }

/*--------------------------------------------
[0X] お知らせ
---------------------------------------------*/
.news-container {
  background-color: #ffffff; }
  .news-container li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: dashed 1px #785759;
    padding: 15px 3%;
    /*
        &:first-of-type{      
    border-bottom: dashed 1px #785759;
        }
        */ }
    .news-container li a.Btn {
      margin: 15px 0; }

.news-date {
  width: 14%;
  margin-right: 5%;
  font-weight: 600;
  /*color: #A69091;*/ }

.news-title {
  width: 81%; }

@media screen and (max-width: 767px) {
  .news-container li {
    flex-direction: column;
    padding: 15px 6%; }
    .news-container li:first-of-type {
      border-top: solid 1px #cccccc; }

  .news-date {
    width: 100%;
    margin-right: 3%; }

  #News .w_limit_1280 {
    padding-top: 35px;
    padding-bottom: 25px; } }
/*----------------------------
 [04]使用店舗のご紹介
----------------------------*/
#Shop h3 {
  color: #009150; }

ul.shop_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px; }
  ul.shop_list li {
    width: calc(100%/3) !important;
    margin-right: calc(0%/2);
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    width: auto;
    max-width: auto;
    text-align: center;
    padding: 15px;
    border-left: dashed 1px #009150;
    margin-bottom: 35px; }
    ul.shop_list li:nth-of-type(3n), ul.shop_list li:last-of-type {
      margin-right: 0;
      border-right: dashed 1px #009150; }
    ul.shop_list li .shop_name {
      font-size: 2.1rem;
      font-weight: 600;
      margin-bottom: 15px;
      font-family: 'Zen Maru Gothic', serif; }

.js-animation.poyoyon2 {
  -webkit-transform: perspective(1px) translateZ(0) scale(0.8);
  transform: perspective(1px) translateZ(0) scale(0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-delay: 0.5s; }

.js-animation.is-show.poyoyon2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.cautionBox {
  margin-top: 50px; }

@media screen and (max-width: 1080px) {
  ul.shop_list li {
    width: calc(100%/2) !important;
    margin-right: calc(0%/1);
    font-size: 1.8rem;
    width: auto;
    max-width: auto;
    text-align: center;
    padding: 15px;
    border-left: dashed 1px #009150;
    margin-bottom: 35px; }
    ul.shop_list li:nth-of-type(2n), ul.shop_list li:last-of-type {
      margin-right: 0;
      border-right: dashed 1px #009150; }
    ul.shop_list li:nth-of-type(3n) {
      border-right: none; }
    ul.shop_list li .shop_name {
      font-size: 2.1rem;
      font-weight: 600;
      margin-bottom: 15px;
      font-family: 'Zen Maru Gothic', serif; } }
@media screen and (max-width: 600px) {
  ul.shop_list {
    flex-direction: column; }
    ul.shop_list li {
      width: calc(100%) !important;
      display: block;
      font-size: 1.8rem;
      line-height: 1.5;
      width: auto;
      max-width: auto;
      text-align: center;
      padding: 30px 15px;
      border-left: none;
      border-bottom: dashed 1px #009150;
      margin-bottom: 0; }
      ul.shop_list li:nth-of-type(2n), ul.shop_list li:last-of-type {
        margin-right: 0;
        border-right: none; }
      ul.shop_list li:nth-of-type(3n) {
        border-right: none; }
      ul.shop_list li .shop_name {
        font-size: 2.1rem;
        font-weight: 600;
        margin-bottom: 15px;
        font-family: 'Zen Maru Gothic', serif; } }
/*--------------------------------------------
[0X] CTA
---------------------------------------------*/
#CTA {
  background: url("../images/bg_cta.jpg"); }

.cta_box {
  position: relative;
  background-color: #ffffff;
  border: solid 10px #009150;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 800px;
  padding: 50px 5%; }
  .cta_box::before {
    content: '';
    height: 20px;
    width: 250px;
    background-color: #f5d421;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;
    position: absolute; }
  .cta_box h2 {
    color: #009150;
    padding-bottom: 20px;
    border-bottom: solid 1px #f5d421;
    margin-bottom: 20px; }
    .cta_box h2:after {
      display: none; }
  .cta_box .atesaki {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px; }

ul.cta_contactbox li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-top: dashed 1px #c3c3c3;
  padding: 15px 5%;
  font-weight: 600;
  line-height: 1.5;
  align-items: center; }
  ul.cta_contactbox li > div:nth-of-type(1) {
    margin-right: 25px; }
  ul.cta_contactbox li .number {
    font-size: 3.2rem;
    color: #009150; }
  ul.cta_contactbox li .address {
    font-size: 2.6rem; }
  ul.cta_contactbox li .cta_title {
    text-align: center;
    color: #ffffff;
    background-color: #009150;
    border-radius: 50px;
    padding: 0px 20px;
    font-size: 1.6rem; }

@media screen and (max-width: 768px) {
  ul.cta_contactbox li {
    flex-direction: column;
    border-top: dashed 1px #c3c3c3;
    padding: 15px 5%;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    align-items: center; }
    ul.cta_contactbox li > div:nth-of-type(1) {
      margin-right: 0px; }
    ul.cta_contactbox li .number {
      margin-top: 10px;
      font-size: 3.2rem; }
    ul.cta_contactbox li .address {
      margin-top: 10px;
      font-size: 1.8rem; }
    ul.cta_contactbox li .cta_title {
      text-align: center;
      color: #ffffff;
      background-color: #009150;
      border-radius: 50px;
      padding: 0px 20px;
      margin-bottom: 10px;
      margin-top: 10px;
      width: 100%;
      font-size: 1.6rem; } }
/*--------------------------------------------
[98] フッター
---------------------------------------------*/
footer {
  background: #f5d421;
  padding: 100px 0;
  position: relative; }

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px; }
  #Sponsor .w_limit_1280 {
    position: relative; }
  #Sponsor table {
    width: 100%;
    background: #ffffff; }
    #Sponsor table tr {
      position: relative;
      border-top: solid 1px #ffffff; }
      #Sponsor table tr:last-of-type {
        border-bottom: solid 1px #ffffff; }
      #Sponsor table tr th {
        width: 20%;
        padding: 25px;
        background: #221e17;
        color: #ffffff; }
      #Sponsor table tr td {
        width: 75%;
        padding: 25px;
        align-self: center;
        border-top: solid 1px #cccccc; }
        #Sponsor table tr td span {
          margin-right: 4rem; }

.logo-khb {
  width: 220px;
  height: auto; }

.contactBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .contactBox > div {
    width: 70%; }
  .contactBox figure {
    width: 25%; }

.kyosan-flex div:first-of-type {
  line-height: 0; }

@media screen and (max-width: 767px) {
  #Sponsor dl dd {
    width: 100%; }
    #Sponsor dl dd.kyosan-flex {
      flex-direction: column; }
      #Sponsor dl dd.kyosan-flex p {
        margin-bottom: 40px; }
        #Sponsor dl dd.kyosan-flex p:last-of-type {
          margin-bottom: 0; } }
@media screen and (max-width: 600px) {
  .contactBox {
    flex-direction: column; }
    .contactBox > div {
      width: 100%;
      margin-bottom: 25px; }
    .contactBox figure {
      width: 100%; }

  #Sponsor table tr th {
    width: 100%;
    padding: 5px 10px;
    display: block; }
  #Sponsor table tr td {
    width: 100%;
    padding: 15px 15px 25px;
    display: block; } }
.footer-logo {
  text-align: center;
  padding-bottom: 50px; }
  .footer-logo img {
    width: 465px;
    height: 39px; }

.contact-box {
  /*  border: solid 1px #372163;*/
  max-width: 1000px;
  padding: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 100px;
  /*border: solid 8px $setoda_green;*/
  background-color: #ffffff; }
  .contact-box a {
    text-decoration: none; }

.contact-title {
  display: block;
  width: 24%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #009150;
  text-align: center;
  font-weight: 600;
  padding-right: 25px; }

h2.contact-title::after {
  display: none; }

.contact-txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  width: 70%; }

.contact-add {
  text-align: left;
  margin-left: 25px; }
  .contact-add p.contact-email span {
    /*      color: #0083da;*/
    font-size: 2.1rem; }
  .contact-add .tel-link {
    font-size: 2.4rem; }
    .contact-add .tel-link a {
      font-size: 2.4rem; }

small {
  display: block;
  text-align: center; }

#PageTop {
  z-index: 99;
  position: relative; }

.PageTop {
  margin: auto;
  background: url("../images/pagetop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px; }

#PageTop a {
  display: block;
  position: fixed;
  transition: 0.1s;
  right: 3%;
  bottom: 3%; }

#PageTop a:hover {
  opacity: 1;
  bottom: 5%;
  transition: 0.1s; }

@media screen and (max-width: 1000px) {
  .contact-txt {
    flex-direction: column;
    align-items: flex-start; }

  .contact-add {
    margin-left: 0px !important;
    margin-top: 15px; } }
@media screen and (max-width: 767px) {
  .contact-box {
    flex-direction: column;
    padding: 25px; }

  .contact-title {
    display: block;
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: solid 1px #050403;
    padding-right: 0; }

  .contact-txt {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0;
    align-items: center;
    margin-top: 15px; }
    .contact-txt .contact-add {
      align-items: center;
      text-align: center; }

  footer {
    padding-top: 15px;
    padding-bottom: 50px; } }
/*--------------------------------------------
 [99] 標準機能
---------------------------------------------*/
/*
  微調整用
---------------------------------------------*/
.fz-12 {
  font-size: 1.2rem; }

.fz-14 {
  font-size: 1.4rem; }

.fz-15 {
  font-size: 1.5rem; }

.fz-16 {
  font-size: 1.6rem; }

.fz-18 {
  font-size: 1.8rem; }

.fz-21 {
  font-size: 2.1rem; }

.fz-24 {
  font-size: 2.4rem; }

.fz-26 {
  font-size: 2.6rem; }

.fz-28 {
  font-size: 2.8rem; }

.fz-32 {
  font-size: 3.2rem !important; }

.fz-36 {
  font-size: 3.6rem !important; }

.fz-40 {
  font-size: 4rem !important; }

@media screen and (max-width: 600px) {
  /**/
  .fz-18 {
    font-size: calc(1.8rem * 0.9); }

  .fz-21 {
    font-size: calc(2.1rem * 0.9); }

  .fz-28 {
    font-size: calc(2.8rem * 0.8); }

  .fz-32 {
    font-size: calc(3.2rem * 0.8); }

  .fz-40 {
    font-size: calc(4.0rem * 0.8); }

  .fz-16_sp {
    font-size: 1.6rem !important; }

  .fz-18_sp {
    font-size: 1.8rem !important; }

  .fz-21_sp {
    font-size: 2.1rem !important; }

  .fz-28_sp {
    font-size: 2.8rem !important; }

  .fz-32_sp {
    font-size: 3.2rem !important; } }
.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

.lh-12 {
  line-height: 1.2 !important; }

.lh-15 {
  line-height: 1.5 !important; }

.lh-20 {
  line-height: 2.0; }

.fc-normal {
  color: #221e17; }

.fc-white {
  color: #ffffff; }

.fc-white a {
  color: #ffffff; }

.fc-red {
  color: #ba1c20; }

.fc-caution_red {
  color: red; }

.fc-yellow {
  color: #FCCF00; }

.fc-setoda_green {
  color: #009150; }

.fc-setoda_yellow {
  color: #f5d421; }

.mgl-1em {
  margin-left: 1em !important; }

.mgl-2em {
  margin-left: 2em !important; }

.mgr-1em {
  margin-right: 1em; }

.mgt-0 {
  margin-top: 0 !important; }

.mgt-10 {
  margin-top: 10px !important; }

.mgt-15 {
  margin-top: 15px; }

.mgt-20 {
  margin-top: 20px; }

.mgt-30 {
  margin-top: 30px; }

.mgt-40 {
  margin-top: 40px; }

.mgt-50 {
  margin-top: 50px; }

.mgt-60 {
  margin-top: 60px; }

.mgt-70 {
  margin-top: 70px; }

.mgt-75 {
  margin-top: 75px; }

.mgt-100 {
  margin-top: 100px; }

.mgb-0 {
  margin-bottom: 0 !important; }

.mgb-10 {
  margin-bottom: 10px; }

.mgb-15 {
  margin-bottom: 15px; }

.mgb-20 {
  margin-bottom: 20px; }

.mgb-30 {
  margin-bottom: 30px; }

.mgb-40 {
  margin-bottom: 40px; }

.mgb-50 {
  margin-bottom: 50px; }

.mgb-75 {
  margin-bottom: 75px; }

.mgb-100 {
  margin-bottom: 100px; }

.ta-center {
  text-align: center; }

.ta-right {
  text-align: right; }

.ta-left {
  text-align: left; }

/*padding*/
.pdt-5 {
  padding-top: 5px; }

.pdb-5 {
  padding-bottom: 5px; }

.ls-0 {
  letter-spacing: 0 !important; }

.disp_block {
  display: block; }

.indent-kome {
  padding-left: 1em;
  text-indent: -1em; }

@media screen and (max-width: 600px) {
  .ta-center-600 {
    text-align: center !important; }

  .ta-center_sp {
    text-align: center; }

  .ta-right_sp {
    text-align: right; }

  .ta-left_sp {
    text-align: left; }

  .mgt-50_sp {
    margin-top: 50px; } }
/*レスポンシブ改行
-------------------------------*/
.br_480, .br_600, .br_768, .br_767, .br_1280 {
  display: none; }

@media screen and (max-width: 1280px) {
  .br_1280 {
    display: inline; }

  .br_pconly {
    display: none; } }
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline; }

  .block-768 {
    display: block; } }
@media screen and (max-width: 767px) {
  .br_767 {
    display: inline; }

  .block-767 {
    display: block; } }
@media screen and (max-width: 600px) {
  .block-600 {
    display: block; }

  .br_600 {
    display: inline; } }
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline; } }
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff; }

.bg-white_alpha {
  background: rgba(255, 255, 255, 0.4); }

.bg-gray {
  background: #eaeaea; }

.bg-yellow {
  background: #f5d421; }

.bg-yellow-grad {
  background: linear-gradient(0deg, #f5ba3a 0%, #f6e76e 100%); }

.bg-red-grad {
  background: linear-gradient(45deg, #941e23 0%, #ac2024 24.77%, #d72325 74.58%, #e72426 100%); }

.bg-color {
  background: #fbd7c5;
  background: linear-gradient(45deg, #fbd7c5 0%, white 52.4%, #fbe4ce 100%); }

.bg-shasen {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, whitesmoke 5px, whitesmoke 10px); }

.bg-shasen-bold {
  background-size: auto auto;
  background-color: #0056a9;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, #004ba0 15px, #004ba0 30px); }

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px);
  background-size: 16px 16px; }

/*rgba(218, 250, 227, 0.6)*/
.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%), radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px; }

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(#e6e6e6 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px; }

.bg-gradation {
  background: #6ca861;
  background: linear-gradient(45deg, #6ca861 0%, #379e8e 100%); }

.bg-stripe {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, #ebca0e 15px, #ebca0e 30px); }

.dropshadow {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5)); }

/*
  ボタン
---------------------------------------------*/
a.Btn {
  font-size: 21px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 76px;
  border-radius: 80px;
  /*$grad_01*/
  vertical-align: middle;
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  background: #009150;
  color: #ffffff;
  border: solid 2px #ffffff; }
  a.Btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    transition: 0.6s;
    border-color: #ffffff !important; }
  a.Btn:hover {
    background-color: #ffffff;
    color: #009150;
    border: solid 2px #009150;
    opacity: 1; }
    a.Btn:hover::after {
      border-color: #009150 !important;
      transition: 0.6s; }

a.Btn.btn_mini {
  font-size: 18px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 300px;
  height: 46px;
  line-height: 42px;
  background: #ffffff;
  color: #009150;
  border: solid 2px #009150; }
  a.Btn.btn_mini::after {
    display: none; }
  a.Btn.btn_mini:hover {
    background: #009150;
    color: #ffffff;
    border: solid 2px #ffffff;
    opacity: 1; }

a.btn_altlink i {
  margin-left: 0.5em; }

a.Btn.down-arrow::after {
  transform: rotate(135deg); }

@media screen and (max-width: 480px) {
  a.Btn {
    font-size: 18px; } }
/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところにjs-animationをつける)
---------------------------------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s; }
  .js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .js-animation.js-ani-nomove {
    transform: translateY(0px);
    transition: all 1.2s; }
    .js-animation.js-ani-nomove.is-show {
      transform: translateY(0px); }

/*
  尾道・瀬戸田視察研修 告知バナー / 店舗説明
---------------------------------------------*/
#OnomichiProject {
  padding-top: 70px;
  padding-bottom: 20px; }

.onomichi-banner {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 340px);
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: solid 3px #f2d648;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffdf0 0%, #edf8fb 100%);
  box-shadow: 0 12px 34px rgba(0, 91, 130, 0.10); }

.onomichi-banner .banner-label {
  margin: 0 0 10px;
  color: #009150;
  font-weight: 800;
  letter-spacing: .04em; }

.onomichi-banner h2 {
  margin: 0 0 14px;
  color: #00608a;
  font-size: 30px;
  line-height: 1.45;
  text-align: left; }

.onomichi-banner p {
  margin: 0;
  color: #253944;
  font-size: 17px;
  line-height: 1.9; }

.onomichi-banner a.Btn {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 56px;
  padding: 10px 18px;
  line-height: 1.5; }

.shop_list .shop_desc {
  margin: 8px 0 12px;
  color: #4a5d66;
  font-size: 15px;
  line-height: 1.7;
  text-align: left; }

@media screen and (max-width: 767px) {
  #OnomichiProject {
    padding-top: 46px; }

  .onomichi-banner {
    grid-template-columns: 1fr;
    padding: 24px 18px; }

  .onomichi-banner h2 {
    font-size: 24px; }
}
