@charset "UTF-8";
/*!
Theme Name: kitchen-konoka.com
Description:大分県竹田市会々にあるランチやディナーを楽しめる古民家カフェ
Theme URI: https://www.kitchen-konoka.com/
Version: 1.0
License: kitchen-konoka.com
License URI: https://www.kitchen-konoka.com/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/****************************************

リセットCSSここから

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

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

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

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

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

input, select {
  vertical-align: middle;
}

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

変数

*****************************************/
/*---------------------------
画面幅
---------------------------*/
/* +padding(20*2)pxを*/
/*---------------------------
フォント
---------------------------*/
/* color */
/* font-family*/
/*font-size*/
:root {
  --fSize_body: 1.8rem;
  --fSize_primary-top: 3.5rem;
  --fSize_primary-sub: 3.3rem;
  --fSize_secondly: 3.3rem;
  --fSize_secondly-sub: 2.6rem;
  --fSize_third: 2.2rem;
  --fSize_forth: 2.0rem;
  --fSize_small: 1.6rem;
}

@media screen and (max-width: 767px) {
  :root {
    --fSize_body: 1.4rem;
    --fSize_primary-top: 2.2rem;
    --fSize_primary-sub: 2.4rem;
    --fSize_secondly: 2rem;
    --fSize_secondly-sub: 2.2rem;
    --fSize_third: 2rem;
    --fSize_forth: 1.8rem;
    --fSize_small: 1.4rem;
  }
}
/*ロゴサイズ*/
/****************************************

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

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

追加定義（重複あり）※以下保留

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

色

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

フォント

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

アニメーション系

*****************************************/
/* ホバー下線表示（左から,複数行） */
/* ホバー下線消える（左から,複数行） */
/* ホバー下線消える（左から） */
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #000;
  line-height: 1.7;
  min-width: 1240px;
}

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

ページ共通

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

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

フォント指定

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

h1 {
  font-size: 2.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

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

h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

h4 {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2rem;
    /* トップの見出しのみ、2.2rem～2.4remに個別設定しています */
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.6rem;
  }
}
/****************************************

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

*****************************************/
a:link, a:visited {
  font-weight: normal;
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover, a:active {
  font-weight: normal;
  color: #9f7966;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_up {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a img.img_up {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.tellink {
  text-decoration: none;
}

a.linkline {
  color: #8f5535;
  text-decoration: none; /* デフォルトの下線を非表示にする */
  background-image: -webkit-gradient(linear, left top, right top, from(#8f5535), to(#8f5535));
  background-image: linear-gradient(90deg, #8f5535, #8f5535); /* 線の色 */
  background-repeat: no-repeat;
  background-position: right bottom; /* 線の起点を左・下に設定 */
  background-size: 100% 1px; /* 線の横幅を100%にする */
  -webkit-transition: background-size 0.9s;
  transition: background-size 0.9s; /* 線を伸ばすアニメーション実行時間を指定（0.9秒かけて線の横幅を0から100%にする） */
  padding-bottom: 0.1em;
}
a.linkline:hover {
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
}

/* PCのの場合は電話番号のリンク無効 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  #header {
    width: 100%;
  }
  .header_box {
    width: 100%;
    height: 100%;
  }
  .header_box .header_inr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 1240px;
    max-width: 2000px;
    padding-right: 35px;
    padding-left: 35px;
    margin: 0 auto;
    padding-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_box .header_left .header_disc {
    font-size: 1.2rem;
    padding-bottom: 16px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .header_box .header_left .logo {
    z-index: 3;
    max-width: 278px;
  }
  .header_box .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header_box .header_icon_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
  }
  .header_box {
    position: relative;
    z-index: 999;
    width: 100%;
  }
  .header_box .header_disc {
    font-size: 1rem;
    padding-bottom: 16px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .header_box .logo {
    z-index: 3;
    max-width: 278px;
  }
  .header_box .header_right {
    display: none;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: #8f5535;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 12px;
    width: 26px;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 16px;
  }
  #toggle span:nth-child(2) {
    top: 23px;
  }
  #toggle span:nth-child(3) {
    top: 30px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
            transform: translateY(7px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
            transform: translateY(-7px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(143, 85, 53, 0.9);
    z-index: 999;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #ccc;
    background-color: #a67b62;
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#g_navi .menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  padding: 25px 50px;
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#g_navi .menu > li > a .nav_sub {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #aaa;
  font-size: 1.1rem;
  font-weight: 300;
  padding-top: 8px;
}
#g_navi .menu > li > a:link, #g_navi .menu > li > a:visited {
  color: #000;
}
#g_navi .menu > li > a:hover, #g_navi .menu > li > a:active {
  color: #8f5535;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  list-style: none;
  width: 100%;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
#g_navi .menu li ul li {
  position: relative;
  width: 100%;
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 12px 5px;
  background-color: #8f5535;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
#g_navi .menu li ul li a:link, #g_navi .menu li ul li a:visited {
  background-color: #8f5535;
  color: #fff;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background-color: #a67b62;
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
  #g_navi .menu > li > a {
    padding: 25px 40px;
  }
}
/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: #8f5535;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: 50%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
/****************************************

ティーザー

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

メインビジュアル

*****************************************/
#top_mv {
  position: relative;
}
#top_mv .top_mv_pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_mv .top_mv_contents .header_disc {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top_mv .top_mv_contents .header_disc p {
  font-size: 1.4rem;
  text-shadow: 0 0 5px #000;
}
@media print, screen and (min-width: 768px) {
  #top_mv .top_mv_contents .header_disc {
    padding-left: 16px;
    padding-top: 20px;
  }
}
#top_mv .top_mv_contents .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  content: "";
  max-width: 317px;
}
#top_mv .top_mv_contents .logo img {
  width: 100%;
  height: auto;
}

.mv {
  width: 100%;
  height: 440px;
  position: relative;
  margin: 0px auto;
}
.mv .mv_bg {
  height: 440px;
}
.mv .mv_menu {
  background: url(images/mv_menu_bg.jpg) top center no-repeat;
}
.mv .mv_about {
  background: url(images/mv_about_bg.jpg) top center no-repeat;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_about .mv_txt {
    background: url(images/mv_txt_icon01.svg) center left 38px no-repeat, url(images/mv_txt_icon02.svg) center right 36px no-repeat, rgba(201, 151, 123, 0.75);
  }
}
.mv .mv_access {
  background: url(images/mv_access_bg.jpg) top center no-repeat;
}
.mv .mv_blog {
  background: url(images/mv_blog_bg.jpg) top center no-repeat;
}
.mv .mv_contact {
  background: url(images/mv_contact_bg.jpg) top center no-repeat;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_contact .mv_txt {
    background: url(images/mv_txt_icon01.svg) center left 38px no-repeat, url(images/mv_txt_icon02.svg) center right 36px no-repeat, rgba(201, 151, 123, 0.75);
  }
}
.mv .mv_txt {
  text-align: center;
  padding: 13px 20px 14px;
  background: url(images/mv_txt_icon01.svg) center left 73px no-repeat, url(images/mv_txt_icon02.svg) center right 71px no-repeat, rgba(201, 151, 123, 0.75);
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 20px;
}
.mv .mv_txt p {
  font-size: 3.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #FFF;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  #top_mv {
    width: 100%;
    height: auto;
    min-width: initial;
    position: inherit;
  }
  #top_mv .top_mv_pic {
    width: 150%;
    margin: 0 0 0 -25%;
  }
  #top_mv .top_mv_pic img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top_mv .top_mv_contents .header_disc {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #top_mv .top_mv_contents .header_disc p {
    font-size: 1.1rem;
    padding-right: 7rem;
    padding-left: 10px;
    padding-top: 10px;
  }
  #top_mv .top_mv_contents .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    content: "";
    max-width: 140px;
  }
  #top_mv .top_mv_contents .logo img {
    width: 100%;
    height: auto;
  }
  .mv {
    height: 180px;
  }
  .mv .mv_bg {
    height: 180px;
    background-size: cover;
  }
  .mv .mv_txt {
    width: 70%;
    background: url(images/mv_txt_icon01.svg) center left 15px no-repeat, url(images/mv_txt_icon02.svg) center right 15px no-repeat, rgba(201, 151, 123, 0.65);
    margin-top: 18px;
  }
  .mv .mv_txt p {
    font-size: 2.2rem;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
}

main#page_main {
  width: 1240px;
  padding: 0 20px;
  margin: 0px auto 150px;
}

.breadcrumb_area {
  text-align: right;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.breadcrumb_area .breadcrumb {
  padding: 5px 0px 20px;
  line-height: 1.5;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
}
.breadcrumb_area .breadcrumb a {
  color: #8f5535;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #8f5535;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.breadcrumb_area .breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.none {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
  }
  .breadcrumb_area .breadcrumb {
    position: relative;
    padding: 10px 10px 20px;
    left: auto;
    bottom: auto;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  main#top_main {
    padding: 0 10px 0;
  }
  main#top_main .txt_box {
    padding: 0 0 0;
  }
  main#page_main {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 90px;
  }
  .sp_none {
    display: none;
  }
}
/****************************************

content 共通ボックス

*****************************************/
/* sec */
.inr {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

/*sin--inr*/
main#page_main .inr,
main#single_main .inr {
  width: 1240px;
}

.sec--sin {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .sec_sp {
    padding: 50px 10px;
  }
  .inr {
    width: 100%;
    padding: 0;
  }
}
/* PCなし*/
@media screen and (max-width: 767px) {
  /* 背景画像sec*/
  .sec_bg {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 0 10px;
  }
  .sec_bg .inr {
    padding: 0 10px;
  }
}
/* txtbox */
.txt_box {
  font-size: var(--fSize_body);
}

@media screen and (max-width: 767px) {
  .txt_box {
    text-align: left;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 90px 0 150px;
  background: url(images/top_box01_bg.jpg);
  color: #fff;
}
.top_box01 .txt_box {
  width: auto;
  text-align: center;
  position: relative;
}
.top_box01 .txt_box:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(images/top_box01_reef01.png) no-repeat top left/cover;
  width: 55px;
  height: 134px;
}
.top_box01 .txt_box:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(images/top_box01_reef02.png) no-repeat top left/cover;
  width: 70px;
  height: 134px;
}
@media screen and (max-width: 767px) {
  .top_box01 .txt_box:before, .top_box01 .txt_box:after {
    display: none;
  }
}
.top_box01 .btnArea {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 0 50px;
  }
  .top_box01 .txt_box p {
    text-align: left;
  }
  .top_box01 .btnArea {
    margin-top: 40px;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_box02 {
  padding: 100px 0 0;
}
.top_box02 .top_com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_box02 .top_com_body {
  width: 600px;
  margin-left: 50px;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 37.5px 20px;
  border-radius: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
  .top_box02 .top_com_body {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.top_box02 .top_com_body_disc {
  text-shadow: 0px 0px 4px #fff, 0px 0px 3px #fff, 0px 0px 2px #fff, 0px 0px 1px #fff;
}
.top_box02 .top_com_body .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_box02 .top_com:not(:last-child) {
  margin-bottom: 75px;
}
.top_box02 .top_com:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1550px) and (min-width: 767px) {
  .top_box02 .top_com_pic {
    width: calc(100% - 680px);
  }
  .top_box02 .top_com_body {
    margin-left: 0;
    margin-right: 0;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 60px 0 0;
  }
  .top_box02 .top_com {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    padding: 0;
  }
  .top_box02 .top_com_body {
    margin: 0;
    text-align: center;
  }
  .top_box02 .top_com_body_disc {
    text-align: left;
  }
  .top_box02 .top_com_pic {
    width: 100%;
  }
  .top_box02 .top_com .txt_box {
    padding: 25px 10px 0;
    width: 100%;
  }
  .top_box02 .top_com .txt_box .btnArea {
    margin-top: 25px;
    position: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_box02 .top_com:not(:last-child) {
    margin-bottom: 40px;
  }
  .top_box02 .top_com:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_box03 {
  padding: 125px 0 100px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .top_box03 {
    line-height: 2.2;
  }
}
.top_box03 .top_subhead01 {
  margin-bottom: 80px;
}
.top_box03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box03_list {
    gap: 25px;
  }
}
.top_box03_list_item {
  max-width: 570px;
}

.map-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.map-list_item {
  width: calc((100% - 40px) / 2);
}
.map-list_item_ttl {
  font-size: var(--fSize_third);
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 50px 0;
  }
  .top_box03 .top_subhead01 {
    margin-bottom: 25px;
  }
  .map-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
  .map-list_item {
    width: 100%;
  }
  .map-list_item_ttl {
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .access--list .map-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
  .access--list .map-list_item {
    width: 100%;
  }
  .access--list .map-list_item_ttl {
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.top_googlemap {
  margin: -1px 0 -4px;
}

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

content下層用

*****************************************/
/* 下層共通 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img_wauto {
  width: auto;
  max-width: 100%;
}

.img_radius {
  overflow: hidden;
  border-radius: 8px;
}

.shadow {
  -webkit-box-shadow: 0 0 10px rgba(166, 123, 98, 0.2);
          box-shadow: 0 0 10px rgba(166, 123, 98, 0.2);
}

.pt_txt {
  padding-top: 30px;
}

.txt580 {
  width: 580px;
}

.txt720 {
  width: 720px;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.brown_bg {
  padding: 30px 20px 40px;
  background-color: rgba(229, 205, 191, 0.52);
  text-align: center;
  border: 2px dashed rgba(73, 51, 40, 0.52);
}
.brown_bg dt {
  font-size: 2.4rem;
  font-weight: 900;
  color: #493328;
}
.brown_bg dd {
  line-height: 2;
}

figcaption {
  font-size: 1.4rem;
}

.border_box {
  border: 14px solid #EDF7FD;
  padding: 35px 35px 35px;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex figure, .flex_r figure {
    margin-bottom: 20px;
  }
  .radius_img {
    width: 100%;
  }
  .pt_txt {
    padding-top: 0;
  }
  .txt470, .txt580, .txt720, .w1000, .w1200 {
    width: 100%;
  }
  .gray_bg {
    padding: 15px;
    text-align: left;
  }
  .brown_bg {
    padding: 20px;
  }
  .brown_bg dt {
    font-size: 1.6rem;
  }
  .brown_bg dd {
    font-size: 1.4rem;
    text-align: left;
  }
  .border_box {
    border: 8px solid #EDF7FD;
    padding: 25px 10px 20px;
  }
  .border_box02 {
    padding: 30px 15px;
  }
  .border_box02 dt {
    font-size: 1.9rem;
  }
  .border_box02 dd {
    text-align: left;
    font-size: 1.3rem;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  figcaption {
    font-size: 1.3rem;
  }
}
/****************************************

content下層用

*****************************************/
@media screen and (max-width: 767px) {
  /* xxx */
}
/****************************************

content下層用（共通パーツ）

*****************************************/
/* お問い合わせ */
#mail_form {
  padding: 0 calc((100% - 1200px) / 2);
  margin: 0 auto 120px;
}
@media print, screen and (min-width: 768px) {
  #mail_form {
    text-align: center;
    line-height: 2;
  }
}

/* 3列flex(txt) */
.three_column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three_column_flex .three_column_parts {
  width: 380px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .three_column_flex .three_column_parts:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
.three_column_flex .three_column_parts img {
  margin-bottom: 5px;
}
.three_column_flex .three_column_parts .subhead02 {
  background: url(images/subhead02_bg_short.svg) bottom center no-repeat;
  margin-bottom: 10px;
  text-align: center;
}

　 .three_column_flex_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
　 .three_column_flex_img li {
  width: 380px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  　 .three_column_flex_img li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  　 .three_column_flex_img li img {
    width: 100%;
    height: auto;
  }
}
　 .three_column_flex_img li a {
  text-decoration: none;
}

.marker_list li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* お問い合わせ */
  #mail_form {
    margin: 0 auto 80px;
  }
  .three_column_flex .three_column_parts {
    width: 100%;
    margin-bottom: 30px;
  }
  .three_column_flex .three_column_parts img {
    margin-bottom: 10px;
  }
  .three_column_flex_img {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .three_column_flex_img li {
    width: 48%;
    margin: 0 auto;
  }
  .three_column_flex_img li img {
    width: 100%;
    margin-bottom: 5px;
  }
}
/****************************************

aside

*****************************************/
.bottom_nav {
  padding: 125px 0 125px;
  text-align: center;
  background: url(images/btm_bg.jpg) no-repeat top center/cover;
}
.bottom_nav_inr {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 110px 20px 90px;
}
.bottom_nav .bottom_nav_ttl {
  margin-bottom: 40px;
}
.bottom_nav .txt_box {
  text-shadow: 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;
  margin-bottom: 50px;
}
.bottom_nav .btn_list--btm {
  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;
  gap: 45px;
}

/* 下層ver */
@media screen and (max-width: 767px) {
  .bottom_nav {
    padding: 50px 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .bottom_nav_inr {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 36px 20px;
  }
  .bottom_nav .bottom_nav_ttl {
    margin-bottom: 25px;
  }
  .bottom_nav .txt_box {
    margin-bottom: 30px;
  }
  .bottom_nav .btn_list--btm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 2%;
  }
  .bottom_nav .btn_list--btm_item {
    max-width: 220px;
    width: 48%;
  }
  .bottom_nav .btn_list--btm_item a img {
    max-width: 260px;
  }
  .bottom_nav .btn_list--btm .btm_mail {
    font-size: var(--fSize_secondly);
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
  }
  .bottom_nav .btn_list--btm .btm_mail img {
    max-width: 28px;
    height: auto;
  }
  .bottom_nav .btn_list--btm .btm_mail a {
    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;
    padding: 10px 0;
    width: 280px;
    text-decoration: none;
  }
  .bottom_nav .btn_list--btm .btm_mail .icon_mail--btm {
    margin-right: 8px;
  }
  .bottom_nav--sin {
    padding: 0;
  }
}
.bottom_info {
  width: 100%;
  padding: 50px 10px;
}
.bottom_info h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.bottom_info_txt {
  margin-bottom: 25px;
}
.bottom_info_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bottom_info_list .tel {
  margin: 0 0 25px;
  padding: 0;
}
.bottom_info_list .tel p:first-child {
  font-size: 1.2rem;
  text-align: center;
}
.bottom_info_list .tel p:last-child {
  font-size: 2.4rem;
}
.bottom_info_list .tel p:last-child span {
  font-size: 1.6rem;
}
.bottom_info_list .tel::before {
  display: none;
}
.bottom_info::before, .bottom_info::after {
  height: 30px;
}
.bottom_info::before {
  top: -30px;
}

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

テーブル

*****************************************/
table {
  line-height: 1.7;
}

td p {
  font-size: 100%;
}

/* 表2列(標準) */
.lunch_table, .dinner_table, .greeting_table {
  width: 100%;
  border-collapse: collapse;
}
.lunch_table th, .dinner_table th, .greeting_table th {
  width: 60%;
  padding: 14px 20px;
  font-weight: normal;
  text-align: left;
  background: #e5cdbf;
  border: 2px dotted #493328;
  vertical-align: middle;
}
.lunch_table td, .dinner_table td, .greeting_table td {
  width: 40%;
  padding: 14px 80px;
  border: 2px dotted #493328;
  vertical-align: middle;
  text-align: center;
}
.lunch_table td a, .dinner_table td a, .greeting_table td a {
  word-break: break-all;
}
.lunch_table caption, .dinner_table caption, .greeting_table caption {
  caption-side: bottom;
  font-size: initial;
  text-align: left;
  margin-top: 15px;
}

.dinner_table th {
  width: 58%;
}
.dinner_table td {
  width: 42%;
}

.greeting_table th {
  width: 29%;
}
@media print, screen and (min-width: 768px) {
  .greeting_table th {
    padding: 14px 30px;
  }
}
.greeting_table td {
  width: 71%;
  text-align: left;
}

/* 表2列(下線) */
.access_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.access_table tr {
  background: url(images/table_line.svg) bottom left repeat-x;
}
.access_table th {
  width: 29%;
  padding: 16px 50px 10px;
  font-weight: normal;
  font-size: var(--fSize_third);
  color: #493328;
  text-align: left;
  vertical-align: middle;
}
.access_table td {
  width: 71%;
  padding: 16px 50px 10px;
  vertical-align: middle;
  text-align: left;
}
.access_table td a {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  /* 2列まま */
  .lunch_table, .dinner_table, .greeting_table {
    width: 100%;
  }
  .lunch_table th, .dinner_table th, .greeting_table th {
    padding: 10px 13px;
    border: 1px dotted #493328;
    border-right: none;
  }
  .lunch_table td, .dinner_table td, .greeting_table td {
    padding: 10px 13px;
    border: 1px dotted #493328;
  }
  .lunch_table caption, .dinner_table caption, .greeting_table caption {
    font-size: 1.6rem;
  }
  /* 1列 */
  .access_table th {
    display: block;
    width: 100%;
    padding: 10px 15px 5px;
    font-size: 1.8rem;
  }
  .access_table td {
    display: block;
    width: 100%;
    padding: 0px 15px 15px;
  }
}
/****************************************

ボタン（トップ）

*****************************************/
/* ボタンエリア */
.btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnArea--sin {
  margin-top: 20px;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .btnArea--sin {
    gap: 8px;
  }
}

/* ボタン親*/
.btn {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btn a {
  display: inline-block;
  text-decoration: none;
  padding: 20px 0;
  width: 100%;
  color: #8f5535;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
}

.btn--main a {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-shadow: 0 0 2px #000;
  border-radius: 20px;
}
.btn--main a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn--accent a {
  background-color: transparent;
  border: 1px solid #9f7966;
  color: #9f7966;
  border-radius: 20px;
}
.btn--accent a:hover {
  background-color: rgba(159, 121, 102, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_sin {
  width: 280px;
}
.btn_sin a {
  padding: 7px 0;
  font-size: 1.8rem;
  font-weight: 400;
}

/* ボタン（トップ―ブログ）*/
.btn--news {
  width: 130px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--news a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #a67b62;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 100vmax;
}
.btn--news a:hover {
  background-color: transparent;
  border: 1px solid #a67b62;
  color: #a67b62;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 290px;
    font-size: 1.6rem;
  }
  .btn a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: var(--fSize_body);
  }
  .btn--news {
    margin: 30px auto 0;
  }
  .btn--news a {
    font-size: 1.4rem;
  }
  .btn--sin {
    margin: 0 auto;
  }
  .btn_sin {
    width: 240px;
  }
  .btn_sin a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
}
/****************************************

ボタン（下層）

*****************************************/
/* 茶（角丸/下層投稿） */
.btn01 {
  width: 200px;
  background: #a67b62;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-radius: 17.5px;
}
.btn01 a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 5px 25px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  color: #FFF;
  font-size: 1.8rem;
}
.btn01:hover {
  background: rgba(159, 121, 102, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.btn_center p {
  margin: 0 auto;
}

.btn_right p {
  margin-left: auto;
}

/* トップページ複数並び */
.multi_column_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .multi_column_btn li:not(:last-child) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .btn01, .btn02 {
    margin: 0 auto;
  }
  .btn01 a, .btn02 a {
    font-size: 1.6rem;
  }
  .multi_column_btn {
    padding: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 画像btnの場合 */
  }
  .multi_column_btn li {
    width: 48%;
    margin: 0 auto;
    margin-bottom: 2%;
  }
  .multi_column_btn li:not(:last-child) {
    margin-right: 2%;
  }
  .multi_column_btn li img {
    width: 100%;
  }
}
/****************************************

共通div

*****************************************/
.mb110 {
  margin-bottom: 110px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mb110,
  .mb100,
  .mb95,
  .mb90,
  .mb85,
  .mb80,
  .mb75,
  .mb70,
  .mb65,
  .mb60,
  .mb55 {
    margin-bottom: 50px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb45,
  .mb40 {
    margin-bottom: 30px;
  }
}
/****************************************

P

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

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 配置 */
.txt_center, .center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .txt_center_pc {
    text-align: center;
  }
}
/* 赤文字*/
.red {
  color: #FF0000;
}

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

.brown {
  color: #8f5535;
}

.brown_lgt {
  color: #9f7966;
}

.big {
  font-size: 2rem;
}

/* 小文字*/
.small {
  font-size: 1.2rem;
}

.small_14 {
  font-size: 1.4rem;
}

.small_15 {
  font-size: 1.5rem;
}

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

トップページタイトル

*****************************************/
.top_headline {
  font-size: var(--fSize_primary-top);
  font-weight: 400;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_headline {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_headline::before {
  content: "";
  top: 0;
  left: 0;
  background: url(images/topHdl01.png) no-repeat top left/cover;
  width: 24px;
  height: 64px;
}
@media print, screen and (min-width: 768px) {
  .top_headline::before {
    margin-right: 30px;
    max-width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top_headline::before {
    margin-right: 12px;
    max-width: 14px;
    height: 40px;
  }
}
.top_headline::after {
  content: "";
  top: 0;
  left: 0;
  background: url(images/topHdl02.png) no-repeat top right/cover;
  width: 26px;
  height: 64px;
}
@media print, screen and (min-width: 768px) {
  .top_headline::after {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_headline::after {
    margin-left: 12px;
    max-width: 14px;
    height: 40px;
  }
}

.top_news_ttl,
.top_subhead01,
.bottom_nav_ttl {
  color: #493328;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--fSize_secondly);
  font-weight: 400;
  margin-bottom: 50px;
  text-align: left;
  display: inline-block;
}
.top_news_ttl .subHdl_sub,
.top_subhead01 .subHdl_sub,
.bottom_nav_ttl .subHdl_sub {
  font-size: 1.6rem;
  display: block;
  padding-top: 6px;
  color: #9f7966;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top_news_ttl .subHdl_sub,
  .top_subhead01 .subHdl_sub,
  .bottom_nav_ttl .subHdl_sub {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .top_news_ttl,
  .top_subhead01,
  .bottom_nav_ttl {
    text-align: center;
  }
}

.ttl_flower {
  position: relative;
}
.ttl_flower:after {
  position: absolute;
  content: "";
  width: 41px;
  height: 95px;
  bottom: 0px;
  right: -71px;
  background: url(images/top_ttl_icon.png) no-repeat top center/cover;
}

.ttl_menu {
  position: relative;
}
.ttl_menu:after {
  position: absolute;
  content: "";
  width: 108px;
  height: 63px;
  bottom: 0;
  right: -138px;
  background: url(images/top_ttl_icon_menu.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_menu:after {
    width: 88px;
    height: 51px;
    right: -98px;
  }
}

.ttl_blog {
  position: relative;
  padding-left: 113px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ttl_blog:before {
  position: absolute;
  content: "";
  width: 83px;
  height: 49px;
  bottom: 0;
  left: 0;
  background: url(images/top_ttl_icon_blog.png) no-repeat top center/cover;
}

.ttl_about {
  position: relative;
}
.ttl_about:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 85px;
  bottom: 0;
  right: -130px;
  background: url(images/top_ttl_icon_about.png) no-repeat top center/cover;
}

.top_news_ttl .subHdl_sub {
  margin-left: 20px;
  padding-top: 0;
  display: inline-block;
}

.bottom_nav_ttl {
  text-align: center;
  position: relative;
}
.bottom_nav_ttl::before {
  position: absolute;
  content: "";
  background: url(images/btm_ttlL.png) no-repeat top right/cover;
  width: 156px;
  height: 63px;
  top: -20px;
  left: -176px;
}
.bottom_nav_ttl::after {
  position: absolute;
  content: "";
  background: url(images/btm_ttlR.png) no-repeat top right/cover;
  width: 156px;
  height: 63px;
  top: -20px;
  right: -176px;
}

@media screen and (max-width: 767px) {
  .top_headline {
    padding-bottom: 16px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
  }
  .top_headline::before {
    width: 100%;
  }
  .top_news_ttl,
  .top_subhead01,
  .bottom_nav_ttl {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 24px;
  }
  .top_news_ttl .top_subHdl_sub,
  .top_subhead01 .top_subHdl_sub,
  .bottom_nav_ttl .top_subHdl_sub {
    font-size: 1.4rem;
  }
  .top_news_ttl {
    font-size: 2rem;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .bottom_nav_ttl {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  .bottom_nav_ttl:before, .bottom_nav_ttl:after {
    display: none;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  font-size: var(--fSize_primary-sub);
  font-weight: normal;
  color: #493328;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 50px;
  letter-spacing: 0.08em;
  position: relative;
  text-align: center;
}
.headline span {
  display: block;
  color: #9f7966;
  font-size: var(--fSize_small);
}

#single_box .headline {
  font-size: 3.4rem;
  margin-top: 15px;
}

/* img+下線img */
.subhead01 {
  font-size: var(--fSize_secondly-sub);
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #493328;
  padding-left: 75px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  line-height: 1.2;
  background: url(images/subhead01_bg.svg) top 40% left 20px no-repeat, url(images/subhead01_bg_line.svg) bottom left no-repeat;
}

.subhead01.leaf {
  padding-left: 60px;
  padding-top: 10px;
  background: url(images/subhead01_bg02.svg) top 0% left 20px no-repeat, url(images/subhead01_bg_line.svg) bottom left no-repeat;
}

/* 下線img */
.subhead02 {
  font-size: var(--fSize_third);
  font-weight: 400;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(images/subhead02_bg.svg) bottom center no-repeat;
  padding: 0 20px 10px;
  margin-bottom: 24px;
  width: 100%;
}

/* 背景色 */
.subhead03 {
  font-size: var(--fSize_forth);
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  padding: 13px 18px;
  background: #cc9779;
  color: #FFF;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: var(--fSize_primary-sub);
    margin-bottom: 30px;
  }
  #single_box .headline {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-top: 15px;
  }
  .subhead01 {
    font-size: var(--fSize_secondly-sub);
    padding: 0 0 14px 65px;
    margin-bottom: 15px;
    text-align: left;
    background: url(images/subhead01_bg.svg) top 40% left 10px no-repeat, url(images/subhead01_bg_line.svg) bottom left no-repeat;
  }
  .subhead01.leaf {
    padding: 17px 0 18px 50px;
    background: url(images/subhead01_bg02.svg) top 50% left 10px no-repeat, url(images/subhead01_bg_line.svg) bottom left no-repeat;
  }
  .subhead02 {
    font-size: var(--fSize_third);
    padding: 0 15px 12px;
  }
  .subhead03 {
    font-size: var(--fSize_forth);
    margin-bottom: 15px;
  }
}
/****************************************

about トップ用

*****************************************/
.top_gallery {
  padding: 95px 0 80px;
  background: linear-gradient(to bottom, rgba(255, 252, 243, 0.14) 422px, #f8f2ef 422px);
  position: relative;
}
.top_gallery .top_subhead01 {
  margin-bottom: 50px;
}
.top_gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_gallery_list_item {
  width: calc((100% - 70px) / 3);
}
.top_gallery_list_item_pic {
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_gallery_list_item_pic:after {
  display: block;
  content: "";
  padding-top: 71%;
  /* デザインの画像を「縦幅 ÷ 横幅」で%を算出 */
}
.top_gallery_list_item_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.top_gallery .btn a {
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .top_gallery {
    padding: 50px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 252, 243, 0.14)), color-stop(65%, #f8f2ef));
    background: linear-gradient(to bottom, rgba(255, 252, 243, 0.14) 65%, #f8f2ef 65%);
  }
  .top_gallery_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px 4%;
  }
  .top_gallery_list_item {
    width: 47%;
  }
}
/****************************************

news トップ用

*****************************************/
.news_box {
  padding: 110px 0 120px;
  background: url(images/blog_bg.jpg);
}
.news_box_inner {
  position: relative;
}
.news_box_inner_ttlArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 45px;
  position: relative;
}
.news_box_inner_ttlArea:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url(images/blog_line.png) no-repeat top left;
  width: 100%;
  height: 8px;
}
@media print, screen and (min-width: 768px) {
  .news_box_inner .btn--news {
    position: absolute;
    right: 45px;
    top: 10px;
  }
}

.news_post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.news_post_part {
  width: calc((100% - 75px) / 4);
  max-width: 280px;
  text-align: left;
}
.news_post_part .news_pic {
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_post_part .news_pic img {
  border-radius: 15px;
}
.news_post_part .news_pic:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_post_part .news_pic:after {
  display: block;
  content: "";
  padding-top: 77%;
  /* デザインの画像を「縦幅 ÷ 横幅」で%を算出 */
}
.news_post_part .news_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 767px) {
  .news_post_part .news_pic {
    border-radius: 6px;
  }
}
.news_post_part a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.news_post_part a:hover .news_date {
  color: #a67b62;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_post_part a:hover .news_ttl {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .news_box {
    padding: 50px 10px;
    background: url(images/blog_bg.jpg) top center;
    background-size: cover;
  }
  .news_box_inner {
    max-width: unset;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .news_box_inner_ttlArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    width: 100%;
    padding-top: 0;
    margin-bottom: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
    padding-bottom: 4px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .news_box_inner_ttlArea .top_headline {
    font-size: 2rem;
  }
  .news_box_inner_ttlArea .btn {
    width: 160px;
  }
  .news_box_inner_ttlArea .btn a {
    padding: 10px 0;
  }
  .news_box_inner .news_post {
    gap: 25px 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news_box_inner .news_post_part {
    width: 47%;
  }
  .news_box_inner .news_post_part .news_date {
    font-size: 1.6rem;
    padding: 0;
  }
  .news_box_inner .news_post_part .news_ttl {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0;
  }
  .news_box_inner .news_post_part .label {
    font-size: 1.3rem;
    padding: 2px 8px;
    margin-left: 10px;
  }
  .news_box_inner .news_post_part .cat_column .news_ttl {
    color: #8f5535;
    font-size: 1.6rem;
  }
}
/****************************************

投稿 下層用（1行）

*****************************************/
/* デフォルト投稿 */
.post_banner p {
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .blog_post_parts .flex, .lunch_post_parts .flex {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .blog_post_parts figure, .lunch_post_parts figure {
    width: 440px;
    height: 330px;
    overflow: hidden;
    margin-right: 40px;
  }
  .blog_post_parts figure img, .lunch_post_parts figure img {
    width: 440px;
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .blog_post_parts .subhead01, .lunch_post_parts .subhead01 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .blog_post_parts .subhead03, .lunch_post_parts .subhead03 {
    padding: 8px 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .blog_post_parts, .lunch_post_parts {
    padding: 20px 15px;
    border: 2px solid rgba(159, 121, 102, 0.85);
  }
  .blog_post_parts figure, .lunch_post_parts figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .blog_post_parts figure img, .lunch_post_parts figure img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .blog_post_parts time, .lunch_post_parts time {
    font-size: 1.4rem;
    color: #8f5535;
  }
}
/****************************************

投稿 下層用2（複数列）

*****************************************/
/* 3列投稿 */
.three_column_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.three_column_post .three_column_parts {
  width: 380px;
  height: auto;
  margin: 0 30px 25px 0;
}
@media print, screen and (min-width: 768px) {
  .three_column_post .three_column_parts:nth-child(3n) {
    margin-right: 0;
  }
}
.three_column_post .three_column_parts .three_column_img figure {
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.three_column_post .three_column_parts .three_column_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.three_column_post .three_column_parts .three_column_txt img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* 3列投稿 sp*/
  .three_column_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .three_column_post .three_column_parts {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .three_column_post .three_column_parts:nth-child(2n) {
    margin-right: 0;
  }
  .three_column_post .three_column_parts:last-child {
    margin: 0 auto; /* 最終行中央揃え（画像数が奇数の場合）*/
  }
  .three_column_post .three_column_parts .three_column_img {
    width: 100%;
    height: 200px;
    margin-bottom: 2%;
  }
  .three_column_post .three_column_parts .three_column_img figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .three_column_post .three_column_parts .three_column_img figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  padding: 0 calc((100% - 1200px) / 2);
}
#single_box img {
  max-width: 1200px;
  padding: 10px 0;
  height: auto;
}
#single_box figure {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
#single_box figure img {
  max-width: 100%;
  height: auto;
}
#single_box .nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  font-size: 100%;
  text-align: center;
}
#single_box .nav-below a {
  padding: 0 10px;
  color: #9f7966;
}
#single_box .nav-below a:hover {
  color: rgba(159, 121, 102, 0.75);
}

@media screen and (max-width: 767px) {
  #single_box img {
    max-width: 100%;
    padding: 10px 0;
  }
}
/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 0;
  margin: 80px 0 0;
}

a.page-numbers {
  margin: 0 2px;
  /* ページ送り：デザイ色変更 */
  padding: 5px 8px;
  color: #9b9b9b;
  font-size: 1.6rem;
  font-weight: bold;
  /* 前後矢印 */
}
a.page-numbers.prev, a.page-numbers.next {
  background: rgba(250, 250, 250, 0.6);
  border: solid 1px rgba(193, 194, 195, 0.6);
  text-decoration: none;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  a.page-numbers.prev {
    margin-right: 10px;
  }
  a.page-numbers.next {
    margin-left: 10px;
  }
}

.pager .current {
  margin: 0 2px;
  /* ページ送り：デザイ色変更 */
  padding: 5px 8px;
  color: #707070;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .pager {
    padding: 0px 0 30px;
    margin: 50px 0 0;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer .sp_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    position: relative;
    width: 25%;
    background: #493328;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
  #sp_footer .sp_footer_box {
    background: url(images/ftr_bg.jpg) no-repeat top center/cover;
    color: #fff;
    padding: 20px 20px 70px;
    text-align: center;
  }
  #sp_footer .sp_footer_box .sp_logo {
    max-width: 136px;
    margin: 0 auto 24px;
  }
  #sp_footer .sp_footer_box .sp_logo a {
    color: #333;
    text-decoration: none;
  }
  #sp_footer .sp_footer_box .sp_logo a:hover {
    color: #999;
  }
  #sp_footer .sp_footer_box .sp_tel {
    margin-bottom: 16px;
    text-align: center;
  }
  #sp_footer .sp_footer_box .sp_ftr_time {
    margin-bottom: 16px;
    text-align: center;
  }
  #sp_footer .sp_footer_box .sp_copyright {
    display: block;
    font-size: 1.1rem;
    text-align: center;
  }
  #sp_footer .sp_footer_box .side_bnr {
    display: none;
  }
}
/****************************************
pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .side_bnr {
    position: fixed;
    right: 0;
    bottom: 3%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .side_bnr_item {
    margin-bottom: 20px;
  }
  .side_bnr .opacity {
    opacity: 0.8;
  }
  .pagetop {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .pagetop:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .pc_footer_box {
    background: url(images/ftr_bg.jpg) no-repeat top center/cover;
    color: #fff;
    padding: 80px 0 20px;
  }
  .pc_footer_box .inr .footer_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;
  }
  .pc_footer_box .inr .side_bnr {
    position: fixed;
    right: 0;
    bottom: 70px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc_footer_box .inr .side_bnr_item {
    margin-bottom: 20px;
  }
  .pc_footer_box .inr .side_bnr .opacity {
    opacity: 0.8;
  }
  .pc_footer_box .inr .footer_left {
    margin-right: 35px;
  }
  .pc_footer_box .inr .footer_left .footer_logo a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pc_footer_box .inr .footer_right {
    text-align: center;
    padding-top: 20px;
  }
  .pc_footer_box .inr .footer_right .cpr_info {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .pc_footer_box .inr .footer_right .cpr_info .cpr_add, .pc_footer_box .inr .footer_right .cpr_info .cpr_tel, .pc_footer_box .inr .footer_right .cpr_info .cpr_disc {
    font-size: inherit;
  }
  .pc_footer_box .inr .footer_right .cpr_info .cpr_disc {
    margin-top: 30px;
  }
  .pc_footer_box .ftr_nav p a {
    text-decoration: none;
    color: #fff;
    position: relative;
  }
  .pc_footer_box .ftr_nav p a span {
    font-size: var(--fSize_small);
  }
  .pc_footer_box .ftr_nav p a:not(:last-child) {
    margin-right: 16px;
  }
  .pc_footer_box .ftr_nav p a:not(:last-child):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
    right: -16px;
  }
  .pc_footer_box .ftr_nav p a:not(:first-child) {
    margin-left: 16px;
  }
  .pc_footer_box .ftr_nav p a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pc_footer_box .ftr_nav p a:hover span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.5;
  }
}
.pc_copyright {
  color: #fff;
  display: block;
  padding: 12px 0px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
}
.pc_copyright .ftr_nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}
.pc_copyright .ftr_nav--list_item {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-right: 8px;
}
.pc_copyright .ftr_nav--list_item a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.pc_copyright .ftr_nav--list_item a:hover {
  color: #439354;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pc_copyright .ftr_nav--list_item::after {
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.pc_copyright .ftr_nav--list_item:nth-child(1):before {
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5019607843);
}

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

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
  text-align: left;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(159, 121, 102, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(159, 121, 102, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(159, 121, 102, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #8f5535 solid;
  border-radius: 8px;
  background-color: #8f5535;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 30px auto 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(143, 85, 53, 0.3);
          box-shadow: 0 0 1px 1px rgba(143, 85, 53, 0.3);
  background-color: rgba(143, 85, 53, 0.3);
  color: #8f5535;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #8f5535 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(143, 85, 53, 0.5);
          box-shadow: 0 0 2px 2px rgba(143, 85, 53, 0.5);
}

.wpcf7-text {
  width: 100%;
}

/* 入力欄 */
.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}

.form_label {
  width: 300px;
}
.form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

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

.form_input_post {
  width: 180px;
}

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

/* 住所 */
.form_row_post {
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #CCC;
}
.form_row_post .form_row_address_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.form_row_post .form_row_address_row .form_label {
  font-weight: normal;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #8f5535;
}

.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #8f5535;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #8f5535;
  border-right: 3px solid #8f5535;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #8f5535;
  -webkit-box-shadow: 0 0 2px 2px rgba(143, 85, 53, 0.5);
          box-shadow: 0 0 2px 2px rgba(143, 85, 53, 0.5);
  background-color: #8f5535;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.9em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #8f5535;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(143, 85, 53, 0.5);
          box-shadow: 0 0 2px 2px rgba(143, 85, 53, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #8f5535;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #8f5535;
  border-right: 1px solid #8f5535;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #8f5535;
  border-right: 1px solid #8f5535;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #8f5535;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(143, 85, 53, 0.7)), to(rgba(143, 85, 53, 0.7)));
  background-image: linear-gradient(90deg, rgba(143, 85, 53, 0.7), rgba(143, 85, 53, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(143, 85, 53, 0.3);
          box-shadow: 0 0 1px 1px rgba(143, 85, 53, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(143, 85, 53, 0.3);
          box-shadow: 0 0 1px 1px rgba(143, 85, 53, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  /* 入力欄 */
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_input {
    width: 100%;
  }
  /* 住所 */
  .form_row_post {
    padding: 0 0 20px 0;
  }
  .form_row_post .form_row_address_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

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

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

.clearfix {
  display: block;
}

/* End Hack */