@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++
	Theme Name: ガヴィアル 2021
	Description: -
	Version: 01
++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@include sp {}
//@include pc1120 {}
@include pc1100 {}
@include pc980 {}
@include pc840 {}
@include sp480 {}
@include sp320 {}
*/
/*---------------------
変数
-----------------------*/
/*------------------------------------
メディアクエリ用切り替え設定 MIXIN使用
---------------------------------*/
/*---------------------
読み込み
-----------------------*/
/**************************

  FONT

**************************/
/*カンプよりmemo
Noto Serif JP 見出し Medium500 SemiBold600
Noto Sans JP ベース Medium500 Regular400

//装飾英語
Alice 400 only
Roboto Regular400 Medium500
*/
@import url("//fonts.googleapis.com/css2?family=Alice&family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@500;600&family=Roboto:wght@400;500&display=swap");
body {
  font-family: "Noto Sans JP", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

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

  色

**************************/
/*
img:not([alt]) {
  outline: 15px solid red;
}*/
/*---------------------

 ★ リセットCSS
 HTML5 Doctor Reset CSS

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

th {
  text-align: left;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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-weight: normal;
}

span {
  font-weight: inherit;
}

body {
  line-height: 1;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

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

img {
  vertical-align: bottom;
}

img.svg {
  width: auto;
}

.img-responsive-center {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .body {
    overflow-x: hidden;
  }
}
/* --------------------------------------------------
	Form
-------------------------------------------------- */
input,
select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
}

input {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
}

textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

legend {
  display: none;
}

/*---------------------
 ★ 文字関連一括指定
-----------------------*/
/*---------------------
//Fontサイズ vw可変指定
-----------------------*/
/*---------------------
 ★ 太字強調
-----------------------*/
.b {
  font-weight: bold;
}

/*---------------------
 ★ リンク無効
-----------------------*/
a.link-none {
  pointer-events: none !important;
}

/*---------------------
 ★ リンク文字色 一括指定
-----------------------*/
/*---------------------
 ★ リンク下線消去 一括指定
-----------------------*/
/*-------------------------------------
 ★ リンク下線消去 一括指定//フォーカスのみ下線
---------------------------------------*/
span.block {
  display: inline-block;
}

/*-------------------------------------
 ★ floatのあとは自動 clear: both;
 @include clearfix;
 float: left;
 のように使用する
---------------------------------------*/
/* *****************************************************************************

   Flex

***************************************************************************** */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (-ms-high-contrast: none) {
  .flex img {
    width: 100%;
  }
}

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

   レイアウト汎用

***************************************************************************** */
/*-----------------------------------

 上部余白

-----------------------------------*/
/*-----------------------------------

 改行制御

-----------------------------------*/
/*-----------------------------------

 文章段落

-----------------------------------*/
/*---------------------
//flex 汎用
-----------------------*/
/* *****************************************************************************

 ★ Breadcrumb NavXT パンくずプラグイン用

***************************************************************************** */
.breadcrumbs-area {
  padding: 0;
  width: 100%;
  text-align: right;
}

.breadcrumbs {
  width: 100%;
  margin: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #322620;
  letter-spacing: 0em;
  line-height: 1.5714285714;
}

.breadcrumbs .chevron-right {
  padding: 0 2rem;
}

.breadcrumbs .fa-angle-right {
  padding: 0 5px;
}

.breadcrumbs-area {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.5;
}
.breadcrumbs-area span:not(:first-of-type)::before {
  content: url(img/breadcrumbs_arrow.svg);
  display: inline-block;
}
.breadcrumbs-area span span {
  margin: 0 4px;
}
.breadcrumbs-area span:first-of-type span {
  margin-left: 0;
}

/* リンク配色 */
.breadcrumbs .fa-home {
  color: #322620;
  text-decoration: none;
}
.breadcrumbs .fa-home:visited, .breadcrumbs .fa-home:hover, .breadcrumbs .fa-home:active, .breadcrumbs .fa-home:focus {
  text-decoration: none;
}
.breadcrumbs .fa-home:visited, .breadcrumbs .fa-home:hover, .breadcrumbs .fa-home:active, .breadcrumbs .fa-home:focus {
  text-decoration: none;
}

/*--------------------------------------------
//文字数を指定行数で丸めて…で省略・複数行対応mixin
----------------------------------------------*/
/* *****************************************************************************

  //YouTube動画対応

***************************************************************************** */
.youtube-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
}
.youtube-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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

 button

**************************/
/*
-----------------------------------------------
:hoverで右からアンダーラインがくるbutton
*/
/* -----------------------------------------------
:hoverで枠の中色変え
*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.75;
  background-color: #E6DDC7;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

main {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 80px;
  }
}

/*---------------------
//コンテナ
-----------------------*/
.main-container {
  max-width: 1120px;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-container {
    width: 100%;
  }
}

.sub-container {
  max-width: 890px;
  width: auto;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub-container {
    width: 100%;
  }
}

/*---------------------
汎用
-----------------------*/
a {
  color: #222222;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

/*---------------------
page
-----------------------*/
.breadcrumbs-area {
  margin-top: 16px;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs-area {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}
/*----------------

汎用 各ページ上部共通タイトル

-----------------------------------------------------*/
/*-------------
各ページ読み込み
---------------*/
/*------------------------------------
SPメニューメディアクエリ用切り替え設定 MIXIN
---------------------------------*/
/*------------------------------------
//SP時のみ、表示させる
---------------------------------*/
.sp-view:not(#_) {
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .sp-view:not(#_) {
    display: block;
    pointer-events: auto;
  }
}

/*---------------------
Header
-----------------------*/
.header {
  background: url(img/main-bg.jpg);
  position: relative;
  height: 80px;
}
.header a {
  color: #FFF;
  text-decoration: none;
}
.header a:visited, .header a:hover, .header a:active, .header a:focus {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 64px;
  }
}

.header-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.header-container .header-column {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .header-container .header-column {
    height: 64px;
  }
}

.header-column .site-logo_block {
  width: 205px;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .header-column .site-logo_block {
    width: 146px;
    margin-left: 13px;
  }
}
.header-column .gmenu_block .gmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-column .gmenu_block .gmenu li {
  padding: 0 1.5em;
}
.header-column .gmenu_block .gmenu li a {
  display: inline-block;
  padding: 0.5em 0;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #FFF;
  letter-spacing: 0em;
  line-height: 1;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}
.header-column .gmenu_block .gmenu li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #FFF;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.header-column .gmenu_block .gmenu li a:hover::after {
  right: 0;
}
.header-column .gmenu_block .gmenu li.shop-bt {
  padding-right: 0;
}
.header-column .gmenu_block .gmenu li.shop-bt a {
  vertical-align: bottom;
  padding: 29px 1.8em;
  background-color: #737B45;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFF;
  letter-spacing: 0.005em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-column .gmenu_block .gmenu li.shop-bt a img {
  width: 22px;
  margin-right: 4px;
}
.header-column .gmenu_block .gmenu li.shop-bt a:hover {
  background-color: #98A741;
}
.header-column .gmenu_block .gmenu li.shop-bt a::after {
  content: none;
}
@media screen and (max-width: 1200px) {
  .spMenuActive .header-column .gmenu_block {
    display: block;
    opacity: 1;
    pointer-events: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .spMenuActive .header-column .gmenu_block .gmenu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .header-column .gmenu_block {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
    background-color: #291E19;
    background: url(img/main-bg.jpg);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .header-column .gmenu_block .gmenu {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: auto;
    width: 100%;
    max-width: 224px;
    margin: 0 auto;
    margin-top: 80px;
  }
  .header-column .gmenu_block .gmenu li {
    text-align: center;
    width: 100%;
  }
  .header-column .gmenu_block .gmenu li:not(:first-of-type) {
    margin-top: 14px;
  }
  .header-column .gmenu_block .gmenu li a {
    display: inline-block;
    padding: 7px 0;
    color: #FFF;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFF;
    letter-spacing: 0em;
    line-height: 1.875;
  }
  .header-column .gmenu_block .gmenu li a:visited, .header-column .gmenu_block .gmenu li a:hover, .header-column .gmenu_block .gmenu li a:active, .header-column .gmenu_block .gmenu li a:focus {
    text-decoration: none;
  }
  .header-column .gmenu_block .gmenu li a:visited, .header-column .gmenu_block .gmenu li a:hover, .header-column .gmenu_block .gmenu li a:active, .header-column .gmenu_block .gmenu li a:focus {
    text-decoration: none;
  }
  .header-column .gmenu_block .gmenu li.shop-bt {
    margin-top: 40px;
    padding-left: 0;
  }
  .header-column .gmenu_block .gmenu li.shop-bt a {
    padding: 20px 1.8em;
  }
}
.spMenuTrigger {
  display: none;
  position: absolute;
  top: 20px;
  right: 13px;
  z-index: 600;
}
@media screen and (max-width: 1200px) {
  .spMenuTrigger {
    display: block;
    z-index: 700;
  }
}
.spMenuTrigger .menu {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
.spMenuTrigger .menu-line {
  top: 9px;
}
.spMenuTrigger .menu-inner::after,
.spMenuTrigger .menu-inner::before {
  content: "";
}
.spMenuTrigger .menu-line,
.spMenuTrigger .menu-inner::after,
.spMenuTrigger .menu-inner::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  background-color: #fff;
  border-radius: 2px;
}
.spMenuTrigger .menu-inner::after {
  top: 18px;
}
.spMenuTrigger.active .menu .menu-line {
  width: 0;
  opacity: 0;
  -webkit-transform: translateX(20px) rotate(90deg);
          transform: translateX(20px) rotate(90deg);
}
.spMenuTrigger.active .menu .menu-inner::before {
  width: 22px;
  -webkit-transform: translateY(9px) translateX(3px) rotate(-135deg);
          transform: translateY(9px) translateX(3px) rotate(-135deg);
}
.spMenuTrigger.active .menu .menu-inner::after {
  width: 22px;
  -webkit-transform: translateY(-9px) translateX(3px) rotate(135deg);
          transform: translateY(-9px) translateX(3px) rotate(135deg);
}

/*---------------------
 ★ Footer
-----------------------*/
footer {
  padding-top: 0;
  background-color: #291E19;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:visited, footer a:hover, footer a:active, footer a:focus {
  text-decoration: none;
}

.footer-logo_block {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .footer-logo_block {
    margin-top: 50px;
  }
}
.footer-logo_block .footer-logo {
  width: 220px;
  margin: 0 auto;
}

.footer-menu_block {
  margin-top: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .footer-menu_block {
    margin-top: 24px;
  }
}
.footer-menu_block .footer-nav {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-menu_block .footer-nav li a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #FFF;
  letter-spacing: 0em;
  line-height: 1;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}
.footer-menu_block .footer-nav li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #FFF;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.footer-menu_block .footer-nav li a:hover::after {
  right: 0;
}
@media screen and (max-width: 980px) {
  .footer-menu_block .footer-nav {
    display: block;
  }
  .footer-menu_block .footer-nav li {
    text-align: center;
  }
  .footer-menu_block .footer-nav li:not(:first-of-type) {
    margin-top: 6px;
  }
}

.footer-under {
  margin-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer-under {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer-under {
    padding-bottom: 50px;
  }
}
.footer-under .copyright {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #FFF;
  letter-spacing: 0em;
  line-height: 3;
  text-align: center;
}

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

 Page

**************************/
/*-----------------------------------

 各ページメイン画像ヘッダー

-----------------------------------*/
.page-header {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  .page-header {
    padding-top: 0px;
  }
}
.page-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 22.0508vw;
  background: url(img/main-bg.jpg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -50;
}
@media only screen and (min-width: 1297px) {
  .page-header::before {
    height: 286px;
  }
}
@media screen and (max-width: 768px) {
  .page-header::before {
    height: 34.9333vw;
  }
}
.page-header .page-header_container {
  position: relative;
  max-width: 1297px;
  height: 24.6723vw;
  max-height: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-header .page-header_container {
    height: 42.6666vw;
  }
}
.page-header .page-header_container::before {
  content: "";
  display: block;
  width: 81.1%;
  height: 24.6723vw;
  max-height: 320px;
  background: url(news/page_header.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -50;
}
@media screen and (max-width: 768px) {
  .page-header .page-header_container::before {
    width: 74.66%;
    height: 42.66vw;
    background-position: 0 0;
  }
}
.page-header .page-header_container .page-header_point {
  position: absolute;
  max-width: 93px;
  bottom: 2.6985vw;
  left: 5.474vw;
}
@media only screen and (min-width: 1297px) {
  .page-header .page-header_container .page-header_point {
    width: 93px;
    bottom: 35px;
    left: 71px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-header .page-header_container .page-header_point {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header_container .page-header_point {
    bottom: 2.66vw;
    width: 13.8666vw;
  }
}
.page-header .page-header_ttl {
  padding-top: 6.7848vw;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4.2rem;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1.5952380952;
  font-size: 2.6rem;
}
@media only screen and (min-width: 1297px) {
  .page-header .page-header_ttl {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1400px) {
  .page-header .page-header_ttl {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header_ttl {
    padding-top: 10.66vw;
    margin-left: 5.33vw;
  }
}
@media screen and (min-width: 320px) {
  .page-header .page-header_ttl {
    font-size: calc(3.5714285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .page-header .page-header_ttl {
    font-size: 4.2rem;
  }
}

/*-----------------------------------*/
/*-----------------------------------*/
/**************************

  HOME

**************************/
@media screen and (max-width: 768px) {
  main.no-bottom {
    padding-bottom: 0;
  }
}

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

//メインスライダー

**************************/
.home-mainslide-area {
  width: 100%;
  height: 42.875vw;
  padding-top: 2.8125vw;
  position: relative;

}
@media only screen and (min-width: 1600px) {
  .home-mainslide-area {
    height: 686px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .home-mainslide-area {
    height: 93.8666vw;
    padding-top: 0;
  }
}
.home-mainslide-area::before {
  content: "";
  display: block;
  background: url(img/main-bg.jpg);
  width: 100%;
  height: 35.6875vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1600px) {
  .home-mainslide-area::before {
    height: 571px;
  }
}

.main-img_container {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  max-height: 686px;
}
@media screen and (max-width: 768px) {
  .main-img_container {
    height: inherit;
  }
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    margin-top: 45px;
  }
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide-img {
  position: relative;
  margin-left: 10.3%;
  max-width: 89.7%;
  width: 100%;
  height: 100%;
}
.slide-img img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1379px) {
  .slide-img img {
    width: 1237px;
    height: 643px;
  }
}
@media screen and (max-width: 768px) {
  .slide-img {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    height: 93.8666vw;
  }
  .slide-img img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 31% 100%;
       object-position: 31% 100%;
    width: auto;
    height: 93.8666vw;
  }
}

.slide-img img {
  display: block;
}

.home-slide-catchcopy-wrapper {
  z-index: 3;
  position: absolute;
  top: 9.4271vw;
  left: 0;
}
@media only screen and (min-width: 1379px) {
  .home-slide-catchcopy-wrapper {
    top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .home-slide-catchcopy-wrapper {
    top: inherit;
    left: 10px;
    bottom: -27px;
  }
}

.home-slide-catchcopy:not(:first-of-type) {
  margin-top: 1.4503vw;
}
.home-slide-catchcopy span {
  display: inline-block;
  background-color: #584125;
  padding: 8px 12px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4.2rem;
  color: #FFF;
  letter-spacing: 0em;
  line-height: 1.6;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .home-slide-catchcopy span {
    font-size: calc(3.0054644809vw + -3.0819672131px);
  }
}
@media screen and (min-width: 1500px) {
  .home-slide-catchcopy span {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .home-slide-catchcopy span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .home-slide-catchcopy span {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .home-slide-catchcopy span {
    font-size: 2.8rem;
  }
}

.home-slide_accent {
  z-index: 3;
  position: absolute;
  bottom: 9.2318vw;
  left: 4.9%;
  width: 18.9%;
}
@media only screen and (min-width: 1379px) {
  .home-slide_accent {
    bottom: 155px;
    left: 20px;
    width: 261px;
  }
}
@media screen and (max-width: 768px) {
  .home-slide_accent {
    width: 51.46%;
    right: 10px;
    left: inherit;
    top: 0;
  }
}

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

  News

**************************/
.home-news_area {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .home-news_area {
    margin-top: 80px;
  }
}

.home-news_ttl {
  font-family: "Alice", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
}
.home-news_ttl span {
  display: block;
  margin-top: 7px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .home-news_ttl {
    padding-bottom: 16px;
    border-bottom: solid 1px #2A150E;
    margin-bottom: 16px;
  }
}

.home-news_column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-news_column .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.8125vw;
          flex: 0 0 12.8125vw;
}
.home-news_column .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1100px) {
  .home-news_column {
    display: block;
  }
}

.home-news_body .home-news-list .home-news-list_itme:not(:first-of-type) {
  margin-top: 28px;
}
.home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column .days_item {
  margin-right: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.4;
}
.home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column .category_item {
  margin-right: 20px;
}
.home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column .category_item > p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
  display: inline-block;
  border: solid 1px #2A150E;
  padding: 0.8em 1em;
  min-width: 100px;
  text-align: center;
}
.home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column .ttl_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column .ttl_item .ttl a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column .ttl_item .ttl a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column .ttl_item {
    margin-top: 7px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
}

.home-news_bt {
  margin-top: 30px;
  text-align: right;
}
.home-news_bt a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
  position: relative;
  padding-right: 1em;
  padding-bottom: 0.8rem;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}
.home-news_bt a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #222222;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.home-news_bt a:hover::after {
  right: 0;
}
.home-news_bt a::before {
  content: url(img/arrow_right.svg);
  display: inline-block;
  position: absolute;
  top: 25%;
  right: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  z-index: 3;
}
@media screen and (max-width: 1100px) {
  .home-news_bt {
    position: absolute;
    top: 0;
    right: 20px;
    margin-top: 15px;
  }
}

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

pickup エリア
 ガヴィアルについて/グランドメニュー

**************************/
.picup_area {
  margin-top: 106px;
  background: url(img/main-bg.jpg);
  position: relative;
}
@media screen and (max-width: 768px) {
  .picup_area {
    margin-top: 56px;
  }
}
.picup_area::before {
  content: "";
  display: block;
  width: 47vw;
  height: 110px;
  background: #E6DDC7;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 860px) {
  .picup_area::before {
    display: none;
  }
}
.picup_area::after {
  content: "";
  display: block;
  width: calc(50vw - 3vw);
  height: 106px;
  background: #E6DDC7;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 860px) {
  .picup_area::after {
    display: none;
  }
}

.home-about_area {
  position: relative;
  padding-top: 130px;
  padding-bottom: 124px;
}
@media screen and (max-width: 860px) {
  .home-about_area {
    padding-top: 140px;
    padding-bottom: 64px;
  }
}

.home-about_txt {
  min-height: 538px;
  width: 50%;
}
@media screen and (max-width: 860px) {
  .home-about_txt {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    min-height: inherit;
  }
}

.home-about_img {
  width: 47vw;
  position: absolute;
  top: 110px;
  right: 0;
}
.home-about_img figure img {
  width: 100%;
  height: 538px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  .home-about_img {
    position: relative;
    top: 0;
    width: calc(100% - 80px);
    margin: 0 0 0 auto;
    margin-top: 64px;
  }
  .home-about_img figure img {
    min-width: initial;
    min-width: auto;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}

.home-grandmenu_area {
  position: relative;
  padding-top: 0;
}
@media screen and (max-width: 860px) {
  .home-grandmenu_area {
    padding-bottom: 64px;
  }
}

.home-grandmenu_txt {
  min-height: 643px;
  width: 50%;
  margin: 0 0 0 auto;
  padding-top: 76px;
  padding-left: 6%;
}
@media screen and (max-width: 860px) {
  .home-grandmenu_txt {
    margin-top: 0;
    padding-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    min-height: inherit;
  }
}

.home-grandmenu_img {
  width: 50vw;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 3vw;
  height: 538px;
}
.home-grandmenu_img figure img {
  width: 50vw;
  height: 538px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  .home-grandmenu_img {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 0;
    margin-top: 64px;
    height: initial;
    margin-bottom: 80px;
  }
  .home-grandmenu_img figure img {
    -o-object-fit: inherit;
       object-fit: inherit;
    width: 100%;
    height: initial;
    min-width: initial;
    min-width: auto;
  }
}

.home-about_ttl,
.home-grandmenu_ttl {
  font-family: "Alice", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  color: #A58452;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 3.8rem;
}
@media screen and (min-width: 320px) {
  .home-about_ttl,
.home-grandmenu_ttl {
    font-size: calc(8.75vw + 10px);
  }
}
@media screen and (min-width: 480px) {
  .home-about_ttl,
.home-grandmenu_ttl {
    font-size: 5.2rem;
  }
}
.home-about_ttl span,
.home-grandmenu_ttl span {
  display: block;
  margin-top: 8px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #AFA49E;
  letter-spacing: 0em;
  line-height: 1;
}

.home-about-txt_block,
.home-grandmenu-txt_block {
  margin-top: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  color: #EEEEEE;
  letter-spacing: 0.1em;
  line-height: 2.1333333333;
}
@media screen and (max-width: 980px) {
  .home-about-txt_block br,
.home-grandmenu-txt_block br {
    display: none;
  }
}

.home-about_bt,
.home-grandmenu_bt {
  margin-top: 48px;
}
.home-about_bt a,
.home-grandmenu_bt a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #FFF;
  letter-spacing: 0em;
  line-height: 2.2857142857;
  width: 243px;
  border: 1px solid #817068;
  padding: 13px 1em;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-about_bt a:hover,
.home-grandmenu_bt a:hover {
  background-color: #8F6D39;
  color: #FFFFFF;
}

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

pickup エリア 
ガヴィアルについて/グランドメニュー
//スパイス飾り

**************************/
.home-point-img01 {
  position: absolute;
  top: -74px;
  left: -8.5vw;
  width: 89px;
}
@media only screen and (max-width: 1400px) {
  .home-point-img01 {
    left: 25px;
    top: -85px;
    margin: 0 calc(50% - 50vw);
    width: 64px;
  }
}

.home-point-img02 {
  position: absolute;
  bottom: 48px;
  left: calc((93px / 2) * -1);
  -webkit-transform: translateX(-11%);
          transform: translateX(-11%);
  width: 93px;
}
@media screen and (max-width: 860px) {
  .home-point-img02 {
    bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .home-point-img02 {
    width: 76px;
  }
}

.home-point-img06 {
  position: absolute;
  top: 73px;
  right: 0;
  width: 118px;
}
@media screen and (max-width: 860px) {
  .home-point-img06 {
    width: 17.33%;
    right: -50px;
  }
}
@media only screen and (max-width: 640px) {
  .home-point-img06 {
    width: 70px;
  }
}

.home-point-img04 {
  position: absolute;
  bottom: 83px;
  right: -83px;
  width: 103px;
}
@media only screen and (max-width: 1400px) {
  .home-point-img04 {
    right: 20px;
  }
}
@media screen and (max-width: 860px) {
  .home-point-img04 {
    width: 90px;
    right: 40px;
    bottom: initial;
    top: 76px;
  }
}
@media only screen and (max-width: 480px) {
  .home-point-img04 {
    right: 10px;
    top: 0;
  }
}

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

公式オンラインショップ

**************************/
.home-onlineshop_area {
  padding-top: 130px;
  padding-bottom: 106px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-onlineshop_area {
    padding-bottom: 57px;
  }
}
.home-onlineshop_area .home-point-img08 {
  position: absolute;
  width: 232px;
  height: 201px;
  top: -50px;
  left: -15px;
}
@media screen and (max-width: 860px) {
  .home-onlineshop_area .home-point-img08 {
    top: 50px;
    left: 0;
    width: 35.46%;
  }
}
.home-onlineshop_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 190px;
  background-color: #EEE9DD;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .home-onlineshop_area::before {
    height: 109px;
  }
}
.home-onlineshop_area a {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
  position: relative;
  z-index: 10;
  background-color: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-onlineshop_area a:hover .home-onlineshop_block {
  -webkit-filter: opacity(75%);
          filter: opacity(75%);
}

.home-onlineshop_block {
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.home-onlineshop_block .txt_block {
  width: 53.51%;
}
@media screen and (max-width: 1400px) {
  .home-onlineshop_block .txt_block {
    width: 100%;
  }
}
.home-onlineshop_block .img_block {
  width: 46.48%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .home-onlineshop_block .img_block {
    width: 100%;
    position: relative;
    margin-top: 24px;
  }
}
.home-onlineshop_block .home-onlineshop_label {
  position: absolute;
  top: -20px;
  left: -10px;
  
  background-color: #737B45;
  padding: 0.5em 2em;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFF;
  letter-spacing: 0em;
  line-height: 1;
}
.home-onlineshop_block .home-onlineshop_label img {
  width: 21px;
  margin-right: 4px;
}

.home-onlineshop_block .txt_block {
  padding: 63px 44px 63px 57px;
}
@media screen and (max-width: 1400px) {
  .home-onlineshop_block .txt_block {
    padding: 46px 4.07% 46px 5.27%;
  }
}
.home-onlineshop_block .txt_block .home-onlineshop_ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  color: #737B45;
  letter-spacing: 0em;
  line-height: 1.0769230769;
}
.home-onlineshop_block .txt_block .home-onlineshop_ttl br {
  display: none;
}
@media screen and (max-width: 768px) {
  .home-onlineshop_block .txt_block .home-onlineshop_ttl br {
    display: block;
  }
}
.home-onlineshop_block .txt_block .home-onlineshop_ttl:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #574F3B;
  margin-top: 18px;
}
@media screen and (max-width: 1400px) {
  .home-onlineshop_block .txt_block .home-onlineshop_ttl {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    color: #737B45;
    letter-spacing: 0em;
    line-height: 1.6;
  }
}
.home-onlineshop_block .txt_block .sub_ttl {
  margin-top: 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
.home-onlineshop_block .txt_block .info_txt {
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.8;
}
.home-onlineshop_block .txt_block .info_txt span {
  display: block;
}
@media screen and (max-width: 768px) {
  .home-onlineshop_block .txt_block .info_txt span {
    display: inline-block;
  }
}
.home-onlineshop_block .img_block {
  display: block;
  overflow: hidden;
}
.home-onlineshop_block .img_block figure {
  min-height: 348px;
}
@media screen and (max-width: 1400px) {
  .home-onlineshop_block .img_block figure {
    min-height: initial;
  }
}
.home-onlineshop_block .img_block img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-onlineshop_area a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

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

アクセス

**************************/
.home-access_area {
  background-color: #EEE9DD;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-access_area {
    padding-bottom: 80px;
  }
}
.home-access_area::before {
  content: "";
  display: block;
  margin: 0 auto;
  background-image: url(home/img07.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px 70px;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .home-access_area::before {
    background-size: 64px 45px;
    padding-top: 45px;
  }
}
.home-access_area .home-access_ttl {
  margin-top: 70px;
  text-align: center;
  font-family: "Alice", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  color: #705B3D;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-access_area .home-access_ttl {
    margin-top: 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    color: #5B524D;
    letter-spacing: 0em;
    line-height: 1;
  }
}
.home-access_area .home-access_ttl span {
  display: block;
  margin-top: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #5B524D;
  letter-spacing: 0em;
  line-height: 1.1428571429;
}
@media screen and (max-width: 768px) {
  .home-access_area .home-access_ttl span {
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    color: #5B524D;
    letter-spacing: 0em;
    line-height: 1;
  }
}

.home-access_column {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-access_column > div {
  width: calc((100% - 36px * 1) / 2);
}
@media screen and (max-width: 768px) {
  .home-access_column {
    margin-top: 45px;
  }
  .home-access_column > div {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .home-access_column > div:not(:first-of-type) {
    margin-top: 48px;
  }
}

.home-access_column .honten_block .ttl,
.home-access_column .coredo-m_block .ttl {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
  margin:10px 0 20px;


}
.home-access_column .home-onlineshop_img {
  margin-top: 20px;
}
.home-access_column .home-access_body {
  margin-top: 27px;
}

.shop-info{width:100%;}

.home-access_column .shop-info .shop-info_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-access_column .shop-info .shop-info_set:not(:first-of-type) {
  margin-top: 18px;
}
.home-access_column .shop-info .shop-info_set dt,
.home-access_column .shop-info .shop-info_set dd {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .home-access_column .shop-info .shop-info_set dt,
.home-access_column .shop-info .shop-info_set dd {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    color: #333333;
    letter-spacing: 0em;
    line-height: 2.2;
  }
}
.home-access_column .shop-info .shop-info_set dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin-right: 10px;
}
.home-access_column .shop-info .shop-info_set dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-access_column .shop-info .shop-info_set dd .access {
  display: block;
}
.home-access_column .shop-info .shop-info_set dd .access a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  letter-spacing: 0em;
  line-height: 1;
  padding: 0.8em;
  border: solid 1px #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-access_column .shop-info .shop-info_set dd .access a:hover {
  background-color: #A58452;
  color: #FFFFFF;
}


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

  foodmenu メニュー

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.foodmenu .page-header .page-header_container::before {
  background-image: url(foodmenu/page_header.jpg);
}
/*---------------------

ページセクション-セクションタイトル

-----------------------*/
.foodmenu-main_ara {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .foodmenu-main_ara {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .foodmenu-main_ara {
    margin-bottom: 60px;
  }
}

.foodmenu-ttl {
  font-family: "Alice", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  color: #705B3D;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 3rem;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .foodmenu-ttl {
    font-size: calc(4.9107142857vw + 14.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .foodmenu-ttl {
    font-size: 5.2rem;
  }
}
.foodmenu-ttl span {
  margin-top: 20px;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #5B524D;
  letter-spacing: 0em;
  line-height: 1;
}

.foodmenu_imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.foodmenu_imglist li {
  width: calc((100% - 30px * 1) / 2);
  display: block;
}
.foodmenu_imglist li:nth-of-type(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .foodmenu_imglist li:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 980px) {
  .foodmenu_imglist li {
    width: 100%;
  }
  .foodmenu_imglist li:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  .foodmenu_imglist li:not(:first-of-type) {
    margin-top: 60px;
  }
}

.foodmenu-img_card .imgcard_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foodmenu-img_card .imgcard_column .img_parts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 246px;
          flex: 0 0 246px;
}
.foodmenu-img_card .imgcard_column .txt_parts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .foodmenu-img_card .imgcard_column {
    display: block;
  }
  .foodmenu-img_card .imgcard_column .img_parts {
    max-width: 480px;
    margin: 0 auto;
  }
  .foodmenu-img_card .imgcard_column .txt_parts {
    margin-top: 20px;
    margin-left: 0px;
  }
}

.foodmenu-list_block {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .foodmenu-list_block {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .foodmenu-list_block {
    margin-top: 0;
  }
}

.foodmenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.foodmenu_list li {
  width: calc((100% - 30px * 3) / 4);
  display: block;
}
.foodmenu_list li:nth-of-type(n+5) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .foodmenu_list li:nth-of-type(n+5) {
    margin-top: 60px;
  }
}
.foodmenu_list::before, .foodmenu_list:after {
  content: "";
  display: block;
  width: calc((100% - 30px * 3) / 4);
}
.foodmenu_list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 980px) {
  .foodmenu_list li {
    width: calc((100% - 30px * 1) / 2);
  }
  .foodmenu_list li:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  .foodmenu_list li:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 980px) {
  .foodmenu_list::before, .foodmenu_list:after {
    width: calc((100% - 30px * 2) / 3);
  }
}
@media screen and (max-width: 480px) {
  .foodmenu_list li {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .foodmenu_list li {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .foodmenu_list::before, .foodmenu_list:after {
    width: 100%;
  }
}

.food-set h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
.food-set h3 span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
.food-set .e-name {
  display: block;
  font-family: "Alice", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #705B3D;
  letter-spacing: 0em;
  line-height: 1.6;
}
.food-set .e-name:after {
  margin-top: 14px;
  content: "";
  display: block;
  border-top: #BCA27C solid 1px;
}
.food-set .food-txt {
  margin-top: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
.food-set .food-price {
  margin-top: 14px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
.food-set .food-price:after {
  content: "円";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}

.foodmenu-main-notes_block {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .foodmenu-main-notes_block {
    margin-top: 60px;
  }
}
.foodmenu-main-notes_block .foodmenu-main-notes_list {
  margin-left: 1em;
}
.foodmenu-main-notes_block .foodmenu-main-notes_list li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 0em;
  line-height: 1.6;
}
.foodmenu-main-notes_block .foodmenu-main-notes_list li::before {
  content: "※";
  display: inline-block;
  margin-left: -1em;
}

/*---------------------

Main

-----------------------*/
.foodmenu-main-imglist_block {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .foodmenu-main-imglist_block {
    margin-top: 40px;
  }
}

/*---------------------

Salad

-----------------------*/
.foodmenu-salad_ara {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .foodmenu-salad_ara {
    margin-top: 80px;
  }
}

.foodmenu-salad-imglist_block {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .foodmenu-salad-imglist_block {
    margin-top: 40px;
  }
}

/*---------------------

Hours D'oeuvre

-----------------------*/
.foodmenu-hoursdoeuvre_ara {
  margin-top: 100px;
  padding-bottom: 122px;
}
@media screen and (max-width: 768px) {
  .foodmenu-hoursdoeuvre_ara {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .foodmenu-hoursdoeuvre_ara {
    padding-bottom: 80px;
  }
}

.foodmenu-hoursdoeuvre-imglist_block {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .foodmenu-hoursdoeuvre-imglist_block {
    margin-top: 40px;
  }
}

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

 company

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.company .page-header .page-header_container::before {
  background-image: url(company/page_header.jpg);
}
/*---------------------

会社概要

-----------------------*/
.summary_area {
  margin-top: 84px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .summary_area {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .summary_area {
    margin-bottom: 60px;
  }
}

.summary_ttl {
  font-family: "Alice", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  color: #705B3D;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 3rem;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .summary_ttl {
    font-size: calc(4.9107142857vw + 14.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .summary_ttl {
    font-size: 5.2rem;
  }
}
.summary_ttl span {
  margin-top: 20px;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #5B524D;
  letter-spacing: 0em;
  line-height: 1;
}

.summary-dltable {
  margin-top: 60px;
  margin-bottom: 60px;
}
.summary-dltable .dltable-set {
  border-bottom: solid 1px #917b5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.summary-dltable .dltable-set:first-of-type {
  border-top: solid 1px #917b5a;
}
@media screen and (max-width: 768px) {
  .summary-dltable .dltable-set {
    display: block;
  }
}
.summary-dltable .dltable-set > dt {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  padding: 19px 1em;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .summary-dltable .dltable-set > dt {
    padding: 19px 1em 0;
  }
}
.summary-dltable .dltable-set > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 19px 1em;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .summary-dltable .dltable-set > dd {
    padding: 8px 1em 19px;
  }
}

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

 about

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.about .page-header .page-header_container::before {
  background-image: url(about/page_header.jpg);
}
.about .page-header .page-header_container .page-header_point {
  max-width: 101px;
}
@media only screen and (min-width: 1297px) {
  .about .page-header .page-header_container .page-header_point {
    max-width: 101px;
  }
}
.about-gavial-info_area {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .about-gavial-info_area {
    margin-top: 60px;
  }
}
.about-gavial-info_area .about-gavial-info-txt_block {
  margin-top: 44px;
}
.about-gavial-info_area .about-gavial-info-txt_block .about-gavial-info-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
.about-gavial-info_area .about-gavial-info-txt_block .about-gavial-info-txt p:not(:first-of-type) {
  margin-top: 1.6em;
}

.about-gavial-shop_area {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .about-gavial-shop_area {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about-gavial-shop_area {
    margin-bottom: 60px;
  }
}
.about-gavial-shop_area .about-gavial-shop:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .about-gavial-shop_area .about-gavial-shop:not(:first-of-type) {
    margin-top: 60px;
  }
}

.about-gavial-shop_ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #322620;
  letter-spacing: 0em;
  line-height: 1.4;
  font-size: 2rem;
  padding: 0px 10px;
  border-left: solid 3px #737B45;
  
}

@media screen and (min-width: 320px) {
  .about-gavial-shop_ttl {
    font-size: calc(1.2658227848vw + 15.9493670886px);
  }
}
@media screen and (min-width: 1110px) {
  .about-gavial-shop_ttl {
    font-size: 3rem;
  }
}

.about-gavial-shop_txt {
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: 0em;
  line-height: 1.6;
}
.about-gavial-shop_txt p:not(:first-of-type) {
  margin-top: 1.6em;
}

.about-gavial-shop_column {
  margin-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-gavial-shop_column .img_block {
  width: 48.603%;
}
.about-gavial-shop_column .txt_block {
  width: 51.397%;
  width: calc(51.397% - 30px);
}
@media screen and (max-width: 980px) {
  .about-gavial-shop_column {
    display: block;
  }
  .about-gavial-shop_column .img_block,
.about-gavial-shop_column .txt_block {
    width: 100%;
  }
  .about-gavial-shop_column .txt_block {
    margin-top: 20px;
  }
}

.about-gavial-shop_column .about-gavial-shop {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .about-gavial-shop_column .about-gavial-shop {
    padding-bottom: 16px;
    border-bottom: #222222 solid 1px;
  }
}
@media screen and (max-width: 980px) {
  .about-gavial-shop_column .shop-info {
    margin-top: 30px;
  }
}
.about-gavial-shop_column .shop-info .shop-info_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}
@media screen and (max-width: 980px) {
  .about-gavial-shop_column .shop-info .shop-info_set {
    margin-top: 18px;
  }
}
.about-gavial-shop_column .shop-info .shop-info_set dt,
.about-gavial-shop_column .shop-info .shop-info_set dd {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  .about-gavial-shop_column .shop-info .shop-info_set dt,
.about-gavial-shop_column .shop-info .shop-info_set dd {
    line-height: 2;
  }
}
.about-gavial-shop_column .shop-info .shop-info_set dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin-right: 10px;
}
.about-gavial-shop_column .shop-info .shop-info_set dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-gavial-shop_column .shop-info .shop-info_set dd .access {
  display: block;
}
.about-gavial-shop_column .shop-info .shop-info_set dd .access a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  letter-spacing: 0em;
  line-height: 1;
  padding: 0.8em;
  border: solid 1px #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-gavial-shop_column .shop-info .shop-info_set dd .access a:hover {
  background-color: #A58452 !important;
  border:solid 1px #A58452 !important;
  color: #FFFFFF;
}


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

 recruit

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.recruit .page-header .page-header_container::before {
  background-image: url(recruit/page_header.jpg);
}
/*---------------------

ページタイトル

-----------------------*/
.recruit-ttl_ara {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .recruit-ttl_ara {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-ttl_ara {
    margin-bottom: 60px;
  }
}

.recruit-ttl {
  font-family: "Alice", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  color: #705B3D;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 3rem;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .recruit-ttl {
    font-size: calc(4.9107142857vw + 14.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .recruit-ttl {
    font-size: 5.2rem;
  }
}
.recruit-ttl span {
  margin-top: 20px;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #5B524D;
  letter-spacing: 0em;
  line-height: 1;
}

/*---------------------

ページ内ナビ

-----------------------*/
.recruit-type-nav_ara {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .recruit-type-nav_ara {
    margin-top: 40px;
  }
}
.recruit-type-nav_ara .sub-container {
  max-width: 900px;
  margin: 0 auto;
}
.recruit-type-nav_ara .recruit-type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-type-nav_ara .recruit-type_list li {
  width: calc((100% - 20px * 2) / 3);
}
.recruit-type-nav_ara .recruit-type_list li a {
  position: relative;
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #322620;
  letter-spacing: 0em;
  line-height: 1;
  background: #FFF;
  padding: 23px 1em;
  color: #322620;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.recruit-type-nav_ara .recruit-type_list li a:visited, .recruit-type-nav_ara .recruit-type_list li a:hover, .recruit-type-nav_ara .recruit-type_list li a:active, .recruit-type-nav_ara .recruit-type_list li a:focus {
  text-decoration: none;
}
.recruit-type-nav_ara .recruit-type_list li a:visited, .recruit-type-nav_ara .recruit-type_list li a:hover, .recruit-type-nav_ara .recruit-type_list li a:active, .recruit-type-nav_ara .recruit-type_list li a:focus {
  text-decoration: none;
}
.recruit-type-nav_ara .recruit-type_list li a:hover {
  background-color: #322620;
  color: #FFF;
}
.recruit-type-nav_ara .recruit-type_list li a:after {
  content: url(img/pp-inlink_arrow_hover.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit-type-nav_ara .recruit-type_list li a:hover:after {
  content: url(img/pp-inlink_arrow_hover.svg);
}
@media screen and (max-width: 768px) {
  .recruit-type-nav_ara .recruit-type_list li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .recruit-type-nav_ara .recruit-type_list li:not(:first-of-type) {
    margin-top: 20px;
  }
  .recruit-type-nav_ara .recruit-type_list li a {
    padding: 13px 1em;
  }
}

/*---------------------

募集内容

-----------------------*/
.recruit-type_ara {
  margin-top: 100px;
}
.recruit-type_ara:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .recruit-type_ara:first-of-type {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-type_ara {
    margin-top: 80px;
  }
}
.recruit-type_ara:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruit-type_ara:last-of-type {
    margin-bottom: 40px;
  }
}

.recruit-type_ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #322620;
  letter-spacing: 0em;
  line-height: 1.4;
  font-size: 2rem;
  padding: 0px 10px;
  border-left: solid 3px #737B45;
}
@media screen and (min-width: 320px) {
  .recruit-type_ttl {
    font-size: calc(1.2658227848vw + 15.9493670886px);
  }
}
@media screen and (min-width: 1110px) {
  .recruit-type_ttl {
    font-size: 2rem;
  }
}

.recruit-type-dltable {
  margin-top: 40px;
}
.recruit-type-dltable .dltable-set {
  border-bottom: solid 1px #584125;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-type-dltable .dltable-set:first-of-type {
  border-top: solid 1px #584125;
}
@media screen and (max-width: 768px) {
  .recruit-type-dltable .dltable-set {
    display: block;
  }
}
.recruit-type-dltable .dltable-set > dt {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 226px;
          flex: 0 0 226px;
  padding: 20px 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .recruit-type-dltable .dltable-set > dt {
    padding: 20px 1em 0;
  }
}
.recruit-type-dltable .dltable-set > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 1em;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .recruit-type-dltable .dltable-set > dd {
    padding: 8px 1em 20px 2em;
  }
}
.recruit-type-dltable .dltable-set > dd p:not(:first-of-type) {
  margin-top: 1em;
}
.recruit-type-dltable .dltable-set > dd .treat_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-type-dltable .dltable-set > dd .treat_column ul:not(:first-of-type) {
  margin-left: 80px;
}
@media screen and (max-width: 480px) {
  .recruit-type-dltable .dltable-set > dd .treat_column ul {
    width: 100%;
  }
  .recruit-type-dltable .dltable-set > dd .treat_column ul:not(:first-of-type) {
    margin-left: 0;
  }
}
.recruit-type-dltable .dltable-set > dd .treat_column ul li::before {
  content: "◆ ";
}

/*---------------------

応募

-----------------------*/
.recruit-bt_ara {
  margin-top: 100px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .recruit-bt_ara {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-bt_ara {
    margin-bottom: 0;
  }
}
.recruit-bt_ara .recruit-bt_block {
  max-width: 246px;
  margin: 0 auto;
}
.recruit-bt_ara .recruit-bt_block a {
  display: block;
  text-align: center;
  padding: 18px 1em;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.875;
  color: #FFF;
  text-decoration: none;
  background-color: #291E19;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.recruit-bt_ara .recruit-bt_block a:visited, .recruit-bt_ara .recruit-bt_block a:hover, .recruit-bt_ara .recruit-bt_block a:active, .recruit-bt_ara .recruit-bt_block a:focus {
  text-decoration: none;
}
.recruit-bt_ara .recruit-bt_block a:visited, .recruit-bt_ara .recruit-bt_block a:hover, .recruit-bt_ara .recruit-bt_block a:active, .recruit-bt_ara .recruit-bt_block a:focus {
  text-decoration: none;
}
.recruit-bt_ara .recruit-bt_block a:hover {
  background-color: #8F6D39;
  color: #FFFFFF;
}

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

  お問い合わせ contact

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.contact .page-header .page-header_container::before {
  background-image: url(contact/page_header.jpg);
}
.contact .page-header .page-header_point {
  bottom: 3.7vw;
}
@media only screen and (min-width: 1297px) {
  .contact .page-header .page-header_point {
    bottom: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact .page-header .page-header_point {
    bottom: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .page-header .page-header_point {
    bottom: 4.7vw;
    width: 13.8666vw;
  }
}

.contact-tel_area {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .contact-tel_area {
    margin-top: 60px;
  }
}
.contact-tel_area .contact-tel_block {
  max-width: 890px;
  margin: 0 auto;
  padding: 50px 1em;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #4D3924;
}
@media screen and (max-width: 768px) {
  .contact-tel_area .contact-tel_block {
    padding: 35px 1em;
  }
}
.contact-tel_area .contact-tel_block .contact-tel_ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  color: #291E19;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .contact-tel_area .contact-tel_block .contact-tel_ttl {
    font-size: calc(2.1052631579vw + 11.2631578947px);
  }
}
@media screen and (min-width: 890px) {
  .contact-tel_area .contact-tel_block .contact-tel_ttl {
    font-size: 3rem;
  }
}
.contact-tel_area .contact-tel_block .contact-tel_ttl:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 40px;
  height: 3px;
  background-color: #687041;
}
.contact-tel_area .contact-tel_block .contact-tel_txt {
  margin-top: 36px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #291E19;
  letter-spacing: 0em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .contact-tel_area .contact-tel_block .contact-tel_txt {
    font-size: calc(0.701754386vw + 9.7543859649px);
  }
}
@media screen and (min-width: 890px) {
  .contact-tel_area .contact-tel_block .contact-tel_txt {
    font-size: 1.6rem;
  }
}
.contact-tel_area .contact-tel_block .contact-tel_txt br {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact-tel_area .contact-tel_block .contact-tel_txt br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .contact-tel_area .contact-tel_block .contact-tel_txt {
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .contact-tel_area .contact-tel_block .contact-tel_txt br {
    display: none;
  }
}
.contact-tel_area .contact-tel_block .contact-tel-number {
  margin-top: 36px;
  font-family: "Alice", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  color: #584125;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 1.9rem;
}
@media screen and (min-width: 320px) {
  .contact-tel_area .contact-tel_block .contact-tel-number {
    font-size: calc(2.2807017544vw + 11.701754386px);
  }
}
@media screen and (min-width: 890px) {
  .contact-tel_area .contact-tel_block .contact-tel-number {
    font-size: 3.2rem;
  }
}
.contact-tel_area .contact-tel_block .contact-tel-number a {
  font-family: "Alice", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4.6rem;
  color: #584125;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 2.5rem;
}
@media screen and (min-width: 320px) {
  .contact-tel_area .contact-tel_block .contact-tel-number a {
    font-size: calc(3.6842105263vw + 13.2105263158px);
  }
}
@media screen and (min-width: 890px) {
  .contact-tel_area .contact-tel_block .contact-tel-number a {
    font-size: 4.6rem;
  }
}

.contact-mailform_area {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-mailform_area {
    margin-top: 60px;
  }
}
.contact-mailform_area .contact-tel_ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  color: #291E19;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .contact-mailform_area .contact-tel_ttl {
    font-size: calc(2.1052631579vw + 11.2631578947px);
  }
}
@media screen and (min-width: 890px) {
  .contact-mailform_area .contact-tel_ttl {
    font-size: 3rem;
  }
}
.contact-mailform_area .contact-tel_ttl:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 40px;
  height: 3px;
  background-color: #687041;
}
.contact-mailform_area .contact_intro_block {
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #291E19;
  letter-spacing: 0em;
  line-height: 1.7;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .contact-mailform_area .contact_intro_block {
    font-size: calc(0.701754386vw + 9.7543859649px);
  }
}
@media screen and (min-width: 890px) {
  .contact-mailform_area .contact_intro_block {
    font-size: 1.6rem;
  }
}
.contact-mailform_area .contact_intro_block br {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact-mailform_area .contact_intro_block br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .contact-mailform_area .contact_intro_block span {
    display: block;
  }
}

/*---------------------

フォーム汎用 OS等問題解消

-----------------------*/
input[type=checkbox],
input[type=radio] {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
input[type=checkbox] + span,
input[type=radio] + span {
  display: inline-block;
  margin-left: 10px;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=text],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
}

input[type=radio]:not(#_),
input[type=checkbox]:not(#_) {
  display: none;
}

input[type=radio] + span:before {
  content: url(img/radio-button-unchecked.svg);
  position: relative;
  top: 5px;
  margin-right: 15px;
}

input[type=radio]:checked + span:before,
input[type=radio] ~ input[type=hidden] + span:before {
  content: url(img/radio-button-checked.svg);
}

input[type=checkbox] + span:before {
  content: url(img/select_checked_icon.svg);
  position: relative;
  top: 3px;
  margin-right: 15px;
}

input[type=checkbox]:checked + span:before,
input[type=checkbox] ~ input[type=hidden] + span:before {
  content: url(img/select_checked_icon2.svg);
}

.mw_wp_form {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form {
    margin-top: 40px;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item:not(#_) {
  margin-left: 0px;
}

.mw_wp_form .horizontal-item {
  margin-right: 10px;
}

.mw-form .flex-set {
  padding-bottom: 24px;
  border-bottom: solid 1px #4D3924;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mw-form .flex-set:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (max-width: 980px) {
  .mw-form .flex-set {
    display: block;
  }
}
.mw-form .flex-set dt {
  width: 240px;
  margin-right: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #322620;
  letter-spacing: 0em;
  line-height: 1.625;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 320px) {
  .mw-form .flex-set dt {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .mw-form .flex-set dt {
    font-size: 1.6rem;
  }
}
.mw-form .flex-set dt span {
  margin-left: 1.2em;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  color: #FFFFFF;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 1rem;
  padding: 4px 10px;
  background-color: #737B45;
}
@media screen and (min-width: 320px) {
  .mw-form .flex-set dt span {
    font-size: calc(0.4464285714vw + 8.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .mw-form .flex-set dt span {
    font-size: 1.2rem;
  }
}
.mw-form .flex-set dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.625;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .mw-form .flex-set dd {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .mw-form .flex-set dd {
    font-size: 1.6rem;
  }
}
.mw-form .flex-set dd input[type=url],
.mw-form .flex-set dd input[type=text],
.mw-form .flex-set dd input[type=tel],
.mw-form .flex-set dd input[type=email],
.mw-form .flex-set dd textarea {
  padding: 10px 8px;
  border-radius: 3px;
  background: #FFF;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.625;
}
.mw-form .flex-set dd input[type=url]:focus,
.mw-form .flex-set dd input[type=text]:focus,
.mw-form .flex-set dd input[type=tel]:focus,
.mw-form .flex-set dd input[type=email]:focus,
.mw-form .flex-set dd textarea:focus {
  border-width: 2px;
}
.mw-form .flex-set dd input[type=url]::-webkit-input-placeholder, .mw-form .flex-set dd input[type=text]::-webkit-input-placeholder, .mw-form .flex-set dd input[type=tel]::-webkit-input-placeholder, .mw-form .flex-set dd input[type=email]::-webkit-input-placeholder, .mw-form .flex-set dd textarea::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #7a7a7a;
  letter-spacing: 0em;
  line-height: 1.2857142857;
  font-size: 1.4rem;
}
.mw-form .flex-set dd input[type=url]::-moz-placeholder, .mw-form .flex-set dd input[type=text]::-moz-placeholder, .mw-form .flex-set dd input[type=tel]::-moz-placeholder, .mw-form .flex-set dd input[type=email]::-moz-placeholder, .mw-form .flex-set dd textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #7a7a7a;
  letter-spacing: 0em;
  line-height: 1.2857142857;
  font-size: 1.4rem;
}
.mw-form .flex-set dd input[type=url]:-ms-input-placeholder, .mw-form .flex-set dd input[type=text]:-ms-input-placeholder, .mw-form .flex-set dd input[type=tel]:-ms-input-placeholder, .mw-form .flex-set dd input[type=email]:-ms-input-placeholder, .mw-form .flex-set dd textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #7a7a7a;
  letter-spacing: 0em;
  line-height: 1.2857142857;
  font-size: 1.4rem;
}
.mw-form .flex-set dd input[type=url]::-ms-input-placeholder, .mw-form .flex-set dd input[type=text]::-ms-input-placeholder, .mw-form .flex-set dd input[type=tel]::-ms-input-placeholder, .mw-form .flex-set dd input[type=email]::-ms-input-placeholder, .mw-form .flex-set dd textarea::-ms-input-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #7a7a7a;
  letter-spacing: 0em;
  line-height: 1.2857142857;
  font-size: 1.4rem;
}
.mw-form .flex-set dd input[type=url]::placeholder,
.mw-form .flex-set dd input[type=text]::placeholder,
.mw-form .flex-set dd input[type=tel]::placeholder,
.mw-form .flex-set dd input[type=email]::placeholder,
.mw-form .flex-set dd textarea::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #7a7a7a;
  letter-spacing: 0em;
  line-height: 1.2857142857;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .mw-form .flex-set dd input[type=url]::-webkit-input-placeholder, .mw-form .flex-set dd input[type=text]::-webkit-input-placeholder, .mw-form .flex-set dd input[type=tel]::-webkit-input-placeholder, .mw-form .flex-set dd input[type=email]::-webkit-input-placeholder, .mw-form .flex-set dd textarea::-webkit-input-placeholder {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
  .mw-form .flex-set dd input[type=url]::-moz-placeholder, .mw-form .flex-set dd input[type=text]::-moz-placeholder, .mw-form .flex-set dd input[type=tel]::-moz-placeholder, .mw-form .flex-set dd input[type=email]::-moz-placeholder, .mw-form .flex-set dd textarea::-moz-placeholder {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
  .mw-form .flex-set dd input[type=url]:-ms-input-placeholder, .mw-form .flex-set dd input[type=text]:-ms-input-placeholder, .mw-form .flex-set dd input[type=tel]:-ms-input-placeholder, .mw-form .flex-set dd input[type=email]:-ms-input-placeholder, .mw-form .flex-set dd textarea:-ms-input-placeholder {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
  .mw-form .flex-set dd input[type=url]::-ms-input-placeholder, .mw-form .flex-set dd input[type=text]::-ms-input-placeholder, .mw-form .flex-set dd input[type=tel]::-ms-input-placeholder, .mw-form .flex-set dd input[type=email]::-ms-input-placeholder, .mw-form .flex-set dd textarea::-ms-input-placeholder {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
  .mw-form .flex-set dd input[type=url]::placeholder,
.mw-form .flex-set dd input[type=text]::placeholder,
.mw-form .flex-set dd input[type=tel]::placeholder,
.mw-form .flex-set dd input[type=email]::placeholder,
.mw-form .flex-set dd textarea::placeholder {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .mw-form .flex-set dd input[type=url]::-webkit-input-placeholder, .mw-form .flex-set dd input[type=text]::-webkit-input-placeholder, .mw-form .flex-set dd input[type=tel]::-webkit-input-placeholder, .mw-form .flex-set dd input[type=email]::-webkit-input-placeholder, .mw-form .flex-set dd textarea::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  .mw-form .flex-set dd input[type=url]::-moz-placeholder, .mw-form .flex-set dd input[type=text]::-moz-placeholder, .mw-form .flex-set dd input[type=tel]::-moz-placeholder, .mw-form .flex-set dd input[type=email]::-moz-placeholder, .mw-form .flex-set dd textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  .mw-form .flex-set dd input[type=url]:-ms-input-placeholder, .mw-form .flex-set dd input[type=text]:-ms-input-placeholder, .mw-form .flex-set dd input[type=tel]:-ms-input-placeholder, .mw-form .flex-set dd input[type=email]:-ms-input-placeholder, .mw-form .flex-set dd textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .mw-form .flex-set dd input[type=url]::-ms-input-placeholder, .mw-form .flex-set dd input[type=text]::-ms-input-placeholder, .mw-form .flex-set dd input[type=tel]::-ms-input-placeholder, .mw-form .flex-set dd input[type=email]::-ms-input-placeholder, .mw-form .flex-set dd textarea::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .mw-form .flex-set dd input[type=url]::placeholder,
.mw-form .flex-set dd input[type=text]::placeholder,
.mw-form .flex-set dd input[type=tel]::placeholder,
.mw-form .flex-set dd input[type=email]::placeholder,
.mw-form .flex-set dd textarea::placeholder {
    font-size: 1.6rem;
  }
}
.mw-form .flex-set dd input[type=url] + .error,
.mw-form .flex-set dd input[type=text] + .error,
.mw-form .flex-set dd input[type=tel] + .error,
.mw-form .flex-set dd input[type=email] + .error,
.mw-form .flex-set dd textarea + .error {
  font-size: 12px;
}
.mw-form .flex-set dd .contact-form_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mw-form .flex-set dd .contact-form_column input:not(:first-of-type) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .mw-form .flex-set dd .contact-form_column {
    display: block;
    margin-top: -10px;
  }
  .mw-form .flex-set dd .contact-form_column input {
    margin-top: 10px;
  }
  .mw-form .flex-set dd .contact-form_column input:not(:first-of-type) {
    margin-left: 0;
  }
}
.mw-form .error {
  display: block;
  margin-top: 8px;
  margin-left: 8px;
}

.contact-form_btn_area {
  margin-top: 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .contact-form_btn_area {
    margin-bottom: 60px;
  }
}
.contact-form_btn_area .contact-form_btn_wrap {
  position: relative;
}
.contact-form_btn_area .contact-form_btn_wrap > br {
  display: none;
}
.contact-form_btn_area .contact-form_btn_wrap .kakunin,
.contact-form_btn_area .contact-form_btn_wrap .soushin {
  cursor: pointer;
  display: block;
  width: 246px;
  padding: 1em;
  margin: 0 auto;
  text-align: center;
  background-color: #291E19;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFF;
  letter-spacing: 0em;
  line-height: 1.625;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (min-width: 320px) {
  .contact-form_btn_area .contact-form_btn_wrap .kakunin,
.contact-form_btn_area .contact-form_btn_wrap .soushin {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form_btn_area .contact-form_btn_wrap .kakunin,
.contact-form_btn_area .contact-form_btn_wrap .soushin {
    font-size: 1.6rem;
  }
}
.contact-form_btn_area .contact-form_btn_wrap .back {
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 2;
  padding: 0.8em 1em;
  display: inline-block;
  cursor: pointer;
}
.contact-form_btn_area .contact-form_btn_wrap .back::before {
  content: url(contact/form-preview-cont_arrow.svg);
  display: inline-block;
  margin-right: 0.5em;
  top: -2px;
  position: relative;
}

.content-privacypolicy_block {
  padding: 40px 0;
  border-bottom: solid 1px #4D3924;
}
.mw_wp_form_preview .content-privacypolicy_block {
  display: none;
}
.content-privacypolicy_block .content-privacypolicy_ttl {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  color: #322620;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .content-privacypolicy_block .content-privacypolicy_ttl {
    font-size: calc(1.7857142857vw + 6.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .content-privacypolicy_block .content-privacypolicy_ttl {
    font-size: 2rem;
  }
}
.content-privacypolicy_block .content-privacypolicy_ttl span {
  margin-left: 1.2em;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  color: #FFFFFF;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 1rem;
  padding: 4px 10px;
  background-color: #737B45;
}
@media screen and (min-width: 320px) {
  .content-privacypolicy_block .content-privacypolicy_ttl span {
    font-size: calc(0.4464285714vw + 8.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .content-privacypolicy_block .content-privacypolicy_ttl span {
    font-size: 1.2rem;
  }
}
.content-privacypolicy_block .privacy_txt {
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #322620;
  letter-spacing: 0em;
  line-height: 2;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .content-privacypolicy_block .privacy_txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .content-privacypolicy_block .privacy_txt {
    font-size: 1.4rem;
  }
}
.content-privacypolicy_block .privacy_txt p {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .content-privacypolicy_block .privacy_txt p {
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: justify;
  }
}
.content-privacypolicy_block .privacy_txt p br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .content-privacypolicy_block .privacy_txt p br {
    display: block;
  }
}
.content-privacypolicy_block .privacy_txt a {
  text-decoration: underline;
}
.content-privacypolicy_block .privacy-waku_bolck {
  display: block;
  max-width: 522px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #fff;
  padding: 18px 0;
}
.content-privacypolicy_block .privacy-waku_bolck p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #322620;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .content-privacypolicy_block .privacy-waku_bolck p {
    font-size: calc(1.25vw + 8px);
  }
}
@media screen and (min-width: 480px) {
  .content-privacypolicy_block .privacy-waku_bolck p {
    font-size: 1.4rem;
  }
}
.content-privacypolicy_block .privacy-waku_bolck .error {
  display: block;
  margin-top: 8px;
}

/*---------------------

//確認プレビュー画面でのみ表示するもの

-----------------------*/
.mw_wp_form_preview_view {
  display: none;
}

.mw_wp_form_preview .mw_wp_form_preview_view {
  display: block;
}

/*---------------------

サンクスページ

-----------------------*/
.contact-thanks_area {
  margin-top: 84px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-thanks_area {
    margin-top: 60px;
  }
}
.contact-thanks_area .contact-thanks_ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  color: #291E19;
  letter-spacing: 0em;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .contact-thanks_area .contact-thanks_ttl {
    font-size: calc(2.1052631579vw + 11.2631578947px);
  }
}
@media screen and (min-width: 890px) {
  .contact-thanks_area .contact-thanks_ttl {
    font-size: 3rem;
  }
}
.contact-thanks_area .contact-thanks_ttl:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 40px;
  height: 3px;
  background-color: #687041;
}
.contact-thanks_area .contact-thanks_ttl br {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact-thanks_area .contact-thanks_ttl br {
    display: block;
  }
}
.contact-thanks_area .contact-thanks-intro_block {
  margin-top: 32px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .contact-thanks_area .contact-thanks-intro_block {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 480px) {
  .contact-thanks_area .contact-thanks-intro_block {
    font-size: 1.6rem;
  }
}
.contact-thanks_area .contact-thanks-intro_block br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact-thanks_area .contact-thanks-intro_block br.sp {
    display: block;
  }
}

.contact-thanks-info_area {
  max-width: 706px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.contact-thanks-info_area .contact-thanks_block {
  font-family: "Alice", serif;
  display: block;
  background-color: #FFFFFF;
  border: #4D3924 solid 1px;
  padding: 50px 3em;
}
.contact-thanks-info_area .contact-thanks-add_ttl {
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  color: #291E19;
  letter-spacing: 0em;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .contact-thanks-info_area .contact-thanks-add_ttl {
    font-size: calc(2.1052631579vw + 11.2631578947px);
  }
}
@media screen and (min-width: 890px) {
  .contact-thanks-info_area .contact-thanks-add_ttl {
    font-size: 3rem;
  }
}
.contact-thanks-info_area .contact-thanks-add_ttl:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 40px;
  height: 3px;
  background-color: #687041;
}
.contact-thanks-info_area .contact-thanks-number {
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
}

/*---------------------

トップページへ戻る

-----------------------*/
.contact-thanks-gohome-bt_ara {
  margin-top: 40px;
}
.contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block {
  max-width: 246px;
  margin: 0 auto;
  margin-bottom: 84px;
}
@media screen and (max-width: 768px) {
  .contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block {
    margin-bottom: 60px;
  }
}
.contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block a {
  display: block;
  text-align: center;
  padding: 18px 1em;
  border: solid 1px #817068;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #322620;
  letter-spacing: 0em;
  line-height: 2.2857142857;
  color: #322620;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block a:visited, .contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block a:hover, .contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block a:active, .contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block a:focus {
  text-decoration: none;
}
.contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block a:visited, .contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block a:hover, .contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block a:active, .contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block a:focus {
  text-decoration: none;
}
.contact-thanks-gohome-bt_ara .contact-thanks-gohome-bt_block a:hover {
  background-color: #322620;
  color: #FFFFFF;
}

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

  プライバシーポリシー privacypolicy

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.privacypolicy .page-header .page-header_container::before {
  background-image: url(privacypolicy/page_header.jpg);
}
.privacypolicy .page-header .page-header_point {
  bottom: 3.7vw;
}
@media only screen and (min-width: 1297px) {
  .privacypolicy .page-header .page-header_point {
    bottom: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  .privacypolicy .page-header .page-header_point {
    bottom: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  .privacypolicy .page-header .page-header_point {
    bottom: 4.7vw;
    width: 13.8666vw;
  }
}

.policy-info-area {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .policy-info-area {
    margin-top: 60px;
  }
}

.privacypolicy_area {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .privacypolicy_area {
    margin-bottom: 80px;
  }
}

.policy-item_area {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .policy-item_area {
    margin-top: 40px;
  }
}
.policy-item_area .policy-item_ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #322620;
  letter-spacing: 0em;
  line-height: 1.6;
  font-size: 2rem;
  padding: 8px 7px;
  border-left: solid 5px #737B45;
  padding: 0 12px;
}
@media screen and (min-width: 320px) {
  .policy-item_area .policy-item_ttl {
    font-size: calc(1.2658227848vw + 15.9493670886px);
  }
}
@media screen and (min-width: 1110px) {
  .policy-item_area .policy-item_ttl {
    font-size: 3rem;
  }
}
.policy-item_area .policy-item_body {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #291E19;
  letter-spacing: 0em;
  line-height: 1.8;
}
.policy-item_area .policy-item_list {
  margin-top: 20px;
  margin-left: 2em;
}
.policy-item_area .policy-item_list li {
  margin-left: 0;
}
.policy-item_area .policy-item_list li::before {
  content: "・";
  margin-left: -1em;
}
.policy-item_area .info-addtel_block {
  margin-top: 30px;
  display: block;
  background-color: #FFFFFF;
  border: #4D3924 solid 1px;
  padding: 1em 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #322620;
  letter-spacing: 0em;
  line-height: 1.8;
  max-width: 432px;
}
.policy-item_area .info-addtel_block p:not(:first-of-type) {
  margin-top: 12px;
}

/*---------------------
 ★ ブログ Blog
-----------------------*/
.blog-wrap {
  position: relative;
  margin-top: 84px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .blog-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .blog-wrap {
    margin-bottom: 60px;
  }
}

.blog-page::after {
  content: "";
  display: block;
  clear: both;
}
.blog-page .blog-main {
  float: left;
  width: 73.88%;
  padding-top: 0;
  margin-bottom: 0;
}
.blog-page .blog-sidebar-area {
  float: right;
  overflow: auto;
  width: 20%;
}
@media screen and (max-width: 980px) {
  .blog-page {
    margin-top: 30px;
  }
  .blog-page .blog-main {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .blog-page .blog-sidebar-area {
    margin-top: 30px;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

/*---------------------
 ★ ブログ 詳細
-----------------------*/
.blog-header .post-ttl {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .blog-header .post-ttl {
    font-size: calc(1.7857142857vw + 10.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .blog-header .post-ttl {
    font-size: 2.4rem;
  }
}
.blog-header .post-ttl::after {
  content: "";
  display: block;
  margin-top: 20px;
  border-bottom: solid 1px #C7B6A5;
}
.blog-header .blog-info-list .blog-metas .cat-name {
  display: inline-block;
  margin-left: 29px;
}
.blog-header .blog-info-list .blog-metas .cat-name a {
  color: #222222;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 2.5;
  border: solid 1px #222222;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-header .blog-info-list .blog-metas .cat-name a:visited, .blog-header .blog-info-list .blog-metas .cat-name a:hover, .blog-header .blog-info-list .blog-metas .cat-name a:active, .blog-header .blog-info-list .blog-metas .cat-name a:focus {
  text-decoration: none;
}
.blog-header .blog-info-list .blog-metas .cat-name a:visited, .blog-header .blog-info-list .blog-metas .cat-name a:hover, .blog-header .blog-info-list .blog-metas .cat-name a:active, .blog-header .blog-info-list .blog-metas .cat-name a:focus {
  text-decoration: none;
}
.blog-header .blog-info-list .blog-metas .cat-name a:hover {
  background-color: #291E19;
  color: #FFFFFF;
}
.blog-header .blog-info-list .blog-metas .day {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.875;
}

/*---------------------
 ★ 記事本体
-----------------------*/
.blog-body {
  margin-top: 37px;
}

.post-body {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
.post-body > * {
  margin-top: 0;
}
.post-body h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7333333333;
  margin-top: 50px;
}
.post-body h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-top: 50px;
  border-bottom: 1px solid #C7B6A5;
  padding-bottom: 5px;
}
.post-body h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-top: 50px;
}
.post-body > p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-top: 1em;
}
.post-body a {
  text-decoration: underline;
}
.post-body ul {
  margin-top: 1em;
  margin-left: 2em;
}
.post-body ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  display: block;
  position: relative;
  margin-left: 0;
}
.post-body ul li::before {
  content: "・";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
.post-body ol {
  margin-top: 10px;
  counter-reset: item;
  margin-left: 2em;
}
.post-body ol li {
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  display: block;
  position: relative;
  margin-left: 0;
}
.post-body ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
.post-body table {
  width: 100%;
  border: none;
}
.post-body table tr td,
.post-body table tr th {
  padding: 1.6rem;
  border: 1px solid #291E19;
}
.post-body .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f080;
}
.post-body .wp-block-table.is-style-stripes tbody th,
.post-body .wp-block-table.is-style-stripes tbody td {
  border-color: transparent;
  border-bottom: 1px solid #291E19;
}

.wp-block-table.is-style-stripes td {
  border-color: #291E19;
}

.blog-single-bt_area {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .blog-single-bt_area {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-bt_area {
    margin-bottom: 60px;
  }
}
.blog-single-bt_area .blog-bottom-bt {
  max-width: 246px;
  margin: 0 auto;
}
.blog-single-bt_area .blog-bottom-bt a {
  display: block;
  text-align: center;
  padding: 18px 1em;
  border: solid 1px #817068;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #322620;
  letter-spacing: 0em;
  line-height: 2.2857142857;
  color: #322620;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-single-bt_area .blog-bottom-bt a:visited, .blog-single-bt_area .blog-bottom-bt a:hover, .blog-single-bt_area .blog-bottom-bt a:active, .blog-single-bt_area .blog-bottom-bt a:focus {
  text-decoration: none;
}
.blog-single-bt_area .blog-bottom-bt a:visited, .blog-single-bt_area .blog-bottom-bt a:hover, .blog-single-bt_area .blog-bottom-bt a:active, .blog-single-bt_area .blog-bottom-bt a:focus {
  text-decoration: none;
}
.blog-single-bt_area .blog-bottom-bt a:hover {
  background-color: #322620;
  color: #FFFFFF;
}

/*---------------------
 ★ サイドバー
-----------------------*/
.side-area .side-block:not(:first-of-type) {
  margin-top: 40px;
}
.side-area .sidebar-title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 0.9;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .side-area .sidebar-title {
    font-size: calc(0.8928571429vw + 13.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .side-area .sidebar-title {
    font-size: 2rem;
  }
}
.side-area .sidebar-title::after {
  content: "";
  display: block;
  margin-top: 10px;
  border-bottom: solid 1px #687041;
}
.side-area .side-block-body {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
.side-area .side-category-ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
.side-area .side-category-ul li::before {
  content: url(news/blob-category_arrow.svg);
  display: inline-block;
  margin-right: 0.5em;
}
.side-area .side-category-ul li:not(:first-of-type) {
  margin-top: 14px;
}
.side-area .newpost-list li:not(:first-of-type) {
  margin-top: 14px;
}
.side-area .newpost-list li a:hover .ttl {
  text-decoration: underline;
}
.side-area .newpost-list li .day {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

/* Page x / y */
.pagination span.page_num {
  display: none;
}

.pagination {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.pagination a:not(:first-of-type) {
  margin-right: 5px;
}

.pagination span,
.pagination a {
  font-family: "Alice", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  color: #584125;
  letter-spacing: 0em;
  line-height: 1.3181818182;
  font-size: 1.6rem;
  position: relative;
  display: block;
  padding: 6px 15px;
  border: solid 1px #4D3924;
  border-radius: 5px;
  text-align: center;
  margin: 0 2px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 320px) {
  .pagination span,
.pagination a {
    font-size: calc(1.3392857143vw + 11.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .pagination span,
.pagination a {
    font-size: 2.2rem;
  }
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  color: #FFF;
  background: #8F6D39;
}

/* 前へ */
.pagination a.prev::after {
  content: url(news/blog-pagination-prev.svg);
  display: block;
  top: -2px;
  position: relative;
}
.pagination a.prev::before {
  background-color: inherit;
}
.pagination a.prev:hover:after {
  content: url(news/blog-pagination-prev_hover.svg);
}

/* 次へ */
.pagination a.next::after {
  content: url(news/blog-pagination-next.svg);
  display: block;
  top: -2px;
  position: relative;
}
.pagination a.next::before {
  background-color: inherit;
}
.pagination a.next:hover:after {
  content: url(https://gavial1982.com/wp-content/themes/gavial/news/blog-pagination-next_hover.svg);
}

/*---------------------

記事一覧アーカイブリスト

-----------------------*/
.blog-news-list-area .post-info-list:not(:first-of-type) {
  margin-top: 24px;
}
.blog-news-list-area .post-info-list .post-metas .cat-name {
  display: inline-block;
  margin-left: 29px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 2.5;
  border: solid 1px #222222;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
  min-width: 122px;
  text-align: center;
}
.blog-news-list-area .post-info-list .post-metas .day {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.875;
}
.blog-news-list-area .post-info-list .post-ttl {
  margin-top: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.875;
}
.blog-news-list-area .post-info-list .post-ttl::after {
  content: "";
  display: block;
  margin-top: 20px;
  border-bottom: solid 1px #C7B6A5;
}