@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -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: "notoSans", "游ゴシック", 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: #515151;
  font-size: 16px;
  word-wrap: break-word;
  font-family: "notoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100% !important;
  overflow-x: hidden;
  background-image: url(../images/home/wood_bg_03.png);
  background-repeat: repeat;
}
@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;
    margin: 0 10px !important;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner02 {
  margin: 0 auto !important;
  max-width: 960px;
}
@media only screen and (max-width: 640px) {
  .inner02 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

.inner1400 {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 10px;
  width: 100%;
}

.inner920 {
  margin: 0 auto;
  min-width: 920px;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  /* position:relative; */
  z-index: 999;
  background-image: url(../images/home/wood_bg_03.png);
  background-repeat: repeat;
}

#contents {
  width: 100%;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../images/home/wood_bg_03.png);
  background-repeat: repeat;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #main {
    display: block !important;
  }
}

#main #col_main {
  width: 100%;
}

#col_side1 {
  /*   float: none !important;
   width: 18%;
   max-width: 250px;
   margin-top: 50px; 
   margin-right:40px;
   a{
   	color:#000!important;
   }  */
  display: none;
}

.crumb ul li {
  margin-right: 20px;
  line-height: 30px;
  float: left;
}
.crumb ul li a {
  color: #000 !important;
}

.under ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100% !important;
  height: 52px;
  line-height: 16px;
  font-size: 13px;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff !important;
}
.under ul li a a {
  color: #fff !important;
}

.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.con90 {
  margin-left: calc(((70vw - 80%) / 2) * -1);
  margin-right: calc(((70vw - 80%) / 2) * -1);
}

.pankuzu {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  display: flex;
}
.pankuzu a {
  color: #68b62b;
}
.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 .8s;
  transition: all .3s;
}

a:hover {
  opacity: 1;
}

.imgR, .imgL {
  margin-left: 3%;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 100% !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 {
  clear: both !important;
  margin-right: 0px !important;
  margin-left: 0;
  margin-right: 3%;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック", 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 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 15%;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 33.3333333%;
  }
}

.sns .sns_list {
  display: flex;
  flex-flow: wrap !important;
  border: none !important;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sns .sns_list {
    flex-direction: column !important;
  }
}
.sns .sns_list div.sns_photo {
  width: 60% !important;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sns .sns_list div.sns_photo {
    width: 100% !important;
  }
}
.sns div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  margin-bottom: 5px;
  width: 45%;
}
@media screen and (max-width: 640px) {
  .sns div.sns_list > div {
    flex-direction: row !important;
    width: 100%;
  }
}

div.sns_list div.sns_date {
  color: #68b62b;
}

div.sns_list ul li a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
  color: #daa165 !important;
}

.bnone td {
  border: none !important;
}

/********* 新着情報 *********/
.news {
  max-height: 100px;
  overflow-y: auto;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .news {
    max-height: 127px;
  }
}
.news td {
  padding: 10px !important;
}
.news td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .news td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0.1);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.news dt, .news dd {
  background: none !important;
  border: none !important;
}
.news dt {
  flex-direction: row !important;
}
.news dt > span {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.news dl {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 20px 0;
  background-color: #eee;
}
@media screen and (max-width: 640px) {
  .news dl {
    display: flex;
    flex-flow: column;
  }
  .news dt {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .news dt, .news dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news dt:nth-child(even), .news 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;
  }
}

/* .sns1{
	width:90%;
.sns1 div.sns_list > div {
  border-bottom: none;
  width: 90% !important; }
.sns1 .sns_list {
  border: none; }
.sns1 div.sns_list div.sns_photo {
  width: 90% !important; 
.sns_photo{
	width:100%!important;
	height:100%!important;
    a{
    	position:relative;
    	display: flex !important;
		align-items: center;
		justify-content: space-between;
		flex-direction: row !important;
		height:100%!important;
    	&:before{
		position: relative;
		z-index: 1;
		content: "";
		padding-top: 100%;
		display: block;
		width: 100% !important;
		@include tabsp {
		display: none;
		}
		}
		img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		object-fit: cover;
		font-family: "object-fit:cover;";
		width: 100% !important;
}
}
}
}
.sns1 i {
  display: none; 
}
} */
section div.form_wrap.error {
  background: #fe1100 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.polia a {
  color: #bea036 !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-reverse;
    width: 100%;
  }
}

.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 aside {
  width: 30% !important;
}
@media screen and (max-width: 834px) {
  .blog aside {
    width: 100% !important;
  }
}

.blog h2 {
  background-color: #7fc7dc;
  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: #cc274b !important;
}
.blog #contents {
  margin-left: 30px;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    margin-left: 0px;
  }
}

div#form_calendar table tbody tr td.blog label {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #ffc5c5;
  border-radius: 11px;
}

/* 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;
}

@media screen and (max-width: 640px) {
  .blog #contents {
    width: 80% !important;
    margin: 0 10px !important;
    margin-top: 100px !important;
  }
}
.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: 100% !important;
  }
}

.blog_list div {
  flex-direction: row !important;
}

.blog_date {
  color: #000 !important;
  background-color: #fff !important;
  display: inline-block;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_text {
  display: flex;
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .blog_text {
    flex-direction: column !important;
  }
}
.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;
}

/*-------------------- テーブル --------------------*/
.hyo01 {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .hyo01 {
    width: 100%;
    padding: 0 10px;
  }
}
.hyo01 td {
  padding: 20px !important;
  margin: 20px !important;
  border-bottom: 5px solid #fff !important;
}
@media screen and (max-width: 640px) {
  .hyo01 td > div {
    font-size: 12px;
  }
}
.hyo01 .left {
  width: 20%;
  background-color: #76b88b;
  text-align: center !important;
  color: #fff;
  border-bottom: 1px solid #fff !important;
}
@media screen and (max-width: 834px) {
  .hyo01 .left {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .hyo01 .left {
    width: 30%;
  }
}
.hyo01 .left > div {
  font-weight: bold;
}
.hyo01 .right {
  border-bottom: 1px solid #76b88b !important;
  background-color: #fff;
}

.hyo02 {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .hyo02 {
    width: 100%;
  }
}
.hyo02 td {
  padding: 20px !important;
  margin: 20px !important;
  border-bottom: 5px solid #fff !important;
}
@media screen and (max-width: 640px) {
  .hyo02 td > div {
    font-size: 12px;
  }
}
.hyo02 .left {
  width: 20%;
  background-color: #e8758e;
  text-align: center !important;
  color: #fff;
  border-bottom: 1px solid #fff !important;
}
@media screen and (max-width: 640px) {
  .hyo02 .left {
    width: 30%;
  }
}
.hyo02 .left > div {
  font-weight: bold;
}
.hyo02 .right {
  border-bottom: 1px solid #efbac6 !important;
}

/*-------------------- 新着 --------------------*/
.scroll {
  padding: 0px;
  overflow-y: scroll;
  max-height: 300px;
  min-height: 250px;
  width: 100%;
  margin-right: 5%;
  margin: 0 auto;
  font-size: 17px;
  padding: 20px;
  background-color: #fff;
}
.scroll a {
  color: #sef8519 !important;
}
@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    margin-bottom: 40px;
    max-height: 400px;
    min-height: 400px;
    padding: 5px;
  }
}
.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;
  font-size: 16px;
  background-color: transparent !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: 13px 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;
  background-color: transparent !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;
  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 {
  display: none;
}

.items {
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .items {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 640px) {
  .items {
    width: 100% !important;
    margin-top: 20px;
  }
}
.items a {
  color: #77594c !important;
}

.order a {
  color: #77594c !important;
}

div.item_option a {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  color: #77594c !important;
}

div.item_view > ul li a {
  display: block;
  padding: 2px 5px;
  background: #bea036;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
}

.cont a {
  color: #907102 !important;
}

.items > article {
  width: 23% !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .items > article {
    width: 32% !important;
  }
}
@media screen and (max-width: 640px) {
  .items > article {
    width: 47.3% !important;
    margin-top: 20px;
  }
}

.items > article a.photo {
  height: 180px !important;
  width: 180px !important;
}
.items > article a.photo img {
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .items > article a.photo {
    width: 160px !important;
    max-width: 100%;
    height: 150px !important;
  }
}

@media screen and (max-width: 640px) {
  .search {
    margin-top: 0px !important;
    padding-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .purchase h2 {
    margin-top: 0px !important;
    padding-top: 50px;
  }
}

header#global_header {
  max-width: 100% !important;
  max-width: 960px !important;
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 54px;
  }
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}
header#global_header .inner {
  display: flex;
  width: 100%;
  padding: 7px 0;
}
@media screen and (max-width: 834px) {
  header#global_header .inner {
    margin: 0px !important;
    padding: 0px;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.header_container {
  align-items: center;
  display: flex;
  flex-direction: column;
  top: 0;
  width: 100%;
  background-image: url(../images/home/wood_bg_03.png);
  background-repeat: repeat;
  z-index: 9999;
}
@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;
  }
}
.header_container .col_01 {
  position: absolute;
  right: 0;
  left: 0;
  top: 2%;
  width: 100%;
}
@media only screen and (max-width: 1136px) {
  .header_container .col_01 {
    left: 0%;
  }
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    width: 15%;
    top: 0.3%;
    left: 0;
    margin: 0 auto;
    flex-direction: column;
    z-index: 999 !important;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    width: 18%;
    top: 0.3%;
    margin: 0 auto;
    flex-direction: column;
    z-index: 999 !important;
  }
}
@media only screen and (max-width: 579px) {
  .header_container .col_01 {
    width: 20%;
    top: 0.5%;
  }
}
@media only screen and (max-width: 456px) {
  .header_container .col_01 {
    width: 23%;
  }
}
@media only screen and (max-width: 375px) {
  .header_container .col_01 {
    width: 30%;
  }
}

#header {
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  transition: .5s;
  z-index: 9999;
}
#header .inner {
  padding: 20px 0 10px 0;
}
#header:before {
  content: url(../images/home/h_left.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 1400px) {
  #header:before {
    left: -10%;
  }
}
@media only screen and (max-width: 1100px) {
  #header:before {
    left: -25%;
  }
}
@media screen and (max-width: 834px) {
  #header:before {
    display: none;
  }
}
#header:after {
  content: url(../images/home/h_right.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (max-width: 1400px) {
  #header:after {
    right: 0%;
    width: 30%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1100px) {
  #header:after {
    right: 0%;
    overflow: hidden;
  }
}
@media screen and (max-width: 834px) {
  #header:after {
    display: none;
  }
}

.sidebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
  position: absolute;
  right: 0;
  top: 3%;
}
@media screen and (max-width: 834px) {
  .sidebox {
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    margin-right: 0%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .sidebox {
    flex-direction: column;
    width: 100%;
    margin-top: 37px;
    margin-right: 0%;
  }
}
.sidebox .tel001 {
  font-size: 1.8em;
  text-align: center;
  line-height: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  z-index: 999;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  text-shadow: 0px 2px #fff;
}
@media only screen and (max-width: 990px) {
  .sidebox .tel001 {
    font-size: 25px;
    z-index: 0;
  }
}
@media screen and (max-width: 834px) {
  .sidebox .tel001 {
    font-size: 20px;
    margin-right: 9px;
    text-align: center;
    padding: 5px;
  }
}
.sidebox .tel001:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  display: inline-block;
  font-weight: bold;
  padding-right: 8px;
  color: #f3988f;
  font-size: 28px;
}
@media screen and (max-width: 834px) {
  .sidebox .tel001:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .sidebox .tel001 {
    text-align: center;
    margin-bottom: 0px;
  }
}
.sidebox .tel01 {
  text-align: left;
  z-index: 999;
}
@media screen and (max-width: 834px) {
  .sidebox .tel01 {
    z-index: 5;
    text-align: center;
    line-height: 1.0em;
  }
}
.sidebox .tel01 span {
  font-size: 13px;
}
@media only screen and (max-width: 990px) {
  .sidebox .tel01 span {
    font-size: 10px;
    text-align: center !important;
  }
}
.sidebox .tel01 a {
  color: #422d24 !important;
}

.h_top {
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .h_top {
    padding: 90px 0 0 0;
  }
}

#nav_global {
  text-align: right;
  width: 100%;
  background-image: url(../images/home/wood_bg_03.png);
  background-repeat: repeat;
  box-shadow: 0px 3px 7px -5px rgba(0, 0, 0, 0.5);
}
@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;
  line-height: 1.4em;
  border-right: 1px solid #d4d0c5;
}
#nav_global ul li:nth-child(1) {
  border-left: 1px solid #d4d0c5;
}
#nav_global ul li:nth-child(1) a:before {
  content: 'HOME';
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
#nav_global ul li:nth-child(2) a:before {
  content: 'CONCEPT';
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
#nav_global ul li:nth-child(3) a:before {
  content: 'MENU';
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
#nav_global ul li:nth-child(4) a:before {
  content: 'STYLE';
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
#nav_global ul li:nth-child(5) a:before {
  content: 'ITEM';
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
#nav_global ul li:nth-child(6) a:before {
  content: 'SHOP';
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
#nav_global ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #414e3e !important;
  padding: 10px 0 12px 0;
  font-size: 0.8em;
  font-family: 'Baloo 2', cursive;
  font-weight: 400 !important;
}
@media only screen and (max-width: 1138px) {
  #nav_global ul li a {
    font-size: 13px;
  }
}
#nav_global ul li a:hover {
  color: #91b177 !important;
}

#mainArea {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  background-image: url(../images/home/main_bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 80px;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin-bottom: 0px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    margin-top: 0px;
    padding-bottom: 10px;
    background-image: none;
  }
}
#mainArea img {
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 80%;
}
@media only screen and (max-width: 1224px) {
  #mainArea img {
    width: 90%;
  }
}
@media only screen and (max-width: 1224px) and (max-width: 640px) {
  #mainArea img {
    width: 100%;
  }
}

#mainArea .katch {
  width: 518px;
  height: 93px;
  position: absolute;
  bottom: 20%;
  right: 15%;
  z-index: 555;
}
@media screen and (max-width: 834px) {
  #mainArea .katch {
    width: 55% !important;
    right: 20%;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .katch {
    display: none;
  }
}
#mainArea .katch img {
  width: 100%;
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #76b88b;
  height: 20px;
}

.mean-container .mean-bar {
  background-color: #a3d2b2;
  position: fixed !important;
  z-index: 7 !important;
  padding: 0px 0 !important;
}

.mean-container .mean-nav {
  background: #ddece2 !important;
  margin-top: 50px !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li {
  z-index: 99999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #b9987c !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #a3d2b2 !important;
  height: 30px !important;
  z-index: 999 !important;
  width: 100%;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #fff !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a {
  padding: 10px 2% !important;
  z-index: 999 !important;
  color: #000 !important;
  padding-left: 20px !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

.mean-container .mean-nav ul li li a {
  width: 100% !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #4892df !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  padding: 10px 2% !important;
  background-color: #fd89a2;
}

@media only screen and (min-width: 834px) {
  .pcnone {
    display: none !important;
  }
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #88732a !important;
  z-index: 999 !important;
}

.mean-bar .inner {
  margin: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#global_footer {
  position: relative;
  bottom: 0 !important;
  background-image: url(../images/home/wood_bg_03.png);
  background-repeat: repeat;
  box-shadow: 0px 5px 7px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 0px !important;
  }
}

#footer {
  padding: 10px 0;
  bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
  }
}
#footer .inner {
  position: relative;
  max-width: 1200px;
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer .inner .footer_container .col_001 {
  padding: 20px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 {
    flex-direction: column;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 {
    flex-direction: column;
    margin: 0 auto;
  }
}
#footer .inner .footer_container .nav_footer {
  color: #000 !important;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .nav_footer {
    display: none;
  }
}
#footer .inner .footer_container .nav_footer li {
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
#footer .inner .footer_container .nav_footer li a {
  color: #000 !important;
}
#footer .inner .footer_container .nav_footer li a:hover {
  transition: 0.5s;
  color: #f39589 !important;
}

.fa-phone-alt {
  padding-right: 20px;
}

#copy {
  color: #000;
  text-align: center;
}
#copy a {
  color: #000 !important;
}

#global_footer {
  bottom: 0px !important;
  min-width: 0px !important;
  margin-top: 50px !important;
}

/*-----------------------------------------------------------------------------------------*/
/* contents */
.bnone td {
  border: none !important;
}

/*-------------------- flexbox --------------------*/
.flex01 {
  color: #333;
  align-items: center;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  margin-top: 50px;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .flex01 {
    flex-wrap: wrap !important;
    margin-top: 0px;
    padding: 0 10px;
    margin-top: 0px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 640px) {
  .flex01 {
    flex-wrap: wrap !important;
    margin-top: 0px;
    padding: 0 10px;
  }
}
.flex01 .box {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .flex01 .box {
    width: 100% !important;
  }
}
.flex01 .box:last-child {
  width: 60%;
  padding-right: 14%;
  position: relative;
}
@media only screen and (max-width: 1270px) {
  .flex01 .box:last-child {
    padding-right: 10%;
  }
}
@media screen and (max-width: 834px) {
  .flex01 .box:last-child {
    padding-right: 0%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .flex01 .box:last-child {
    width: 100% !important;
  }
}
.flex01 .box:last-child img {
  width: 100% !important;
  border-radius: 10% 0 10% 0;
}
@media screen and (max-width: 834px) {
  .flex01 .box:last-child img {
    width: 80% !important;
  }
}
@media screen and (max-width: 640px) {
  .flex01 .box:last-child img {
    width: 100% !important;
  }
}
.flex01 .box:last-child:after {
  content: url(../images/home/cat.png);
  position: absolute;
  bottom: 0%;
  right: 23%;
  z-index: 8;
}
@media screen and (max-width: 834px) {
  .flex01 .box:last-child:after {
    right: 65%;
  }
}
@media screen and (max-width: 640px) {
  .flex01 .box:last-child:after {
    display: none;
  }
}
.flex01 .box:first-child {
  width: 59%;
  margin-right: -5%;
  background-size: cover;
  z-index: 4;
  display: flex;
  align-items: center;
  padding-left: 16%;
}
@media only screen and (max-width: 1270px) {
  .flex01 .box:first-child {
    padding-left: 13%;
  }
}
@media only screen and (max-width: 1350px) {
  .flex01 .box:first-child {
    padding-left: 10%;
  }
}
@media screen and (max-width: 834px) {
  .flex01 .box:first-child {
    padding: 0% 10% 5% 10%;
    margin-top: 0px;
    height: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .flex01 .box:first-child {
    padding: 0% 5% 10% 30%;
    margin: 0 !important;
    padding: 20px 10px !important;
  }
}
.flex01 .box:first-child h1 {
  font-size: 2.0em;
  position: relative;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  .flex01 .box:first-child h1 {
    font-size: 1.2em;
    font-weight: bold;
  }
}

.btn01 {
  background-color: #76b88b;
  border-radius: 3px;
  padding: 15px 10px;
  width: 50%;
  margin: 30px auto;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 834px) {
  .btn01 {
    width: 100%;
  }
}
.btn01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  border-radius: 3px;
  z-index: -1;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 6px 6px;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #afafaf), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #17a2ff), color-stop(0.75, #17a2ff), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
}
.btn01:hover {
  background-color: #9adcb7;
  opacity: 10;
}

.txtbox {
  margin: 100px 0;
  background-color: #fff;
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .txtbox {
    padding: 20px;
    margin: 80px 0 50px 0;
  }
}
.txtbox h2 {
  font-size: 2.0em;
  background-color: #e6b120;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .txtbox h2 {
    font-size: 1.3em;
  }
}
.txtbox span {
  border-bottom: 5px solid #ca7146;
}
.txtbox article > div {
  font-size: 1.3em;
}

.cont_1 {
  background-image: url(../images/home/menu_bg.png);
  background-repeat: repeat;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 5% 0 10% 0;
}
.cont_1 .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .cont_1 .inner {
    flex-direction: column;
  }
}
.cont_1 .menu {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .cont_1 .menu {
    width: 100%;
    margin-bottom: 50px;
  }
}
.cont_1 .menu .ttl {
  display: flex;
  flex-direction: column-reverse;
}
.cont_1 .menu .ttl h2 {
  font-size: 2.3em;
  letter-spacing: 2px;
  position: relative;
  padding-left: 100px;
  margin-bottom: 20px;
  font-family: 'Baloo 2', cursive;
}
@media only screen and (max-width: 956px) {
  .cont_1 .menu .ttl h2 {
    font-size: 2.0em;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .menu .ttl h2 {
    font-size: 2.3em;
  }
}
.cont_1 .menu .ttl h2 span {
  font-size: 0.6em;
}
@media only screen and (max-width: 956px) {
  .cont_1 .menu .ttl h2 span {
    font-size: 0.4em;
  }
}
.cont_1 .menu .ttl h2:before {
  content: url(../images/home/ttl_icon.png);
  position: absolute;
  z-index: 0;
  left: 0;
}
.cont_1 .menu .ttl h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #7ca772, #7ca772 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #7ca772, #7ca772 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cont_1 .menu .ttl img {
  border-radius: 10% 0;
}
@media screen and (max-width: 834px) {
  .cont_1 .menu .ttl img {
    width: 100% !important;
  }
}
.cont_1 .menu td > div {
  padding-top: 20px;
  font-size: 0.9em;
}
.cont_1 .btn01 {
  background-color: #76b88b;
  border-radius: 3px;
  padding: 15px 10px;
  width: 100%;
  font-size: 1.5em;
  margin: 0px auto;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 956px) {
  .cont_1 .btn01 {
    font-size: 1.0em;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .btn01 {
    font-size: 1.5em;
  }
}
.cont_1 .btn01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  border-radius: 3px;
  z-index: -1;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 6px 6px;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #afafaf), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #17a2ff), color-stop(0.75, #17a2ff), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
}
.cont_1 .btn01:hover {
  background-color: #9adcb7;
  opacity: 10;
}

.h2title {
  margin-top: 100px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.h2title h2 {
  font-size: 2.8em;
  font-family: 'Baloo 2', cursive;
  line-height: 40px;
}
.h2title h2 span {
  font-size: 0.5em;
}

.bannertb {
  margin: 150px 0 !important;
}
@media screen and (max-width: 834px) {
  .bannertb {
    margin: 50px 0 !important;
  }
}
.bannertb .center {
  width: 60% !important;
}
@media screen and (max-width: 640px) {
  .bannertb .il {
    display: none;
  }
}

.cont_2 {
  background-image: url(../images/home/cal_bg.png);
  background-repeat: repeat;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 2% 0 8% 0;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .cont_2 .inner {
    max-width: 1000px;
  }
}
.cont_2:before {
  content: url(../images/home/h_left.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .cont_2:before {
    display: none;
  }
}
.cont_2:after {
  content: url(../images/home/h_right.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .cont_2:after {
    display: none;
  }
}
.cont_2 .h2title {
  margin-top: 50px;
}
.cont_2 .calender {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cont_2 .calender {
    flex-direction: column;
  }
}
.cont_2 .calender:before {
  content: url(../images/home/cat03.png);
  position: absolute;
  bottom: -10%;
  left: -16%;
  z-index: 8;
}
@media only screen and (max-width: 1280px) {
  .cont_2 .calender:before {
    left: -22%;
  }
}
@media only screen and (max-width: 1120px) {
  .cont_2 .calender:before {
    display: none;
  }
}
.cont_2 .calender:after {
  content: url(../images/home/cat02.png);
  position: absolute;
  bottom: -10%;
  right: -19%;
  z-index: 8;
}
@media only screen and (max-width: 1120px) {
  .cont_2 .calender:after {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .calender:after {
    display: none;
  }
}
.cont_2 .calender .cal {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .cont_2 .calender .cal {
    width: 100%;
  }
}
.cont_2 .calender .cal .month {
  border: none !important;
  background-color: transparent;
  font-size: 1.5em;
}
.cont_2 .calender .cal td {
  background-color: #fff;
  border: 1px solid #c8d5cc !important;
  padding: 10px !important;
}
.cont_2 .calender .cal .date {
  background-color: #76b88b;
  color: #fff;
}
.cont_2 .calender .cal .holi {
  background-color: #ffd4d4;
}

.info {
  margin-top: 100px;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .info {
    padding: 0 10px;
  }
}
.info .tel02 {
  font-size: 1.5em;
  display: inline-block;
  color: #3b744d;
}
.info .tel02 a {
  color: #3b744d !important;
}
.info h2 {
  font-size: 2.5em;
  font-family: 'Baloo 2', cursive;
  line-height: 40px;
}
.info h2 span {
  font-size: 0.6em;
}
.info .btn01 {
  background-color: #76b88b;
  border-radius: 3px;
  padding: 15px 10px;
  width: 50%;
  margin: 0px auto;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 834px) {
  .info .btn01 {
    width: 100%;
  }
}
.info .btn01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  border-radius: 3px;
  z-index: -1;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 6px 6px;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #afafaf), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #17a2ff), color-stop(0.75, #17a2ff), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #76b88b 25%, transparent 25%, transparent 50%, #76b88b 50%, #76b88b 75%, transparent 75%, transparent);
}
.info .btn01:hover {
  background-color: #9adcb7;
  opacity: 10;
}

.h1txt {
  padding: 8% 0;
}
@media screen and (max-width: 834px) {
  .h1txt {
    padding: 3% 0;
  }
}
.h1txt h1 {
  font-size: 2.0em;
  text-align: center;
  font-family: 'Baloo 2', 游ゴシック, cursive;
  position: relative;
}

.h2title02 {
  margin: 50px 0;
  padding: 0 10px;
}
.h2title02 h2 {
  font-size: 1.8em;
  position: relative;
  padding-left: 100px;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .h2title02 h2 {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 25px;
  }
}
.h2title02 h2:before {
  content: url(../images/home/ttl_icon.png);
  position: absolute;
  z-index: 0;
  left: 0;
}
.h2title02 h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #7ca772, #7ca772 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #7ca772, #7ca772 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menulist {
  background-image: url(../images/home/menu_bg.png);
  background-repeat: repeat;
  padding: 50px;
}
@media screen and (max-width: 640px) {
  .menulist {
    padding: 20px;
  }
}
.menulist td {
  border-bottom: 1px dashed #bfbfbf !important;
  padding: 10px 0 20px 0 !important;
}
.menulist .price {
  width: 20%;
}
.menulist .price > div {
  text-align: right;
  font-weight: bold;
  font-size: 1.1em;
}
.menulist .ttl article > div {
  font-weight: bold;
  font-size: 1.1em;
}
.menulist article h6 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0.8em 0;
  padding: 0px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f5e471;
  border-radius: 3px;
}
.menulist article h6:before {
  content: "";
  position: absolute;
  top: 78%;
  left: 18%;
  width: 0.1%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f5e471;
}

.itemlist {
  flex-wrap: nowrap !important;
  flex-flow: row wrap !important;
  padding: 0 10px;
  margin: 0 auto;
}
.itemlist .box {
  width: 31%;
  margin: 0 10px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.itemlist .box img {
  width: 370px !important;
  height: 300px !important;
  object-fit: cover !important;
}
@media only screen and (max-width: 900px) {
  .itemlist .box {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .itemlist .box {
    width: 100%;
  }
}
.itemlist h3 {
  font-weight: bold;
  font-size: 1.0em;
}

#anc1 {
  margin-top: -180px;
  padding-top: 180px;
}

.fadein {
  opacity: 0.5;
  transform: translateY(30px);
  transition: all 1s;
}
@media screen and (max-width: 834px) {
  .fadein {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 640px) {
  .fadein {
    opacity: 1 !important;
  }
}

.style02 {
  flex-flow: wrap !important;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .style02 {
    flex-direction: column;
  }
}
.style02 .box {
  width: 48%;
  margin-bottom: 40px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .style02 .box {
    width: 100%;
  }
}
.style02 .box img {
  padding-right: 10px;
}

.style03 {
  flex-flow: wrap !important;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .style03 {
    flex-direction: column;
  }
}
.style03 .box {
  width: 30%;
  margin-bottom: 40px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .style03 .box {
    width: 50%;
  }
}
.style03 .box img {
  padding-right: 10px;
}

.h3title {
  background-image: url(../images/home/menu_bg.png);
  background-repeat: repeat;
  padding: 40px;
}
.h3title h3 {
  background-color: #afc580;
  padding: 0 10px;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.flex03 {
  color: #333;
  align-items: center;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  margin-top: 50px;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .flex03 {
    flex-wrap: wrap !important;
    margin-top: 0px;
    padding: 0 10px;
    margin-top: 0px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 640px) {
  .flex03 {
    flex-wrap: wrap !important;
    margin-top: 0px;
    padding: 0 10px;
  }
}
.flex03 .box {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .flex03 .box {
    width: 100% !important;
  }
}
.flex03 .box:last-child {
  width: 50%;
  padding-right: 14%;
  position: relative;
}
@media only screen and (max-width: 1270px) {
  .flex03 .box:last-child {
    padding-right: 10%;
  }
}
@media screen and (max-width: 834px) {
  .flex03 .box:last-child {
    padding-right: 0%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .flex03 .box:last-child {
    width: 100% !important;
  }
}
.flex03 .box:last-child img {
  width: 100% !important;
  border-radius: 10% 0 10% 0;
}
@media screen and (max-width: 834px) {
  .flex03 .box:last-child img {
    width: 80% !important;
  }
}
@media screen and (max-width: 640px) {
  .flex03 .box:last-child img {
    width: 100% !important;
  }
}
.flex03 .box:last-child:after {
  content: url(../images/home/cat.png);
  position: absolute;
  bottom: 0%;
  right: 23%;
  z-index: 8;
}
@media screen and (max-width: 834px) {
  .flex03 .box:last-child:after {
    right: 65%;
  }
}
@media screen and (max-width: 640px) {
  .flex03 .box:last-child:after {
    display: none;
  }
}
.flex03 .box:first-child {
  width: 59%;
  margin-right: -5%;
  background-size: cover;
  z-index: 4;
  display: flex;
  align-items: center;
  padding-left: 16%;
}
@media only screen and (max-width: 1270px) {
  .flex03 .box:first-child {
    padding-left: 13%;
  }
}
@media only screen and (max-width: 1350px) {
  .flex03 .box:first-child {
    padding-left: 10%;
  }
}
@media screen and (max-width: 834px) {
  .flex03 .box:first-child {
    padding: 0% 10% 5% 10%;
    margin-top: 0px;
    height: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .flex03 .box:first-child {
    padding: 0% 5% 10% 30%;
    margin: 0 !important;
    padding: 20px 10px !important;
  }
}
.flex03 .box:first-child h1 {
  font-size: 2.0em;
  position: relative;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  .flex03 .box:first-child h1 {
    font-size: 1.2em;
    font-weight: bold;
  }
}

/* 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: #515151;
}
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_org03, .btn_org04 {
  margin-top: 30px;
}
.btn_org01 a, .btn_org02 a, .btn_org03 a, .btn_org04 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_org03 a:before, .btn_org04 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_org03 a:hover, .btn_org04 a:hover {
  background-color: #f2efea;
  color: #515151;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #515151;
}

.btn_org02 a, .btn_org03 a, .btn_org04 a {
  max-width: 160px;
  margin: 40px auto 0 0;
  padding: 7.5px 3px;
}
.btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #ffd791;
  color: #fff;
}
.btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #fff;
}

.btn_org03 a {
  margin: 30px auto 0 auto;
}

.btn_org04 a {
  background-color: #ffd791;
  color: #515151;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #515151;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #515151;
}
.btn_org04 a:hover:before {
  color: #515151;
}

/* common */
.linkTel a {
  color: #515151;
}

.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 */
