@charset "UTF-8";
/*
Theme Name: NOAnoHACO 
Description:NOAnoHACO | 発酵食品・Raw Sweetsの料理教室、資格講座、腸活講座の開催や腸内DNA検査を行っています
Version: 1.0
License:NOAnoHACO 
License URI:https://www.noa-no-haco.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Noto+Sans+JP:wght@100..900&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #2f2f2f;
  background: #fff;
  font-weight: normal;
  min-width: 1200px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1100 {
  width: 1100px;
  margin: 0 auto;
}

.w1200 {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
}

.w1400 {
  width: calc(100% - 20px);
  max-width: 1400px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1100, .w1200, .w1400 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}

.box {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .box {
    margin-bottom: 60px;
  }
}
.box::before {
  display: block;
  content: "";
  position: absolute;
  width: 29.5%;
  height: auto;
  aspect-ratio: 59/87;
  top: 0;
  left: 0;
  background-color: #f5f3f2;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .box::before {
    aspect-ratio: revert;
    width: 35%;
    height: 80%;
    margin-bottom: 50px;
  }
}

.box2::before {
  display: block;
  content: "";
  position: absolute;
  width: 29.5%;
  height: auto;
  aspect-ratio: 59/47;
  top: 0;
  left: 0;
  background-color: #f5f3f2;
}
@media screen and (max-width: 767px) {
  .box2::before {
    aspect-ratio: revert;
    width: 35%;
    height: 80%;
  }
}

.header_wrap {
  width: 100%;
  display: flex;
  justify-content: end;
  position: relative;
  padding: 0;
  align-items: center !important;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
    display: block;
  }
}

.h_logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 1540px) {
  .h_logo {
    top: 20px;
    left: 20px;
    width: 140px;
    
  }
  .h_logo img{
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .h_logo {
    position: sticky;
    width: 70px;
  }
}

.h_mail {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
@media screen and (max-width: 1540px) {
  .h_mail {
    width: 100px;
  }
}
.h_mail a {
  width: 100%;
  height: 100%;
  background-color: #0097b2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.h_mail a:hover {
  background-color: #f8af3e;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .h_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 0 120px 0 50px;
  transition: 0.3s;
}
@media screen and (max-width: 1540px) {
  #mv_top {
    padding: 0 100px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #mv_top {
    padding: 0 3% 0 40px;
  }
}
#mv_top .top_catch {
  position: absolute;
  left: 70px;
  bottom: 24%;
  width: 23.4375%;
  max-width: 450px;
  transition: 0.3s;
}
@media screen and (max-width: 1540px) {
  #mv_top .top_catch {
    left: 30px;
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    left: 3%;
    bottom: 15%;
    width: 45%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.slider {
  width: 87%;
  max-width: 1600px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .slider {
    width: 100%;
  }
}
.slider img {
  width: 100%;
  height: auto;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 0 120px 0 50px;
  transition: 0.3s;
}
@media screen and (max-width: 1540px) {
  #mv_page {
    padding: 0 100px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #mv_page {
    padding: 0 3% 0 40px;
  }
}

.page_title {
  position: absolute;
  bottom: 35%;
  left: 100px;
  transition: 0.3s;
}
@media screen and (max-width: 1540px) {
  .page_title {
    width: 26%;
    left: 30px;
  }
  .page_title img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    left: 3%;
    width: 50%;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 150%;
    left: -25%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
main#page_main {
  width: 100%;
  margin: 0px auto 0;
  padding-bottom: 100px;
  background: url(images/page_deco_l.png) left top 250px no-repeat, url(images/page_deco_r.png) right top 30px no-repeat;
  background-size: 25%, 32%;
}
@media screen and (max-width: 1540px) {
  main#page_main {
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-size: 20%, 30%;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
    background: revert;
    padding-bottom: 80px;
  }
}

.sec_mb {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 80px;
  }
}

.sec_mb2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_mb2 {
    margin-bottom: 60px;
  }
}

/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 50px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #0097b2;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #80939a;
  color: #fff;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #0097b2;
  border: solid 1px #0097b2;
  color: white;
}

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #0097b2;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #0097b2;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0097b2;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d84b00;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #d84b00;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #0097b2;
  border-radius: 8px;
  background-color: #0097b2;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #0097b2;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  padding: 130px 0;
  background: url(images/c_fig1.png) left top no-repeat, url(images/c_fig2.png) right top no-repeat, url(images/c_fig3.png) left bottom no-repeat, #fffffd;
}
@media screen and (max-width: 1820px) {
  .aside {
    background-size: 15%, 30%, 90%;
  }
}
@media screen and (max-width: 767px) {
  .aside {
    padding: 60px 0;
  }
}

.c_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c_flex {
    flex-direction: column;
    margin-top: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_flex .c_tel {
    max-width: 280px;
  }
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

.footer_pc {
  padding: 100px 0;
}

.footer_sp {
  display: none;
}

.footer_logo {
  text-align: center;
  margin-bottom: 60px;
}

.sitemap {
  display: flex;
  justify-content: space-between;
}
.sitemap a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.sitemap p a, .sitemap dt, .sitemap li a {
  font-weight: 600;
  margin-bottom: 5px;
}
.sitemap dd a {
  margin-bottom: 3px;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0097b2;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  text-align: center;
  background-color: #f8af3e;
  padding: 7px 0;
}

.copyright {
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #f8af3e;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 26px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #0097b2;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #0097b2;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #0097b2;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  padding: 10px 0px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 25px;
  transition: 0.3s;
}
@media screen and (max-width: 1540px) {
  #g_navi .menu > li {
    margin: 0 10px;
  }
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 20px 0;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1540px) {
  #g_navi .menu li a {
    font-size: 1.6rem;
  }
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #0097b2;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #0097b2;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #0097b2;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  margin: 10px auto 30px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.6rem;
  line-height: 1;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #0097b2;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0097b2;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 5%;
    margin: 10px auto 0;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl1 {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #575757;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 1.4rem;
  }
}
.top_ttl1 span {
  font-family: "Courgette", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #0097b2;
  font-size: 3.3rem;
  letter-spacing: 0.02em;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 span {
    margin-right: 15px;
    font-size: 3rem;
  }
}

.top_ttl1_container {
  padding: 20px 25px 20px 115px;
  background: url(images/flower1.png) left 25px top no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .top_ttl1_container {
    padding: 10px 0px 10px 50px;
    background: url(images/flower1.png) left 0px top no-repeat;
    background-size: 35px;
  }
}

.top_ttl2 {
  color: #643e36;
  font-weight: 400;
  position: relative;
  font-size: 3.3rem;
  letter-spacing: 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 2rem;
    width: 90%;
    margin: 0 auto 30px;
  }
}
.top_ttl2::before {
  display: block;
  content: url(images/leaf1_l.png);
  position: relative;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl2::before {
    right: 20px;
  }
}
.top_ttl2::after {
  display: block;
  content: url(images/leaf1_r.png);
  position: relative;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl2::after {
    left: 20px;
  }
}

.top_ttl3 {
  color: #643e36;
  font-weight: 400;
  font-size: 3.3rem;
  padding: 0px 0 30px 115px;
  background: url(images/leaf2.png) top 5px left 25px no-repeat, url(images/line.png) bottom left no-repeat;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 2.3rem;
    padding: 0px 0 20px 60px;
    background: url(images/leaf2.png) top left no-repeat, url(images/line.png) bottom left no-repeat;
    margin-bottom: 20px;
  }
}

.top_ttl4 {
  color: #643e36;
  font-weight: 400;
  font-size: 3rem;
  padding: 10px 0 10px 70px;
  background: url(images/tableware.png) left 5px center no-repeat;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 2.2rem;
    padding: 10px 0 10px 50px;
    background: url(images/tableware.png) left 0px center no-repeat;
    background-size: 35px;
  }
}

.top_ttl4_1 {
  color: #643e36;
  font-weight: 400;
  font-size: 3rem;
  padding: 10px 0 10px 80px;
  background: url(images/cake.png) left 5px center no-repeat;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_ttl4_1 {
    font-size: 2.2rem;
    padding: 10px 0 10px 60px;
    background: url(images/cake.png) left 0px center no-repeat;
    background-size: 40px;
  }
}

.top_ttl5 {
  color: #643e36;
  font-weight: 400;
  position: relative;
  font-size: 3.3rem;
  letter-spacing: 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl5 {
    font-size: 2rem;
    width: 90%;
    margin: 0 auto 30px;
  }
}
.top_ttl5::before {
  display: block;
  content: "";
  width: 77px;
  height: 48px;
  background: url(images/leaf3_l.png) right center no-repeat;
  position: relative;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl5::before {
    background-size: 50px;
    right: 20px;
  }
}
.top_ttl5::after {
  display: block;
  content: "";
  width: 77px;
  height: 48px;
  background: url(images/leaf3_r.png) left center no-repeat;
  position: relative;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl5::after {
    background-size: 50px;
    left: 20px;
  }
}

.top_ttl6 {
  color: #643e36;
  font-weight: 400;
  position: relative;
  font-size: 3.3rem;
  letter-spacing: 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl6 {
    font-size: 2rem;
    width: 90%;
    margin: 0 auto 30px;
  }
}
.top_ttl6::before {
  display: block;
  content: "";
  width: 81px;
  height: 43px;
  background: url(images/leaf4_l.png) right center no-repeat;
  position: relative;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl6::before {
    background-size: 50px;
    right: 20px;
  }
}
.top_ttl6::after {
  display: block;
  content: "";
  width: 81px;
  height: 43px;
  background: url(images/leaf4_r.png) left center no-repeat;
  position: relative;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl6::after {
    background-size: 50px;
    left: 20px;
  }
}

.top_ttl7 {
  font-size: 1.8rem;
  color: #575757;
  text-align: center;
  font-weight: 400;
  padding-top: 90px;
  letter-spacing: 0em;
  line-height: 1;
  background: url(images/bird.png) center top no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl7 {
    font-size: 1.4rem;
    background-size: 60px;
    padding-top: 70px;
  }
}
.top_ttl7 span {
  font-family: "Courgette", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #80939a;
  font-size: 4.3rem;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_ttl7 span {
    font-size: 3rem;
  }
}

.top_ttl7_container {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 40px;
}
.top_ttl7_container::before {
  display: block;
  content: "";
  width: 152px;
  height: 41px;
  background: url(images/leaf5_l.png) right center no-repeat;
  position: relative;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl7_container::before {
    right: 20px;
    background-size: 80px;
  }
}
.top_ttl7_container::after {
  display: block;
  content: "";
  width: 152px;
  height: 41px;
  background: url(images/leaf5_r.png) left center no-repeat;
  position: relative;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl7_container::after {
    left: 20px;
    background-size: 80px;
  }
}

.headline {
  color: #643e36;
  font-weight: 400;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2rem;
    width: 90%;
    margin: 0 auto 30px;
  }
}
.headline::before {
  display: block;
  content: url(images/leaf1_l.png);
  position: relative;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .headline::before {
    right: 20px;
  }
}
.headline::after {
  display: block;
  content: url(images/leaf1_r.png);
  position: relative;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .headline::after {
    left: 20px;
  }
}

.ttl1 {
  color: #643e36;
  font-weight: 400;
  font-size: 2.6rem;
  padding: 0px 0 20px 90px;
  background: url(images/leaf2.png) top 0px left 25px no-repeat, url(images/line.png) bottom left no-repeat;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 1.8rem;
    padding: 0px 0 20px 40px;
    background: url(images/leaf2.png) top left no-repeat, url(images/line.png) bottom left no-repeat;
    background-size: 30px, auto;
    margin-bottom: 20px;
  }
}
.ttl1 span {
  margin-left: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .ttl1 span {
    font-size: 1.5rem;
  }
}

.ttl2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #634D50;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.ttl3 {
  color: #643e36;
  font-weight: 400;
  font-size: 2.2rem;
  padding: 0px 0 20px 60px;
  background: url(images/leaf2.png) top 0px left 5px no-repeat, url(images/line.png) bottom left no-repeat;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 1.6rem;
    padding: 0px 0 20px 40px;
    background: url(images/leaf2.png) top left no-repeat, url(images/line.png) bottom left no-repeat;
    background-size: 30px, auto;
    margin-bottom: 20px;
  }
}

.flow_ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #643e36;
}
@media screen and (max-width: 767px) {
  .flow_ttl {
    font-size: 1.8rem;
  }
}

/* ボタン */
.btn1 {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 90px;
  }
}
.btn1 a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  background: #0097b2;
  border-radius: 18px;
  text-align: center;
  width: 100%;
  padding: 5.5px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.4rem;
    padding: 5px;
  }
}
.btn1 a:hover {
  background: #f8af3e;
}

.btn2 {
  width: 300px;
}
.btn2 a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  background: #f8af3e;
  border-radius: 35px;
  text-align: center;
  width: 100%;
  padding: 22px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn2 a:hover {
  background: #0097b2;
}

.btn2_2 {
  width: 300px;
}
.btn2_2 a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  background: #f8af3e;
  border-radius: 35px;
  text-align: center;
  width: 100%;
  padding: 17px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .btn2_2 a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn2_2 a:hover {
  background: #0097b2;
}

.btn3 {
  width: 340px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .btn3 {
    width: 300px;
    height: 70px;
  }
}
.btn3 a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  background: #f8af3e;
  border-radius: 40px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn3 a:hover {
  background: #0097b2;
}
@media screen and (max-width: 767px) {
  .btn3 img {
    height: 30px;
    width: auto;
  }
}

.btn3_1 {
  width: 340px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .btn3_1 {
    width: 300px;
    height: 70px;
  }
}
.btn3_1 a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  background: #0097b2;
  border-radius: 40px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .btn3_1 a {
    font-size: 1.3rem;
    padding: 20px;
  }
}
.btn3_1 a:hover {
  background: #f8af3e;
}
@media screen and (max-width: 767px) {
  .btn3_1 img {
    height: 23px;
    width: auto;
  }
}

.btn4 {
  width: 240px;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .btn4 {
    margin: 20px auto 0;
  }
}
.btn4 a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  background: #f8af3e;
  border-radius: 35px;
  text-align: center;
  width: 100%;
  padding: 17px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .btn4 a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn4 a:hover {
  background: #0097b2;
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  height: 100%;
  max-height: 240px;
  overflow-y: scroll;
}

.news_post article a {
  width: 100%;
  padding: 25px 40px;
  border-bottom: 1px solid #939393;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.news_post article a:hover {
  background: #f5f3f2;
}

.news_post article a h3 {
  color: #575757;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.news_post article .date {
  font-size: 1.8rem;
  color: #0097b2;
  font-weight: 400;
  margin-right: 45px;
  letter-spacing: 0.02em;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article a {
    padding: 15px 40px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_post article a h3 {
    font-size: 1.4rem;
  }
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
    color: #aaa;
  }
}
.overview_tbl {
  width: 100%;
}

.overview_tbl tr:nth-child(odd) {
  background-color: #FFF2C1;
}
@media screen and (max-width: 767px) {
  .overview_tbl tr:nth-child(odd) {
    background-color: revert;
  }
}
@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
  }
}

.overview_tbl th {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  padding: 22px 0 22px 100px;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    font-size: 1.4rem;
    padding: 15px;
    width: 100%;
    background-color: #FFF2C1;
  }
}

.overview_tbl td {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  padding: 22px 0px;
}
.overview_tbl td dl:not(:last-child) {
  margin-bottom: 20px;
}
.overview_tbl td dt {
  font-weight: 600;
}
.overview_tbl td dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .overview_tbl td dd {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    font-size: 1.4rem;
    padding: 20px;
    width: 100%;
    line-height: 1.8;
  }
}

.overview_tbl tr:last-of-type th, .overview_tbl tr:last-of-type td {
  border-bottom: none;
}

/****************************************

contentトップ用

*****************************************/
.top_box02 {
  background: url(images/flower2.png) bottom right 15.625% no-repeat, #fdf8f4;
  padding: 100px 3%;
  transition: 0.3s;
}
@media screen and (max-width: 1540px) {
  .top_box02 {
    background: url(images/flower2.png) bottom right 3% no-repeat, #fdf8f4;
  }
}
@media screen and (max-width: 767px) {
  .top_box02 {
    background: #fdf8f4;
    padding: 60px 3%;
  }
}
.top_box02 p {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .top_box02 p {
    font-size: 1.4rem;
  }
}

.top_box02_btn {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_box02_btn {
    margin-top: 40px;
  }
}

.top_box03_container {
  padding: 100px 3%;
  background: url(images/top_kp_l.png) left top 280px no-repeat, url(images/top_kp_r.png) right top 80px no-repeat, url(images/top_rs_l.png) left 2% bottom 100px no-repeat, url(images/top_rs_r.png) right 3% bottom 270px no-repeat;
  background-size: 22%, 30%, 23%, 12%;
  transition: 0.3s;
}
@media screen and (max-width: 1820px) {
  .top_box03_container {
    background: url(images/top_kp_l.png) left top 380px no-repeat, url(images/top_kp_r.png) right top 120px no-repeat, url(images/top_rs_l.png) left 2% bottom 1px no-repeat, url(images/top_rs_r.png) right 3% bottom 460px no-repeat;
    background-size: 15%, 25%, 14%, 10%;
  }
}
@media screen and (max-width: 767px) {
  .top_box03_container {
    padding: 60px 3%;
    background: revert;
  }
}
.top_box03_container .flex {
  align-items: center;
}

.fig1 {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .fig1 {
    margin: 0 auto 20px;
    max-width: 163px;
  }
}

.txt1 {
  width: 870px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
  }
}
.txt1 p {
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .txt1 p {
    font-size: 1.4rem;
  }
}

.txt2 {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
  }
}
.txt2 p {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .txt2 p {
    font-size: 1.4rem;
  }
}

.top_box03_btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_box03_btn {
    margin-top: 30px;
  }
}

.top_box03_1 .flex {
  justify-content: left;
  gap: 40px;
  align-items: center;
}
.top_box03_1 .flex_r {
  justify-content: right;
  gap: 40px;
  align-items: center;
}

.fig2 {
  margin-bottom: 10px;
}

.top_box04 {
  background: url(images/flower3.png) bottom 60px right 6.5% no-repeat, #f5efeb;
  padding: 100px 0;
}
@media screen and (max-width: 1540px) {
  .top_box04 {
    background: #f5efeb;
  }
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 60px 0;
  }
}
.top_box04 p {
  letter-spacing: 0.02em;
}

.compass {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .compass {
    margin-bottom: 40px;
  }
}

.compass_bnr {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .compass_bnr {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}

.top_box05 {
  padding: 100px 3%;
  background: url(images/flower4.png) bottom left 16.5% no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 1540px) {
  .top_box05 {
    padding: 60px 3%;
    background: revert;
  }
}

.bb {
  color: #0097b2;
  font-weight: 600;
}

.about_box02 .flex {
  justify-content: left;
  gap: 40px;
}
.about_box02 .ttl2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about_box02 .ttl2 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .profile {
    margin-bottom: 30px;
  }
}
.profile figure {
  margin-bottom: 20px;
  max-width: 440px;
  border-radius: 40% 60% 55% 45%/50% 60% 40% 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .profile figure {
    margin: 0 auto 20px;
  }
}

.fig3 {
  margin: 0 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .fig3 {
    max-width: 170px;
    margin: 0 auto 20px;
  }
}

.cooking_btncontainer {
  display: flex;
  justify-content: left;
  gap: 20px;
  margin: 30px 0 70px;
}
@media screen and (max-width: 767px) {
  .cooking_btncontainer {
    flex-direction: column;
    align-items: center;
  }
}
.cooking_btncontainer .btn2 a {
  letter-spacing: 0;
}

.post_container article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .post_container article {
    flex-direction: column;
  }
}
.post_container article:nth-child(odd) .fig4 {
  border-radius: 61% 39% 16% 84%/57% 72% 28% 43%;
}

.fig4 {
  width: 440px;
  height: auto;
  aspect-ratio: 440/310;
  border-radius: 40% 60% 55% 45%/50% 60% 40% 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig4 {
    max-width: 440px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.fig4 a {
  position: relative;
  width: 100%;
  height: 100%;
}

.txt4 {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .txt4 {
    width: 100%;
  }
}

.cooking_cate {
  /* background-color: #ffde59; */
  display: inline-block;
  min-width: 140px;
  padding: 8px;
  border-radius: 15px;
  line-height: 1;
  font-size: 1.4rem;
  color: #643e36;
  text-align: center;
  margin-bottom: 20px;
}

.trial{
  background-color: #f2aa84;
}
.seasonal{
  background-color: #9ec3b5;
}
.regular{
  background-color: #ffde59;
}

.details {
  transition: 0.3s;
  overflow: hidden;
  margin-top: -10px;
  padding-bottom: 30px;
}
.details:last-of-type {
  margin-bottom: 0;
}

.details[open] {
  margin-top: 0;
  padding-bottom: 10px;
  transition: 0.3s;
}

.details-summary {
  display: block;
  transition: 0.3s;
  transform: translateY(10px);
  padding: 18px 60px 18px 20px;
  background-color: #FFF2C1;
  color: #643e36;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .details-summary {
    font-size: 1.4rem;
  }
}
.details-summary:hover {
  cursor: pointer;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details[open] .details-summary {
  transform: translateY(0);
}

.details-content {
  padding: 20px 0;
}
.details-content a {
  color: #0097b2;
}
.details-content a:hover {
  color: #f8af3e;
  text-decoration: none;
}

.details-summary::before,
.details-summary::after {
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #634E50;
  content: "";
  bottom: 20px;
  right: 30px;
}

.details-summary::before {
  rotate: 90deg;
}

.details-summary::after {
  transition: rotate 0.3s;
}

.details[open] .details-summary::after {
  rotate: 90deg;
}

.rawflower_step {
  margin: 30px 0 40px;
}
.rawflower_step li {
  margin-bottom: 10px;
}
.rawflower_step span {
  background-color: #ffde59;
  display: inline-block;
  width: 140px;
  padding: 8px;
  border-radius: 15px;
  line-height: 1;
  font-size: 1.4rem;
  color: #643e36;
  text-align: center;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .rawflower_step span {
    font-size: 1.3rem;
    display: block;
    margin: 0 0 5px;
  }
}

.rawflower_tbl {
  width: 100%;
}
.rawflower_tbl tr {
  background-color: #FFF2C1;
  border-bottom: 10px solid #fff;
}
.rawflower_tbl th {
  font-weight: 400;
  width: 150px;
  padding: 7px 10px 7px 30px;
  color: #643e36;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rawflower_tbl th {
    width: 120px;
    padding: 7px 10px;
  }
}
.rawflower_tbl td {
  padding: 7px 10px 7px 0px;
  color: #643e36;
}

.flow_container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.flow {
  background-color: #FFF2C1;
  width: 340px;
  height: auto;
  aspect-ratio: 340/240;
  padding: 70px 20px 10px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow {
    width: 100%;
    aspect-ratio: revert;
    padding: 70px 20px 30px;
  }
}
.flow::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.flow a {
  color: #0097b2;
}
.flow a:hover {
  color: #f8af3e;
  text-decoration: none;
}

.n1::before {
  background: url(images/n1.png);
}

.n2::before {
  background: url(images/n2.png);
}

.n3::before {
  background: url(images/n3.png);
}

.n4::before {
  background: url(images/n4.png);
}

.n5::before {
  background: url(images/n5.png);
}

.n6::before {
  background: url(images/n6.png);
}

.dna_tbl {
  width: 100%;
}
.dna_tbl tr {
  background-color: #FFF2C1;
  border-bottom: 10px solid #fff;
}
@media screen and (max-width: 767px) {
  .dna_tbl tr {
    display: flex;
    flex-direction: column;
  }
}
.dna_tbl th {
  font-weight: 400;
  width: 400px;
  padding: 7px 0px 7px 30px;
  color: #643e36;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .dna_tbl th {
    width: 100%;
    padding: 7px 10px;
  }
}
.dna_tbl td {
  padding: 7px 20px 7px 0px;
  color: #643e36;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .dna_tbl td {
    padding: 7px 10px;
  }
}

.qualification_btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .qualification_btn {
    display: flex;
    justify-content: center;
  }
}

.pp {
  background-color: #f5f3f2;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 30px 20px;
  }
}
.pp h2 {
  font-size: 1.8rem;
  color: #643e36;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .pp h2 {
    font-size: 1.6rem;
  }
}
.pp P {
  color: #643e36;
  letter-spacing: 0;
}

.contact_box01 a {
  max-width: 339px;
  width: 80%;
}


/* 追加 */
.sp_w60{
  text-align: center;

}
@media screen and (max-width: 767px) {
  .sp_w60 img {
    width: 60%;
  }
}



/* End Hack *//*# sourceMappingURL=style.css.map */