@charset "UTF-8";
/*!
Theme Name: hanakago-garden
Description: 花籠 | 鹿児島市下伊敷にある花屋。生花、プリザーブドフラワー、ドライフラワーなどお任せください
Theme URI: http://www.hanakago-garden.pics/
Version: 1.0
License: hanakago-garden
License URI: http://www.hanakago-garden.pics/
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff"), url("./font/NotoSansJP-Medium.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifJP-Regular.woff") format("woff"), url("./font/NotoSerifJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSerifJP-Medium.woff") format("woff"), url("./font/NotoSerifJP-Medium.eot") format("eot");
  font-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;
}

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

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

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

body設定(主に書式)

*****************************************/
body {
  min-width: 1240px;
  background: #FFF;
  color: #111;
  font-family: "NotoSansJP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.04em;
}

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

ページ共通

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

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

フォント指定

*****************************************/
li, tt, tr, dt, dd, p {
  font-size: 1.5rem;
}

h1 {
  color: #111;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.5;
}

h2 {
  color: #111;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}

h3 {
  color: #111;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

*****************************************/
a:link, a:visited {
  color: #3366CC;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover, a:active {
  color: #264A97;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img.img_opacity {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a:hover img.img_opacity {
  opacity: 0.7;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.link_line {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a.link_line::after {
  position: absolute;
  bottom: 4px;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.link_line:hover::after {
  width: 0;
}
a.link_line:link, a.link_line:visited, a.link_line:hover, a.link_line:active {
  color: #111;
}

/* 電話番号 */
a.tel_link:link, a.tel_link:visited, a.tel_link:hover, a.tel_link:active {
  color: #222;
  text-decoration: none;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi, #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  header {
    position: relative;
    width: 100%;
  }
  .header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 250px;
    padding: 0 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(35, 24, 21, 0.45)), to(rgba(35, 24, 21, 0)));
    background: linear-gradient(to bottom, rgba(35, 24, 21, 0.45) 50%, rgba(35, 24, 21, 0));
  }
  .logo {
    width: 194px;
    height: 200px;
    margin-top: 40px;
    -webkit-filter: drop-shadow(0 0 10px #FFF) drop-shadow(0 0 10px #FFF);
            filter: drop-shadow(0 0 10px #FFF) drop-shadow(0 0 10px #FFF);
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
    width: 100%;
  }
  header .header_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(35, 24, 21, 0.45)), to(rgba(35, 24, 21, 0)));
    background: linear-gradient(to bottom, rgba(35, 24, 21, 0.45) 50%, rgba(35, 24, 21, 0));
  }
  header .logo {
    margin: 15px auto 0 15px;
  }
  header .logo img {
    width: 130px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 10px #FFF) drop-shadow(0 0 10px #FFF);
            filter: drop-shadow(0 0 10px #FFF) drop-shadow(0 0 10px #FFF);
  }
  #toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    border: 1px solid #FFF;
    background: #111;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 12px;
    width: 26px;
    height: 1px;
    background: #FFF;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 11px;
  }
  #toggle span:nth-child(2) {
    top: 18px;
  }
  #toggle span:nth-child(3) {
    top: 25px;
  }
  #toggle::after {
    position: absolute;
    content: "MENU";
    color: #FFF;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.05em;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    bottom: 4px;
    left: 0;
    width: 100%;
  }
  /*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);
        -ms-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);
        -ms-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(17, 17, 17, 0.8);
    z-index: 999;
    -webkit-transform: translateY(-100%);
        -ms-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);
        -ms-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;
        -ms-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: rgba(190, 156, 109, 0.5);
  }
  #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);
        -ms-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);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin-top: 40px;
}
#g_navi .menu {
  *zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  width: auto;
  height: 60px;
  padding: 0 18px;
  text-align: 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;
  color: #FFF;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(35, 24, 21, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#g_navi .menu > li > a:link, #g_navi .menu > li > a:visited {
  color: #FFF;
  text-decoration: none;
}
#g_navi .menu > li > a:hover, #g_navi .menu > li > a:active {
  color: rgba(255, 255, 255, 0.7);
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 9999;
  list-style: none;
  width: calc(100% + 20px);
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
#g_navi .menu li ul li {
  width: 100%;
}
#g_navi .menu li ul li a {
  display: block;
  padding: 12px 5px;
  background: #121212;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
  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 {
  color: #FFF;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background: #343434;
  color: rgba(255, 255, 255, 0.7);
  -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;
}
#g_navi .navi_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 20px;
}
#g_navi .navi_sns a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#g_navi .navi_sns img {
  margin-right: 8px;
  -webkit-filter: drop-shadow(0 0 8px rgba(35, 24, 21, 0.3));
          filter: drop-shadow(0 0 8px rgba(35, 24, 21, 0.3)); /* 横 縦 ぼかし 影の色 */
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
#g_navi .navi_sns p {
  color: #FFF;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  text-shadow: 0 0 8px rgba(35, 24, 21, 0.3);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
#g_navi .navi_sns:hover img, #g_navi .navi_sns:hover p {
  opacity: 0.7;
}

/* ナビ下線用 */
@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: 1px;
    background-color: #FFF;
    -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 {
  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;
  width: 100vw;
  overflow: hidden;
}
#top_mv img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#mv {
  position: relative;
  width: 100%;
  height: 460px;
}
#mv .mv_txt {
  position: absolute;
  right: calc((100% - 1200px) / 2);
  bottom: 30px;
  color: #FFF;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
  line-height: 1;
  text-shadow: 0 0 10px rgba(35, 24, 21, 0.8);
}

@media screen and (max-width: 767px) {
  #top_mv img {
    height: calc(100svh - 50px);
  }
  #mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 200px;
  }
  #mv img {
    width: auto;
    height: 200px;
  }
  #mv .mv_txt {
    right: 15px;
    bottom: 15px;
    font-size: 2.8rem;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
  margin-bottom: 100px;
}

main#page_wide_main,
main#page_main,
main#single_main {
  position: relative;
  margin-bottom: 100px;
}
main#page_wide_main::before,
main#page_main::before,
main#single_main::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #999;
  content: "";
}

main#page_wide_main {
  width: 100%;
}

main#page_main,
main#single_main {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb_area {
  width: 100%;
  margin-bottom: 60px;
  padding: 30px calc((100% - 1200px) / 2) 0;
}
.breadcrumb_area .breadcrumb p {
  color: #111;
  font-size: 1.3rem;
}
.breadcrumb_area .breadcrumb p a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 4px;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  width: 0;
}
.breadcrumb_area .breadcrumb p a:link, .breadcrumb_area .breadcrumb p a:visited, .breadcrumb_area .breadcrumb p a:hover, .breadcrumb_area .breadcrumb p a:active {
  color: #111;
}

@media screen and (max-width: 767px) {
  main#top_main {
    margin-bottom: 50px;
    padding: 0 10px;
  }
  main#page_wide_main,
  main#page_main,
  main#single_main {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 10px;
  }
  main#page_wide_main::before,
  main#page_main::before,
  main#single_main::before {
    display: none;
  }
  .breadcrumb_area {
    margin-bottom: 25px;
    padding: 15px 10px 0;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.1rem;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 110px 0 120px;
}
.top_box01::before {
  position: absolute;
  top: 140px;
  left: 0;
  color: #999;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  content: "About us";
}
.top_box01::after {
  position: absolute;
  left: 0.5%;
  bottom: 0;
  width: 1px;
  height: calc(100% - 240px);
  background: #999;
  content: "";
}

.top_box01_right {
  width: 50%;
  margin-top: 10px;
}
.top_box01_right .txt_box {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D6D6D6;
}
.top_box01_right .txt_box p {
  line-height: 2.3;
}
.top_box01_right .top_box01_list h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 1.7rem;
}
.top_box01_right .top_box01_list h3::before, .top_box01_right .top_box01_list h3::after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #111;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  content: "";
}
.top_box01_right .top_box01_list h3::before {
  left: 0;
}
.top_box01_right .top_box01_list h3::after {
  right: 4px;
}
.top_box01_right .top_box01_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_box01_right .top_box01_list ul li {
  margin-right: 14px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}

.top_box02 {
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
.top_box02_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70%;
  overflow: hidden;
}
.top_box02_txt {
  position: absolute;
  top: calc(50% - 60px);
  right: calc((100% - 1380px) / 2);
  width: 520px;
  padding: 60px 50px;
  background: #FFF;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_box02_txt p {
  line-height: 2.3;
}
.top_box02_txt .btn01, .top_box02_txt .btn02 {
  margin: 40px 0 0 auto;
}
@media print, screen and (max-width: 1380px) and (min-width: 768px) {
  .top_box02_txt {
    right: 20px;
  }
}
.top_box02::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 70%;
  height: calc(50% + 60px);
  background: #F6F6F6;
  content: "";
}

.top_box03, .top_box04 {
  max-width: 1740px;
  margin: 0 auto 120px;
  padding: 0 20px;
}
.top_box03 .btn01, .top_box03 .btn02, .top_box04 .btn01, .top_box04 .btn02 {
  display: none;
}

.top_box03 ul, .top_box04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 1.7%;
}
.top_box03 ul li, .top_box04 ul li {
  width: 260px;
  min-width: 175px;
}
.top_box03 ul li a, .top_box04 ul li a {
  display: block;
  position: relative;
  background: #111;
  overflow: hidden;
}
.top_box03 ul li a::before, .top_box04 ul li a::before {
  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;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 98;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 1.8rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  text-align: center;
  content: "MORE";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top_box03 ul li a:after, .top_box04 ul li a:after {
  display: block;
  content: "";
  padding-top: 100%;
}
.top_box03 ul li img, .top_box04 ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top_box03 ul li:hover a img, .top_box04 ul li:hover a img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.top_box03 ul li:hover a::before, .top_box04 ul li:hover a::before {
  opacity: 1;
}

.top_box04 {
  margin-bottom: 150px;
}

.circle_box {
  position: relative;
}
.circle_box_inner {
  width: 159px;
  position: absolute;
  bottom: -40px;
  right: calc((100% - 1060px) / 2);
  z-index: 1;
}
.circle_box_inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.circle_box_inner_txt {
  width: 159px;
  height: 159px;
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
}
.circle_box_inner_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.circle_box_inner:hover .circle_box_inner_arrow {
  left: 55%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top_box05 {
  position: relative;
  margin-bottom: 150px;
  padding: 130px calc((100% - 1380px) / 2);
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(35, 24, 21, 0.5)), color-stop(30%, rgba(35, 24, 21, 0.5)), color-stop(45%, rgba(35, 24, 21, 0))), url(images/top_box05_bg.jpg);
  background: linear-gradient(to right, rgba(35, 24, 21, 0.5) 20%, rgba(35, 24, 21, 0.5) 30%, rgba(35, 24, 21, 0) 45%), url(images/top_box05_bg.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (max-width: 1380px) and (min-width: 768px) {
  .top_box05 {
    padding-right: 0;
    padding-left: 0;
  }
}
.top_box05_txt {
  width: 450px;
  margin-left: 20px;
}
.top_box05_txt p {
  color: #FFF;
  line-height: 2.3;
  text-shadow: 0 0 7px rgba(33, 32, 29, 0.7);
}
.top_box05_txt .btn02 {
  margin: 40px 0 0 auto;
}
.top_box05_txt .btn02 a {
  text-shadow: 0 0 7px rgba(33, 32, 29, 0.7);
}

@media screen and (max-width: 767px) {
  .top_box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 50px 0;
  }
  .top_box01::before {
    top: 60px;
    left: 0;
    font-size: 1.6rem;
  }
  .top_box01::after {
    left: 1.2%;
    height: calc(100% - 140px);
  }
  .top_box01_right {
    width: 100%;
    padding-left: 40px;
  }
  .top_box01_right .txt_box {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D6D6D6;
  }
  .top_box01_right .txt_box p {
    line-height: 1.8;
  }
  .top_box01_right .top_box01_list h3::before, .top_box01_right .top_box01_list h3::after {
    top: 42%;
  }
  .top_box02 {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .top_box02_img {
    width: calc(100% + 20px);
    margin: 0 0 25px -10px;
  }
  .top_box02_txt {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0;
    background: none;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .top_box02_txt p {
    line-height: 1.8;
  }
  .top_box02_txt .btn01, .top_box02_txt .btn02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1380px) and (min-width: 768px) {
  .top_box02_txt {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_box02::before {
    right: -10px;
    width: 85%;
    height: calc(50% + 30px);
  }
  .top_box03, .top_box04 {
    max-width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
  .top_box03 .btn01, .top_box03 .btn02, .top_box04 .btn01, .top_box04 .btn02 {
    display: block;
    margin: 30px auto 0;
  }
  .top_box03 ul, .top_box04 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 4%;
  }
  .top_box03 ul li, .top_box04 ul li {
    width: 48%;
    min-width: auto;
  }
  .top_box03 ul li a::before, .top_box04 ul li a::before {
    font-size: 1.5rem;
  }
  .top_box04 {
    margin-bottom: 50px;
  }
  .circle_box {
    display: none;
  }
  .top_box05 {
    width: calc(100% + 20px);
    margin: 0 0 50px -10px;
    padding: 50px 10px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(35, 24, 21, 0.5)), to(rgba(35, 24, 21, 0.2))), url(images/top_box05_bg.jpg);
    background: linear-gradient(to right, rgba(35, 24, 21, 0.5), rgba(35, 24, 21, 0.2)), url(images/top_box05_bg.jpg);
    background-position: center;
    background-size: cover;
  }
  .top_box05_txt {
    width: 100%;
    margin-left: 0;
  }
  .top_box05_txt p {
    line-height: 1.8;
  }
  .top_box05_txt .btn02 {
    margin-top: 25px;
  }
}
/****************************************

news トップ用

*****************************************/
.news_box {
  position: relative;
  padding: 0 calc((100% - 1200px) / 2) 120px;
}
.news_box::before {
  position: absolute;
  top: 190px;
  left: 0;
  z-index: -1;
  width: 70%;
  height: calc(100% - 190px);
  background: #F6F6F6;
  content: "";
}
.news_box .news_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.news_box .btn01, .news_box .btn02 {
  margin: 40px auto 0;
}

.news_list {
  position: relative;
  width: 277.5px;
}
.news_list a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.news_list figure {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background: #111;
  overflow: hidden;
}
.news_list figure::before {
  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;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 1.8rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  text-align: center;
  content: "MORE";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_list figure:after {
  display: block;
  content: "";
  padding-top: 75%;
}
.news_list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news_list figure .date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100px;
  padding: 6px 0;
  background: #FFF;
  color: #666;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.news_list h3 {
  font-size: 1.5rem;
}
.news_list:hover figure img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_list:hover figure::before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .news_box {
    padding: 0 0 30px;
  }
  .news_box::before {
    top: 120px;
    left: -10px;
    width: 85%;
    height: calc(100% - 120px);
  }
  .news_box .news_post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 4%;
  }
  .news_box .btn01, .news_box .btn02 {
    margin-top: 25px;
  }
  .news_list {
    width: 48%;
  }
  .news_list figure {
    margin-bottom: 15px;
  }
  .news_list figure .date {
    width: 80px;
    padding: 6px 0;
    font-size: 1.2rem;
  }
  .news_list h3 {
    font-size: 1.4rem;
  }
  .news_list:hover figure img {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .news_list:hover figure::before {
    font-size: 1.5rem;
  }
}
/****************************************

content下層用

*****************************************/
/* フレックス設定 */
.flex {
  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;
}

.flex_r {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .flex figure,
  .flex_r figure {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/* Our products */
.products_box01,
.products_box02 {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}
.products_box01_txt,
.products_box02_txt {
  width: 600px;
  padding: 45px 50px;
  background: #FFF;
}
@media print, screen and (min-width: 768px) {
  .products_box01_txt,
  .products_box02_txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.products_box01 figure {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .products_box01_txt {
    left: 40px;
  }
}
@media print, screen and (max-width: 1380px) and (min-width: 768px) {
  .products_box01_txt {
    left: 0;
  }
}

.products_box02 figure {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .products_box02_txt {
    right: 40px;
  }
}
@media print, screen and (max-width: 1380px) and (min-width: 768px) {
  .products_box02_txt {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .products_box01,
  .products_box02 {
    max-width: 100%;
    padding: 0;
  }
  .products_box01 figure,
  .products_box02 figure {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .products_box01_txt,
  .products_box02_txt {
    width: 100%;
    padding: 20px 10px 0;
  }
  .products_box01_txt h2,
  .products_box02_txt h2 {
    margin-bottom: 10px;
  }
}
/* Gallery */
.gallery_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
  width: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .gallery_wrap {
    max-width: 1420px;
    padding: 0 20px;
  }
}
.gallery_wrap li {
  width: calc((100% - 60px) / 3);
}
.gallery_wrap li a {
  display: block;
  position: relative;
  background: #111;
  overflow: hidden;
}
.gallery_wrap li a::before {
  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;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 98;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 1.8rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  text-align: center;
  content: "MORE";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery_wrap li a:after {
  display: block;
  content: "";
  padding-top: 67%;
}
.gallery_wrap li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery_wrap li:hover a img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery_wrap li:hover a::before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .gallery_wrap {
    gap: 15px 4%;
  }
  .gallery_wrap li {
    width: 48%;
  }
  .gallery_wrap li a::before {
    font-size: 1.5rem;
  }
}
/* News */
.news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 30px;
}

.news_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 380px;
  padding-bottom: 60px;
}
.news_parts a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.news_parts figure {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  background: #111;
  overflow: hidden;
}
.news_parts figure::before {
  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;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 1.8rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  text-align: center;
  content: "MORE";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_parts figure:after {
  display: block;
  content: "";
  padding-top: 75%;
}
.news_parts figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news_parts figure .date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100px;
  padding: 6px 0;
  background: #FFF;
  color: #666;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.news_parts figure:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_parts figure:hover::before {
  opacity: 1;
}
.news_parts h2 {
  margin-bottom: 10px;
  font-size: 1.7rem;
}
.news_parts p {
  color: #666;
  font-family: "NotoSansJP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}
.news_parts .btn01, .news_parts .btn02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .news_wrap {
    gap: 30px 4%;
  }
  .news_parts {
    width: 48%;
    padding-bottom: 50px;
  }
  .news_parts figure {
    margin-bottom: 15px;
  }
  .news_parts figure .date {
    width: 80px;
    padding: 6px 0;
    font-size: 1.2rem;
  }
  .news_parts figure:hover::before {
    font-size: 1.5rem;
  }
  .news_parts h2 {
    font-size: 1.4rem;
  }
  .news_parts p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .news_parts .btn01, .news_parts .btn02 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* Shop info */
.shop_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop_box01 figure {
  width: 50%;
  overflow: hidden;
}
@media print, screen and (max-width: 1380px) and (min-width: 768px) {
  .shop_box01 figure {
    width: 47%;
  }
}
.shop_box01_right {
  width: 50%;
  padding: 0 calc((100% - 1380px) / 2) 0 3.6%;
}
@media print, screen and (max-width: 1380px) and (min-width: 768px) {
  .shop_box01_right {
    width: 53%;
    padding-right: 20px;
  }
}

.map {
  width: 1200px;
  margin: 0 auto;
}
.map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.shop_box02 {
  width: 1200px;
  margin: 0 auto;
}
.shop_box02 figure {
  width: 500px;
}
.shop_box02 .shop_box02_txt {
  width: 640px;
}
.shop_box02 .shop_box02_txt h3 {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #999;
  font-size: 1.8rem;
}
.shop_box02 .shop_box02_txt ul {
  margin-bottom: 30px;
}
.shop_box02 .shop_box02_txt ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.7;
}
.shop_box02 .shop_box02_txt ul li::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #111;
  content: "";
}
.shop_box02 .shop_box02_txt ul li:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .shop_box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .shop_box01 figure {
    width: calc(100% + 20px);
  }
  .shop_box01_right {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .map {
    width: 100%;
  }
  .map iframe {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
  }
  .shop_box02 {
    width: 100%;
  }
  .shop_box02 figure {
    width: 80%;
    margin: 0 auto 25px;
  }
  .shop_box02 .shop_box02_txt {
    width: 100%;
  }
  .shop_box02 .shop_box02_txt h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
}
/* Contact */
.contact_tel {
  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;
  margin-top: 30px;
}
.contact_tel .tel {
  display: inline-block;
  margin-right: 25px;
  padding-left: 27px;
  background: url(images/f_tel.svg) top 5px left no-repeat;
  background-size: 18px 20px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
.contact_tel .time {
  color: #666;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
}

.site_policy {
  width: 900px;
  margin: 0 auto 100px;
  padding: 35px;
  background: #F5F5F5;
  text-align: center;
}
.site_policy dt {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 0 25px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  font-weight: 500;
}
.site_policy dt::before, .site_policy dt::after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #111;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  content: "";
}
.site_policy dt::before {
  left: 0;
}
.site_policy dt::after {
  right: 4px;
}
.site_policy dd {
  font-size: 1.4rem;
}

.form {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact_tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
  .contact_tel .tel {
    margin: 0 0 10px;
    padding-left: 20px;
    background-size: 14px 16px;
    font-size: 2.4rem;
  }
  .contact_tel .time {
    font-size: 1.2rem;
  }
  .site_policy {
    width: 100%;
    margin-bottom: 50px;
    padding: 20px 15px;
    text-align: left;
  }
  .site_policy dt {
    padding: 0 20px;
    font-size: 1.5rem;
  }
  .site_policy dd {
    font-size: 1.3rem;
  }
  .form {
    width: 100%;
  }
}
/****************************************

single.php

*****************************************/
.single_box {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.single_box .date {
  display: block;
  margin-bottom: 15px;
  color: #666;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
.single_box img {
  max-width: 880px;
  width: auto;
  height: auto;
  margin: 10px 10px 10px 0;
}

.nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 540px;
  margin: 100px auto 0;
  padding: 15px 10px;
  background: #111;
}
.nav-below li {
  color: #FFF;
  font-size: 1.5rem;
  list-style: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-below li a:link, .nav-below li a:visited {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-below li a:hover, .nav-below li a:active {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-top: 50px;
    padding-top: 12px;
    text-align: center;
  }
  .nav-below li {
    font-size: 1.4rem;
  }
}
/****************************************

aside

*****************************************/
#bottom_area .top_box05 {
  margin-bottom: 80px;
  padding: 80px calc((100% - 1240px) / 2);
}

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

テーブル

*****************************************/
.overview_table {
  width: 100%;
  border-collapse: collapse;
}
.overview_table th, .overview_table td {
  padding: 9px 0;
  text-align: left;
  vertical-align: text-top;
  word-break: break-all;
}
.overview_table th {
  width: 27%;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.overview_table td {
  width: 73%;
}

@media screen and (max-width: 767px) {
  .overview_table th, .overview_table td {
    display: block;
    width: 100%;
  }
  .overview_table th {
    padding: 10px;
    border: none;
    background: #F5F5F5;
  }
  .overview_table td {
    padding: 10px;
    border: none;
  }
}
/****************************************

ボタン

*****************************************/
.btn01, .btn02 {
  position: relative;
  width: 120px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn01::after, .btn02::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #666;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  content: "";
}
.btn01 a, .btn02 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 8px;
  width: 100%;
  color: #111;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn01 a::before, .btn02 a::before, .btn01 a::after, .btn02 a::after {
  position: absolute;
  right: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  content: "";
}
.btn01 a::before, .btn02 a::before {
  top: 15px;
  width: 15px;
  height: 1px;
  background: #666;
}
.btn01 a::after, .btn02 a::after {
  top: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn01:hover::after, .btn02:hover::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn01:hover a::before, .btn02:hover a::before, .btn01:hover a::after, .btn02:hover a::after {
  right: 0;
}

.btn02::after {
  background: #FFF;
}
.btn02 a {
  color: #FFF;
}
.btn02 a::before {
  background: #FFF;
}
.btn02 a::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
  .btn01, .btn02 {
    width: 90px;
  }
  .btn01::after, .btn02::after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn01 a, .btn02 a {
    font-size: 1.4rem;
  }
  .btn01 a::before, .btn02 a::before {
    top: 12px;
  }
  .btn01 a::after, .btn02 a::after {
    top: 9px;
  }
}
/****************************************

txt設定

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

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt30 {
  margin-top: 30px;
}

.ml15 {
  margin-left: 15px;
}

.txt470 {
  width: 470px;
}

.txt520 {
  width: 520px;
}

.txt620 {
  width: 620px;
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb80, .mb100, .mb120 {
    margin-bottom: 50px;
  }
}
/****************************************

P

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

@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;
  }
}
/* テキスト指定 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 1.8rem;
}

.small {
  font-size: 1.4rem;
}

.red {
  color: #B20000;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
  .small {
    font-size: 1.2rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    margin-right: auto;
    margin-left: auto;
  }
  .align_right {
    margin-left: auto;
  }
  .txt_center {
    text-align: center;
  }
}
/****************************************

img

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

トップページタイトル

*****************************************/
.top_box01 h2 {
  width: 50%;
  padding-left: 90px;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  line-height: 2;
}

.top_box02 h2 {
  margin-bottom: 30px;
  font-size: 3.2rem;
}

.top_box03 h2,
.top_box04 h2 {
  margin-bottom: 45px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 4.6rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.top_box03 h2 .jp,
.top_box04 h2 .jp {
  display: block;
  margin-top: 20px;
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
}

.top_box05 h2 {
  margin: 0 0 45px 20px;
  color: #FFF;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 4.6rem;
  font-weight: normal;
  line-height: 1;
  text-shadow: 0 0 7px rgba(33, 32, 29, 0.7);
}

.top_news_tit {
  margin-bottom: 40px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 4.6rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_box01 h2 {
    width: 100%;
    padding-left: 40px;
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .top_box02 h2 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .top_box03 h2,
  .top_box04 h2 {
    margin-bottom: 25px;
    font-size: 2.8rem;
  }
  .top_box03 h2 .jp,
  .top_box04 h2 .jp {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .top_box05 h2 {
    margin: 0 0 30px 0;
    font-size: 2.8rem;
  }
  .top_news_tit {
    margin-bottom: 25px;
    font-size: 2.8rem;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  margin-bottom: 55px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.headline .jp {
  display: block;
  margin-top: 17px;
  color: #666;
  font-size: 1.3rem;
  font-weight: 500;
}

.single_tit {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 20px;
  font-size: 2.6rem;
  text-align: center;
}
.single_tit::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #111;
  content: "";
}

.h2_subhead01 {
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}

.h2_subhead02 {
  margin-bottom: 30px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 3.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
  .headline .jp {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .single_tit {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 2rem;
  }
  .h2_subhead01 {
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
  .h2_subhead02 {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer {
    position: relative;
  }
  #sp_footer .sp_bana {
    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_bana .sp_bana_parts {
    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;
    position: relative;
    width: 25%;
    background: #111;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bana .sp_bana_parts:last-child {
    background: #565656;
  }
  #sp_footer .sp_bana .sp_bana_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bana .sp_bana_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bana .sp_bana_parts img {
    width: auto;
    margin-bottom: 7px;
  }
  #sp_footer .sp_bana .sp_bana_parts p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
  #sp_footer .sp_footer_box {
    padding: 20px 10px 70px;
  }
  #sp_footer .sp_footer_box .sp_logo {
    width: 80px;
    height: auto;
    margin: 0 auto 20px;
  }
  #sp_footer .sp_footer_box .footer_sns {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #sp_footer .sp_footer_box .footer_sns li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
  #sp_footer .sp_footer_box .footer_sns li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  #sp_footer .sp_footer_box .footer_sns li img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  #sp_footer .sp_footer_box .footer_sns li p {
    font-family: "EB Garamond", serif;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  #sp_footer .sp_footer_box .footer_sns li:not(:last-child) {
    margin-right: 30px;
  }
  #sp_footer .sp_footer_box .footer_sns li:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "/";
  }
  #sp_footer .sp_footer_box .footer_sns li:hover img, #sp_footer .sp_footer_box .footer_sns li:hover p {
    opacity: 0.7;
  }
  #sp_footer .sp_footer_box .sp_copyright {
    display: block;
    color: #666;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.05em;
    font-size: 1.3rem;
    text-align: center;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
  }
  .pc_footer_box {
    margin-bottom: 30px;
  }
  .pc_footer_box .footer_logo {
    width: 116px;
    height: 120px;
    margin: 0 auto 40px;
  }
  .pc_footer_box .footer_info {
    margin-bottom: 40px;
  }
  .pc_footer_box .footer_info li {
    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;
  }
  .pc_footer_box .footer_info li img {
    margin-right: 7px;
  }
  .pc_footer_box .footer_sns {
    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;
  }
  .pc_footer_box .footer_sns li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
  .pc_footer_box .footer_sns li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .pc_footer_box .footer_sns li img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .pc_footer_box .footer_sns li p {
    font-family: "EB Garamond", serif;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .pc_footer_box .footer_sns li:not(:last-child) {
    margin-right: 30px;
  }
  .pc_footer_box .footer_sns li:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "/";
  }
  .pc_footer_box .footer_sns li:hover img, .pc_footer_box .footer_sns li:hover p {
    opacity: 0.7;
  }
  .pc_footer_map {
    margin-top: 50px;
  }
  .pc_footer_map iframe {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .pc_copyright {
    display: block;
    padding: 15px 0;
    color: #999;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
    text-align: center;
  }
}
/****************************************

Contact Form7

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

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

/* 送信ボタン */
.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #111 solid;
  border-radius: 8px;
  background-color: #111;
  color: #fff;
  font-size: 16px;
  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-top: 30px;
}

.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(17, 17, 17, 0.3);
          box-shadow: 0 0 1px 1px rgba(17, 17, 17, 0.3);
  background-color: #fff;
  color: #111;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #111 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(17, 17, 17, 0.5);
          box-shadow: 0 0 2px 2px rgba(17, 17, 17, 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_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.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 #111;
}

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

.tc {
  text-align: center;
}

/* フォームの装飾ここから */
/* チェックボックス */
.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 #111;
  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 #111;
  border-right: 3px solid #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
      -ms-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 #111;
  -webkit-box-shadow: 0 0 2px 2px rgba(17, 17, 17, 0.5);
          box-shadow: 0 0 2px 2px rgba(17, 17, 17, 0.5);
  background-color: #111;
  -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.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=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #111;
  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(17, 17, 17, 0.5);
          box-shadow: 0 0 2px 2px rgba(17, 17, 17, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #111;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

span.wpcf7-list-item {
  display: block;
}

/* セレクト */
.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 #111;
  border-right: 1px solid #111;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
      -ms-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 #111;
  border-right: 1px solid #111;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #111;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0.7)));
  background-image: linear-gradient(90deg, rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 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%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
      -ms-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(17, 17, 17, 0.3);
          box-shadow: 0 0 1px 1px rgba(17, 17, 17, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(17, 17, 17, 0.3);
          box-shadow: 0 0 1px 1px rgba(17, 17, 17, 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_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .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 */