@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: #000000;
  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: 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 0px;
}
@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;
    margin: 0 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;
}

#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%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #main {
    flex-direction: column;
    padding: 0 10px;
  }
}

#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: #9e821d;
}
.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;
  border: 1px solid #000;
}
.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%;
  }
}

/********* 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%;
  }
}
.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: 300px !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%;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

.bnone td {
  border: none !important;
}

/********* 新着情報 *********/
.news {
  max-height: 100px;
  overflow-y: auto;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .news {
    max-height: 163px;
  }
}
.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;
}

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: #bea036 !important;
  border-bottom: 1px solid #26a7e0 !important;
}

.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1062px) {
  .blog .wrap {
    flex-direction: column;
    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 h2 {
  background-color: #000;
  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: #715e1b !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;
}

.blog #contents {
  width: 95%;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    width: 95% !important;
    margin: 0 10px !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;
}

.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;
}

.form_wrap {
  padding: 0 10px;
}

/*-------------------- 新着 --------------------*/
.scroll {
  padding: 0px;
  overflow-y: scroll;
  max-height: 447px;
  min-height: 447px;
  width: 100%;
  margin-right: 5%;
  margin: 0 auto;
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 20px;
}
.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;
  border: 1px solid #fff !important;
  font-size: 16px;
}
@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;
  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-color: #fff !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;
}

@media screen and (max-width: 640px) {
  div.form_wrap dl dd dl dt {
    padding: 0;
    min-width: 0px !important;
    border: none;
    background: #eee !important;
    padding-left: 8px !important;
    width: 38%;
  }
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl {
    flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl dt {
    width: 100% !important;
    background-color: #eee;
    border: none !important;
  }
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl dd {
    width: 100% !important;
    border: none !important;
  }
}

section div.purchase dl dt {
  min-width: 220px;
  max-width: 160px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  background: none;
}

@media screen and (max-width: 640px) {
  .mailform dl {
    border: 1px solid #dadada !important;
  }
}

.blog_photo {
  display: none;
}

.items a {
  color: #9e8000 !important;
}

.order a {
  color: #9e8000 !important;
}

div.item_option a {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  color: #9e8000 !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;
}

@media screen and (max-width: 640px) {
  .items > article {
    width: 47.3% !important;
  }
}

.items > article a.photo {
  height: 180px !important;
}
@media screen and (max-width: 640px) {
  .items > article a.photo {
    width: 160px !important;
    max-width: 100%;
    height: 150px !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
}

.side_menu01 {
  margin-top: 30px;
}
.side_menu01 li a {
  display: block;
  height: auto;
  line-height: 20px;
  padding: 10px 20px 10px 10px;
  background: url(../images/common/arrow.png) no-repeat;
  background-size: 12px 12px;
  background-position: right center;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
  font-size: 13px;
  text-align: left;
}
.side_menu01 .cate01 {
  position: relative;
  padding-left: 30px;
  font-size: 1.2em;
  font-weight: bold;
}
.side_menu01 .cate01:before {
  content: url(../images/contents/side01.png);
  position: absolute;
  left: 0;
  top: 0;
}
.side_menu01 .cate02 {
  position: relative;
  padding-left: 30px;
  font-size: 1.2em;
  font-weight: bold;
}
.side_menu01 .cate02:before {
  content: url(../images/contents/side02.png);
  position: absolute;
  left: 0;
  top: 0;
}
.side_menu01 .cate03 {
  position: relative;
  padding-left: 30px;
  font-size: 1.2em;
  font-weight: bold;
}
.side_menu01 .cate03:before {
  content: url(../images/contents/side06.png);
  position: absolute;
  left: 0;
  top: 0;
}
.side_menu01 .item01 {
  position: relative;
  padding-left: 30px !important;
  font-size: 0.9em;
}
.side_menu01 .item01:before {
  content: url(../images/contents/side04.png);
  position: absolute;
  left: 0;
  top: 0;
}
.side_menu01 .item02 {
  position: relative;
  padding-left: 30px !important;
  font-size: 0.9em;
}
.side_menu01 .item02:before {
  content: url(../images/contents/side05.png);
  position: absolute;
  left: 0;
  top: 0;
}
.side_menu01 .item03 {
  position: relative;
  padding-left: 30px !important;
  font-size: 0.9em;
}
.side_menu01 .item03:before {
  content: url(../images/contents/side003.png);
  position: absolute;
  left: 0;
  top: 0;
}

header#global_header {
  max-width: 100% !important;
  max-width: 960px !important;
}
@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;
}

.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-color: #fff;
  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;
    padding: 0px 0 100px 0;
    border-top: none;
  }
}
.header_container .h_logo {
  z-index: 999;
}
@media screen and (max-width: 834px) {
  .header_container .h_logo {
    position: absolute;
    width: 20%;
    left: 1%;
    margin: 0 auto;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 130%;
    z-index: 0;
  }
}
.header_container .col_01 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 20px;
  width: 100%;
  background-color: #f9f9f9;
  align-items: center;
}
@media only screen and (max-width: 1136px) {
  .header_container .col_01 {
    left: 0%;
  }
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    width: auto;
    top: 0%;
    padding: 20px;
    justify-content: flex-end;
    margin-left: 0%;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    width: auto;
    top: 20%;
    position: relative;
  }
}

#header {
  text-align: center;
  background-repeat: repeat;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  transition: .5s;
  z-index: 9999;
}

@media screen and (max-width: 640px) {
  .subnav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.subnav ul {
  display: flex;
  font-size: 14px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 640px) {
  .subnav ul {
    font-size: 10px;
    justify-content: space-between;
  }
}
.subnav ul a {
  color: #000 !important;
  display: flex;
  align-items: center;
  font-family: acumin-pro, sans-serif !important;
}
.subnav ul a:hover {
  color: #d4bc6a !important;
}
.subnav ul li {
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .subnav ul li {
    padding: 0 1px;
  }
}
.subnav ul i {
  padding-right: 5px;
}
.subnav .cartbtn {
  background-color: #bea036;
  color: #fff !important;
  padding: 5px 10px;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  .subnav .cartbtn {
    padding: 0px 1px;
  }
}

#nav_global {
  width: 100%;
  padding: 5px 0;
  background-color: #000000;
}
@media only screen and (max-width: 985px) {
  #nav_global {
    width: 100%;
  }
}
#nav_global ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  list-style: none;
}
#nav_global ul li {
  text-align: left;
  margin: 0 auto;
  line-height: 15px;
  font-size: 14px;
}
#nav_global ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  padding: 15px 0;
  font-weight: bold !important;
}
@media only screen and (max-width: 1390px) {
  #nav_global ul li a {
    font-size: 12px;
  }
}
#nav_global ul li a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#nav_global ul li a:hover::after {
  transform: scale(1, 1);
}
#nav_global ul li ul {
  position: absolute;
  right: 0;
  margin: 0 auto;
  z-index: 99999 !important;
  display: flex;
  flex-flow: wrap;
  background-color: #ceab19;
  text-align: center;
  width: 100%;
}
#nav_global ul li ul li {
  border-bottom: 1px solid #d4bc6a;
  text-align: center;
  width: 33%;
}
#nav_global ul li ul li a {
  display: block;
  padding: 28px 0px;
  font-size: 15px;
  color: #fff !important;
}
#nav_global ul li ul li a:hover {
  transition: 0.5s;
  color: #000 !important;
}

#main_image {
  max-width: 100%;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  #main_image {
    height: 50vh;
  }
}

video {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#mainArea {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin-bottom: 0px;
  }
}
#mainArea img {
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100%;
  height: 90vh !important;
}
@media screen and (max-width: 834px) {
  #mainArea img {
    max-height: auto;
    height: 50vh !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  #mainArea img {
    height: 30vh !important;
  }
}
#mainArea .txt {
  position: absolute;
  font-size: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  text-shadow: 1px 2px 3px #333;
  top: 40%;
  left: 8%;
}
@media screen and (max-width: 834px) {
  #mainArea .txt {
    font-size: 30px;
    left: 0;
    right: 0;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #000;
}

.mean-container .mean-bar {
  background: #000 !important;
  position: fixed !important;
  z-index: 6 !important;
  padding: 0px 0 !important;
}

.mean-container .mean-nav {
  background: #fff !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: #88732a !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #000 !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: 15px 2% !important;
  z-index: 999 !important;
  color: #000 !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;
}

@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;
  background-color: #fff !important;
  bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 0px !important;
  }
}

.shopfooter {
  display: none;
}

#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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
}
#footer .inner .footer_container .col_001 a {
  color: #000 !important;
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 {
    margin-bottom: 0em;
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 {
    flex-direction: column;
  }
}
#footer .inner .footer_container .col_001 img {
  margin-bottom: 10px;
}
#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;
}

.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: 100px !important;
}

/*-----------------------------------------------------------------------------------------*/
/* contents */
.bnone td {
  border: none !important;
}

.bnone2 td {
  border: none !important;
  padding: 10px !important;
}

.effect {
  margin-top: 25px;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .effect {
    margin-top: 20px;
  }
}

.logobox {
  margin-top: 100px !important;
}
@media screen and (max-width: 640px) {
  .logobox {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 640px) {
  .logobox img {
    max-width: 50% !important;
    margin-top: 20px !important;
  }
}

.h1ttl {
  margin: 30px auto 50px auto;
}
.h1ttl h1 {
  font-size: 2.5em;
  padding-top: 40px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .h1ttl h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .h1ttl img {
    max-width: 64% !important;
  }
}

@media only screen and (max-width: 834px) {
  .news {
    margin-bottom: 50px !important;
  }
}
.news .blog_list {
  background-color: #eee;
}
.news .blog_list > div {
  width: 100%;
}
.news .blog_list > div a {
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .news .blog_text {
    flex-direction: column !important;
    display: flex;
  }
}
.news .blog_date {
  width: 10%;
}
@media screen and (max-width: 834px) {
  .news .blog_date {
    width: 100%;
  }
}
.news h3 {
  width: 20%;
  margin-bottom: 0px !important;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .news h3 {
    width: 100%;
    padding-left: 0px;
  }
}
.news .detail {
  display: flex;
  align-items: center;
  color: #333 !important;
}
@media screen and (max-width: 640px) {
  .news .detail {
    flex-direction: column !important;
    text-align: left !important;
    align-items: flex-start;
  }
}
.news .detail a {
  color: #333 !important;
}
.news .detail:after {
  content: "VIEW MORE";
  display: block;
  height: 100%;
  z-index: 0;
  background-color: #333;
  padding: 2px 10px;
  color: #fff !important;
  display: block;
  height: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .news .detail:after {
    margin: 0 auto;
  }
}

.btn02 {
  background-color: #000;
  padding: 5px 20px;
  color: #fff !important;
  font-size: 13px;
}
.btn02 a {
  color: #fff !important;
}
.btn02:hover {
  background-color: #333;
}

.h2box {
  margin-top: 100px;
}
.h2box h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .h2box h2 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 640px) {
  .h2box h2 {
    font-size: 1.5em;
  }
}
.h2box article > div {
  line-height: 35px;
}
@media screen and (max-width: 640px) {
  .h2box article > div {
    font-size: 0.9em;
  }
}

.cont_1 {
  position: relative;
}
@media screen and (max-width: 640px) {
  .cont_1 .inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.cont_1 #slick-slide00 {
  width: 100% !important;
}
.cont_1 .items {
  display: flex;
  align-items: center;
  width: 100% !important;
  align-items: flex-start;
  margin-left: 0px !important;
  margin-top: 20px !important;
  justify-content: center;
  justify-content: space-between;
}
.cont_1 .items > article {
  width: 14% !important;
}
@media screen and (max-width: 834px) {
  .cont_1 .items > article {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .items > article {
    width: 48% !important;
    margin-bottom: 0px !important;
  }
}
.cont_1 .items a {
  font-size: 0.9em;
}
.cont_1 .items img {
  border: 1px solid #000;
}
.cont_1 button {
  display: none !important;
}

.inner_out {
  /* 	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
      margin-right: calc(((100vw - 100%) / 2) * -1) !important; */
  background-size: cover;
  background-repeat: no-repeat;
}

.h2ttl {
  margin: 100px 0 20px 0;
}
@media screen and (max-width: 640px) {
  .h2ttl {
    margin: 20px 0 20px 0;
  }
}
.h2ttl h2 {
  text-align: center !important;
  letter-spacing: 3px;
  font-size: 1.8em;
  font-family: acumin-pro, sans-serif !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .h2ttl h2 {
    font-size: 1.3em;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 640px) {
  .h2ttl article > div {
    margin: 0 10px;
  }
}

.btnbox {
  position: relative;
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .btnbox {
    width: 90%;
  }
}
.btnbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/home/btn-bg.png) repeat;
  background-size: 4px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 0;
}
.btnbox .btn03 {
  display: block;
  border: 1px solid #000;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  background: #ededea;
  z-index: 5;
  color: #000;
}
.btnbox .btn03:hover {
  background-color: #000;
  color: #fff;
}

.btn03:before {
  content: "";
  width: 18px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #000;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn03:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #000;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn03:hover:before {
  width: 20px;
  right: 10px;
  border-top: 1px solid #fff;
}

.btn03:hover:after {
  right: 10px;
  border-left: 2px solid #fff;
}

.cont_2 {
  flex-wrap: nowrap !important;
  justify-content: space-between;
  margin-bottom: 80px;
}
.cont_2 .btn03 {
  display: block;
  border: 1px solid #000;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
  position: relative;
  background: #ededea;
  z-index: 5;
  color: #000;
}
.cont_2 .btn03:hover {
  background-color: #000;
  color: #fff;
}
.cont_2 .btn03:before {
  content: "";
  width: 18px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #000;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.cont_2 .btn03:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #000;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.cont_2 .btn03:hover:before {
  width: 20px;
  right: 10px;
  border-top: 1px solid #fff;
}
.cont_2 .btn03:hover:after {
  right: 10px;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 640px) {
  .cont_2 {
    flex-direction: column !important;
  }
}
.cont_2 .box {
  width: 32%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .cont_2 .box {
    width: 100%;
    margin-bottom: 50px;
  }
}
.cont_2 .box > div {
  font-size: 14px;
  width: 85%;
}
.cont_2 .box h3 {
  position: absolute;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -3%;
  left: 0;
  margin-right: 30px;
  padding: 5px;
  font-family: acumin-pro, sans-serif !important;
  letter-spacing: 3px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .cont_2 .box h3 {
    left: 0%;
    height: 48%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .box h3 {
    left: 5%;
    height: 50%;
  }
}
.cont_2 .box h3 .no {
  font-size: 28px;
  font-family: acumin-pro, sans-serif !important;
  writing-mode: horizontal-tb;
  font-weight: normal;
}
.cont_2 .box img {
  margin: 0 auto;
  width: 318px !important;
  height: 228px !important;
  object-fit: cover !important;
  border: 1px solid #333;
}
@media screen and (max-width: 640px) {
  .cont_2 .box img {
    width: 80% !important;
  }
}
.cont_2 .box p {
  font-size: 1.3em;
  font-weight: bold;
}

.snip1361 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  min-width: 230px;
  max-width: 374px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  border: 1px solid #333;
}
@media screen and (max-width: 640px) {
  .snip1361 {
    height: 290px !important;
    min-width: 153px;
    max-width: 326px;
  }
}

.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1361 img {
  max-width: 100%;
  vertical-align: top;
  transition: 1s all;
}
.snip1361 img:hover {
  transform: scale(1.2, 1.2) !important;
  transition: 1s all !important;
}

.snip1361 figcaption {
  position: absolute;
  top: calc(86%);
  width: 100%;
  background-color: rgba(29, 29, 29, 0.8);
  padding: 5px 15px 65px;
}
@media screen and (max-width: 834px) {
  .snip1361 figcaption {
    top: calc(79%);
  }
}
@media screen and (max-width: 640px) {
  .snip1361 figcaption {
    top: calc(77%);
    padding: 15px 10px 65px;
  }
}

.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 59%, #2d2d2d 103%);
  background-image: linear-gradient(to bottom, transparent 59%, #2d2d2d 103%);
}

.snip1361 h3,
.snip1361 p {
  margin: 0 0 10px;
  color: #fff;
}

.snip1361 h3 {
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.2em;
  font-family: acumin-pro-extra-condensed, sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .snip1361 h3 {
    font-size: 2.0em;
  }
}

.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}

.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 300px;
}

.cont_3 {
  margin-bottom: 50px;
  margin-top: 80px !important;
}
@media screen and (max-width: 640px) {
  .cont_3 {
    margin-top: 0px !important;
  }
}
.cont_3 .inner {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.cont_3 .arrange {
  align-content: flex-start;
  width: 31%;
}
@media screen and (max-width: 834px) {
  .cont_3 .arrange {
    width: 32%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .arrange {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cont_3 .arrange .box:last-child p {
  font-size: 30px;
}

/*****************************************************/
.slider1 {
  width: 100%;
  margin-left: 0px !important;
}
.slider1 button {
  display: none;
}
.slider1 .slick-track {
  width: 100% !important;
}
.slider1 article {
  display: flex;
  flex-flow: column;
  text-align: center;
  padding: 20px !important;
  width: 15%;
}
.slider1 article .name {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .slider1 article .name {
    font-size: 16px;
  }
}
.slider1 article .summary {
  text-align: left !important;
  font-size: 14px;
}
.slider1 article img {
  width: 100% !important;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.slider1 article .price, .slider1 article button, .slider1 article .soldout {
  display: none !important;
}
.slider1 article .photo {
  background: none !important;
}
.slider1 article > button {
  display: none !important;
}

.items > article a.photo img {
  display: block !important;
}

.items > article a.photo {
  width: 134px !important;
  max-width: 100%;
  height: 144px !important;
}
@media screen and (max-width: 640px) {
  .items > article a.photo {
    max-width: 100%;
    text-align: center !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 640px) {
  .shopbox {
    text-align: center !important;
    margin: 0 auto !important;
  }
}

.cont_4 {
  margin: 100px 0 50px 0 !important;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .cont_4 {
    flex-direction: column !important;
    margin: 50px 10px 50px 10px !important;
  }
}
.cont_4 .box {
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .cont_4 .box {
    flex-direction: column !important;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
.cont_4 .box:nth-child(odd) {
  flex-direction: column;
}
.cont_4 img {
  width: 100% !important;
  height: 350px !important;
  object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .cont_4 img {
    height: 300px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 img {
    width: 100% !important;
    height: 330px !important;
  }
}
.cont_4 .box > div {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  align-items: center;
  width: 100% !important;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 1062px) {
  .cont_4 .box > div {
    padding: 20px;
  }
}
@media screen and (max-width: 834px) {
  .cont_4 .box > div {
    padding: 7px;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .box > div {
    width: 100% !important;
  }
}
.cont_4 .box > div h3 {
  font-size: 1.5em;
}

.h1txt_02 {
  padding: 7% 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .h1txt_02 {
    background-attachment: scroll;
    background-size: cover;
    margin-top: 0px !important;
    padding: 8% 0;
  }
}
.h1txt_02 > div {
  max-width: 1220px;
  margin: 0 auto;
}
.h1txt_02 h1 {
  font-size: 40px;
  color: #000;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  font-family: acumin-pro, sans-serif !important;
}
@media screen and (max-width: 834px) {
  .h1txt_02 h1 {
    padding: 0 10px;
    font-size: 25px;
    line-height: 25px;
  }
}
.h1txt_02 h1 span {
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .h1txt_02 h1 span {
    font-size: 18px;
  }
}

.h1txt {
  background: url(../images/contents/h1_bg.jpg) top/100% no-repeat;
  padding: 7% 0;
  background-size: cover;
  /*  background-attachment: scroll; */
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((99vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .h1txt {
    background-attachment: scroll;
    background-size: cover;
    margin-top: 0px !important;
    padding: 8% 0;
  }
}
.h1txt > div {
  max-width: 1220px;
  margin: 0 auto;
}
.h1txt h1 {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  font-family: acumin-pro, sans-serif !important;
}
@media screen and (max-width: 834px) {
  .h1txt h1 {
    padding: 0 10px;
    font-size: 25px;
    line-height: 25px;
  }
}
.h1txt h1 span {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .h1txt h1 span {
    font-size: 18px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.h2txt {
  text-align: center;
}
.h2txt h2 {
  font-size: 2.5em;
  margin: 80px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h2txt h2 img {
  margin-right: 10px;
}
.h2txt h2 span {
  font-family: "Caveat", cursive !important;
  font-size: 1.0em;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .h2txt h2 {
    font-size: 1.8em;
  }
}

.flexbox {
  flex-direction: column !important;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .flexbox {
    flex-direction: column !important;
  }
}
.flexbox .box {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  line-height: 30px;
}
@media screen and (max-width: 834px) {
  .flexbox .box {
    width: 100%;
    text-align: left !important;
  }
}
.flexbox img {
  max-width: 100% !important;
}

.flexbox03 {
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .flexbox03 {
    flex-direction: column !important;
  }
}
.flexbox03 .box {
  line-height: 30px;
}
@media screen and (max-width: 834px) {
  .flexbox03 .box {
    width: 100%;
  }
}
.flexbox03 .box:first-child {
  width: 70%;
}
@media screen and (max-width: 834px) {
  .flexbox03 .box:first-child {
    width: 100%;
  }
}
.flexbox03 .box:last-child {
  width: 30%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .flexbox03 .box:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .shopbanner {
    margin: 50px 0 !important;
  }
}

.h3txt article h3 {
  font-size: 1.0em;
  background-color: #000;
  letter-spacing: 2px;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  margin-bottom: 30px;
  padding: 8px;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .h3txt article h3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .h3txt article h3 {
    font-size: 0.8em;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.h3txt article h3 img {
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .h3txt article h3 img {
    float: left;
  }
}

.itembox {
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .itembox {
    flex-direction: column !important;
  }
}
.itembox .box {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .itembox .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.itembox .box article {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
}
.itembox .box article > div {
  font-size: 0.8em;
}
.itembox img {
  width: 350px !important;
  height: 350px !important;
  object-fit: cover !important;
}
.itembox h3 {
  font-size: 1.5em;
}

.listbox {
  background-color: #eee;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  width: 95%;
  margin: 20px auto 50px;
}
@media screen and (max-width: 834px) {
  .listbox {
    margin-bottom: 50px !important;
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .listbox {
    width: 95%;
  }
}
.listbox > article {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.listbox > article:before {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  display: inline-block;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top: -9px;
  left: -30px;
}
@media screen and (max-width: 640px) {
  .listbox > article:before {
    left: 2px;
  }
}
.listbox > article:after {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  display: inline-block;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom: -9px;
  right: -30px;
}
@media screen and (max-width: 640px) {
  .listbox > article:after {
    right: 2px;
  }
}
@media screen and (max-width: 640px) {
  .listbox {
    flex-direction: column !important;
  }
}
.listbox .box:last-child {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .listbox .box:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .listbox .box:last-child {
    width: 100%;
  }
}
.listbox .box:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .listbox .box:first-child {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .listbox .box:first-child {
    width: 100%;
  }
}
.listbox img {
  width: 350px !important;
  height: 350px !important;
  object-fit: cover !important;
}
@media screen and (max-width: 640px) {
  .listbox img {
    height: 280px !important;
  }
}
@media screen and (max-width: 640px) {
  .listbox {
    margin-bottom: 30px;
  }
}
.listbox h3 {
  font-size: 18px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.listbox h3 img {
  width: auto !important;
  height: auto !important;
  padding-right: 10px;
}

.flexbox02 {
  border: 1px solid #000;
  padding: 35px;
}
.flexbox02 h4 {
  background-color: #ddd;
  padding: 2px 10px;
  margin-bottom: 20px;
}
.flexbox02 h4 span {
  font-size: 1.3em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: italic;
  margin-right: 10px;
}
.flexbox02 .box {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.flexbox02 .box:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.lineup {
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .lineup {
    flex-direction: column !important;
  }
}
.lineup .box {
  width: 32%;
}
@media screen and (max-width: 640px) {
  .lineup .box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.lineup img {
  width: 380px !important;
  height: 300px !important;
  object-fit: cover !important;
}
@media screen and (max-width: 640px) {
  .lineup img {
    height: 200px !important;
  }
}

.ancbox {
  justify-content: space-between;
}
.ancbox .box {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .ancbox .box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ancbox .box .btn04 {
  background-color: #000;
  color: #fff !important;
  padding: 30px 15px;
  text-align: center;
  display: block !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ancbox .box .btn04 span {
  font-family: "Caveat", cursive !important;
  font-size: 1.5em;
  display: inline-block;
}
.ancbox .box .btn04:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/contents/ttlicon11.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 10%;
  top: 35%;
}
@media screen and (max-width: 834px) {
  .ancbox .box .btn04 {
    width: 100%;
  }
}
.ancbox .box .btn04 a {
  color: #fff !important;
}
.ancbox .box .btn04:hover {
  background-color: #333;
}
.ancbox .box .ver2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/contents/ttlicon09.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 10%;
  top: 35%;
}
.ancbox .box .ver3:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/contents/ttlicon12.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 10%;
  top: 35%;
}

@media screen and (max-width: 640px) {
  .hyo01 {
    margin: 20px 0 !important;
  }
}
.hyo01 td {
  padding: 10px !important;
  margin-bottom: 20px;
}
.hyo01 .ttl {
  width: 10%;
  border-bottom: 1px solid #989898 !important;
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .hyo01 .ttl {
    width: 15%;
  }
}
.hyo01 .ttl > div {
  font-weight: bold;
}
.hyo01 .right {
  border-bottom: 1px solid #ddd !important;
  width: 30%;
}

#anc1, #anc2, #anc3, #anc4, #anc5, #anc6, #anc7, #anc8 {
  margin-top: -180px;
  padding-top: 180px;
}

.imgtable {
  margin-top: 50px;
  margin: 0 20px;
}
.imgtable .inner {
  display: flex;
  justify-content: space-between !important;
}
@media screen and (max-width: 834px) {
  .imgtable .inner {
    padding: 0px !important;
  }
}
@media screen and (max-width: 640px) {
  .imgtable .inner {
    flex-direction: column;
  }
}
.imgtable .hyo01 {
  width: 60%;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .imgtable .hyo01 {
    width: 100%;
  }
}
.imgtable .ttl {
  width: 20% !important;
}
.imgtable img {
  width: 450px !important;
  height: 320px !important;
  object-fit: cover !important;
  margin-right: 20px;
  margin: 0 auto;
  text-align: center;
}
.imgtable .topttl {
  background-color: #eee;
}
.imgtable .topttl > div {
  font-size: 20px;
}

.qa {
  flex-direction: column !important;
  margin-top: 30px;
}
.qa .box article {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.qa .box article > div {
  width: 90%;
}
.qa .box:first-child h3 {
  margin-right: 20px;
  background-color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.qa .box:last-child {
  border-bottom: 1px dotted #7d7d7d;
}
.qa .box:last-child h3 {
  margin-right: 20px;
  background-color: #c19a52;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .blog .clearfix {
    flex-direction: column-reverse !important;
  }
}

.infobox td > div {
  font-size: 2.0em;
}

.btn05 {
  display: block;
  border: 1px solid #000;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  background: #ededea;
  z-index: 5;
  color: #000 !important;
  font-size: 0.5em !important;
}
.btn05 a {
  font-size: 0.5em !important;
}
.btn05:hover {
  background-color: #000;
  color: #fff !important;
}

.btn05:before {
  content: "";
  width: 18px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #000;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn05:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #000;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn05:hover:before {
  width: 20px;
  right: 10px;
  border-top: 1px solid #fff;
}

.btn05:hover:after {
  right: 10px;
  border-left: 2px solid #fff;
}

.is_entry p {
  color: #333;
  font-weight: bold;
  background-color: #eee;
  padding: 10px;
}

.flextbbox .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .flextbbox .inner {
    flex-direction: column !important;
  }
}
.flextbbox .flextb {
  width: 47%;
}
.flextbbox .flextb td {
  padding: 10px !important;
}
@media screen and (max-width: 640px) {
  .flextbbox .flextb {
    width: 100%;
    margin-bottom: 50px;
  }
}
.flextbbox .flextb h6 {
  display: block !important;
  border-bottom: 2px solid #333 !important;
  font-size: 1.8em;
  margin-bottom: 30px;
}
.flextbbox .flextb article div {
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .flextbbox .flextb article div {
    font-size: 1.1em;
  }
}
.flextbbox .flextb .txtbox {
  font-size: 0.8em;
}

.order ul li:nth-child(1) {
  display: none;
}
.order ul li:nth-child(2) {
  display: none;
}
.order ul li:nth-child(3) {
  display: none;
}
.order ul li:nth-child(4) {
  display: none;
}
.order ul li:nth-child(5) {
  display: none;
}

.flexlist {
  border: 1px solid #000;
  padding: 35px;
  margin-bottom: 50px;
}
.flexlist .box {
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  width: 100%;
  display: block;
}
.flexlist .box h3 {
  background-color: #000;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.flexlist .box:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.hyo02 td {
  padding: 10px !important;
}

#left_1 {
  display: block;
  margin-bottom: 20px;
  font-size: 0.8em;
}
#left_1 span {
  background-color: #000;
  padding: 2% 5%;
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.point dl:first-child dt:first-child {
  display: none !important;
}

/* 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: #000000;
}
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: #000000;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #000000;
}

.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: #000000;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #000000;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #000000;
}
.btn_org04 a:hover:before {
  color: #000000;
}

/* common */
.linkTel a {
  color: #000000;
}

.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 */
