@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  background: #fff;
  counter-reset: number 0;
  line-height: 1.8;
  font-weight: 700 !important;
  letter-spacing: 0.6;
  color: #333333;
  font-size: 16px;
  word-wrap: break-word;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100% !important;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 15px;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner1000 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

.inner920 {
  margin: 0 auto;
  min-width: 920px;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  /* position:relative; */
  z-index: 999;
}

#contents {
  width: 100%;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #col_main section {
    width: 100% !important;
    margin: 0 auto;
  }
}

.pankuzu {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  display: flex;
}
.pankuzu a {
  color: #333;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}
.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #fff;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.smp h2:first-of-type {
  margin-top: 0;
}
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}
.smp h3:first-of-type {
  margin-top: 20px;
}
.smp p {
  margin-bottom: 10px;
}
.smp ul {
  padding: 0 20px;
}
.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  display: block;
  font-size: 14px;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.8s;
  transition: all 0.3s;
}

a:hover {
  opacity: 1;
}

.imgR, .imgL {
  margin-left: 3%;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin-left: 0;
  margin-right: 3%;
}

.mincho {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.event_Instagram01 .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 24.5%;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 24.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}
.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
    flex-flow: row wrap !important;
  }
}
.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}
.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram11 .sns_photo {
  width: 100% !important;
}
.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 200px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 div.sns_list > div {
    width: 30%;
    margin: 0 auto;
  }
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

.bnone td {
  border: none !important;
}

/********* 新着情報 *********/
.news_area {
  max-height: 310px;
  overflow-y: auto;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .news_area {
    width: 90%;
  }
}
.news_area td {
  padding: 5px !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_area td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0.1);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.news_area dt, .news_area dd {
  background: none !important;
  border: none !important;
  text-align: left !important;
}
.news_area dt {
  flex-direction: row !important;
}
.news_area dt > span {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.news_area dl {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .news_area dt, .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even), .news_area dd:nth-child(even) {
    padding-bottom: 1em !important;
  }
}

.sns1 {
  overflow: hidden !important;
}
.sns1 .sns_photo img {
  width: 100% !important;
  height: 10vw !important;
  object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .sns1 .sns_photo img {
    height: 30vw !important;
  }
}

section div.form_wrap.error {
  background: #fe1100 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

section div.form_wrap dl dt {
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  text-align: left !important;
  font-size: 16px;
}

.polia a {
  color: #26a7e0 !important;
  border-bottom: 1px solid #26a7e0 !important;
}

.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1062px) {
  .blog .wrap {
    flex-direction: column;
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}

.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}

.blog_txt {
  width: 100% !important;
}

.detail {
  margin-top: 0 !important;
}

.blog h2 {
  background-color: #93c9d3;
  color: #fff;
  padding-left: 10px;
  font-size: 20px !important;
  display: flex;
  align-items: center;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.blog .pages a {
  color: #26a7e0 !important;
}
.blog #contents {
  margin-left: 30px;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    margin-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 15px;
  }
}

/* blog */
.blog * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.blog .fa, .blog .fas {
  font-family: Font Awesome\ 5 Pro !important;
}

.blog .ttl_h1 {
  padding: 4% 0;
}

.blog #form_calendar, .blog #contents {
  min-width: auto !important;
}

.blog .date {
  color: #333 !important;
}

.blog .flex02 {
  flex-wrap: wrap;
}

section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

section div#contents > dl dt span {
  display: block;
  font-size: 14px;
}

.blog .clearfix {
  display: flex;
  padding-top: 10px;
}

.blog #contents a:hover, .blog #contents a:active {
  color: #499e0c !important;
}
.blog #contents a:visited {
  color: #fe1100 !important;
}
.blog #contents a:link {
  color: #fe1100 !important;
}
@media only screen and (max-width: 640px) {
  .blog #contents {
    width: 90% !important;
  }
}

.blog_list div {
  flex-direction: row-reverse !important;
}

.blog_date {
  color: #fff !important;
  background-color: #11a764 !important;
  display: inline-block;
  border-radius: 3px;
  width: 120px;
  height: 27px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_text span {
  color: #333 !important;
  font-weight: bold !important;
}
.blog_text span a {
  color: #333 !important;
}

section form p.annot {
  margin: 20px 0;
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
}

/*-------------------- 新着 --------------------*/
.scroll {
  padding: 0px;
  overflow-y: scroll;
  max-height: 200px;
  min-height: 150px;
  width: 80%;
  margin-right: 5%;
  margin: 0 auto;
  font-size: 17px;
}
@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
  }
}
.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  box-sizing: border-box;
  width: 82% !important;
  text-align: left !important;
  border: none !important;
  font-size: 16px;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
    border: none !important;
  }
}
.scroll .form_wrap a {
  color: #fe1100 !important;
  text-decoration: underline;
  text-decoration-color: #fe1100;
}
.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #b3b3b3 !important;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 5px !important;
  }
}
.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  width: 22% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center !important;
  background: none !important;
  display: inline-block;
  width: 150px;
  height: 27px;
  color: #333;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}

.newsttl {
  background-color: #0283c7;
  padding: 3px 20px;
  font-size: 10px;
  border-radius: 50px;
  color: #fff;
}

.blogttl {
  background-color: #2fb84f;
  padding: 3px 20px;
  font-size: 10px;
  border-radius: 50px;
  color: #fff;
}

.blog_photo {
  width: 42% !important;
}

@media screen and (max-width: 834px) {
  .search {
    width: 95% !important;
    margin: 0 auto;
  }
}

.crumb a {
  color: #333 !important;
}
@media screen and (max-width: 834px) {
  .crumb {
    width: 95% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .item {
    width: 95% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #sumcart {
    width: 95% !important;
    margin: 0 auto;
  }
}

.sum a {
  color: #ad9756 !important;
}

.item .name {
  color: #ad9756 !important;
}

.sns {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 100px;
}

#media {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}
#media .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}
#media .box {
  width: 30%;
  margin-bottom: 30px;
}
#media img {
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 640px) {
  .br_sp {
    display: block;
  }
}

header#global_header {
  max-width: 100% !important;
  background-color: #fff;
  max-width: 960px !important;
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.siteID {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .siteID {
    display: none;
  }
}

.header_container {
  align-items: center;
  display: flex;
  flex-direction: column;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  padding: 10px 80px;
}
@media only screen and (max-width: 1390px) {
  .header_container {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 834px) {
  .header_container {
    display: block;
    padding: 0px 0;
    border-top: none;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .header_container {
    display: block;
    padding: 0px 0 100px 0;
    border-top: none;
  }
}
@media screen and (max-width: 834px) {
  .header_container {
    justify-content: center;
    z-index: 10;
    height: auto;
    left: 0;
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 640px) {
  .header_container {
    display: block;
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.header_container .h_logo {
  width: 50%;
  z-index: 999;
  text-align: left;
}
@media only screen and (max-width: 1238px) {
  .header_container .h_logo {
    width: 30%;
  }
}
@media only screen and (max-width: 960px) {
  .header_container .h_logo {
    top: 15px;
    left: 0px;
    width: 60%;
    z-index: 9999;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 930px) {
  .header_container .h_logo {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .header_container .h_logo {
    top: 2px;
    left: 2%;
    position: fixed;
    width: 40%;
    z-index: 9999;
    margin-top: 0px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo {
    z-index: 9;
    width: 75%;
    margin-top: 0px;
    left: 0%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media only screen and (max-width: 414px) {
  .header_container .h_logo {
    width: 64%;
    top: 5px;
    font-size: 9px;
  }
}
.header_container .h_logo img {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .header_container .h_logo img {
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo img {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .header_container .h_logo a {
    width: 55%;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo a {
    width: 3%;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo a img {
    display: none;
  }
}
.header_container .h_logo h1, .header_container .h_logo p {
  font-size: 13px;
  padding-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .header_container .h_logo h1, .header_container .h_logo p {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo h1, .header_container .h_logo p {
    font-size: 13px;
    width: 100%;
    text-align: left;
  }
}
.header_container .h_logo p {
  font-size: 13px;
}
.header_container .col_01 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    display: block;
    position: relative;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    flex-direction: column;
    padding: 0px;
    width: 100%;
  }
}

.col_02 {
  width: 100%;
  right: 0;
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  padding: 10px 0;
}
#nav_global {
  text-align: right;
  width: 60%;
  text-align: right;
}
@media only screen and (max-width: 1062px) {
  #nav_global {
    width: 100%;
  }
}
#nav_global ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  text-align: center;
}
#nav_global ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333 !important;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 5px 0 5px 0;
  font-size: 16px;
}
#nav_global ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #414141;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
#nav_global ul li a:hover::after {
  transform: scale(1, 1);
}

.contact {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 60%;
  align-items: center;
}
@media only screen and (max-width: 940px) {
  .contact {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .contact {
    top: 5px;
    right: 8%;
    z-index: 9;
    width: 70%;
    position: absolute;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .contact {
    margin-top: 60px;
    height: auto;
    width: 100%;
    position: static;
    right: 0;
  }
}
.contact .tel01 {
  font-size: 1.5em;
  line-height: 20px;
  text-align: left;
  margin-right: 20px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .contact .tel01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .contact .tel01 {
    text-align: center;
    width: 50%;
  }
}
.contact .tel01 span {
  font-size: 12px;
}
@media screen and (max-width: 834px) {
  .contact .tel01 span {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .contact .tel01 span {
    font-size: 9px;
  }
}
.contact .tel01 a {
  color: #333 !important;
}
.contact .btn1 {
  background-color: #333333;
  color: #fff;
  padding: 7px 10px;
  display: inline-block !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  margin-right: 10px;
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .contact .btn1 {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .contact .btn1 {
    width: 50%;
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 375px) {
  .contact .btn1 {
    width: 50%;
  }
}
.contact .btn1:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f07a";
  display: inline-block;
  padding-right: 5px;
}
.contact .btn1:hover {
  background-color: #535353;
  color: #fff !important;
}

#mainArea {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    margin: 0 auto;
    margin-top: 0px;
  }
}
#mainArea img {
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100%;
}
@media screen and (max-width: 834px) {
  #mainArea img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    width: 100% !important;
    margin-top: 0px;
    height: 40vh !important;
  }
}
#mainArea .txt {
  width: 90%;
  order: 32;
  margin-top: 60px;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2em;
  line-height: 1.7;
  font-weight: normal !important;
}
@media screen and (max-width: 640px) {
  #mainArea .txt {
    line-height: 2;
  }
}
#mainArea .txt h2 {
  font-size: 2em;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px white;
}
#mainArea .txt h2::before {
  content: "";
  background-image: url(../images/home/brush.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 110%;
  z-index: -1;
  position: absolute;
  opacity: 0.6;
}
@media screen and (max-width: 1077px) {
  #mainArea .txt h2::before {
    height: 200%;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .txt h2::before {
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .txt h2 {
    line-height: 1.4;
  }
}
#mainArea .txt h3 {
  background: #f0b215;
  width: 100px;
  height: 30px;
  font-weight: bold;
  font-size: 0.8em;
  margin: 0 auto 10px;
  line-height: 30px;
}
@media screen and (max-width: 640px) {
  #mainArea .txt h3 {
    margin-left: 0;
    text-align: center;
    font-size: 1.2em;
    height: 40px;
    line-height: 40px;
  }
}
#mainArea .txt h4 {
  font-size: 1.2em;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 60px;
}
@media only screen and (max-width: 1396px) {
  #mainArea .txt {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1067px) {
  #mainArea .txt {
    font-size: 0.9em;
    line-height: 25px;
    left: 10%;
  }
}
@media only screen and (max-width: 990px) {
  #mainArea .txt {
    font-size: 0.8em;
    line-height: 25px;
    left: 10%;
  }
}
@media only screen and (max-width: 810px) {
  #mainArea .txt {
    font-size: 0.7em;
    line-height: 20px;
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .txt {
    writing-mode: horizontal-tb;
    top: 90%;
    font-size: 14px;
    line-height: 1.75;
    background-color: #fff;
    padding: 20px;
    color: #333;
    text-shadow: none;
    width: 100%;
    text-align: center;
    left: 0%;
    font-weight: bold !important;
    text-align: left;
  }
}
@media only screen and (max-width: 414px) {
  #mainArea .txt {
    padding: 10px;
    font-size: 14px;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #333;
}

.mean-container .mean-bar {
  background: #fff !important;
  position: fixed !important;
  z-index: 6 !important;
  padding: 0px 0 !important;
  top: 0;
}

.mean-container .mean-nav {
  background: #333 !important;
  margin-top: 54px !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li {
  z-index: 99999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #1287b9 !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #717171 !important;
  height: 30px !important;
  z-index: 999 !important;
  width: 100%;
  color: #fff !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #1287b9 !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: auto !important;
  padding: 0.8em 5% !important;
}

.mean-bar .inner {
  margin: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#global_footer {
  position: relative;
  background-color: #fff !important;
  bottom: 0 !important;
  background-repeat: repeat;
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 0px !important;
  }
}

#footer {
  bottom: 0 !important;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
  }
}
#footer .inner {
  position: relative;
  max-width: 1400px;
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.col_2 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  background-color: #c08f39;
}
.col_2 .nav_footer {
  color: #333 !important;
  display: flex;
  text-align: left;
  flex-flow: row wrap;
}
@media screen and (max-width: 834px) {
  .col_2 .nav_footer {
    display: none;
  }
}
.col_2 .nav_footer li {
  padding: 0 10px;
}
@media only screen and (max-width: 1000px) {
  .col_2 .nav_footer li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
.col_2 .nav_footer li a {
  color: #fff !important;
}
.col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

.col_001 {
  padding: 50px;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .col_001 {
    flex-direction: column;
    align-items: center;
  }
}
.col_001 .add {
  text-align: left;
  width: 55%;
}
.col_001 .add a {
  color: #333333;
}
@media screen and (max-width: 640px) {
  .col_001 .add {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
}

.f_logo {
  width: 45%;
  margin-right: 30px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .f_logo {
    width: 60%;
    text-align: center !important;
    margin-right: 0;
  }
}

#copy {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  background-color: #333;
}
#copy a {
  color: #fff !important;
}

#global_footer {
  bottom: 0px !important;
  min-width: 0px !important;
}

.main_btn_sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .main_btn_sp {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #333;
    z-index: 9;
    width: 100%;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  }
  .main_btn_sp p:first-child {
    color: #fff !important;
    height: 50px;
    line-height: 54px;
    font-size: 1.5em;
    width: 100%;
    position: relative;
    display: block;
    font-weight: normal;
  }
  .main_btn_sp p:first-child a {
    color: #fff !important;
  }
}

/*-----------------------------------------------------------------------------------------*/
@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* contents */
.bnone td {
  border: none !important;
}

.btn01 {
  background-color: #fff;
  border: 1px solid #333;
  padding: 10px 20px;
  color: #333 !important;
  width: 30%;
  display: inline-block;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .btn01 {
    width: 100%;
  }
}
.btn01:hover {
  background-color: #333;
  border: 1px solid #fff;
  color: #fff !important;
}

/*-------------------- flexbox --------------------*/
.cont_1 {
  color: #333;
  align-items: center;
  flex-wrap: nowrap !important;
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .cont_1 {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 {
    flex-wrap: wrap !important;
    margin-top: 250px;
  }
}
@media only screen and (max-width: 414px) {
  .cont_1 {
    margin-top: 200px;
  }
}
.cont_1 .box {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .cont_1 .box {
    width: 100% !important;
  }
}
.cont_1 .box:first-child img {
  width: 100% !important;
}
.cont_1 .box:last-child {
  margin-top: 10px;
  width: 50%;
  background-size: cover;
  padding: 60px 5%;
  z-index: 4;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .cont_1 .box:last-child {
    padding: 10px 10%;
    margin-top: 0px;
  }
}
.cont_1 .box:last-child h2 {
  font-size: 1.7em;
}
@media screen and (max-width: 834px) {
  .cont_1 .box:last-child h2 {
    font-size: 1.4em;
  }
}
.cont_1 .box:last-child h2 span {
  color: #a8823f;
  letter-spacing: 3px;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .cont_1 .box:last-child h2 span {
    letter-spacing: 0px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .box:last-child h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .box:last-child {
    height: auto;
    margin-top: 20px;
    padding: 60px 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .box:last-child {
    margin: 0 !important;
    padding: 60px 10px !important;
  }
}
.cont_1 .btn01 {
  width: 80%;
  display: flex;
  align-items: center;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .cont_1 .btn01 {
    width: 100%;
  }
}

.h2ttl {
  margin: 150px 0 50px 0;
}
@media screen and (max-width: 834px) {
  .h2ttl {
    margin: 60px 0 50px 0;
  }
}
.h2ttl h2 {
  font-size: 30px;
  line-height: 30px;
}
.h2ttl h2 span {
  color: #a8823f;
  font-size: 15px;
}

@media screen and (max-width: 640px) {
  .item01 {
    padding: 0 20px;
    width: 100%;
  }
}
.item01 .items {
  margin: 0 !important;
  flex-wrap: wrap !important;
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 640px) {
  .item01 .items {
    width: 100%;
    flex-direction: column;
  }
}
.item01 .items article {
  margin: 0 !important;
  width: 32.66666666% !important;
  padding: 7px;
  margin-bottom: 30px !important;
  flex-direction: row !important;
  justify-content: flex-start;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}
@media screen and (max-width: 834px) {
  .item01 .items article {
    width: 33.333333% !important;
  }
}
@media screen and (max-width: 640px) {
  .item01 .items article {
    width: 100% !important;
    padding: 3px !important;
    text-align: center;
  }
}
.item01 .items article button {
  width: 100% !important;
  display: none;
  max-width: 100% !important;
}
.item01 .items article a.btn_d {
  display: block;
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
  color: #333 !important;
  height: 40px;
  line-height: 40px;
  border: 1px solid #333;
  text-align: center;
  position: relative;
  border: 1px solid #333;
}
.item01 .items article a.btn_d:hover {
  background-color: #333;
  color: #fff !important;
}
.item01 .items .shopbox {
  width: 100%;
}
.item01 .items .name {
  width: 100%;
  display: inline-block;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .item01 .items .name {
    font-size: 18px;
  }
}
.item01 .items .photo {
  width: 370px !important;
  height: 300px !important;
}
@media screen and (max-width: 834px) {
  .item01 .items .photo {
    height: 200px !important;
  }
}
@media screen and (max-width: 640px) {
  .item01 .items .photo {
    height: 300px !important;
    width: 100% !important;
  }
  .item01 .items .photo img {
    width: 100% !important;
  }
}
.item01 .items .price {
  font-weight: bold;
  font-size: 15px;
  color: #bb1515 !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 640px) {
  .item01 .items .price {
    font-size: 1rem;
    padding-top: 4px !important;
  }
}

.btn02 {
  background-color: #000;
  border: 1px solid #333;
  color: #fff !important;
  padding: 25px;
  display: inline-block;
  width: 70%;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .btn02 {
    width: 95%;
    padding: 15px;
  }
}
.btn02:hover {
  background-color: #fff;
  color: #333 !important;
}
.btn02:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  display: inline-block;
  padding-left: 20px;
}

.cont_2 {
  position: relative;
  background: url(../images/home/black_bg.jpg);
  background-size: cover;
  padding: 5px 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  padding-bottom: 80px;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .cont_2 {
    padding-bottom: 20px;
  }
}
.cont_2 h2 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
.cont_2 h2 span {
  color: #a8823f;
  font-size: 15px;
}

.item02 .items {
  margin: 0 !important;
  flex-wrap: wrap !important;
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 640px) {
  .item02 .items {
    width: 100%;
    flex-direction: column;
  }
}
.item02 .items article {
  margin: 0 !important;
  width: 32.66666666% !important;
  padding: 7px;
  margin-bottom: 30px !important;
  flex-direction: row !important;
  justify-content: flex-start;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}
@media screen and (max-width: 834px) {
  .item02 .items article {
    width: 33.333333% !important;
  }
}
@media screen and (max-width: 640px) {
  .item02 .items article {
    width: 100% !important;
    padding: 3px !important;
    text-align: center;
  }
}
.item02 .items article button {
  width: 100% !important;
  display: none;
  max-width: 100% !important;
}
.item02 .items article a.btn_d {
  display: block;
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
  color: #fff !important;
  height: 40px;
  line-height: 40px;
  border: 1px solid #333;
  text-align: center;
  position: relative;
  background-color: #c08f39;
  border: 1px solid #c08f39;
}
.item02 .items article a.btn_d:hover {
  background-color: #1e1e1e;
  color: #c08f39 !important;
}
.item02 .items .shopbox {
  width: 100%;
}
.item02 .items .name {
  width: 100%;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .item02 .items .name {
    font-size: 15px;
  }
}
.item02 .items .photo {
  width: 370px !important;
  height: 300px !important;
}
@media screen and (max-width: 834px) {
  .item02 .items .photo {
    height: 200px !important;
  }
}
@media screen and (max-width: 640px) {
  .item02 .items .photo {
    height: 300px !important;
    width: 100% !important;
  }
  .item02 .items .photo img {
    width: 100% !important;
  }
}
.item02 .items .price {
  font-weight: bold;
  font-size: 15px;
  color: #bb1515 !important;
}
@media screen and (max-width: 640px) {
  .item02 .items .price {
    font-size: 1rem;
    padding-top: 0px !important;
  }
}

.btn03 {
  background-color: #000;
  border: 1px solid #333333;
  color: #d6a349 !important;
  padding: 25px;
  display: inline-block;
  width: 70%;
}
@media screen and (max-width: 834px) {
  .btn03 {
    width: 95%;
    padding: 15px;
  }
}
.btn03 a {
  color: #d6a349 !important;
}
.btn03:hover {
  background-color: #fff;
  color: #333 !important;
}
.btn03:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  display: inline-block;
  padding-left: 20px;
}

.flexbox02 {
  flex-flow: row wrap !important;
  justify-content: space-between;
}
.flexbox02:before {
  content: "";
  width: 24%;
  order: 2;
  display: block;
}
.flexbox02:after {
  content: "";
  display: block;
  width: 24%;
  order: 2;
}
.flexbox02 article > div {
  color: #bb1515;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.6;
}
.flexbox02 .box {
  display: flex;
  margin-bottom: 25px;
  width: 24%;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .flexbox02 .box {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 25px;
    width: 45%;
    text-align: center;
  }
}
.flexbox02 h3 {
  border-bottom: 1px solid #999;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  font-size: 16px;
}

.shopbox {
  padding: 0 10px;
}
.shopbox a {
  color: #333 !important;
  text-decoration: none !important;
}
.shopbox .price {
  color: #bb1515 !important;
}

.info {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}
@media screen and (max-width: 640px) {
  .info {
    flex-direction: column !important;
  }
}
.info .box {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .info .box {
    width: 100%;
  }
}
.info .box iframe {
  vertical-align: bottom;
}
.info .box:first-child {
  padding: 80px 80px 80px 120px;
  background: url(../images/home/info_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .info .box:first-child {
    padding: 30px;
  }
}
.info .box:first-child h2 {
  font-size: 30px;
  line-height: 30px;
}
.info .box:first-child h2 span {
  color: #a8823f;
  font-size: 15px;
}
.info .box:first-child > div {
  color: #fff;
}
.info .box:first-child > div a {
  color: white;
}
.info .box:first-child > div a:hover {
  color: #a8823f;
}

.btn04 {
  border: 1px solid #333;
  padding: 10px 20px;
  color: #333 !important;
  font-size: 13px;
}

.cont_3 {
  margin-top: 100px;
  background: rgb(240, 238, 234);
  padding: 20px;
}
.cont_3 .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .cont_3 .inner {
    flex-direction: column;
  }
}
.cont_3 .h2ttl {
  margin: 0;
  border-right: 1px solid #c9c9c9 !important;
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 834px) {
  .cont_3 .h2ttl {
    border-right: none !important;
    padding: 20px;
  }
}
.cont_3 .h2ttl h2 {
  font-size: 25px;
}

.cont_4 {
  position: relative;
  background: url(../images/home/black_bg.jpg);
  background-size: cover;
  padding: 1px 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .cont_4 {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.cont_4 .h2ttl {
  margin: 80px 0 20px 0;
}
@media screen and (max-width: 640px) {
  .cont_4 .h2ttl {
    margin: 40px 0 0 0;
  }
}
.cont_4 .h2ttl h2 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .cont_4 .h2ttl h2 {
    margin-bottom: 10px;
  }
}
.cont_4 .h2ttl h2 span {
  color: #a8823f;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .cont_4 .contactbox {
    flex-direction: column;
  }
}
.cont_4 .contactbox .box {
  width: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cont_4 .contactbox .box {
    width: 100%;
  }
}
.cont_4 .contactbox .tel02 {
  font-size: 40px;
}
@media screen and (max-width: 834px) {
  .cont_4 .contactbox .tel02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .contactbox .tel02 {
    margin-bottom: 20px;
  }
}
.cont_4 .contactbox .tel02 a {
  color: #fff;
}
.cont_4 .contactbox .btn05 {
  background-color: #6b822d;
  padding: 20px 100px;
  display: inline-block;
  width: 100%;
  color: #fff !important;
  border: 1px solid #6b822d;
}
@media screen and (max-width: 834px) {
  .cont_4 .contactbox .btn05 {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .contactbox .btn05 {
    padding: 10px;
  }
}
.cont_4 .contactbox .btn05:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  display: inline-block;
  padding-right: 20px;
  font-weight: bold;
}
.cont_4 .contactbox .btn05:hover {
  background-color: #1c1c1c;
}
.cont_4 .contactbox .box:first-child {
  border-right: 1px solid #555555;
}
@media screen and (max-width: 640px) {
  .cont_4 .contactbox .box:first-child {
    border-right: none;
  }
}

/*--------------------下層h1--------------------*/
.h1txt {
  background: url(../images/home/main_pc.jpg) center center no-repeat;
  background-size: cover;
  padding: 10% 0;
  margin-left: calc((75vw - 75%) / 2 * -1) !important;
  margin-right: calc((75vw - 75%) / 2 * -1) !important;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@media screen and (max-width: 834px) {
  .h1txt {
    margin-top: 0px;
    padding: 10% 0;
  }
}
@media screen and (max-width: 640px) {
  .h1txt {
    margin-top: 0px;
    padding: 10% 0;
  }
}
.h1txt > div {
  max-width: 1220px;
  margin: 0 auto;
}
.h1txt h1 {
  font-size: 35px;
  color: #fff;
  line-height: 40px;
  text-shadow: 2px 2px 2px #333;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .h1txt h1 {
    font-size: 25px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------- flexbox --------------------*/
.cont_5 {
  color: #333;
  align-items: center;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .cont_5 {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 640px) {
  .cont_5 {
    flex-wrap: wrap !important;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 414px) {
  .cont_5 {
    margin-top: 80px;
  }
}
.cont_5 .box {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .cont_5 .box {
    width: 100% !important;
  }
}
.cont_5 .box:first-child img {
  width: 100% !important;
}
.cont_5 .box:last-child {
  margin-top: 10px;
  width: 50%;
  background-size: cover;
  padding: 60px 5%;
  z-index: 4;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .cont_5 .box:last-child {
    padding: 10px 10%;
    margin-top: 0px;
  }
}
.cont_5 .box:last-child h2 {
  font-size: 1.7em;
  border-left: 2px solid #c08f39;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .cont_5 .box:last-child h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 834px) {
  .cont_5 .box:last-child {
    height: auto;
    margin-top: 20px;
    padding: 60px 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_5 .box:last-child {
    margin: 0 !important;
    padding: 60px 10px !important;
  }
}

.items > article button {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .items > article {
    width: 47.3% !important;
  }
}

.btn_d {
  display: block;
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
  color: #333 !important;
  height: 40px;
  line-height: 40px;
  border: 1px solid #333;
  text-align: center;
  position: relative;
  border: 1px solid #333;
  padding: 0px;
}
.btn_d:hover {
  background-color: #333;
  color: #fff !important;
}

.order a {
  color: #333 !important;
}

.addcart a {
  color: #c08f39 !important;
  font-size: 14px;
}

.items > article a.photo {
  display: block;
  width: 166px;
  max-width: 100%;
  height: 170px !important;
  background-size: cover;
  background-position: center center;
}

.items {
  margin-left: 0px !important;
}

.txtbox > div {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.txtbox > div::before {
  content: "";
  background-image: url(../images/home/brush.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 80%;
  height: 100%;
  z-index: -1;
  position: absolute;
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .txtbox > div::before {
    height: 100%;
    width: 100%;
    top: -30px;
    bottom: inherit;
  }
}

.h2txt {
  margin-top: 50px;
}
.h2txt h2 {
  font-size: 1.7em;
  border-left: 2px solid #c08f39;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.cont_6 {
  color: #333;
  align-items: center;
  flex-wrap: nowrap !important;
  margin-top: 50px;
  justify-content: space-between;
  flex-direction: row-reverse !important;
}
@media screen and (max-width: 834px) {
  .cont_6 {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 {
    flex-wrap: wrap !important;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 414px) {
  .cont_6 {
    margin-top: 80px;
  }
}
.cont_6 .box {
  width: 48%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .cont_6 .box {
    width: 100% !important;
  }
}
.cont_6 .box:first-child img {
  width: 100% !important;
}
.cont_6 .box:last-child {
  margin-top: 10px;
  width: 50%;
  background-size: cover;
  z-index: 4;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .cont_6 .box:last-child {
    padding: 10px 10%;
    margin-top: 0px;
  }
}
.cont_6 .box:last-child h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .cont_6 .box:last-child h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 834px) {
  .cont_6 .box:last-child {
    height: auto;
    margin-top: 20px;
    padding: 60px 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 .box:last-child {
    margin: 0 !important;
    padding: 60px 10px !important;
  }
}

.hyo01 td {
  padding: 8px !important;
}
.hyo01 .left {
  width: 15%;
  border-bottom: 1px solid #9a9a9a !important;
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .hyo01 .left {
    width: 20%;
  }
}
.hyo01 .right {
  border-bottom: 1px solid #ddd !important;
}
.hyo01 .right a {
  color: #333333;
}

.btn06 {
  width: 60%;
  border: 1px solid #333;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  color: #333 !important;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .btn06 {
    width: 100%;
  }
}
.btn06:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.items a {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  padding: 0;
}
.items .price {
  padding: 0 !important;
}

.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-flow: row;
  border: none;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo, .event_Instagram01 .sns_video {
  width: 100% !important;
}
.event_Instagram01 .sns_photo a, .event_Instagram01 .sns_video a {
  display: block;
  position: relative;
}
.event_Instagram01 .sns_photo a:after, .event_Instagram01 .sns_video a:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.event_Instagram01 .sns_photo a > img, .event_Instagram01 .sns_photo a video, .event_Instagram01 .sns_video a > img, .event_Instagram01 .sns_video a video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 16.6666666666%;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 33.3333333%;
  }
}

.event_Instagram02 .sns_photo {
  width: 40% !important;
}
@media screen and (max-width: 640px) {
  .event_Instagram02 .sns_photo {
    width: 100% !important;
  }
}
.event_Instagram02 .sns_date {
  background: #333;
  color: #fff;
  padding: 0.3em 1em;
  color: #fff !important;
  font-size: 1rem;
}
.event_Instagram02 .clearfix a {
  color: #fff !important;
}
.event_Instagram02 .caption {
  padding: 1em 0;
  font-size: 1rem;
}
.event_Instagram02 div.sns_list > div {
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .event_Instagram02 div.sns_list > div {
    padding: 10px;
  }
}

/* bg_100per */
.con_100 {
  margin-top: 100px;
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
}

/* box */
.home_td03 {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .home_td03 {
    margin-top: 50px;
  }
}
.home_td03 .box {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .home_td03 .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td03 .box:nth-of-type(3n) {
  margin-right: 0;
}
.home_td03 .box img {
  width: 100% !important;
}

/* title */
body header #local-keyvisual {
  position: relative;
  z-index: 0;
  padding-top: 81px;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual {
    padding-top: 73px;
  }
}

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffd791;
  border-top: 10px double #fff;
  border-bottom: 10px double #fff;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual #local-keyvisual-title {
    font-size: 27px;
  }
}
body header #local-keyvisual #local-keyvisual-title a {
  font-weight: bold;
  color: #333333;
}
body header #local-keyvisual #local-keyvisual-title:empty {
  padding: 50px;
  margin-bottom: 50px;
}

.midashi01 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi01 h2 {
    font-size: 22px;
  }
}
.midashi01 h3 {
  font-size: 36px;
}
.midashi01 h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 834px) {
  .midashi01 h3 {
    margin-top: 20px;
  }
}
.midashi01 h3 .sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}

.midashi02 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi02 h2 {
    font-size: 22px;
  }
}
.midashi02 h3 {
  font-size: 36px;
}
.midashi02 h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 5px dotted #fff;
}
.midashi02 h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3 {
    display: block;
    font-size: 18px;
  }
}
.midashi02 h3:before, .midashi02 h3:after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before, .midashi02 h3:after {
    display: none;
  }
}
.midashi02 h3:before {
  margin-right: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:before {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before {
    margin-right: 0;
  }
}
.midashi02 h3:after {
  margin-left: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:after {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:after {
    margin-left: 0;
  }
}

.midashi03 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi03 h2 {
    font-size: 22px;
  }
}
.midashi03 h3 {
  font-size: 36px;
}
.midashi03 h2 {
  margin: 20px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 500;
}
.midashi03 h3 {
  margin: 100px auto 40px auto;
  padding: 10px;
  background-color: #fff;
  border-left: 8px solid #ffd791;
  font-size: 28px;
  color: #fff;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi03 h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi03 h3 {
    margin: 70px auto 20px auto;
    font-size: 22px;
  }
}

.sub_ttl01 div {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 4px double rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* btn */
.btn_org01, .btn_org02, .btn_org04, .btn_org03 {
  margin-top: 30px;
}
.btn_org01 a, .btn_org02 a, .btn_org04 a, .btn_org03 a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 12.5px 3px;
  background-color: #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.btn_org01 a:before, .btn_org02 a:before, .btn_org04 a:before, .btn_org03 a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
  color: #fff;
  font-weight: 900;
}
.btn_org01 a:hover, .btn_org02 a:hover, .btn_org04 a:hover, .btn_org03 a:hover {
  background-color: #f2efea;
  color: #333333;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org04 a:hover:before, .btn_org03 a:hover:before {
  color: #333333;
}

.btn_org02 a, .btn_org04 a, .btn_org03 a {
  max-width: 160px;
  margin: 40px auto 0 0;
  padding: 7.5px 3px;
}
.btn_org02 a:hover, .btn_org04 a:hover, .btn_org03 a:hover {
  background-color: #ffd791;
  color: #fff;
}
.btn_org02 a:hover:before, .btn_org04 a:hover:before, .btn_org03 a:hover:before {
  color: #fff;
}

.btn_org03 a {
  margin: 30px auto 0 auto;
}

.btn_org04 a {
  background-color: #ffd791;
  color: #333333;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #333333;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #333333;
}
.btn_org04 a:hover:before {
  color: #333333;
}

/* common */
.linkTel a {
  color: #333333;
}

.wrap_org01 {
  margin-top: 100px;
  padding: 70px 0 30px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_org01 {
    margin-top: 50px;
  }
}

.wrap_gry01 {
  margin-top: 100px;
  padding: 70px 0 90px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_gry01 {
    margin-top: 50px;
  }
}

.st_tbl01 td {
  border: none !important;
  padding: 10px !important;
}

.mg_b60 h2 {
  margin-bottom: 60px;
}

.mg_b50 .box {
  margin-bottom: 50px;
}

.mg_b30 h2 {
  margin-bottom: 30px;
}

.mg_t0 h2 {
  margin-top: 0;
}

.pd_4 {
  padding: 4%;
}
@media only screen and (max-width: 640px) {
  .pd_4 {
    padding: 15px;
  }
}

.tbl_st01 td {
  padding: 30px 10px !important;
  text-align: center !important;
}
.tbl_st01 td:first-of-type {
  width: 40%;
  background-color: #ffe7bc;
}

@media only screen and (max-width: 834px) {
  .tab_blk {
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .tab_blk .box, .tab_blk .box02 {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .sp_blk {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .sp_blk .box {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .sp_brNone br {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .sp_brNone div {
    text-align: left !important;
  }
}

.img_30 img {
  max-width: 30%;
}

.bdr_r10 {
  border-radius: 10px;
}

.bdr_dbl01 {
  border: 19px double #fff;
}

.center {
  text-align: center;
}

.img_bdr img {
  border: 7px solid rgba(255, 215, 145, 0.6);
}

.img_100 img {
  width: 100% !important;
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}/*# sourceMappingURL=asset.css.map */