/* ------------------------------------------------------
Font 
------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@200&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
/* ------------------------------------------------------
Breakpoint 
------------------------------------------------------ */
/* ------------------------------------------------------
Content 
------------------------------------------------------ */
.darts-Lbox {
  margin-bottom: 30px;
}

.darts-sbox {
  border: 1px solid #e6e6e6;
  background-color: #FFF;
  padding: 20px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .darts-sbox {
    display: block;
  }
}

.right-boxdarts {
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .right-boxdarts {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .right-boxdarts p {
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
}

.fl {
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .fl {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .fl {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.left-boxdarts {
  float: left;
  width: 354px;
}

.right-boxdarts .imgline,
.left-boxdarts .imgline {
  width: 105px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dart-title {
  font-size: 200%;
  border-bottom-width: 1px;
  border-left-width: 10px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #F79220;
  border-left-color: #F69220;
  margin-bottom: 20px;
  padding: 10px;
  background: none;
  line-height: 120%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .darts__gallery a {
    display: block;
  }
  .darts__gallery a:not(:first-child) {
    margin-top: 10px;
  }
  .darts__gallery a .imgline {
    width: 100%;
    height: auto;
  }
}

.imgline-pla2 {
  display: block;
  margin: 5px;
  padding-top: 25px;
  padding-right: 5px;
  padding-bottom: 50px;
  padding-left: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #dce3e3 #c1c1c1 #c1c1c1 #dce3e3;
  background-color: #FFF;
  background-image: url(../img/a3.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .imgline-pla2 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 10px;
    border: 0;
  }
}

.shop_name2 {
  background: #F69220;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  font-size: 120%;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.infotable {
  border: 1px solid #c0c0c0;
}
.infotable td {
  vertical-align: middle;
}

iframe {
  width: 100%;
  height: 400px;
  margin-top: 30px;
}

.td1 {
  background: url(../img/tb_back1.jpg) no-repeat;
  width: 152.1240234375;
  height: 65px;
  font-size: 1em;
  padding: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .td1 {
    width: auto;
    height: auto;
    padding: 10px;
    display: block;
    background: #F5ECCD;
    text-align: center;
    border-bottom: solid 1px #e6dcb9;
  }
}

.td2 {
  width: 595.7373046875;
  height: 65px;
  font-size: 13px;
  line-height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 847px;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .td2 {
    width: auto;
    background: none;
    border: none;
    display: block;
    height: auto;
    font-size: 100%;
    line-height: 150%;
  }
}