@charset "UTF-8";

#builingual {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  padding: 5px 10px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between !important;
}
.language {
  color: #333 !important;
  float: none !important;
  padding: 0 !important;
}
.switch {
  float: none !important;
  width: 33px;
  margin-left: 5px !important;
  display: block !important;
}
.switch input[type="checkbox"] {
  display: none;
}
.switch label {
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 5px 0 8px 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
div#builingual div.language select {
  margin: 0 !important;
  margin-left: 5px !important;
}
/* ON */
.switch label span:after {
  content: "OFF";
  font-size: 10px;
  font-weight: 500;
  color: #aaa;
}
.switch #cmn-toggle-1:checked + label {
  background-color: #ffca29;
  box-shadow: none;
}
.switch #cmn-toggle-1:checked + label span:after {
  content: "ON";
  color: #fff;
}
@media screen and (max-width: 834px) {
  #builingual select {
    padding: 4px 2px !important;
  }
}
@media screen and (max-width: 640px) {
  #builingual {
    top: auto;
    bottom: 0;
    right: 0;
    padding: 5px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
}

/*--------HEADER START--------*/
#nav-toggle{
  background:rgba(000,000,000,0.5);
}

#nav-toggle div{
  display:flex;
  flex-direction: column;
  justify-content: center;
  width:40px;
  height:40px;
  padding:10px;
  position:absolute;
  top:15px;
  right:0;
}

#nav-toggle:after{
  content:none;
} 
.open #nav-toggle:before {
  content:none;
}

.pcnone{
  display:none;
}

#nav-toggle div span{
  display:block;
  width:20px;
  height:2px;
  background:#fff;
}

#nav-toggle div span:not(:last-child){
  margin-bottom:3px;
}

.open #nav-toggle span:nth-child(1) {
  position:absolute;
  top:18px;
  margin-bottom:0;
}
.open #nav-toggle span:nth-child(2) {
  opacity:0;
}
.open #nav-toggle span:nth-child(3) {
  position:absolute;
  top:18px;
  margin-bottom:0;
}

.col2-tel a{
  display:inline-block;
  line-height:1.2;
}
.col2-sns a{
  display:inline-block;
  margin:0 5px;
}

.col2-contact{
  display:none;
}
.col2-contact a{
  display:inline-block;
  max-width:254px;
  min-width:254px;
  width:100%;
  margin-block:12px;
  padding: 0.65em 1em;
  line-height:1.2;
  text-align: center;
  border: 1px solid;
  font-family: "Lora", serif, "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
  font-size: 24px;
}

@media screen and (max-width:1024px){
  .pcnone{
    display:block;
  }
  .col2-tel{
    margin-right:0!important;
  }
  .spnone{
    display:none;
  }
  .col2-flex{
    flex-direction:column;
  }
  .col2-contact{
    display:block;
  }
}

/*--------HEADER END--------*/

.insta_slider .sns_list > div .sns_photo a {
  pointer-events: inherit !important;
}

article.sns div.sns_text {
  line-height: 1.9;
}

body > div,
body .blog {
  line-height: 1.9 !important;
}

/*--------アクセスstore,html--------*/
.access_box .box:nth-child(6){
  display:none;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 640px) {
  .access_box .box:nth-child(6){
    display:flex;
  }
}
