@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  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: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifJP-Regular.woff") format("woff"), url("./font/NotoSerifJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSerifJP-Bold.woff") format("woff"), url("./font/NotoSerifJP-Bold.eot") format("eot");
  font-display: swap;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
}

/*
Theme Name:株式会社さけや
Description:鳴門市里浦町にある鳴門金時の生産農家【株式会社さけや】
Version: 1.0
License:株式会社さけや
License URL:https://www.sakeinouen.com/
*/
/****************************************

リセット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,
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;
}

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

/* change colors 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;
}

address {
  font-style: normal;
}

/* change border color 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;
}

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

body設定(主に書式)

*****************************************/
body {
  color: #39191F;
  background: #fff;
  font-weight: normal;
  min-width: 1220px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

h1 {
  line-height: 1.8;
  font-size: 3.2rem;
  letter-spacing: 0em;
  font-weight: bold;
}

h2 {
  line-height: 1.8;
  font-size: 2.4rem;
  letter-spacing: 0em;
  font-weight: bold;
}

h3 {
  line-height: 1.8;
  font-size: 2rem;
  letter-spacing: 0em;
  font-weight: bold;
}

h4 {
  line-height: 1.8;
  font-size: 2rem;
  letter-spacing: 0em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  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 {
  color: #0970C4;
  -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;
}

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

ページ共通

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

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

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .line_break {
    padding-top: 25px;
  }
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .mb20,
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40,
  .mb50 {
    margin-bottom: 30px;
  }
  .mb60,
  .mb70 {
    margin-bottom: 40px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 60px;
  }
}
/****************************************

pc_none,sp_none

*****************************************/
@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

others

*****************************************/
.txt-link a {
  position: relative;
  text-decoration: none;
}
.txt-link a:link, .txt-link a:visited, .txt-link a:hover, .txt-link a:active {
  color: blue;
}
.txt-link a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: blue;
  transition: 0.6s;
  left: 0;
}
.txt-link a:hover::before {
  width: 100%;
  opacity: 0.9;
}

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

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

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

variable

*****************************************/
.purple {
  color: #663366;
}

.red {
  color: #921034;
}

.brown {
  color: #8c6353;
}

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

mixin

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

ヘッダー共通

*****************************************/
#header {
  position: relative;
  z-index: 100;
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}

.header_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 10px;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 10px;
  }
}
.header_box .header_logo {
  font-size: 0;
  width: 527px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .header_box .header_logo {
    width: 210px;
    height: auto;
    aspect-ratio: 527/100;
  }
}
.header_box .header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header_box .header_logo a img {
  display: block;
  width: 100%;
  height: 100%;
}

.header-top {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}

.header_right {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  gap: 0 20px;
}

.header-nav {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-contact {
  width: 200px;
  height: 47px;
}

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

pcヘッダー

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #fff;
    border: 1px solid #663366;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #663366;
    -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: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #663366;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
    -ms-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    -ms-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(102, 51, 102, 0.85);
    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 .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 {
    color: #ccc;
    background: none;
  }
  #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用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 21.5px;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  padding: 20px 0;
  color: #000;
}
#g_navi .menu li a:link, #g_navi .menu li a:visited {
  color: #000;
}
#g_navi .menu li a:hover, #g_navi .menu li a:active {
  color: #663366;
}

#g_navi .menu li:nth-child(1) {
  letter-spacing: -0.02em;
}

#g_navi .menu li:nth-child(2) {
  letter-spacing: 0.06em;
}

#g_navi .menu li:nth-child(3) {
  letter-spacing: 0.06em;
}

#g_navi .menu li:nth-child(4) {
  letter-spacing: 0;
}

#g_navi .menu li:nth-child(5) {
  letter-spacing: 0.06em;
}

#g_navi .menu li:nth-child(6) {
  letter-spacing: -0.02em;
}

#g_navi .menu li:nth-child(7) {
  letter-spacing: -0.02em;
}

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

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  /* width: 100%; */
  width: 200px;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  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%; */
  width: 200px;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #663366;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#g_navi .menu li ul li a:link, #g_navi .menu li ul li a:visited, #g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  color: #fff;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #663366;
  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;
}

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

pc用 ホバーの下線

*****************************************/
@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: 2px;
    background-color: #663366;
    -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);
  }
}
/****************************************

メインビジュアル

*****************************************/
#slider {
  max-width: 2000px;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#slider img {
  position: relative;
  width: 2000px;
  left: calc(50% - 1000px);
}
@media screen and (max-width: 767px) {
  #slider img {
    position: relative;
    width: 150%;
    left: -25%;
  }
}

#slider .mv_top_ttl {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 711px;
  height: 163px;
}
@media screen and (max-width: 767px) {
  #slider .mv_top_ttl {
    width: 80dvw;
    height: auto;
    aspect-ratio: 711/163;
  }
}
#slider .mv_top_ttl img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#mv_page {
  max-width: 2000px;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#mv_page .mv_page_bg img {
  position: relative;
  width: 2000px;
  left: calc(50% - 1000px);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_page_bg img {
    position: relative;
    width: 200%;
    left: -50%;
  }
}

#mv_page .mv_page_ttl {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_page_ttl {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .mv_page_ttl_work {
    max-width: 252px;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .mv_page_ttl_recruit {
    max-width: 211px;
    width: 35%;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  #mv_top .mv_ttl {
    position: relative;
    width: 190%;
    left: 50%;
    transform: translateX(-50%);
  }
  #slider .mv_ttl {
    position: relative;
    width: 190%;
    left: 50%;
    transform: translateX(-50%);
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

main_wrapper

*****************************************/
.main_wrapper {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

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

メイン共通

*****************************************/
.main_outer {
  background: url(images/main_bg.jpg) no-repeat center top -2px;
  background-size: contain;
  max-width: 2000px;
  margin: 0 auto;
}

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

breadcrumb

*****************************************/
.breadcrumb_area {
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 0 20px;
  }
}

.breadcrumb p {
  text-align: right;
  color: #391B1F;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    text-align: left;
    font-size: 1.4rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:link, .breadcrumb a:visited {
  color: #391B1F;
}
.breadcrumb a:hover, .breadcrumb a:active {
  color: #663366;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #663366;
  -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);
}

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

bottom-area

*****************************************/
.btm-area .btm-area_inner {
  width: 100%;
  margin: 0 auto;
  padding: 100px 10px;
}
@media screen and (max-width: 767px) {
  .btm-area .btm-area_inner {
    padding: 50px 10px;
  }
}

.btm-area-page .btm-area_inner {
  width: 100%;
  margin: 0 auto;
  padding: 150px 10px 100px;
}
@media screen and (max-width: 767px) {
  .btm-area-page .btm-area_inner {
    padding: 50px 10px;
  }
}

.btm-list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btm-list {
    flex-flow: nowrap column;
    gap: 20px 0;
  }
}
.btm-list li {
  max-width: 616px;
  width: 31.6221765914%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .btm-list li {
    max-width: 447px;
    width: 100%;
    margin: 0 auto;
  }
}
.btm-list li .fig {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 616/230;
}
.btm-list li .fig img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

フッター共通

*****************************************/
#footer {
  width: 100%;
  background: url(images/footer_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-bottom: 60px;
    background: url(images/footer_bg.jpg) no-repeat left 51.5% top;
    background-size: cover;
  }
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none !important;
  }
}

.shop_btn {
  position: fixed;
  right: 30px;
  bottom: 135px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .shop_btn {
    display: none !important;
  }
}
.shop_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .shop_btn a {
    display: none !important;
  }
}

.footer-logo {
  margin-bottom: 35px;
  width: 527px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    display: none;
  }
}
.footer-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.copyright {
  padding: 5px 10px;
  background: #8c6353;
  text-align: center;
  font-size: 1.6rem;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 5px 10px;
    font-size: 1.1em;
  }
}

.siteMap {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 35px;
}
@media screen and (max-width: 767px) {
  .siteMap {
    display: none;
  }
}
.siteMap .siteMap-list li {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #000;
}
.siteMap .siteMap-list li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.siteMap .siteMap-list li a:link, .siteMap .siteMap-list li a:visited {
  color: #000;
}
.siteMap .siteMap-list li a:hover, .siteMap .siteMap-list li a:active {
  color: #000;
}
.siteMap .siteMap-list li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.6s;
}
.siteMap .siteMap-list li a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.footer-inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 10px 130px 30px;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 30px 10px 120px 10px;
  }
}

.footer-zip,
.footer-tel,
.footer-time {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
}

.footer-zip .emp,
.footer-tel .emp,
.footer-time .emp {
  font-weight: bold;
}

.footer-box {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 125px;
}
@media screen and (max-width: 767px) {
  .footer-box {
    flex-flow: nowrap column;
    gap: 0;
  }
}

.footer-r {
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-end;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .footer-r {
    display: none;
  }
}

.footer_shop {
  filter: drop-shadow(0px 0px 10px rgba(6, 4, 4, 0.36));
}

.floating-pc {
  display: none;
}

/* ----------- フローティングバナー----------- */
.footer__btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer__btn {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .footer__btn__list {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #921034;
    vertical-align: middle;
    text-align: center;
  }
  .footer__btn__list__item {
    position: relative;
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .footer__btn__list__item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .footer__btn__list__item a:link {
    color: #fff;
  }
  .footer__btn__list__item a:visited {
    color: #fff;
  }
  .footer__btn__list__item a:hover {
    color: #fff;
  }
  .footer__btn__list__item a:active {
    color: #fff;
  }
  .footer__btn__list__item {
    border-right: 1px #fff solid;
    border-top: 1px #fff solid;
  }
  .footer__btn__list__item:nth-child(4) {
    border-right: none;
  }
  .footer__btn__list__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
  }
  .footer__btn__list__item__icon_01,
  .footer__btn__list__item__icon_02,
  .footer__btn__list__item__icon_03,
  .footer__btn__list__item__icon_04 {
    position: relative;
    display: block;
    margin: auto 0 5px;
    font-weight: normal;
  }
  .footer__btn__list__item__icon_01::after,
  .footer__btn__list__item__icon_02::after,
  .footer__btn__list__item__icon_03::after,
  .footer__btn__list__item__icon_04::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 12.5px);
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .footer__btn__list__item__icon_01::after {
    top: -140%;
  }
  .footer__btn__list__item__icon_02::after {
    top: -135%;
  }
  .footer__btn__list__item__icon_03::after {
    top: -130%;
  }
  .footer__btn__list__item__icon_04::after {
    top: -130%;
  }
  .footer__btn__list__item__icon_01::after {
    background-image: url(images/floating_tel.svg);
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .footer__btn__list__item__icon_02::after {
    background-image: url(images/floating_shopping.svg);
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .footer__btn__list__item__icon_03::after {
    background-image: url(images/floating_mail.svg);
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .footer__btn__list__item__icon_04::after {
    background-image: url(images/floating_arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  width: 100%;
  margin: 60px auto 60px;
}

#single_box h1 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

#single_box .single_text {
  width: 100%;
}

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

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
  padding-bottom: 10px;
}
.pager a {
  text-decoration: none;
}
.pager a:link, .pager a:visited {
  color: #921034;
  border: 1px solid #921034;
}
.pager a:hover, .pager a:active {
  color: #fff;
  border: 1px solid #921034;
  background: #921034;
}

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;
}

.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: #333;
  border: solid 1px #333;
  color: white;
}

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

.nav-below a {
  position: relative;
  margin: 0 5px;
  text-decoration: none;
}
.nav-below a:link, .nav-below a:visited {
  color: #921034;
}
.nav-below a:hover, .nav-below a:active {
  color: #921034;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #921034;
  transition: 0.6s;
  left: 0;
}
.nav-below a:hover::before {
  width: 100%;
  opacity: 0.9;
}

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

headline,common-title

*****************************************/
/** トップ **/
.top-sec01_ttl {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #170a0a;
}
@media screen and (max-width: 767px) {
  .top-sec01_ttl {
    font-size: 2rem;
  }
}
.top-sec01_ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 558px;
  height: 7px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(images/top_sec01_ttl.png) no-repeat;
  background-size: 558px 7px;
}

.top-sec02_ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.8rem;
  color: #663366;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-sec02_ttl {
    font-size: 2rem;
  }
}

.top-sec03_ttl {
  position: relative;
  margin: 20px 0 40px;
  padding-left: 10px;
  font-size: 3rem;
  color: #3e1d1d;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .top-sec03_ttl {
    font-size: 2rem;
  }
}
.top-sec03_ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 240px;
  height: 8px;
  bottom: -15px;
  left: 0;
  background: url(images/top_sec03_ttl.png) no-repeat;
  background-size: 240px 8px;
}

.top-sec04_ttl {
  max-width: 363px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .top-sec04_ttl {
    font-size: 2rem;
  }
}

.top-sec05_ttl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .top-sec05_ttl {
    font-size: 2rem;
  }
}
.top-sec05_ttl .inner {
  position: relative;
}
.top-sec05_ttl .inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 55px;
  height: 51px;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  background: url(images/top_sec05_ttl_b.png) no-repeat;
  background-size: 55px 51px;
}
.top-sec05_ttl .inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 49px;
  height: 38px;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  background: url(images/top_sec05_ttl_a.png) no-repeat;
  background-size: 49px 38px;
}

.top-sec06_ttl {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.top-sec06_ttl .jp {
  color: #4f2f0c;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
.top-sec06_ttl .en {
  display: block;
  color: #921034;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .top-sec06_ttl {
    font-size: 2rem;
  }
}
.top-sec06_ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 81px;
  height: 43px;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  background: url(images/top_sec06_ttl.png) no-repeat;
  background-size: 81px 43px;
}

/** 下層 **/
.headline {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  color: #391A1F;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.headline::after {
  display: block;
  content: "";
  position: absolute;
  width: 558px;
  height: 4px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/headline.png) no-repeat;
  background-size: 558px 7px;
}
@media screen and (max-width: 767px) {
  .headline::after {
    bottom: -10px;
    width: 250px;
    height: 3px;
    background: url(images/headline.png) no-repeat;
    background-size: 250px 4px;
  }
}

.cmn-ttl01 {
  position: relative;
  margin-bottom: 10px;
  padding: 12px 10px 12px 100px;
  padding-left: 100px;
  color: #391B1F;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  background: url(images/cmn_ttl_01_bg.png) repeat;
}
@media screen and (max-width: 767px) {
  .cmn-ttl01 {
    padding-left: 65px;
    font-size: 2rem;
  }
}
.cmn-ttl01::after {
  display: block;
  content: "";
  position: absolute;
  width: 65px;
  height: 35px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(images/cmn_ttl_01.png) no-repeat;
  background-size: 65px 35px;
}
@media screen and (max-width: 767px) {
  .cmn-ttl01::after {
    left: 8px;
    width: 44px;
    height: 24px;
    background: url(images/cmn_ttl_01.png) no-repeat;
    background-size: 44px 24px;
  }
}

.cmn-ttl02 {
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px 15px 10px;
  color: #391B1F;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cmn-ttl02 {
    font-size: 1.8rem;
  }
}
.cmn-ttl02::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #CFB9A1, #CFB9A1 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 6px 2px;
}

.cmn-ttl03 {
  position: relative;
  padding: 0 10px 10px 10px;
  color: #391B1F;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cmn-ttl03 {
    font-size: 1.4rem;
  }
}
.cmn-ttl03::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #CFB9A1, #CFB9A1 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 6px 2px;
}

@media screen and (max-width: 767px) {
  .cmn-ttl04 {
    font-size: 1.5rem;
  }
}

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

common-button

*****************************************/
/*---------------------button共通*/
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.cmn-btn01 a {
  font-weight: normal;
  padding: 16px;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  border-radius: 20px;
  border: 2px solid #663366;
  background: #663366;
  color: white;
}
@media screen and (max-width: 767px) {
  .cmn-btn01 a {
    padding: 10px;
  }
}
.cmn-btn01 a:hover {
  color: #663366;
  background: #fff;
}

.cmn-btn02 a {
  font-weight: normal;
  padding: 16px;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  border-radius: 20px;
  border: 2px solid #921034;
  background: #921034;
  color: white;
}
@media screen and (max-width: 767px) {
  .cmn-btn02 a {
    padding: 10px;
  }
}
.cmn-btn02 a:hover {
  color: #921034;
  background: #fff;
}

.cmn-btn03 {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmn-btn03 {
    max-width: 250px;
  }
}
.cmn-btn03 a {
  position: relative;
  font-weight: bold;
  padding: 22px 10px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  border-radius: 40px;
  border: 2px solid #25A92F;
  background: #25A92F;
  color: white;
}
@media screen and (max-width: 767px) {
  .cmn-btn03 a {
    padding: 10px;
  }
}
.cmn-btn03 a:hover {
  color: #25A92F;
  background: #fff;
}
.cmn-btn03 a:before, .cmn-btn03 a:after {
  content: "";
  position: absolute;
  display: block;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.cmn-btn03 a:before {
  width: 18px;
  height: 2px;
  background: #fff;
  opacity: 0;
}
.cmn-btn03 a:after {
  width: 10px;
  height: 10px;
  border: solid 2px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
.cmn-btn03 a:hover:before {
  opacity: 1;
  background: #25A92F;
}
.cmn-btn03 a:hover:after {
  border-color: #25A92F #25A92F transparent transparent;
}

/*------------トップ------------*/
.top-sec01-btn {
  width: 300px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .top-sec01-btn {
    width: 200px;
  }
}

.top-sec03-btn {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 30px;
  margin-top: 70px;
}
.top-sec03-btn .cmn-btn01,
.top-sec03-btn .cmn-btn02 {
  width: 250px;
}

/*------------下層------------*/
/****************************************

common-table

*****************************************/
.table-notice {
  margin-bottom: 10px;
}

.cmn-table {
  display: table;
  width: 100%;
}
.cmn-table tbody {
  display: table;
  width: 100%;
}
.cmn-table tbody th {
  background: #eee;
  font-weight: bold;
}
.cmn-table tbody td {
  background: #fff;
}
.cmn-table tbody th,
.cmn-table tbody td {
  border: 1px solid #000;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .cmn-table tbody th,
  .cmn-table tbody td {
    padding: 10px;
  }
}

/*---------------------sample-table*/
.overview-table tbody th {
  width: 50%;
}
.overview-table tbody td {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .overview-table tbody th,
  .overview-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
  }
}

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

flex

*****************************************/
.flex {
  flex-flow: row wrap;
}

.flex-r {
  flex-flow: row-reverse wrap;
}

.flex,
.flex-r {
  display: flex;
  justify-content: space-between;
}
.flex .txt560,
.flex-r .txt560 {
  width: 560px;
}
.flex .txt580,
.flex-r .txt580 {
  width: 580px;
}
.flex .fig300,
.flex-r .fig300 {
  max-width: 300px;
  width: 100%;
}
.flex .fig400,
.flex-r .fig400 {
  max-width: 400px;
  width: 100%;
}
.flex .fig580,
.flex-r .fig580 {
  max-width: 580px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
  .flex .txt560,
  .flex-r .txt560 {
    margin-top: 10px;
    width: 100%;
  }
  .flex .txt580,
  .flex-r .txt580 {
    margin-top: 10px;
    width: 100%;
  }
}
/****************************************

グリッドレイアウト

*****************************************/
.grid-post {
  display: grid;
  gap: 40px 30px;
  place-items: center;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
@media screen and (max-width: 767px) {
  .grid-post {
    gap: 40px 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 490px) {
  .grid-post {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

.grid-post_item {
  width: 100%;
}
.grid-post_item .fig {
  position: relative;
  width: 340px;
  height: 260px;
}
@media screen and (max-width: 767px) {
  .grid-post_item .fig {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.grid-post_item .fig img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

アイキャッチがどの大きさの画像が投稿されても一定の大きさで表示される

*****************************************/
.post-fig {
  position: relative;
  width: 400px;
  height: 310px;
}
@media screen and (max-width: 767px) {
  .post-fig {
    max-width: 400px;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

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

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

３つ並び投稿

*****************************************/
.post-list {
  margin-bottom: 80px;
  display: grid;
  gap: 10px 15px;
  place-items: center;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
@media screen and (max-width: 767px) {
  .post-list {
    margin-bottom: 60px;
    gap: 20px 10px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 400px) {
  .post-list {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
.post-list .item {
  width: 100%;
}
.post-list .item .fig320 {
  position: relative;
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .post-list .item .fig320 {
    aspect-ratio: 4/3;
    height: auto;
  }
}
.post-list .item .fig320 a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-list .item .fig320 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

font

*****************************************/
#sp_navi .menu-item a,
#sp_navi .sub-menu li a,
#g_navi .menu li a,
#g_navi .menu li ul li a {
  font-family: "Noto Serif JP";
}

.headline {
  font-family: "Noto Serif JP";
}

.cmn-ttl01,
.cmn-ttl02,
.cmn-ttl03,
.cmn-ttl04 {
  font-family: "Noto Sans JP";
}

.cmn-btn01,
.cmn-btn02,
.cmn-btn03,
.cmn-btn04,
.cmn-btn05 {
  font-family: "Noto Sans JP";
}

.siteMap-list li a {
  font-family: "Noto Sans JP";
}

.footer__btn__list__item a {
  font-family: "Noto Sans JP";
}

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

エレメンター、リセットCSS

*****************************************/
.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
}

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

ボタン

*****************************************/
.elementor-16 .elementor-element.elementor-element-b80e8aa .elementor-button {
  width: 100%;
}

.elementor-16 .elementor-element.elementor-element-b80e8aa .elementor-button {
  text-shadow: none !important;
}

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

エレメンター、headline,common-title

*****************************************/
/** トップ **/
.el-top-sec01_ttl .elementor-heading-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #170a0a;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .el-top-sec01_ttl .elementor-heading-title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.el-top-sec01_ttl .elementor-heading-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 558px;
  height: 7px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(images/top_sec01_ttl.png) no-repeat;
  background-size: 558px 7px;
}
@media screen and (max-width: 767px) {
  .el-top-sec01_ttl .elementor-heading-title::after {
    max-width: 400px;
    width: 100%;
    height: 5px;
    background: url(images/top_sec01_ttl.png) no-repeat;
    background-size: 100% 5px;
  }
}

.el-top-sec02_ttl .elementor-heading-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.8rem;
  color: #663366;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el-top-sec02_ttl .elementor-heading-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 340px) {
  .el-top-sec02_ttl .elementor-heading-title {
    font-size: 1.8rem;
  }
}

.el-top-sec03_ttl .elementor-heading-title {
  position: relative;
  margin: 20px 0 40px;
  padding-left: 10px;
  font-size: 3rem;
  color: #3e1d1d;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .el-top-sec03_ttl .elementor-heading-title {
    margin: 0 0 30px;
    font-size: 2rem;
  }
}
.el-top-sec03_ttl .elementor-heading-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 240px;
  height: 8px;
  bottom: -15px;
  left: 0;
  background: url(images/top_sec03_ttl.png) no-repeat;
  background-size: 240px 8px;
}

.el-top-sec04_ttl .elementor-heading-title {
  margin: 0 auto 50px;
  max-width: 363px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .el-top-sec04_ttl .elementor-heading-title {
    margin: 0 auto;
    width: 280px;
    font-size: 2rem;
  }
}

.el-top-sec05_ttl .elementor-heading-title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .el-top-sec05_ttl .elementor-heading-title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.el-top-sec05_ttl .elementor-heading-title .inner {
  position: relative;
}
@media screen and (max-width: 560px) {
  .el-top-sec05_ttl .elementor-heading-title .inner {
    display: inline-block;
    line-height: 1.4;
  }
}
.el-top-sec05_ttl .elementor-heading-title .inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 55px;
  height: 51px;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  background: url(images/top_sec05_ttl_b.png) no-repeat;
  background-size: 55px 51px;
}
@media screen and (max-width: 560px) {
  .el-top-sec05_ttl .elementor-heading-title .inner::before {
    width: 35px;
    height: 31px;
    left: -50px;
    background: url(images/top_sec05_ttl_b.png) no-repeat;
    background-size: 35px 31px;
  }
}
.el-top-sec05_ttl .elementor-heading-title .inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 49px;
  height: 38px;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  background: url(images/top_sec05_ttl_a.png) no-repeat;
  background-size: 49px 38px;
}
@media screen and (max-width: 560px) {
  .el-top-sec05_ttl .elementor-heading-title .inner::after {
    width: 39px;
    height: 28px;
    right: -45px;
    background: url(images/top_sec05_ttl_a.png) no-repeat;
    background-size: 39px 28px;
  }
}
@media screen and (max-width: 560px) {
  .el-top-sec05_ttl .elementor-heading-title .inner .work {
    display: block;
  }
}

.el-top-sec06_ttl .elementor-heading-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el-top-sec06_ttl .elementor-heading-title {
    margin-bottom: 20px;
  }
}
.el-top-sec06_ttl .elementor-heading-title .jp {
  color: #4f2f0c;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .el-top-sec06_ttl .elementor-heading-title .jp {
    font-size: 2rem;
  }
}
.el-top-sec06_ttl .elementor-heading-title .en {
  display: block;
  color: #921034;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .el-top-sec06_ttl .elementor-heading-title .en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .el-top-sec06_ttl .elementor-heading-title {
    font-size: 2rem;
  }
}
.el-top-sec06_ttl .elementor-heading-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 81px;
  height: 43px;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  background: url(images/top_sec06_ttl.png) no-repeat;
  background-size: 81px 43px;
}
@media screen and (max-width: 767px) {
  .el-top-sec06_ttl .elementor-heading-title::after {
    width: 61px;
    height: 33px;
    top: -20px;
    background: url(images/top_sec06_ttl.png) no-repeat;
    background-size: 61px 33px;
  }
}

/** 下層 **/
.el-headline .elementor-heading-title {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  color: #391A1F;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .el-headline .elementor-heading-title {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.el-headline .elementor-heading-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 558px;
  height: 7px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/headline.png) no-repeat;
  background-size: 558px 7px;
}
@media screen and (max-width: 767px) {
  .el-headline .elementor-heading-title::after {
    bottom: -10px;
    width: 250px;
    height: 4px;
    background: url(images/headline.png) no-repeat;
    background-size: 250px 4px;
  }
}

.el-cmn-ttl01 .elementor-heading-title {
  position: relative;
  margin-bottom: 15px;
  padding: 12px 10px 12px 100px;
  padding-left: 100px;
  color: #391B1F;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  background: url(images/cmn_ttl_01_bg.png) repeat;
}
@media screen and (max-width: 767px) {
  .el-cmn-ttl01 .elementor-heading-title {
    padding-left: 65px;
    font-size: 1.8rem;
  }
}
.el-cmn-ttl01 .elementor-heading-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 65px;
  height: 35px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(images/cmn_ttl_01.png) no-repeat;
  background-size: 65px 35px;
}
@media screen and (max-width: 767px) {
  .el-cmn-ttl01 .elementor-heading-title::after {
    left: 8px;
    width: 44px;
    height: 24px;
    background: url(images/cmn_ttl_01.png) no-repeat;
    background-size: 44px 24px;
  }
}

.el-cmn-ttl02 .elementor-heading-title {
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px 15px 10px;
  color: #391B1F;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el-cmn-ttl02 .elementor-heading-title {
    padding: 0 10px 10px 10px;
    font-size: 1.6rem;
  }
}
.el-cmn-ttl02 .elementor-heading-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #CFB9A1, #CFB9A1 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 6px 2px;
}

.el-cmn-ttl03 .elementor-heading-title {
  position: relative;
  padding: 0 10px 10px 10px;
  color: #391B1F;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el-cmn-ttl03 .elementor-heading-title {
    font-size: 1.4rem;
  }
}
.el-cmn-ttl03 .elementor-heading-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #CFB9A1, #CFB9A1 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 6px 2px;
}

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

エレメンター、common-button

*****************************************/
/*---------------------button共通*/
.el-btn .elementor-widget-container .elementor-button-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.el-cmn-btn01 .elementor-widget-container .elementor-button-wrapper a {
  letter-spacing: 0.01em;
  line-height: 1.7;
  border: 2px solid #663366;
  background: #663366;
  color: white;
}
@media screen and (max-width: 767px) {
  .el-cmn-btn01 .elementor-widget-container .elementor-button-wrapper a {
    padding: 10px;
  }
}
.el-cmn-btn01 .elementor-widget-container .elementor-button-wrapper a:hover {
  color: #663366;
  background: #fff;
}

.el-cmn-btn02 .elementor-widget-container .elementor-button-wrapper a {
  letter-spacing: 0.01em;
  line-height: 1.7;
  border: 2px solid #921034;
  background: #921034;
  color: white;
}
@media screen and (max-width: 767px) {
  .el-cmn-btn02 .elementor-widget-container .elementor-button-wrapper a {
    padding: 10px;
  }
}
.el-cmn-btn02 .elementor-widget-container .elementor-button-wrapper a:hover {
  color: #921034;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .el-cmn-btn03 {
    margin: 0 auto;
  }
}
.el-cmn-btn03 .elementor-widget-container .elementor-button-wrapper a {
  position: relative;
  padding: 22px 10px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  border-radius: 40px;
  border: 2px solid #25A92F;
  background: #25A92F;
  color: white;
}
@media screen and (max-width: 767px) {
  .el-cmn-btn03 .elementor-widget-container .elementor-button-wrapper a {
    padding: 15px 10px;
  }
}
.el-cmn-btn03 .elementor-widget-container .elementor-button-wrapper a:hover {
  color: #25A92F;
  background: #fff;
}
.el-cmn-btn03 .elementor-widget-container .elementor-button-wrapper a:before, .el-cmn-btn03 .elementor-widget-container .elementor-button-wrapper a:after {
  content: "";
  position: absolute;
  display: block;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.el-cmn-btn03 .elementor-widget-container .elementor-button-wrapper a:before {
  width: 18px;
  height: 2px;
  background: #fff;
  opacity: 0;
}
.el-cmn-btn03 .elementor-widget-container .elementor-button-wrapper a:after {
  width: 10px;
  height: 10px;
  border: solid 2px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
.el-cmn-btn03 .elementor-widget-container .elementor-button-wrapper a:hover:before {
  opacity: 1;
  background: #25A92F;
}
.el-cmn-btn03 .elementor-widget-container .elementor-button-wrapper a:hover:after {
  border-color: #25A92F #25A92F transparent transparent;
}

/*------------トップ------------*/
.el-top-sec01-btn {
  width: 300px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .el-top-sec01-btn {
    margin: 30px auto 0;
    width: 200px;
  }
}

.el-top-sec03-btn .elementor-container {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 30px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .el-top-sec03-btn .elementor-container {
    flex-flow: nowrap column;
    align-items: center !important;
    gap: 10px 0;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .el-top-sec03-btn .elementor-container .elementor-column {
    width: 200px;
  }
}

/*------------下層------------*/
.el-transaction-btn {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .el-transaction-btn {
    margin: 20px auto 0;
  }
}

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

エレメンター、common-table

*****************************************/
/**border,padding,width,fontなどの設定は案件によって変更する**/
/**ボーダーの指定 ul 上左右**/
.el_cmn_table .elementor-price-list {
  border-left: 1px solid #C58295;
  border-right: 1px solid #C58295;
  border-top: 1px solid #C58295;
}

/**ボーダーの指定 li 下**/
.el_cmn_table .elementor-price-list li {
  border-bottom: 1px solid #C58295;
}

/**ボーダーの指定 th 右**/
.el_cmn_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  border-right: 1px solid #C58295;
}

/**デフォルトで入っているliに対しての下の余白を削除**/
.el_cmn_table .elementor-price-list li {
  margin-bottom: 0 !important;
}

/**aリンクいらないので無効化**/
.el_cmn_table .elementor-price-list li a {
  align-items: inherit;
  pointer-events: none;
  text-decoration: none;
}

/** tr **/
.el_cmn_table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  flex-wrap: revert !important;
  align-items: revert !important;
}

/**th td 共通指定**/
.el_cmn_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
.el_cmn_table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  padding: 12px 20px;
  font-size: 1.6rem !important;
  line-height: 1.7 !important;
  letter-spacing: 0.04em !important;
}

/** th **/
.el_cmn_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  margin-bottom: 0 !important;
  align-items: stretch;
  max-width: 100% !important;
  flex-basis: 31.3725490196% !important;
  background: #FDE8EE;
  font-weight: normal;
  color: #39191F;
}

/** th span **/
.el_cmn_table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-title {
  display: block;
  max-width: 100%;
  width: 100%;
}

/** td **/
.el_cmn_table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  display: block;
  flex-basis: 68.6274509804% !important;
  background: #fff;
  font-weight: normal;
  color: #39191F;
}

/**thとtdの間のタグいらないので削除**/
.el_cmn_table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-separator {
  display: none;
}

@media screen and (max-width: 767px) {
  /******ここでテーブルを縦にする*****/
  .el_cmn_table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /**th td 共通指定**/
  .el_cmn_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
  .el_cmn_table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    padding: 10px;
    font-size: 1.4rem !important;
  }
  /** th **/
  .el_cmn_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  /** td **/
  .el_cmn_table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    width: 100%;
  }
}
/****************************************

会社概要

*****************************************/
.el_overview_table .elementor-price-list {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

/**ボーダーの指定 li 下**/
.el_overview_table .elementor-price-list li {
  border-bottom: 1px solid #CCCCCC;
}

/**ボーダーの指定 th 右**/
.el_overview_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  border-right: 1px solid #CCCCCC;
}

/**デフォルトで入っているliに対しての下の余白を削除**/
.el_overview_table .elementor-price-list li {
  margin-bottom: 0 !important;
}

/**aリンクいらないので無効化**/
.el_overview_table .elementor-price-list li a {
  align-items: inherit;
  pointer-events: none;
  text-decoration: none;
}

/** tr **/
.el_overview_table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  flex-wrap: revert !important;
  align-items: revert !important;
}

/**th td 共通指定**/
.el_overview_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
.el_overview_table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  padding: 12px 20px;
  font-size: 1.6rem !important;
  line-height: 1.7 !important;
  letter-spacing: 0.04em !important;
}

/** th **/
.el_overview_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  margin-bottom: 0 !important;
  align-items: stretch;
  max-width: 100% !important;
  flex-basis: 31.3725490196% !important;
  background: #EEEEEE;
  font-weight: normal;
  color: #39191F;
}

/** th span **/
.el_overview_table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-title {
  display: block;
  max-width: 100%;
  width: 100%;
}

/** td **/
.el_overview_table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  display: block;
  flex-basis: 68.6274509804% !important;
  background: #fff;
  font-weight: normal;
  color: #39191F;
}

/**thとtdの間のタグいらないので削除**/
.el_overview_table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-separator {
  display: none;
}

@media screen and (max-width: 767px) {
  /******ここでテーブルを縦にする*****/
  .el_overview_table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /**th td 共通指定**/
  .el_overview_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
  .el_overview_table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    padding: 10px;
    font-size: 1.4rem !important;
  }
  /** th **/
  .el_overview_table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  /** td **/
  .el_overview_table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    width: 100%;
  }
}
/*---------------------sample-table*/
/****************************************

エレメンター、flex

*****************************************/
.el-flex .elementor-container {
  flex-flow: row wrap;
}

.el-flex-r .elementor-container {
  flex-flow: row-reverse wrap;
}

.el-flex .elementor-container,
.el-flex-r .elementor-container {
  display: flex;
  justify-content: space-between;
}
.el-flex .elementor-container .txt560,
.el-flex-r .elementor-container .txt560 {
  width: 560px;
}
.el-flex .elementor-container .txt580,
.el-flex-r .elementor-container .txt580 {
  width: 580px;
}
.el-flex .elementor-container .fig300,
.el-flex-r .elementor-container .fig300 {
  max-width: 300px;
  width: 100%;
}
.el-flex .elementor-container .fig400,
.el-flex-r .elementor-container .fig400 {
  max-width: 400px;
  width: 100%;
}
.el-flex .elementor-container .fig580,
.el-flex-r .elementor-container .fig580 {
  max-width: 580px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .el-flex .elementor-container,
  .el-flex-r .elementor-container {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
  .el-flex .elementor-container .txt560,
  .el-flex-r .elementor-container .txt560 {
    margin-top: 10px;
    width: 100%;
  }
  .el-flex .elementor-container .txt580,
  .el-flex-r .elementor-container .txt580 {
    margin-top: 10px;
    width: 100%;
  }
}
.el-flex-flow-arrow .elementor-container {
  position: relative;
}
.el-flex-flow-arrow .elementor-container::after {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  height: 20px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(images/flow_arrow.png) no-repeat;
  background-size: 100px 20px;
}

.el-flex-flow .elementor-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 30px;
  background: #FDE8EE;
}
@media screen and (max-width: 767px) {
  .el-flex-flow .elementor-container {
    padding: 20px;
  }
}
.el-flex-flow .elementor-container .txt580 {
  width: 580px;
}
.el-flex-flow .elementor-container .fig300 {
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .el-flex-flow .elementor-container {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
  .el-flex-flow .elementor-container .txt580 {
    margin-top: 10px;
    width: 100%;
  }
}
/****************************************

エレメンター、グリッドレイアウト

*****************************************/
.grid-post {
  display: grid;
  gap: 40px 30px;
  place-items: center;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
@media screen and (max-width: 767px) {
  .grid-post {
    gap: 40px 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 490px) {
  .grid-post {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

.grid-post_item {
  width: 100%;
}
.grid-post_item .fig {
  position: relative;
  width: 340px;
  height: 260px;
}
@media screen and (max-width: 767px) {
  .grid-post_item .fig {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.grid-post_item .fig img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

アイキャッチがどの大きさの画像が投稿されても一定の大きさで表示される

*****************************************/
.post-fig {
  position: relative;
  width: 400px;
  height: 310px;
}
@media screen and (max-width: 767px) {
  .post-fig {
    max-width: 400px;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

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

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

3つ並び投稿

*****************************************/
.post-list {
  margin-bottom: 80px;
  display: grid;
  gap: 10px 15px;
  place-items: center;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
@media screen and (max-width: 767px) {
  .post-list {
    margin-bottom: 60px;
    gap: 20px 10px;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
.post-list .post-list_item {
  width: 100%;
}
.post-list .fig330 {
  position: relative;
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .post-list .fig330 {
    aspect-ratio: 4/3;
    height: auto;
  }
}
.post-list .fig330 a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-list .fig330 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

エレメンター、font

*****************************************/
.el-headline .elementor-heading-title {
  font-family: "Noto Serif JP";
}

.el-cmn-ttl01 .elementor-heading-title,
.el-cmn-ttl02 .elementor-heading-title,
.el-cmn-ttl03 .elementor-heading-title,
.el-cmn-ttl04 .elementor-heading-title {
  font-family: "Noto Sans JP";
}

.el-cmn-btn01 .elementor-widget-container .elementor-button-wrapper a,
.el-cmn-btn02 .elementor-widget-container .elementor-button-wrapper a,
.el-cmn-btn03 .elementor-widget-container .elementor-button-wrapper a,
.el-cmn-btn04 .elementor-widget-container .elementor-button-wrapper a,
.el-cmn-btn05 .elementor-widget-container .elementor-button-wrapper a {
  font-family: "Noto Sans JP";
}

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

エレメンター、質問（アコーディオン）

*****************************************/
.elementor-accordion .elementor-tab-title {
  padding: 0 !important;
}

.elementor-accordion .elementor-tab-title a {
  display: block;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 600 !important;
  font-size: 2rem !important;
  color: #124396;
  letter-spacing: 0.08em;
  line-height: 1.5;
  background: #E1F2F9;
  position: relative;
  padding: 15px 10px 15px 45px;
}

.elementor-accordion .elementor-tab-title a::before {
  position: absolute;
  content: "Q.";
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #124396;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.elementor-accordion .elementor-tab-content {
  position: relative;
  border-top: none !important;
}

.elementor-accordion .elementor-tab-content::before {
  position: absolute;
  content: "A.";
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #6DBF3C;
  left: 12px;
  top: 12px;
}

.elementor-accordion .elementor-tab-contentt p {
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.elementor-accordion-item {
  margin-bottom: 50px !important;
}

.elementor-accordion div:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-title a {
    font-size: 1.8rem !important;
    padding: 12px 10px 12px 40px !important;
  }
  .elementor-accordion .elementor-tab-title a::before {
    font-size: 2.2rem;
    left: 10px;
    top: 7px;
    transform: inherit;
  }
  .elementor-accordion .elementor-tab-content::before {
    font-size: 2.2rem;
    left: 10px;
    top: 10px;
  }
}
/****************************************

エレメンター、その他

*****************************************/
/** p **/
/** figure **/
/**  ul　（アイコンリスト） **/
/**  ul　（内部セクションを複製して、CSSで作るリスト） **/
/****************************************

トップページ

*****************************************/
.top-sec01 {
  background: url(images/top_sec01_bg_02.jpg) no-repeat center top;
  background-size: cover;
}
.top-sec01 .top-sec_inner {
  max-width: 2020px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 10px 60px;
}

.el-top-sec01 {
  background: url(images/top_sec01_bg_02.jpg) no-repeat center top;
  background-size: cover;
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}
.el-top-sec01 .top-sec_inner {
  width: 100%;
  margin: 0 auto;
  padding: 70px 10px 60px;
}
@media screen and (max-width: 767px) {
  .el-top-sec01 .top-sec_inner {
    padding: 30px 10px;
  }
}

.top-sec01 .txt {
  text-align: center;
}

.top-sec02 {
  width: 100%;
  padding: 40px 10px 100px;
}

.el-top-sec02 {
  width: 100%;
  padding: 40px 10px 100px;
}
@media screen and (max-width: 767px) {
  .el-top-sec02 {
    padding: 40px 10px;
  }
}

.el-top-youtube {
  max-width: 1020px;
  margin: 0 auto;
}

.top-sec02-fig {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.top-sec03 .top-sec_inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px 90px;
}

.el-top-sec03 {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px 90px;
}
@media screen and (max-width: 767px) {
  .el-top-sec03 {
    padding: 0 10px 50px;
  }
}
.el-top-sec03 .txt560 {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .el-top-sec03 .txt560 {
    margin-top: 10px;
    width: 100%;
  }
}
.el-top-sec03 .fig580 {
  max-width: 580px;
  width: 100%;
}

.el-top-sec03 .elementor-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .el-top-sec03 .elementor-container {
    flex-flow: column wrap;
    align-items: center;
  }
}

.top-sec03 .txt560 {
  padding-left: 20px;
}

.el-top-sec03 .txt560 {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .el-top-sec03 .txt560 {
    margin-bottom: 10px;
    padding-left: 0;
  }
}

.top-sec03-bnr {
  max-width: 1020px;
  margin: 80px auto 0;
}

.el-top-sec03-bnr {
  max-width: 1020px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .el-top-sec03-bnr {
    margin: 0 auto 60px;
  }
}

.top-shopping-bnr {
  max-width: 1020px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.top-shopping-bnr a {
  text-decoration: none;
  display: block;
  max-width: 1020px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 70px 0;
  background: url(images/shopping_bg.jpg) no-repeat center top;
  background-size: cover;
  transition: 0.3s linear;
}
@media screen and (max-width: 767px) {
  .top-shopping-bnr a {
    padding: 50px 0;
    background: url(images/shopping_bg.jpg) no-repeat left 54% top;
    background-size: cover;
  }
}
.top-shopping-bnr a:hover, .top-shopping-bnr a:active {
  opacity: 0.75;
}
.top-shopping-bnr .inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 55px 10px;
  width: calc(100% - 320px);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 4px 2px 8px rgba(6, 4, 4, 0.3);
}
@media screen and (max-width: 767px) {
  .top-shopping-bnr .inner {
    padding: 40px 20px;
    width: calc(100% - 30px);
  }
}
.top-shopping-bnr .inner img {
  display: block;
  max-width: 321px;
}

.top-sec04 .top-sec_inner {
  width: 100%;
  margin: 0 auto;
  padding: 65px 0 100px;
}

.el-top-sec04 {
  width: 100%;
  margin: 0 auto;
  padding: 65px 10px 100px;
  background: url(images/top_sec04_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .el-top-sec04 {
    padding: 50px 10px;
  }
}

.top-sec04-outer {
  background: url(images/top_sec04_bg.jpg) no-repeat center top;
  background-size: cover;
}

.top-sec04-bnr {
  width: 1020px;
  margin: 90px auto;
}

.el-top-sec04-bnr {
  max-width: 1020px;
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .el-top-sec04-bnr {
    width: calc(100% - 20px);
    margin: 50px auto;
  }
}

.top-sec05 {
  background: #8c6353;
}
.top-sec05 .top-sec_inner {
  max-width: 2020px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 10px 80px;
}

.el-top-sec05 {
  background: #8c6353;
  width: 100%;
  margin: 0 auto;
  padding: 90px 10px 80px;
}
@media screen and (max-width: 767px) {
  .el-top-sec05 {
    padding: 50px 10px;
  }
}

.top-sec05_list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  width: 100%;
}
.top-sec05_list li {
  max-width: 616px;
  width: 32.4552160169%;
  height: auto;
}
.top-sec05_list li .fig {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 616/440;
}
.top-sec05_list li .fig a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-sec05_list li .fig a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.44));
}

.el-top-sec05_list .elementor-container {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .el-top-sec05_list .elementor-container {
    flex-flow: nowrap column;
    gap: 20px 0;
  }
}
.el-top-sec05_list .elementor-container .item {
  max-width: 616px;
  width: 32.4552160169%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .el-top-sec05_list .elementor-container .item {
    max-width: 447px;
    width: 100%;
    margin: 0 auto;
  }
}
.el-top-sec05_list .elementor-container .item .fig {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 616/440;
}
.el-top-sec05_list .elementor-container .item .fig .elementor-widget-container {
  display: block;
  width: 100%;
  height: 100%;
}
.el-top-sec05_list .elementor-container .item .fig .elementor-widget-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.el-top-sec05_list .elementor-container .item .fig .elementor-widget-container a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.44));
}

.top-sec06 {
  background: url(images/top_sec06_bg.png) no-repeat center top;
  background-size: cover;
}
.top-sec06 .top-sec_inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 115px 10px 100px;
}

.el-top-sec06 {
  background: url(images/top_sec06_bg.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  padding: 115px 10px 100px;
}
@media screen and (max-width: 767px) {
  .el-top-sec06 {
    padding: 80px 10px 50px;
  }
}

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

ブログトップ

*****************************************/
.diary-list {
  max-width: 1220px;
  margin: 0 auto 60px;
  display: grid;
  gap: 0 30px;
  place-items: center;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}
@media screen and (max-width: 767px) {
  .diary-list {
    margin: 50px auto 60px;
    gap: 20px 10px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media screen and (max-width: 530px) {
  .diary-list {
    margin-bottom: 60px;
    gap: 20px 10px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 400px) {
  .diary-list {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
.diary-list .diary-item {
  max-width: 380px;
  width: 100%;
  padding: 20px;
  min-height: 450px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .diary-list .diary-item {
    padding: 15px 15px 30px 15px;
    min-height: initial;
  }
}
@media screen and (max-width: 320px) {
  .diary-list .diary-item {
    padding: 10px 10px 20px 10px;
  }
}
.diary-list .fig340 {
  position: relative;
  margin-bottom: 20px !important;
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .diary-list .fig340 {
    aspect-ratio: 340/240;
    height: auto;
  }
}
.diary-list .fig340 a {
  display: block;
  width: 100%;
  height: 100%;
}
.diary-list .fig340 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.diary-item_date {
  padding: 0 10px;
  margin-bottom: 5px;
  color: #921034;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .diary-item_date {
    padding: 0;
    font-size: 1.4rem;
  }
}

.diary-item_ttl {
  padding: 0 10px;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .diary-item_ttl {
    padding: 0;
  }
}

.diary-item_ttl a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .diary-item_ttl a {
    font-size: 1.4rem;
  }
}

.diary-item_ttl a:link,
.diary-item_ttl a:visited {
  color: #000;
}

.diary-item_ttl a:hover,
.diary-item_ttl a:active {
  color: #921034;
}

.diary-item_ttl a::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #921034;
  transition: 0.6s;
}

.diary-item_ttl a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.diary-btn {
  width: 250px;
  margin: 0 auto;
}

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

newsトップ用

*****************************************/
.news-list {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow-y: scroll;
}

.news-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  border-bottom: 1px dashed #000;
  padding: 20px 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-item {
    flex-flow: column nowrap;
    padding: 15px 0px 10px;
  }
}

.news-item_date {
  margin-right: 35px;
  color: #663366;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .news-item_date {
    font-size: 1.4rem;
    margin-right: 0;
  }
}

.news-item_ttl {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.06em;
}

.news-item_ttl a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news-item_ttl a {
    font-size: 1.4rem;
  }
}

.news-item_ttl a:link,
.news-item_ttl a:visited {
  color: #000;
}

.news-item_ttl a:hover,
.news-item_ttl a:active {
  color: #663366;
}

.news-item_ttl a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #663366;
  transition: 0.6s;
}

.news-item_ttl a:hover::before {
  width: 100%;
  opacity: 0.9;
}

/*---------------------ページ名*/
/*---------------------ページ名*/
/*---------------------ページ名*/
/*---------------------ページ名*/
.recipe-list {
  margin-bottom: 80px;
  display: grid;
  gap: 30px 30px;
  place-items: center;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
@media screen and (max-width: 767px) {
  .recipe-list {
    margin-bottom: 60px;
    gap: 20px 10px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 400px) {
  .recipe-list {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
.recipe-list .item {
  width: 100%;
}
.recipe-list .item .fig320 {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .recipe-list .item .fig320 {
    aspect-ratio: 320/240;
    height: auto;
  }
}
.recipe-list .item .fig320 a {
  display: block;
  width: 100%;
  height: 100%;
}
.recipe-list .item .fig320 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*---------------------ページ名*/
.requirements-link a {
  color: #39191F;
  font-weight: bold;
}
.requirements-link a:link, .requirements-link a:visited {
  color: #39191F;
}
.requirements-link a:hover, .requirements-link a:active {
  color: #921034;
}

/*---------------------ページ名*/
/*---------------------ページ名*/
/*---------------------ページ名*/
.transaction-list .elementor-container {
  margin-top: 40px;
  max-width: 1020px;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .transaction-list .elementor-container {
    flex-flow: nowrap column;
    align-items: center;
    gap: 30px 0;
  }
}
.transaction-list .elementor-container .item {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .transaction-list .elementor-container .item {
    width: 100%;
  }
}
.transaction-list .elementor-container .item .fig {
  margin-bottom: 10px !important;
  max-width: 320px;
  margin: 0 auto;
}

.transaction-txt {
  font-weight: bold;
  text-decoration: underline;
}

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

blog

*****************************************/
.journal-item {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .journal-item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .journal-item .cmn-ttl01 {
    font-size: 1.6rem;
  }
}
.journal-item .txt {
  margin-bottom: 30px;
}
.journal-item .cmn-btn03 {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .journal-item .cmn-btn03 {
    margin: 0 auto;
  }
}
.journal-item .cmn-btn03 a {
  padding: 23px 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .journal-item .cmn-btn03 a {
    padding: 15px 10px;
  }
}
.journal-item .fig400 {
  position: relative;
  width: 400px;
  height: 310px;
}
@media screen and (max-width: 767px) {
  .journal-item .fig400 {
    max-width: 400px;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
.journal-item .fig400 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.past-blog {
  text-align: center;
}
.past-blog a {
  font-weight: bold;
  text-decoration: underline;
}
.past-blog a:link, .past-blog a:visited {
  color: #39191F;
}
.past-blog a:hover, .past-blog a:active {
  color: #921034;
}

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

お問い合わせ

*****************************************/
.contact-sec01 .txtBox {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-sec01 .txtBox {
    text-align: left;
  }
}

.contact-form {
  margin-top: 60px;
}

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

サイトポリシー

*****************************************/
.policy {
  padding: 30px;
  background: #F2F1EC;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 20px;
  }
}

.policy .ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1E1E1E;
}
@media screen and (max-width: 767px) {
  .policy .ttl {
    font-size: 1.5rem;
  }
}

.policy .txt {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .policy .txt {
    text-align: left;
  }
}

.policy p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .policy p {
    font-size: 1.2rem;
  }
}

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

Contact Form7

*****************************************/
.tc {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tc {
    width: 250px;
  }
}

.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: #CC0000;
  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: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #663366;
  border-radius: 8px;
  background-color: #663366;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .tc input[type=submit] {
    width: 250px;
  }
}

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

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

@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: block;
  }
  .tc input[type=submit] {
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

会社概要

*****************************************/
.overview-sec01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .overview-sec01 {
    margin-bottom: 50px;
  }
}

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

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

アクセス

*****************************************/
.map {
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .map iframe {
    width: 100%;
    height: 250px;
  }
}

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