/*
Theme Name: 腸内環境を整えると体も心も元気に！腸活と腸内細菌の働き
Theme URI: sinsia0315.com
Description: おなかを整えることは、体も心も元気にする秘訣です
腸内細菌の働きによって免疫力が高まり、便秘の改善や生活習慣病の予防、美肌づくりにもつながります
Version: 1.1
Author: 腸内環境を整えると体も心も元気に！腸活と腸内細菌の働き
Author URI: sinsia0315.com
*/
@charset "utf-8";
/*リセットcss*/
html,
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;
  font-size: 17px;
  line-height: 1.7;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav,
ul,
ol,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #fff;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #fff;
  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;
}
/* 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;
}
/* ----------------------------------------------
　animate css
----------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transition: 2s;
}
.fadeIn_up.is-show {
  opacity: 1;
}
/* ----------------------------------------------
　共通
----------------------------------------------*/
@media screen and (min-width: 865px) {
  .sp {
    display: none;
  }
}
html {
  background: #f9f9f9;
  color: #995d41;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
/* Chrome でのみフォントを太めに表示する */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  * {
    text-shadow: transparent 0 0 0, rgba(0, 0, 0, 0.7) 0 0 0 !important;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
  margin: auto;
  box-sizing: border-box;
}
a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
section {
  width: 100%;
}
.content {
  width: 100%;
}
figure {
  line-height: 0;
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}
.main_ttl {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 30px;
}
.main_ttl_before{
  position: relative;
}
.main_ttl_before:before{
  background: #995d41;
  bottom: -10px;
  content: "";
  height: 2px;
  left: calc(50% - 35px);
  position: absolute;
  width: 70px;
}
.bg_glay{
  background: #f1f1f1;
  padding: 10px 0 10px 20px;
  text-align: left;
}
.bg_brown{
  background: #995d41;
  color: #fff;
  padding: 10px 0 10px 20px;
  text-align: left;
}
.ttl_border{
  border-bottom: 1px solid #995d41;
  padding: 0 0 10px;
}
.f-21{
  font-size: 22px;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* ----------------------------------------------
　mv
----------------------------------------------*/
.top-mv{
  position: relative;
  z-index: -1;
}
.logo{
  position: absolute;
  top:4%;
  left: 3%;
  width: 17%;
}
.btn{
  display: block;
  margin: 0 auto 75px;
  width: 650px;
}
.btn:hover{
  opacity: 0.8;
}
/* ----------------------------------------------
　footer
----------------------------------------------*/
small {
  background: #995d41;
  color: #fff;
  display: block;
  font-size: 10px;
	margin-top:50px;
  text-align: center;
  padding: 10px 0;
}
/* ========== アコーディオン（CSSのみ） ========== */

/* ベース */
.accordion {
  background: #fff;
  overflow: hidden;                     /* 角丸を活かす */
  transition: box-shadow .2s ease;
}


/* タイトルバー（summary） */
.accordion > summary.accordion__title {
  cursor: pointer;
  list-style: none;                     /* Firefox用 */
  user-select: none;
  padding: 16px 56px 16px 16px;         /* 右余白=アイコン分 */
  font-weight: 600;
  font-size: clamp(16px, 2.2vw, 18px);
  color: #111827;                       /* 濃いグレー */
  position: relative;
  outline: none;                        /* 既定の青枠を消す */
}

/* デフォルトの三角を消す（Chrome/Safari） */
.accordion > summary::-webkit-details-marker {
  display: none;
}

/* 右側のアイコン（＋／－） */
.accordion > summary.accordion__title::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  transition: transform .2s ease, color .2s ease, content .2s step-end;
  color: #6b7280;                       /* 中間グレー */
}

/* 開いたときはマイナス表示 */
.accordion[open] > summary.accordion__title::after {
  content: "−";
  color: #fff;
}

/* コンテンツ領域 */
.accordion__content {
  padding: 0 16px 16px;
  animation: acco-open .25s ease;
}

@keyframes acco-open {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}




/* フォーカスアクセシビリティ（キーボード操作時） */
.accordion > summary.accordion__title:focus-visible {
  box-shadow: inset 0 0 0 2px #2563eb; /* 青の内側枠 */
  border-radius: 12px;
}

/* 余白の調整：隣に複数置く場合 */
.accordion + .accordion { margin-top: 12px; }

/* ダークモード（任意） */
@media (prefers-color-scheme: dark) {
  .accordion {
    background: #f9f9f9;
  }
  .accordion > summary.accordion__title {
	  background:#e00303;
	  color: #fff;
	  margin-bottom:30px;
  }
  .accordion > summary.accordion__title::after {
    color: #fff;
  }
  .accordion__content_p { color: #995d41; margin-bottom:50px; text-align:center;}
}
.accordion__title{
	text-align:center;
}
.youtube{
margin:50px auto;
}
/* ----------------------------------------------
　漫画
----------------------------------------------*/
.manga {
  text-align: center;
  padding: 100px 0;
}
.manga_con{
  margin: 0 auto;
  width: 1000px;
}
.manga li {
  margin: 0 auto 50px;
  width: 960px;
}
.manga li.w700 {
  width: 700px;
}
.manga li.w800 {
  width: 800px;
}
.manga li.w888 {
  width: 888px;
}
.manga li.w1000 {
  width: 1000px;
}
.manga .flex{
  width: 1000px;
}
.manga .flex li{
  margin: 0 0 30px;
  width: 480px;
}
.manga .flex li:hover{
	opacity:0.5;
}
/* ----------------------------------------------
content01
----------------------------------------------*/
.sec01 {
  padding: 0 0 100px;
  text-align: center;
}
.sec01_con{
  margin: 0 auto;
  width: 1100px;
}
.con01_img{
  margin: 0 0 50px;
}
/* ----------------------------------------------
section02
----------------------------------------------*/
.sec02 {
  padding: 0 0 100px;
}
.sec02_con{
  margin: 0 auto;
  width: 1100px;
}
.con02_img li{
  margin: 0 0 30px;
  width: 520px;
}
.sec02_con_inner{
  margin: 0 auto;
  width: 1100px;
}
.sec02_con_inner li{
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 30px 0 0;
  padding: 20px;
  width: 330px;
}
/* ----------------------------------------------
section03
----------------------------------------------*/
.sec03 {
  padding: 0 0 100px;
}
.sec03_con{
  margin: 0 auto;
  width: 1100px;
}
.sec03_con figure{
  width: 520px;
}
.sec03_con_inner{
  width: 550px;
}
/* ----------------------------------------------
content04
----------------------------------------------*/
.sec04 {
  padding: 0 0 100px;
}
.sec04_con{
  margin: 0 auto;
  width: 1100px;
}
.sec04_con figure{
  width: 520px;
}
.sec04_con_inner{
  width: 550px;
}
/* ----------------------------------------------
section05
----------------------------------------------*/
.sec05 {
  padding: 0 0 100px;
  text-align: center;
}
.sec05_con{
  margin: 0 auto;
  width: 1100px;
}
.sec05_con ul{
  margin: 30px auto 50px;
  width: 900px;
}
.sec05_con ul li{
  width: 250px;
}
/* ----------------------------------------------
section06
----------------------------------------------*/
.sec06 {
  padding: 0 0 100px;
  text-align: center;
}
.sec06_con{
  margin: 0 auto;
  width: 1100px;
}
.con06_img{
  margin: 0 0 30px;
}
.sec06_con li {
  background: #995d41;
  box-sizing: border-box;
  color: #fff;
  margin: 0 0 30px;
  padding: 15px 20px;
  text-align: left;
  width: 520px;
}
.sec06_con_inner{
  margin: 30px 0;
}
/* ----------------------------------------------
section07
----------------------------------------------*/
.sec07 {
  padding: 0 0 100px;
}
.sec07_con{
  margin: 0 auto;
  width: 1100px;
}
.sec07_con figure{
  width: 520px;
}
.sec07_con_inner{
  width: 550px;
}
/* ----------------------------------------------
content08
----------------------------------------------*/
.sec08 {
  padding: 0 0 100px;
}
.sec08_con{
  margin: 0 auto;
  width: 1100px;
}
.sec08_con figure{
  width: 520px;
}
.sec08_con_inner{
  width: 550px;
}
/* ----------------------------------------------
section09
----------------------------------------------*/
.sec09 {
  padding: 0 0 100px;
}
.sec09_con{
  margin: 0 auto;
  width: 1100px;
}
.sec09_con figure{
  width: 520px;
}
.sec09_con_inner{
  width: 550px;
}
/* ----------------------------------------------
section10
----------------------------------------------*/
.sec10 {
  text-align: center;
}
.sec10_con{
  margin: 0 auto;
  padding: 70px 0;
  width: 1100px;
}
.sec10_con iframe{
  display: block;
  margin: 0 auto;
}
/* ----------------------------------------------
  概要ブロック
----------------------------------------------*/
.menu-list {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 50px;
}
.menu-list dt,
.menu-list dd {
  padding: 25px 0 10px;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #666;
}
.menu-list dt {
  box-sizing: border-box;
  padding-left: 10px;
  width: 30%;
}
.menu-list dd {
  text-align: left;
  width: 70%;
  padding-right: 10px;
  box-sizing: border-box;
}
.menu-list dd span {
  display: block;
  font-size: 12px;
}
.menu-list dd a {
  color: #971111;
}
/* ----------------------------------------------
　お問い合わせ
----------------------------------------------*/
.contact {
  text-align: center;
}
.contact_con{
  margin: 0 auto;
  width: 800px;
}
form{
  text-align: left;
}
/* ----------------------------------------------
　スマホ
----------------------------------------------*/
@media screen and (max-width: 864px) {
  .pc {
    display: none;
  }
  p,
  li {
    font-size: 4vw;
  }
  small {
    padding: 10px 0;
    text-align: center;
    writing-mode: unset;
  }
  footer {
    display: block;
    height: auto;
    position: unset;
  }
  .footer_tel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10000;
  }
  .footer_tel .footer_tel_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
    margin-right: 0px;
  }
  .inquiry_btn {
    color: #fff;
    background: #995d41;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 80%;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1.5px;
  }
  .content {
    box-sizing: border-box;
    padding: 50px 20px;
  }
  .main_ttl{
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .top-mv {
    margin-bottom: 0;
  }
  .f-21 {
    font-size: 4vw;
  }
  .logo {
    width: 50%;
  }
  .manga_con{
    width: 100%;
  }
  .manga li {
    margin: 0 auto 30px;
    width: 100%;
  }
  .manga li.w700 {
    width: 100%;
  }
  .manga li.w800 {
    width: 100%;
  }
  .manga li.w888 {
    width: 100%;
  }
  .manga li.w1000 {
    width: 100%;
  }
  .manga .flex{
    width: 100%;
  }
  .manga .flex li{
    margin: 0 0 20px;
    width: 100%;
  }
  .sec01{
    padding: 0;
  }
  .con01_img{
    margin-bottom: 0;
  }
  .sec01_con{
    width: 100%;
  }
  .sec02_con{
    width: 100%;
  }
  .sec02_con_inner{
    width: 100%;
  }
  .sec02_con_inner li{
    margin: 20px 0 0;
    padding: 20px 10px;
    width: 100%;
  }
  .sec03_con{
    width: 100%;
  }
  .sec03_con figure{
    margin: 0 0 20px;
    width: 100%;
  }
  .sec03_con_inner{
    width: 100%;
  }
  .sec04{
    padding-top: 0;
  }
  .sec04_con{
    flex-direction: column-reverse;
    width: 100%;
  }
  .sec04_con figure{
    margin: 0 0 20px;
    width: 100%;
  }
  .sec04_con_inner{
    width: 100%;
  }
  .sec05{
    padding-top: 0;
  }
  .sec05_con{
    width: 100%;
  }
  .sec05_con ul{
    width: 100%;
  }
  .sec05_con ul li{
    margin: 0 0 20px;
    width: 48%;
  }
  .sec06_con{
    width: 100%;
  }
  .sec06_con li{
    margin: 0 0 20px;
  }
  .sec06_con .f-21{
    font-size: 4.5vw;
  }
  .sec07{
    padding-top: 0;
  }
  .sec07_con{
    width: 100%;
  }
  .sec07_con figure{
    margin: 0 0 20px;
    width: 100%;
  }
  .sec07_con_inner{
    width: 100%;
  }
  .sec08{
    padding-top: 0;
  }
  .sec08_con{
    flex-direction: column-reverse;
    width: 100%;
  }
  .sec08_con figure{
    margin: 0 0 20px;
    width: 100%;
  }
  .sec08_con_inner{
    width: 100%;
  }
  .sec09{
    padding: 0 20px;
  }
  .sec09_con{
    width: 100%;
  }
  .sec09_con figure{
    margin: 0 0 20px;
    width: 100%;
  }
  .sec09_con_inner{
    width: 100%;
  }



  .sec10{
    background: none;
    padding: 0;
  }
  .sec10_con{
    background: none;
    width: 100%;
  }


  .contact_con{
    width: 100%;
  }
  iframe{
    height: 70vw;
    width: 100%;
  }
  .menu-list {
    margin: 0 auto 30px;
    width: 100%;
  }
  .menu-list dt,
  .menu-list dd {
    font-size: 12px;
  }
  .fg-item.fg-type-image.fg-loaded {
    width: 45%;
  }
  .fg-default.fg-gutter-10 .fg-item {
    margin-right: 0;
  }
  .fg-default.fg-gutter-10 {
    justify-content: space-between;
  }
  form{
    width: 100%;
  }
}
