body {
  width:100%;
  height:auto;
  padding:0;
  margin:0;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#333;
  text-align:left;
  letter-spacing:1px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

ul {
  padding:0;
  margin:0;
}

p {
  margin:0 0 1.5em;
  font-size:16px;
  line-height:1.8;
}

*:focus {
  outline: none;
}

a {
  color:#003399;
  text-decoration:underline;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

a:hover {
  text-decoration:none;
}

a img:hover {
  opacity:0.6;
}

.sp {
  display:block;
}

.pc {
  display:none;
}

.red {
  color:red;
}

@media screen and (min-width:640px) {

.sp {
  display:none;
}

.pc {
  display:block;
}

}


header {
  width:100%;
  height:120px;
  border-bottom:solid 1px #ddd;
  background:#fff;
  position:fixed;
  top:0;
  z-index:1;
}

header .inner {
  width:auto;
  height:120px;
}

header h1 {
  margin:0;
  position:absolute;
  top:30px;
  left:20px;
  font-size:10px;
  line-height:1.6;
  font-weight:normal;
}

header #site-logo {
  width:140px;
  position:absolute;
  top:50px;
  left:20px;
}

header #site-logo img {
  width:100%;
}

@media screen and (min-width:640px) {

header {
  width:100%;
  height:125px;
  background:#fff;
  position:fixed;
  top:0;
}

header .inner {
  width:1200px;
  height:125px;
  margin:0 auto;
  position:relative;
}

header #site-logo {
  width:160px;
  height:auto;
  overflow:hidden;
  position:absolute;
  top:initial;
  bottom:15px;
  left:0;
}

header #site-logo a {
  display:block;
}

header h1 {
  margin:0;
  position:absolute;
  top:30px;
  left:0;
  font-size:14px;
  line-height:1.6;
  font-weight:normal;
}

}


header #gnavi {
  display:none;
}

@media screen and (min-width:640px) {

header #gnavi {
  width:900px;
  height:auto;
  position:absolute;
  bottom:15px;
  left:175px;
  display:flex !important;
  justify-content:space-evenly;
  flex-direction:row;
  flex-wrap:wrap;
  list-style-type:none !important;
  padding:0;
  z-index:2;
}

header #gnavi li {
  width:auto;
  height:auto;
  background:url(https://www.billiards-cues.jp/wp/wp-content/themes/cocoon-child-master/img/arrow_right_green.png) left top 17px no-repeat;
  background-size:8px;
  position:relative;
}

header #gnavi li a {
  display:block;
  padding:10px;
  border-bottom:solid 3px transparent;
  font-size:14px;
  line-height:1.6;
  color:#000;
  text-align:center;
  text-decoration:none;
}

header #gnavi li a:hover {
  border-bottom:solid 3px #215e11;
}

}


#header-sns {
  width: 100px;
  height: auto;
  position:absolute;
  bottom:5px;
  left:40px;
}

#header-sns ul {
  list-style-type:none;
  display:flex;
  justify-content:space-between;
}

#header-sns li {
  width:16%;
}

#header-sns li:nth-child(4) {
  width:20%;
}

#header-sns li img {
  width:100%;
}

@media screen and (min-width:640px) {

header #header-sns {
  width: auto;
  height: 24px;
  position:absolute;
  bottom:25px;
  left:initial;
  right:0;
}

header #header-sns ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

header #header-sns li {
  width:24px;
  float:left;
  margin:0 8px 0 0;
}

header #header-sns li:last-child {
  width:30px;
  margin:0;
}

}


header #rsite {
  display:none;
}

@media screen and (min-width:640px) {

header #rsite {
  display:block;
  width:fit-content;
  height:auto;
  margin:0 auto;
  position:absolute;
  top:10px;
  right:0;
}

header #rsite ul {
  display:flex;
  justify-content:space-between;
  flex-direction:row;
  flex-wrap:wrap;
  list-style-type:none;
  padding:0;
  margin:0;
}

header #rsite li {
  width:auto;
  height:auto;
  margin:0 2px;
}

header #rsite li a {
  display:block;
  padding:2px 10px;
  background:#215e11;
  border:solid 1px #215e11;
  border-radius:100px;
  font-size:12px;
  line-height:1.6;
  color:#fff;
  text-align:center;
  text-decoration:none;
}

header #rsite li a:hover {
  background:#fff;
  border:solid 1px #215e11;
  color:#000;
}

}


#wrapper {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:120px 10px 10px;
}

section {
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
}

section h2 {
  display:inline-block;
  width:100%;
  margin:15px 0 40px;
  position:relative;
  font-size:22px;
  line-height:1.6;
  text-align:center;
}

section h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #215e11;
  border-radius: 2px;
}

@media screen and (min-width:640px) {

#wrapper {
  width:1200px;
  height:auto;
  overflow:hidden;
  margin:145px auto 60px;
}

section {
  margin:0 0 40px;
}

section h2 {
  margin:30px 0 60px;
  font-size:30px;
  text-align:center;
}

section h2::before {
  width: 50px;
  height: 5px;
}

}


footer {
  border-top:solid 1px #ddd;
  width:100%;
  height:auto;
  overflow:hidden;
  padding:15px 0 20px;
}

footer .inner {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 auto;
}

footer #footer-link {
  width:auto;
  height:auto;
  margin:0 auto 10px;
}

footer #footer-link ul {
  display:flex;
  justify-content:space-evenly;
  flex-direction:row;
  flex-wrap:wrap;
  list-style-type:none;
  padding:0;
  margin:0;
}

footer #footer-link li {
  width:40%;
  height:auto;
}

footer #footer-link li a {
  display:block;
  padding:5px;
  border-bottom:solid 3px transparent;
  font-size:14px;
  line-height:1.6;
  color:#000;
  text-align:center;
}

footer #footer-link a:hover {
  border-bottom:solid 3px #215e11;
}

footer #footer-sns ul {
  list-style-type:none;
  width:auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-evenly;
  margin:0 auto 15px;
}

footer #footer-sns li {
  width:40%;
}

footer #footer-sns li img {
  width:100%;
}

footer #copyright {
  padding:10px;
  font-size:12px;
  line-height:1.6;
  text-align:center;
}

footer a {
  text-decoration:none;
}

@media screen and (min-width:640px) {

footer {
  border-top:solid 1px #ddd;
  width:100%;
  height:auto;
  overflow:hidden;
  padding:20px 0 30px;
}

footer .inner {
  width:1200px;
  height:auto;
  overflow:hidden;
  margin:0 auto;
}

footer #footer-link {
  width:500px;
  height:auto;
  margin:0 auto 20px;
}

footer #footer-link ul {
  display:flex;
  justify-content:space-around;
  flex-direction:row;
  flex-wrap:wrap;
  list-style-type:none;
  padding:0;
  margin:0;
}

footer #footer-link li {
  width:auto;
  height:auto;
}

footer #footer-link li a {
  display:block;
  padding:10px;
  border-bottom:solid 3px transparent;
  font-size:14px;
  line-height:1.6;
  color:#000;
  text-align:center;
}

footer #footer-link a:hover {
  border-bottom:solid 3px #215e11;
}

footer #footer-sns ul {
  list-style-type:none;
  width:900px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-evenly;
  margin:0 auto 30px;
}

footer #footer-sns li {
  width:200px;
}

footer #footer-sns li img {
  width:100%;
}

footer #copyright {
  font-size:14px;
  text-align:center;
}

}


#gototop {
  width:30px;
  bottom:10px;
  right:10px;
  position:fixed;
  z-index:9999;
}

#gototop img {
  width:100%;
}

@media screen and (min-width: 640px) {

#gototop {
  width:60px;
  bottom:15px;
  right:15px;
}

}


#mv {
  width:auto;
  height:auto;
  overflow:hidden;
  border:solid 1px #ddd;
  margin:0 0 30px;
}

#mv img {
  width:100%;
}

#mv .mv-left {
  width:auto;
  height:auto;
  overflow:hidden;
  position:relative;
  line-height:0;
  border-bottom:solid 1px #fff;
  box-sizing:border-box;
}

#mv .mv-left a {
  display:block;
  color:#000;
}

#mv .mv-left img {
  width:100%;
}

#mv .mv-left h3 {
  width:fit-content;
  padding:2px 8px;
  margin:0 5px;
  background:rgb(255 255 255 / 80%);
  border-radius:4px;
  position:absolute;
  bottom:5px;
  left:0;
  right:0;
  font-size:16px;
  line-height:1.4;
}

#mv .mv-right {
  width:auto;
  height:auto;
  overflow:hidden;
  line-height:0;
}

#mv .mv-right li {
  float:left;
  width:50%;
  height:auto;
  overflow:hidden;
  aspect-ratio:3/2;
  position:relative;
}

#mv .mv-right li:nth-child(1) {
  border-right:solid 1px #fff;
  border-bottom:solid 1px #fff;
  box-sizing:border-box;
}

#mv .mv-right li:nth-child(2) {
  border-bottom:solid 1px #fff;
  box-sizing:border-box;
}

#mv .mv-right li:nth-child(3) {
  border-right:solid 1px #fff;
  box-sizing:border-box;
}

#mv .mv-right li:nth-child(4) {
  border-bottom:solid 1px #fff;
  box-sizing:border-box;
}

#mv .mv-right li a {
  display:block;
  color:#000;
}

#mv .mv-right li img {
  width:100%;
  height:auto;
  aspect-ratio:3 / 2;
  object-fit:cover;
}

#mv .mv-right li li {
  width:100%;
}

#mv .mv-right li li img {
  width:100%;
}

#mv .mv-right h3 {
  width:fit-content;
  padding:2px 6px;
  margin:0 10px;
  background:rgb(255 255 255 / 80%);
  border-radius:4px;
  position:absolute;
  bottom:5px;
  left:0;
  right:0;
  font-size:12px;
  line-height:1.4;
}

@media screen and (min-width: 640px) {

#mv {
  width:1200px;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
}

#mv .mv-left {
  float:left;
  width:600px;
  height:400px;
  overflow:hidden;
  position:relative;
  border-right:solid 1px #fff;
  box-sizing:border-box;
}

#mv .mv-left a {
  display:block;
  color:#000;
}

#mv .mv-left h3 {
  width:fit-content;
  padding:5px 15px;
  margin:0 10px;
  background:rgb(255 255 255 / 80%);
  border-radius:4px;
  position:absolute;
  bottom:10px;
  left:0;
  right:0;
  font-size:24px;
  line-height:1.6;
}

#mv .mv-right {
  float:right;
  width:600px;
  height:400px;
  overflow:hidden;
}

#mv .mv-right li {
  float:left;
  width:300px;
  height:200px;
  overflow:hidden;
  position:relative;
}

#mv .mv-right li a {
  display:block;
  color:#000;
}

#mv .mv-right h3 {
  width:fit-content;
  padding:5px 10px;
  margin:0 10px;
  background:rgb(255 255 255 / 80%);
  border-radius:4px;
  position:absolute;
  bottom:10px;
  left:0;
  right:0;
  font-size:14px;
  line-height:1.6;
}

}


section ul {
  list-style-type:none;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

section ul::after {
  content:"";
  display:block;
  width:49%;
}

section li {
  width:49%;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

section li img {
  width:100%;
  height:auto;
  aspect-ratio:3 / 2;
  object-fit:cover;
  border:solid 1px #ddd;
  box-sizing:border-box;
  margin:0 0 5px;
}

section a h3 {
  clear:both;
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#003399;
  text-decoration:underline;
}

section a h3:hover {
  text-decoration:none;
}

section a .date {
  display:block;
  margin:0 0 5px;
  font-size:12px;
  line-height:1.6;
  color:#000;
  text-decoration:none;
}

@media screen and (min-width: 640px) {

section ul {
  list-style-type:none;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

section ul::after {
  width:280px;
}

section li {
  width:280px;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
}

section li img {
  width:100%;
  height:auto;
  aspect-ratio:3 / 2;
  object-fit:cover;
  border:solid 1px #ddd;
  box-sizing:border-box;
  margin:0 0 5px;
}

section a h3 {
  clear:both;
  margin:0;
  font-size:16px;
  line-height:1.6;
  color:#003399;
  text-decoration:underline;
}

section a h3:hover {
  text-decoration:none;
}

section a .date {
  display:block;
  margin:0 0 5px;
  font-size:14px;
  line-height:1.6;
  color:#000;
  text-decoration:none;
}

}


.spo {
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

.spo ul {
  list-style-type:none;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:0;
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
}

.spo li {
  width:46% !important;
  text-align:center !important;
  padding:0 !important;
  margin:0 0 10px !important;
  border:none !important;
}

.spo li img {
  width:100% !important;
  border:solid 1px #ddd !important;
  box-sizing:border-box !important;
  margin:0 !important;
  aspect-ratio:initial !important;
}

.spo-col1 li {
  width:200px !important;
}

@media screen and (min-width: 640px) {

.spo {
  margin:0 0 30px !important;
}

.spo ul {
  justify-content:space-evenly !important;
  flex-wrap:wrap !important;
}

.spo li {
  width:18% !important;
  margin:0 !important;
  text-align:center !important;
}

.spo-col1 li {
  width:300px !important;
}

}

.own {
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

.own ul {
  list-style-type:none;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:0;
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
}

.own li {
  width:85% !important;
  text-align:center !important;
  padding:0 !important;
  margin:0 auto 10px !important;
  border:none !important;
}

.own li img {
  width:100% !important;
  border:solid 1px #ddd !important;
  box-sizing:border-box !important;
  margin:0 !important;
  aspect-ratio:initial !important;
}

@media screen and (min-width: 640px) {

.own {
  margin:0 0 30px !important;
}

.own ul {
  justify-content:space-evenly !important;
  flex-wrap:wrap !important;
}

.own li {
  width:48% !important;
  margin:0 !important;
  text-align:center !important;
}

.own li img {
  width:85% !important;

}

}


.main-cont {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

.main-cont .pankuzu {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 15px;
}

.main-cont .pankuzu ul {
  list-style-type:none;
}

.main-cont .pankuzu li {
  float:left;
  margin-right:5px;
  font-size:10px;
  line-height:1.6;
}

.main-cont h1 {
  margin:20px 0;
  font-size:22px;
  line-height:1.6;
}

.date {
  float:left;
  width:fit-content;
  margin:0 10px 5px 0;
  font-size:12px;
  line-height:1.6;
  font-weight:bold;
  color:#ff9800;
}

.ic-cat {
  float:left;
  width:fit-content;
  margin:0 10px 5px 0;
}

.ic-cat a {
  pointer-events:none;
  float:left;
  display:table;
  padding:2px 6px;
  background:#003399;
  margin-right:5px;
  font-size:10px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
}

.ic-place {
  float:left;
  display:table;
  width:fit-content;
  padding:2px 6px;
  background:#215e11;
  margin:0 10px 5px 0;
  font-size:10px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
}

.freearea div.ch_catch,
.freearea p.ch_catch{
  clear:both;
  padding:5px 10px;
  border-bottom:solid 1px #215e11;
  margin:0 0 20px;
  font-weight:bold;
  font-size:18px;
  line-height:1.6;
  color:#215e11;
}

.main-image,
.pic_main,
.pic_main2 {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 auto 20px;
}

.main-image img,
.pic_main img,
.pic_main2 img {
  width:100%;
  height:auto;
  margin:0 0 5px;
}

.pic_main p,
.pic_main2 p {
  margin:0;
  font-size:14px;
  line-height:1.6;
  text-align:center;
}

.right-cont {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
}

.right-cont ul {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
}

.right-cont ul.subnavi {
  margin:0;
}

.right-cont li {
  width:auto;
  height:auto;
  overflow:hidden;
  background:#fff;
  border-top:solid 1px #ddd;
  border-left:solid 1px #ddd;
  border-right:solid 1px #ddd;
  box-sizing:border-box;
}

.right-cont li:last-child {
  border-bottom:solid 1px #ddd;
}

.right-cont li a {
  text-decoration:none;
}

.right-cont .accHead {
  width:auto;
  height:auto;
  overflow:hidden;
  border-top:solid 1px #ddd;
  border-left:solid 1px #ddd;
  border-right:solid 1px #ddd;
  box-sizing:border-box;
}

.right-cont .brdb {
  border-bottom:solid 1px #ddd;
}

.right-cont .brdtn {
  border-top:none;
}

.right-cont li a,
.accHead {
  display:block;
  padding:10px;
  font-size:14px;
  line-height:1.6;
  color:#000;
}

.right-cont li a:hover {
  background:#215e11;
  color:#fff;
}

@media screen and (max-width: 640px) {

#catlist {
  position:initial !important;
  top:initial !important;
  display:block !important;
}

}

@media screen and (min-width: 640px) {

.main-cont {
  float:left;
  width:880px;
  height:auto;
  overflow:hidden;
  margin:0 0 40px;
}

.main-cont .pankuzu {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 15px;
}

.main-cont .pankuzu ul {
  list-style-type:none;
}

.main-cont .pankuzu li {
  float:left;
  margin-right:5px;
  font-size:12px;
  line-height:1.6;
}

.main-cont h1 {
  margin:30px 0;
  font-size:30px;
  line-height:1.6;
}

.date {
  float:left;
  width:fit-content;
  margin:0 10px 5px 0;
  font-size:14px;
  line-height:1.6;
  font-weight:bold;
  color:#ff9800;
}

.ic-cat {
  float:left;
  width:fit-content;
  margin:0 10px 5px 0;
}

.ic-cat a {
  pointer-events:none;
  float:left;
  display:table;
  padding:2px 6px;
  background:#003399;
  margin-right:5px;
  font-size:10px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
}

.ic-place {
  float:left;
  display:table;
  width:fit-content;
  padding:2px 6px;
  background:#215e11;
  margin:0 10px 5px 0;
  font-size:10px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
}

.freearea div.ch_catch,
.freearea p.ch_catch{
  clear:both;
  padding:5px 10px;
  border-bottom:solid 1px #215e11;
  margin:0 0 20px;
  font-weight:bold;
  font-size:22px;
  line-height:1.6;
  color:#215e11;
}

.main-image,
.pic_main {
  width:600px;
  height:auto;
  overflow:hidden;
  margin:0 auto 20px;
}

.main-image img,
.pic_main img {
  width:100%;
  height:auto;
}

.pic_main p {
  margin:0;
  font-size:14px;
  line-height:1.6;
  text-align:center;
}

.pic_main2 {
  width:400px;
  height:auto;
  overflow:hidden;
  margin:0 auto 20px;
}

.pic_main2 img {
  width:100%;
  height:auto;
}

.pic_main2 p {
  margin:0;
  font-size:14px;
  line-height:1.6;
  text-align:center;
}

.right-cont {
  float:right;
  width:300px;
  height:1400px;
  overflow:hidden;
}

.right-cont ul {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
}

.right-cont li {
  width:300px;
  height:auto;
  overflow:hidden;
  border-top:solid 1px #ddd;
  border-left:solid 1px #ddd;
  border-right:solid 1px #ddd;
  box-sizing:border-box;
}

.right-cont li:last-child {
  border-bottom:solid 1px #ddd;
}

.right-cont .accHead {
  width:300px;
  height:auto;
  overflow:hidden;
  border-top:solid 1px #ddd;
  border-left:solid 1px #ddd;
  border-right:solid 1px #ddd;
  box-sizing:border-box;
}

.right-cont .brdb {
  border-bottom:solid 1px #ddd;
}

.right-cont .brdtn {
  border-top:none;
}

.right-cont li a,
.accHead {
  display:block;
  padding:10px;
  font-size:14px;
  line-height:1.6;
  color:#000;
}

.right-cont li a:hover {
  background:#215e11;
  color:#fff;
}

.right-cont .accHead:hover {
  cursor:pointer;
}

.subnaviwrap {
  width:300px;
  height:auto;
  overflow:hidden;
}

}


#cont04 h3,
#skillup-cont h3 {
  padding:5px;
  border-bottom:solid 1px #000;
  margin:0 0 15px;
  font-size:18px;
  line-height:1.6;
}

#cont04 li,
#skillup-cont li {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

#cont04 li .image,
#skillup-cont .image {
  float:left;
  width:38%;
  height:auto;
  overflow:hidden;
}

#cont04 li .image img,
#skillup-cont .image img {
  width:100%;
}

#cont04 li .text,
#skillup-cont .text {
  float:right;
  width:58%;
  height:auto;
  overflow:hidden;
  padding:0 0 45px;
  position:relative;
}

#cont04 li .text p,
#skillup-cont .text p {
  margin:0;
  font-size:14px;
  line-height:1.6;
}

#cont04 li .btn,
#skillup-cont .btn {
  width:auto;
  height:auto;
  overflow:hidden;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}

#cont04 li .btn a,
#skillup-cont .btn a {
  display:block;
  width:fit-content;
  height:auto;
  padding:4px 20px;
  background-color:#215e11;
  border-radius:100px;
  margin:0 auto;
  font-size:16px;
  line-height:1.6;
  color:#fff;
  text-align:center;
  text-decoration:none;
}

#cont04 li .btn a:hover,
#skillup-cont .btn a:hover {
  opacity:0.6;
}

@media screen and (min-width: 640px) {

#cont04 ul,
#skillup-cont ul {
  display:flex;
  
}

#cont04 h3,
#skillup-cont h3 {
  padding:8px;
  border-bottom:solid 1px #000;
  margin:0 0 20px;
  font-size:22px;
  line-height:1.6;
}

#cont04 li,
#skillup-cont li {
  width:49%;
  height:auto;
  overflow:hidden;
}

#cont04 li .image,
#skillup-cont .image {
  float:left;
  width:48%;
  height:auto;
  overflow:hidden;
}

#cont04 li .image img,
#skillup-cont .image img {
  width:100%;
}

#cont04 li .text,
#skillup-cont .text {
  float:right;
  width:50%;
  height:auto;
  overflow:hidden;
  padding:0 0 55px;
}

#cont04 li .text p,
#skillup-cont p {
  font-size:16px;
}

}


/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: absolute;
  right: 20px;
  top: 60px;
  width: 40px;
  height: 35px;
  cursor: pointer;
  user-select: none;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 40px;
  height: 5px;
  right: 0;
  background-color: #000;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 15px;
}

.hamburger__line--3 {
  top: 29px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  padding:40px 0;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

.sp-nav a {
  text-decoration:none;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.sp-nav ul {
  list-style-type:none;
}

.sp-nav li {
  height:38px;
  line-height:38px;
  background:url(https://www.billiards-cues.jp/wp/wp-content/themes/cocoon-child-master/img/arrow_right_green.png) left 20px center no-repeat;
  background-size:12px;
}

.sp-nav a {
  display:block;
  padding:0 0 0 40px;
  font-size:14px;
  color:#000;
  -webkit-tap-highlight-color:rgb(231,247,227);
  cursor:pointer;
}

.sp-nav a:active {
  background-color:rgb(231,247,227);
}

#js-hamburger {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

@media screen and (min-width:640px) {

#nav-wrapper {
  display:none;
}

}


.video-wrap {
  display:block;
  width:100%;
  height:auto;
  overflow:hidden;
  margin:0 auto 30px;
}

.video-wrap iframe {
  width:100%;
  height:100%;
  aspect-ratio:16 / 9;
  margin:0;
}

.image-wrap {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

.image-wrap img {
  display:block;
  width:85%;
  margin:0 auto;
}

.image-wrap ul {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  list-style-type:none;
  padding:0;
  margin:0;
}

.image-wrap li {
  width:48%;
}

.image-wrap li img {
  width:100%;
  border:solid 1px #ddd;
  box-sizing:border-box;
}

@media screen and (min-width: 640px) {

.video-wrap {
  width:80%;
  margin:0 auto 50px;
}

.image-wrap {
  margin:0 0 30px;
}

.image-wrap img {
  width:auto;
  max-width:600px;
}

}


.relate-item {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
}

.relate-item ul {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  list-style-type:none;
  padding:0;
  margin:0;
}

.relate-item ul::after {
  content:"";
  display:block;
  width:48%;
}

.relate-item li {
  width:48%;
  margin:0 0 20px;
}

.relate-item li img {
  display:block;
  width:80%;
  border:solid 1px #ddd;
  box-sizing:border-box;
  margin:0 auto 5px;
}

.relate-item h4 {
  border-bottom:none !important;
  padding:0 !important;
  margin:0 !important;
  font-size:16px !important;
  line-height:1.6 !important;
}


@media screen and (min-width: 640px) {

.relate-item {
  margin:0 0 50px;
}

.relate-item ul::after {
  width:30%;
}

.relate-item li {
  width:30%;
}

}


.profile-box {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
}

.profile-box h3 {
  padding:5px 0 !important;
  border-bottom:1px solid #000 !important;
  font-size:16px !important;
  line-height:1.6 !important;
  color:#000 !important;
  margin:0 0 15px !important;
}

.profile-box p {
  font-size:14px !important;
}

@media screen and (min-width: 640px) {

.profile-box {
  margin:0 0 50px;
}

.profile-box h3 {
  font-size:18px !important;
}

}





.pagination {
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
  clear:both;
}

.pagination span,
.pagination a {
  display: inline-block;
  padding: 3px 6px;
  background: #fff;
  border: 1px solid #000;
  font-size:16px;
  font-weight:bold;
  color:#000;
  vertical-align: middle;
  text-decoration: none;
}

.pagination a:hover {
  background: #215e11;
  color:#fff;
}

.pagination a.prev,
.pagination a.next {
  border: none;
  color:#003399;
}

.pagination span.icn-prev,
.pagination span.icn-next {
  border: none;
  color:#003399;
}

.pagination a.prev:hover,
.pagination a.next:hover {
  background: none;
  color:#d70000;
}

.pagination span.icn-prev:hover,
.pagination span.icn-next:hover {
  color:#ffc107;
}

.pagination span.current {
  background:#215e11;
  color:#fff;
}

@media screen and (min-width: 640px) {

.pagination {
  margin: 0 0 10px;
  padding: 15px;
  text-align: center;
  clear:both;
}

.pagination span,
.pagination a {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #000;
  font-size:16px;
  font-weight:bold;
  vertical-align: middle;
  text-decoration: none;
}

.pagination a.prev,
.pagination a.next {
  border: none;
  color:#003399;
}

.pagination span.icn-prev,
.pagination span.icn-next {
  border: none;
  color:#003399;
}

.pagination a.prev:hover,
.pagination a.next:hover {
  background: none;
  color:#d70000;
}

}



table.effect {
  clear:both;
  width:100%;
  border:1px solid #b4b4b4;
  border-collapse:collapse;
  margin:0 0 20px;
}

table.effect th {
  width:25%;
  border:1px solid #b4b4b4;
  background:#215e11;
  color:#fff;
  padding:10px;
  font-size:16px;
  line-height:1.6;
  text-align:left;
}

table.effect td {
  border:1px solid #b4b4b4;
  background:#fff;
  padding:10px;
  font-size:16px;
  line-height:1.6;
}

@media screen and (min-width: 640px) {

table.effect {
  margin:0 0 30px;
}

table.effect th,
table.effect td {
  padding:15px;
  font-size:16px;
}

}


.date {
  float:left;
  width:fit-content;
  margin:0 10px 5px 0;
  font-size:12px !important;
  line-height:1.6;
  font-weight:bold;
  color:#ff9800;
}

.ic-cat {
  float:left;
  width:fit-content;
  margin:0 10px 5px 0;
}

.ic-cat a {
  pointer-events:none;
  float:left;
  display:table;
  padding:2px 6px;
  background:#003399;
  margin-right:5px;
  font-size:12px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
}

.ic-place {
  float:left;
  display:table;
  width:fit-content;
  padding:2px 6px;
  background:#215e11;
  margin:0 10px 5px 0;
  font-size:12px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
}

.schedule-list {
  width:auto;
  height:auto;
  overflow:hidden;
}

.schedule-list li {
  clear:both;
  width:100%;
  height:auto;
  overflow:hidden;
  padding:5px 0;
  border-bottom:dotted 1px #000;
  margin:0 0 5px;
}

.schedule-list .icon {
  display:block;
  width:fit-content;
  height:auto;
  overflow:hidden;
}

.schedule-list .title {
  display:block;
}

.schedule-list .title a {
  font-size:14px;
  line-height:1.6;
  font-weight:bold;
}

@media screen and (min-width: 640px) {

.date {
  font-size:14px !important;
}

.ic-cat a {
  font-size:12px;
}

.ic-place {
  font-size:12px;
}

.schedule-list li {
  padding:10px 0;
  margin:0 0 10px;
}

.schedule-list .title a {
  font-size:16px;
}

}


#bnavi h3 {
  font-size:20px;
  color:#e91e63;
}

.bnavi-lead {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:15px;
  border:solid 3px #ddd;
  margin:0 0 20px;
}

.bnavi-lead p {
  margin:0 0 1em;
  text-align:left;
}

@media screen and (min-width: 640px) {

#bnavi h3 {
  font-size:24px;
}

.bnavi-lead {
  padding:20px;
  border:solid 5px #ddd;
  margin:0 0 30px;
}

.bnavi-lead p {
  text-align:center;
}

}


.area-select table {
  border-collapse: collapse;
  border-spacing: 0;
}

.area-select tr,
.bnav_tb tr{
	border:#CCC 1px solid;
}

.area-select th {
	width:12.5%;
	padding:5px !important;
	font-size:12px;
	line-height:18px;
	color:#FFF;
	font-weight:bold;
	background:#215e11;
	text-align:center;
}

.area-select {
  display:block;
  margin:0 0 30px;
}

.area-select td {
	width:12.5%;
	padding:5px !important;
	font-size:12px;
	line-height:18px;
	border:#CCC 1px solid;
	background:#fafafa;
	text-align:center;
}

.japanMap {
  display:none;
}

table.schedule {
    width: auto;
}

iframe {
  width:360px;
  height:203px;
}

.entry-head {
  width: auto;
  height: auto;
  position: relative;
}

.relate-link {
  width: auto;
  height: auto;
  overflow: hidden;
  position: inherit;
  margin:0 0 10px;
}

.relate-link ul {
  list-style-type:none;
}

.relate-link li:first-child {
  font-size:12px;
  color:#215e11;
}

.relate-link li {
    width: auto !important;
    height: auto;
    margin: 0 2px !important;
    float: left;
    font-weight: normal;
    text-align: center;
}

.relate-link li a {
    display: block;
    height: 15px;
    padding: 3px 6px;
    background: #fff;
    border: solid 1px #215e11;
    border-radius: 15px;
    line-height: 15px;
    outline: 0;
    
    font-size: 12px;
    color: #215e11;
    text-decoration: none;
}

.relate-link li a:hover {
  opacity:0.6;
}

ul.todoufuken {
	margin:0 0 30px 0;
	padding:0;
	line-height:1.6em;
	font-size:92%;
	}

ul.todoufuken li {
	font-weight:bold;
	margin:0;
	padding:5px 0;
	list-style:none;
	border-top:1px dotted #aaa;
	overflow:hidden;
	}

ul.todoufuken li:first-child {
	border-top:none;
}

ul.todoufuken ul {
	margin:0;
	padding:0;
	float:right;
	width:390px;
	}


ul.todoufuken ul li {
	padding:0 0 0 15px;
	font-weight:normal;
	float:left;
	border-top:none;
	}

ul.todoufuken span {
	color:#ccc;
	}

.bnav_tb em,
.bnav_cat em{
	white-space:nowrap;
	display:inline-block;
	background:#ff6b00;
	font-style:normal;
	color:#fff;
	padding:3px 5px 2px;
	margin-bottom:10px;
	border-radius:3px;
	font-size:11px;
	line-height:1.3;
}


.bnav_tb em.new{
	background:#ea0000;
	padding:3px 5px 2px;
	font-size:13px;
	margin-bottom:0px;
}

.bnav_tb th {
  width:30%;
  padding:10px;
  background:#215e11;
  font-size:16px;
  line-height:1.6;
  color:#fff;
}

.area-select td {
  padding:10px;
  font-size:14px;
  line-height:1.6;
}

.bnav_tb td {
  padding:10px;
  font-size:16px;
  line-height:1.6;
}

.bnav_cat {
  width: auto;
  float: left;
  margin: 0 5px 0 0;
}

.shop-name {
  font-size:16px;
  line-height:28px;
  font-weight:bold;
  color:#ff9900;
  text-decoration:underline;
}

.shop-name:hover {
  color: #003399;
}

.youtube {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.google-map {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
  aspect-ratio: 16/9;
}

.google-map iframe {
  width: 100%;
  height: 100%;
}


ol.tokyotokuList {
	margin:0 0 30px -10px;
	padding:0;
	overflow:hidden;
	}

ol.tokyotokuList li {
	display:block;
	width:180px;
	float:left;
	margin:10px 0 0 10px;
	padding:0;
	list-style:none;
	line-height:1;
	font-size:118%;
	}

ol.tokyotokuList li a {
	display:block;
	border:1px solid #666;
	background:#fff;
	text-align:center;
	padding:8px 10px;
	font-weight:bold;
	text-decoration:none;
	}

ol.tokyotokuList li a:hover {
	background:#007800;
	color:#fff;
	}

ol.tokyotokuList li span {
	display:block;
	border:1px solid #ddd;
	background:#fff;
	color:#999;
	padding:8px 10px;
	text-align:center;
	}

#bnav_info {
  clear:both;
  margin:20px 0 0;
}

.bnavi-info {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px 15px 20px;
  background:#fbf9e5;
  margin:0 0 30px;
  font-size:14px;
  line-height:1.6;
}

.bnavi-info h6 {
  border-bottom:dotted 1px #000;
  padding:8px 0;
  margin:0 0 10px;
  font-size:18px;
  line-height:1.6;
}

.bnavi-info span {
  font-size:14px;
  line-height:1.6;
}

.bnav_tb {
  width:100%;
  border:#CCC 1px solid;
  border-collapse:collapse;
  margin:0 0 30px;
}

@media screen and (min-width: 640px) {

.bnavi-h2 {
  border-bottom: solid 1px #ff9800 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #ff9800 !important;
  background: none !important;
  padding: 0 !important;
}

.dojo-sample {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:15px 0;
}

.dojo-sample .cap {
  clear:both;
  text-align:center;
}

.dojo-sample .left {
  float:left;
  width:253px;
}

.dojo-sample .left img {
  width:100%;
}

.dojo-sample .right {
  float:right;
  width:450px;
}

.dojo-sample .right iframe {
  width:100% !important;
  height:253px !important;
}

.dojo-sample .btn-wrap {
  width:100%;
  text-align:center;
}

.dojo-sample .btn-wrap a {
  display:inherit;
  margin:10px auto 0;
  color:#fff;
}

.area-select {
  display:none;
}

.japanMap {
  display:block;
}

.japanMap {
	position:relative;
	width:508px;
	margin:30px auto 30px;
	}

.japanMap ul {
	margin:0;
	padding:0;
	}

.japanMap ul li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	}

.japanMap ul li#map_hokkaido{
	left: 403px;
	top: 5px;
}
.japanMap ul li#map_aomori{
	left: 403px;
	top: 103px;
}
.japanMap ul li#map_iwate{
	left: 452px;
	top: 132px;
}
.japanMap ul li#map_akita{
	left: 403px;
	top: 132px;
}
.japanMap ul li#map_miyagi{
	left: 452px;
	top: 161px;
}
.japanMap ul li#map_yamagata{
	left: 403px;
	top: 161px;
}
.japanMap ul li#map_fukushima{
	left: 403px;
	top: 190px;
}
.japanMap ul li#map_tochigi{
	left: 452px;
	top: 219px;
}
.japanMap ul li#map_gunma{
	left: 403px;
	top: 219px;
}
.japanMap ul li#map_ibaraki{
	left: 452px;
	top: 248px;
}
.japanMap ul li#map_saitama{
	left: 403px;
	top: 248px;
}
.japanMap ul li#map_tokyo_all{
	left: 403px;
	top: 277px;
}
.japanMap ul li#map_chiba{
	left: 452px;
	top: 277px;
}
.japanMap ul li#map_kanagawa{
	left: 403px;
	top: 306px;
}
.japanMap ul li#map_yamanashi{
	left: 354px;
	top: 277px;
}
.japanMap ul li#map_nagano{
	left: 354px;
	top: 219px;
}
.japanMap ul li#map_niigata{
	left: 354px;
	top: 161px;
}
.japanMap ul li#map_toyama{
	left: 305px;
	top: 190px;
}
.japanMap ul li#map_ishikawa{
	left: 256px;
	top: 190px;
}
.japanMap ul li#map_fukui{
	left: 256px;
	top: 219px;
}
.japanMap ul li#map_shizuoka{
	left: 305px;
	top: 306px;
}
.japanMap ul li#map_gifu{
	left: 305px;
	top: 219px;
}
.japanMap ul li#map_aichi{
	left: 305px;
	top: 277px;
}
.japanMap ul li#map_mie{
	left: 207px;
	top: 277px;
}
.japanMap ul li#map_shiga{
	left: 256px;
	top: 248px;
}
.japanMap ul li#map_kyoto{
	left: 207px;
	top: 219px;
}
.japanMap ul li#map_osaka{
	left: 158px;
	top: 277px;
}
.japanMap ul li#map_hyogo{
	left: 158px;
	top: 219px;
}
.japanMap ul li#map_nara{
	left: 207px;
	top: 248px;
}
.japanMap ul li#map_wakayama{
	left: 158px;
	top: 306px;
}
.japanMap ul li#map_tottori{
	left: 109px;
	top: 219px;
}
.japanMap ul li#map_shimane{
	left: 60px;
	top: 219px;
}
.japanMap ul li#map_okayama{
	left: 109px;
	top: 248px;
}
.japanMap ul li#map_hiroshima{
	left: 60px;
	top: 248px;
}
.japanMap ul li#map_yamaguchi{
	left: 11px;
	top: 219px;
}
.japanMap ul li#map_tokushima{
	left: 85px;
	top: 317px;
}
.japanMap ul li#map_kagawa{
	left: 85px;
	top: 288px;
}
.japanMap ul li#map_ehime{
	left: 36px;
	top: 288px;
}
.japanMap ul li#map_kochi{
	left: 36px;
	top: 317px;
}
.japanMap ul li#map_fukuoka{
	left: 60px;
	top: 357px;
}
.japanMap ul li#map_saga{
	left: 11px;
	top: 357px;
}
.japanMap ul li#map_nagasaki{
	left: 11px;
	top: 386px;
}
.japanMap ul li#map_oita{
	left: 109px;
	top: 357px;
}
.japanMap ul li#map_kumamoto{
	left: 60px;
	top: 386px;
}
.japanMap ul li#map_miyazaki{
	left: 109px;
	top: 386px;
}
.japanMap ul li#map_kagoshima{
	left: 60px;
	top: 415px;
}
.japanMap ul li#map_okinawa{
	left: 109px;
	top: 60px;
}

ul.todoufuken {
	margin:0 0 30px 0;
	padding:0;
	line-height:1.6em;
	font-size:92%;
	}

ul.todoufuken li {
	font-weight:bold;
	margin:0;
	padding:5px 0;
	list-style:none;
	border-top:1px dotted #aaa;
	overflow:hidden;
	}

ul.todoufuken li:first-child {
	border-top:none;
}

ul.todoufuken ul {
	margin:0;
	padding:0;
	float:right;
	width:390px;
	}


ul.todoufuken ul li {
	padding:0 0 0 15px;
	font-weight:normal;
	float:left;
	border-top:none;
	}

ul.todoufuken span {
	color:#ccc;
	}

.bnav_tb {
	width:100%;
	border:#CCC 1px solid;
	border-collapse:collapse;
	margin:0 0 50px;
}

.area-select td {
	width:100%;
	border:#CCC 1px solid;
	border-collapse:collapse;
}

.area-select tr,
.bnav_tb tr{
	border:#CCC 1px solid;
}

.area-select th,
.bnav_tb th {
	color:#FFF;
	font-weight:bold;
	background:#215e11;
	width:140px;
	padding:15px;
}

.bnav_tb em,
.bnav_cat em{
	white-space:nowrap;
	display:inline-block;
	background:#ff6b00;
	font-style:normal;
	color:#fff;
	padding:3px 5px 2px;
	margin-bottom:10px;
	border-radius:3px;
	font-size:11px;
	line-height:1.3;
}


.bnav_tb em.new{
	background:#ea0000;
	padding:3px 5px 2px;
	font-size:13px;
	margin-bottom:0px;
}

.area-select td,
.bnav_tb td{
	padding:15px;
	word-break:break-all;
}

.bnav_cat {
  width: auto;
  float: left;
  margin: 0 5px 0 0;
}

.shop-name {
  font-size:16px;
  line-height:28px;
  font-weight:bold;
  color:#ff9900;
  text-decoration:underline;
}

.shop-name:hover {
  color: #003399;
}


ol.tokyotokuList {
	margin:0 0 30px -10px;
	padding:0;
	overflow:hidden;
	}

ol.tokyotokuList li {
	display:block;
	width:180px;
	float:left;
	margin:10px 0 0 10px;
	padding:0;
	list-style:none;
	line-height:1;
	font-size:118%;
	}

ol.tokyotokuList li a {
	display:block;
	border:1px solid #666;
	background:#fff;
	text-align:center;
	padding:8px 10px;
	font-weight:bold;
	text-decoration:none;
	}

ol.tokyotokuList li a:hover {
	background:#007800;
	color:#fff;
	}

ol.tokyotokuList li span {
	display:block;
	border:1px solid #ddd;
	background:#fff;
	color:#999;
	padding:8px 10px;
	text-align:center;
	}

#bnav_info {
  margin:20px 0 0;
}

.bnavi-info {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px 15px 20px;
  background:#fbf9e5;
  margin:0 0 30px;
  font-size:14px;
  line-height:1.6;
}

.bnavi-info h6 {
  border-bottom:dotted 1px #000;
  padding:8px 0;
  margin:0 0 10px;
  font-size:18px;
  line-height:1.6;
}

.bnavi-info span {
  font-size:14px;
  line-height:1.6;
}

}


.bnavi-box {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

.bnavi-box .btn-more {
  width:auto;
  height:auto;
  overflow:hidden;
}

.bnavi-box .btn-more a {
  display:block;
  width:200px;
  height:35px;
  background:url(/wp/wp-content/themes/cocoon-child-master/img/linkicon_more_w.png) right 10px center no-repeat;
  background-size:14px;
  background-color:#ff9800;
  border-radius:100px;
  margin:0 auto;
  font-size:16px;
  line-height:35px;
  color:#fff;
  text-align:center;
  text-decoration:none;
}

.bnavi-box .btn-more a:hover {
  opacity:0.6;
}

@media screen and (min-width: 640px) {

.bnavi-box {
  margin:0 0 30px;
}

.bnavi-box .btn-more a {
  display:block;
  width:300px;
  height:50px;
  background:url(/wp/wp-content/themes/cocoon-child-master/img/linkicon_more_w.png) right 10px center no-repeat;
  background-size:14px;
  background-color:#ff9800;
  font-size:18px;
  line-height:50px;
}

}


.btn-back,
.btn-form {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

.btn-back a,
.btn-form a {
  display:block;
  width:280px;
  height:35px;
  background:url(/wp/wp-content/themes/cocoon-child-master/img/linkicon_more_w.png) right 10px center no-repeat;
  background-size:10px;
  background-color:#215e11;
  border-radius:100px;
  margin:0 auto;
  font-size:16px;
  line-height:35px;
  color:#fff;
  text-align:center;
  text-decoration:none;
}

.btn-back a:hover,
.btn-form a:hover {
  opacity:0.6;
}

@media screen and (min-width: 640px) {

.btn-back,
.btn-form {
  margin:0 0 30px;
}

.btn-back a,
.btn-form a {
  display:block;
  width:360px;
  height:50px;
  background:url(/wp/wp-content/themes/cocoon-child-master/img/linkicon_more_w.png) right 10px center no-repeat;
  background-size:14px;
  background-color:#215e11;
  font-size:18px;
  line-height:50px;
}

}


.p-navi {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px;
  border-top:solid 1px #000;
  border-bottom:solid 1px #000;
  margin:15px 0;
}

.p-navi dt,
.p-navi dd {
  font-size:12px;
  line-height:1.6;
}

.p-navi dt.next,
.p-navi dd.next {
  text-align:right;
}

@media screen and (min-width: 640px) {

.p-navi {
  padding:15px;
  margin:30px 0;
}

.p-navi dt,
.p-navi dd {
  font-size:14px;
  line-height:1.6;
}

}


#form-cont {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:10px;
}

#form-cont .mainbox {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0;
}

#form-cont h1 {
  clear:both;
  width:auto;
  height:auto;
  background:#000;
  padding:15px 10px;
  margin:0 auto 15px;
  font-size:20px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
}

#form-cont h2 {
  clear:both;
  width:auto;
  height:auto;
  border-top:solid 2px #215e11;
  border-bottom:solid 2px #215e11;
  padding:8px 10px;
  margin:30px auto 15px;
  font-size:18px;
  line-height:1.6;
  font-weight:bold;
  color:#215e11;
}

#form-cont h5 {
  margin:0;
  font-size:16px;
  line-height:1.6;
}

#form-cont dl {
  width:auto;
  margin:15px 0 20px;
}

#form-cont dt {
  width:auto;
  font-size:14px;
  font-weight:bold;
  color:#215e11;
}

#form-cont dd {
  margin-inline-start:0;
  margin:5px 0 0;
}

#form-cont dd.half {
  width:50%;
}

#form-cont span.wpcf7-list-item {
    display: block;
    margin: 0 0 0.5em 1em;
}

#form-cont .hissu {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #e77676;
  border-radius: 4px;
  
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

#form-cont .note {
  display: block;
  margin: 5px 0 0;
  
  font-size: 12px;
  color: #e77676;
}

#form-cont .cap {
  font-size: 14px;
  line-height:1.6;
}

#form-cont textarea,
#form-cont input[type="text"],
#form-cont input[type="tel"],
#form-cont input[type="email"],
#form-cont select {
  width:100%;
  box-sizing:border-box;
  padding:10px;
  border:solid 1px #999;
  border-radius:5px;
  margin:5px 0;
  
  font-size:14px;
  line-height:24px;
}

#form-cont input[type="number"] {
  width:50%;
  box-sizing:border-box;
  padding:10px;
  border:solid 1px #999;
  border-radius:5px;
  margin:8px 0 0 0;
  
  font-size:14px;
  line-height:24px;
}

#form-cont .half input[type="text"] {
  width:30%;
  margin:8px 5px 0 0;
}

.wpcf7-radio {
  display:block;
  margin:8px 0 0 0;
}

#form-cont input[type=checkbox],
#form-cont input[type=radio] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin: 5px;
}

#form-cont input[type="file"] {
 margin:10px 0 0;
}

#form-cont dl p {
  margin:0 0 5px;
}


.wpcf7-list-item-label {
   font-size:14px !important;
}

span.wpcf7-not-valid-tip {
	font-size: 12px !important;
	font-weight: bold !important;
}

#form-cont .btn-submit {
  text-align:center;
}

.wpcf7-submit {
    display: block;
    -webkit-appearance: none;
    background: #ff9800;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    width: 280px;
    height: 40px;
    margin:15px auto !important;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.wpcf7-submit:hover {
  opacity:0.6;
}

#form-cont .video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#form-cont .video iframe {
  width: 100%;
  height: 100%;
}

footer.form-footer {
  width:100%;
  height:60px;
  line-height:60px;
  background:#215e11;
}

footer.form-footer .copy {
  padding:0;
  margin:0;
  clear: both;
  font-size: 12px;
  line-height:60px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 640px) {

#form-cont {
  width:940px;
  height:auto;
  overflow:hidden;
  margin:0 auto;
}

#form-cont h1 {
  padding:20px 15px;
  margin:0 auto 25px;
  font-size:26px;
}

#form-cont h2 {
  border-top:solid 3px #215e11;
  border-bottom:solid 3px #215e11;
  padding:10px 15px;
  margin:50px auto 25px;
  font-size:22px;
}

#form-cont h5 {
  font-size:16px;
}

#form-cont dl {
  margin:10px 0 20px;
}

#form-cont dt {
  display:table-cell;
  clear:left;
  float:left;
  width:35%;
  margin-right:15px;
  font-size:16px;
  font-weight:bold;
  color:#215e11;
}

#form-cont dd {
  display:table-cell;
}

#form-cont dd.half {
  width:50%;
}

#form-cont span.wpcf7-list-item {
    display: block;
    margin: 0 0 0.5em 1em;
}

#form-cont .hissu {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #e77676;
  border-radius: 4px;
  
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

#form-cont .note {
  display: block;
  margin: 5px 0 0;
  
  font-size: 14px;
  color: #e77676;
}

#form-cont textarea,
#form-cont input[type="text"],
#form-cont input[type="tel"],
#form-cont input[type="email"],
#form-cont select {
  width:100%;
  padding:10px;
  border:solid 1px #999;
  border-radius:5px;
  margin:5px 0;
  
  font-size:16px;
  line-height:28px;
}

#form-cont input[type="number"] {
  width:50%;
  padding:10px;
  border:solid 1px #999;
  border-radius:5px;
  margin:0;
  
  font-size:16px;
  line-height:28px;
}

#form-cont .half input[type="text"] {
  width:20%;
  margin:0 5px 0 0;
}

#form-cont input[type=checkbox],
#form-cont input[type=radio] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin: 5px;
}

#form-cont input[type="file"] {
 margin:0;
}

.wpcf7-list-item-label {
   font-size:16px !important;
}

span.wpcf7-not-valid-tip {
	font-size: 12px !important;
	font-weight: bold !important;
}

#form-cont .btn-submit {
  text-align:center;
}

.wpcf7-submit {
    -webkit-appearance: none;
    background: #ff9800;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    width: 300px;
    height: 60px;
    margin:20px auto !important;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

}


.img-left {
  display:block;
  width:auto;
  height:auto;
  margin:0 auto 10px;
}

.img-right {
  display:block;
  width:auto;
  height:auto;
  margin:0 auto 10px;
}

.footermenubox {
  padding:0 10px;
}

@media screen and (min-width: 640px) {

.img-left {
  float:left;
  margin:0 20px 20px 0;
}

.img-right {
  float:right;
  margin:0 0 20px 20px;
}

}


.freearea {
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
}

.freearea h2 {
  clear:both;
  padding:6px;
  background:#ebf9d7;
  border-left:solid 4px #215e11;
  margin:0 0 20px;
  font-size:20px;
  line-height:1.6;
  color:#215e11;
}

@media screen and (min-width: 640px) {

.freearea {
  margin:0 0 50px;
}

.freearea h2 {
  padding:10px;
  border-left:solid 6px #215e11;
  font-size:24px;
}

}

.freearea h3,
.freearea .ch_t1 {
  padding:5px 0;
  border-bottom:1px solid #ff9800;
  font-size:18px;
  line-height:1.6;
  color:#ff9800;
  margin:0 0 15px;
}

.freearea .ch_t1 {
  font-weight:bold;
}

.freearea h3 a {
  color:#ff9800;
  text-decoration:none;
}

.freearea h3 a:hover {
  color:#003399;
}

.freearea h4 {
  font-size:18px;
  line-height:1.6;
  margin:0 0 10px;
}

@media screen and (min-width: 640px) {

.freearea h3,
.freearea .ch_t1 {
  font-size:20px;
}

.freearea h4 {
  font-size:20px;
}

}


.keyword-search {
  width:340px;
  margin:0 auto 20px;
}

.keyword-search input[type="submit"] {
  display:inline-block;
  width:60px;
  padding:5px 0px;
  background-color:#215e11;
  border:1px solid#215e11;
  border-radius:6px;
  font-size:14px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  transition:background-color 1s;
}

.keyword-search input[type="submit"]:hover {
  background-color:#fff;
  border:1px solid #215e11;
  border-radius:6px;
  color:#215e11;
}

@media screen and (min-width: 640px) {

.keyword-search {
  display:block;
  width:590px;
  margin:0 auto 40px;
}

.keyword-search input[type="submit"] {
  display:inline-block;
  width:80px;
  padding:10px 0px;
  font-size:16px;
}

}

.whiteBG form input[type="text"] {
    width: 220px;
    padding:10px 15px;
    margin: 0 10px 0 0;
    border-radius: 100px;
    border: 1px solid #999;
    font-size:16px;
}

.whiteBG form input {
    vertical-align: middle;
    float: none;
}

@media screen and (min-width: 640px) {

.whiteBG form input[type="text"] {
    width: 450px;
    padding:15px;
    margin: 0 10px 0 0;
    border-radius: 100px;
    border: 1px solid #999;
    font-size:16px;
}

.whiteBG form input {
    vertical-align: middle;
    float: none;
}

}


#gallery li {
  background:#000;
}

.gallery {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px;
}

.bx-wrapper {
  margin-bottom: 20px !important;
}

.bx-wrapper img {
  display: block;
  width:auto;
  height:200px;
  margin: 0 auto;
}

.custom-thumb {
  display:flex;
  justify-content:center;
  margin:0 0 20px;
}

.custom-thumb img {
  width:auto;
  height:50px;
  margin:0 2px;
}

@media screen and (min-width: 640px) {

.gallery {
  margin: 0 0 20px;
}

.bx-wrapper {
  margin-bottom: 30px !important;
}

.bx-wrapper img {
  height:400px;
}

.custom-thumb {
  margin:0 0 30px;
}

.custom-thumb img {
  height:100px;
  margin:0 4px;
}

}


#adv ol,
#adv ul {
  width:fit-content;
  height:auto;
  overflow:hidden;
  padding:15px 15px 15px 30px;
  background:#fbf9e5;
  margin:0 0 20px;
  font-size:16px;
  line-height:1.6;
}

#adv li {
  margin:0 0 5px;
  font-size:16px;
  line-height:1.6;
}

@media screen and (min-width: 640px) {

#adv ol,
#adv ul {
  padding:20px 20px 20px 40px;
  background:#fbf9e5;
  margin:0 0 20px;
}

}


.player_list .thumbimage {
  display:none;
}

.player_list .tate-image-textbox {
  width:100%;
}

.player_list .text .caption {
  display:block;
}


#rank-cont {
  width:auto;
  height:auto;
  overflow:hidden;
}

#rank-cont ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

#rank-cont li {
  width:300px;
  height:auto;
  overflow:hidden;
  padding:5px 0;
  margin:0 auto;
  border-bottom:dotted 1px #000;
}

#rank-cont li:nth-child(1) {
  font-weight:bold;
  color:#215e11;
}

#rank-cont li:nth-child(n+12) {
  display:none;
}

#rank-cont img {
  display:block;
  width:300px;
  height:auto;
  margin:0 auto 15px;
}

#rank-cont .num {
  float:left;
  width:80px;
  height:auto;
  overflow:hidden;
  font-size:16px;
  line-height:1.6;
  text-align:center;
}

#rank-cont li:nth-child(2) .num {
  font-size:20px;
  font-weight:bold;
  color:#ff9800;
}

#rank-cont .name {
  float:left;
  width:120px;
  height:auto;
  overflow:hidden;
  font-size:16px;
  line-height:1.6;
}

#rank-cont li:nth-child(2) .name {
  font-size:20px;
  font-weight:bold;
}

#rank-cont .point {
  float:left;
  width:100px;
  height:auto;
  overflow:hidden;
  font-size:16px;
  line-height:1.6;
}

#rank-cont li:nth-child(2) .point {
  font-size:20px;
  font-weight:bold;
}

@media screen and (min-width: 640px) {

#rank-cont {
  width:auto;
  height:auto;
  overflow:hidden;
}

#rank-cont li {
  width:500px;
  padding:10px 0;
}

#rank-cont img {
  display:block;
  width:auto;
  height:auto;
  margin:0 auto 20px;
}

#rank-cont .num {
  float:left;
  width:100px;
  height:auto;
  overflow:hidden;
  font-size:18px;
  line-height:1.6;
}

#rank-cont li:nth-child(2) .num {
  font-size:20px;
}

#rank-cont .name {
  float:left;
  width:200px;
  height:auto;
  overflow:hidden;
  font-size:18px;
  line-height:1.6;
}

#rank-cont li:nth-child(2) .name {
  font-size:20px;
}

#rank-cont .point {
  float:left;
  width:200px;
  height:auto;
  overflow:hidden;
  font-size:18px;
  line-height:1.6;
}

#rank-cont li:nth-child(2) .point {
  font-size:20px;
}

}


.datatopblock {
	width:48%;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}

.datatopblock .datatopphoto {
	width:125px;
	float:left;
}

.datatopblock .ranking {
	width:220px;
	float:right;
	font-size:16px;
	line-height:28px;
}

.datatopblock .ranking h4 {
	color:#005500 !important;
	font-size:16px !important;
}

.datatopblock .ranking .latestranking {
	border-top:1px dotted #aaa;
	padding:5px 0;
	margin-top:5px;
}
	
.datatopblock .ranking .lastupdate {
	font-weight:bold;
	font-size:10px;
	color:#FF6900;
	padding-bottom:5px;
}

ul.datalist li {
	width:270px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	list-style:none;
}

ul.datalist li .dataphoto {
	width:100px;
	float:left;
}

ul.datalist li .data {
	width:160px;
	float:right;
	font-size:12px;
	line-height:1.6em;
}
ul.datalist li .data .areaicon {	
	background:#009A00;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	padding:0 5px;
}

ul.datalist li .data .furigana {
	color:#999;
	font-size:9px;	
}

ul.datalist li .data a {
	font-size:16px;	
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.datadetail {
	overflow:hidden;
	margin-bottom:20px;
}


.datadetail .photo {
	display:block;
	width:260px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.datadetail .photo img {
	width:auto;
	max-width:260px;
	height:auto;
}

.datadetail .profile {
	width:auto;
	height:auto;
	overflow:hidden;
}

.datadetail .profile dl {
	font-size:16px;
	line-height:1.6;
}

.datadetail .profile dl dt {
	line-height:1.5em;
	padding:0 0 0.5em 0;
}

.datadetail .profile dl dd {
	line-height:1.5em;
	margin:-2.1em 0 0.5em 0;
	padding:0 0 0.5em 6em;
	border-bottom:1px dotted #999;
}

.datadetail ul {
	list-style-type:disclosure-closed;
	padding:0 0 0 30px;
}

.datadetail li {
  margin:0 0 5px;
  font-size:14px;
  line-height:1.6;
}

@media screen and (min-width: 640px) {

.datatopblock {
	width:48%;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}

.datatopblock .datatopphoto {
	width:125px;
	float:left;
}

.datatopblock .ranking {
	width:220px;
	float:right;
	font-size:16px;
	line-height:28px;
}

.datatopblock .ranking h4 {
	color:#005500 !important;
	font-size:16px !important;
}

.datatopblock .ranking .latestranking {
	border-top:1px dotted #aaa;
	padding:5px 0;
	margin-top:5px;
}
	
.datatopblock .ranking .lastupdate {
	font-weight:bold;
	font-size:10px;
	color:#FF6900;
	padding-bottom:5px;
}

ul.datalist li {
	width:270px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	list-style:none;
}

ul.datalist li .dataphoto {
	width:100px;
	float:left;
}

ul.datalist li .data {
	width:160px;
	float:right;
	font-size:12px;
	line-height:1.6em;
}
ul.datalist li .data .areaicon {	
	background:#009A00;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	padding:0 5px;
}

ul.datalist li .data .furigana {
	color:#999;
	font-size:9px;	
}

ul.datalist li .data a {
	font-size:16px;	
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.datadetail {
	overflow:hidden;
	margin-bottom:20px;
}


.datadetail .photo {
	width:350px;
	float:left;
	margin:0 0 40px;
}

.datadetail .photo img {
	width:auto;
	max-width:350px;
	height:auto;
}

.datadetail .profile {
	width:500px;
	float:right;
	margin:0 0 40px;
}

.datadetail .profile dl dt {
	line-height:1.5em;
	padding:0 0 0.5em 0;
}

.datadetail .profile dl dd {
	line-height:1.5em;
	margin:-2.1em 0 0.5em 0;
	padding:0 0 0.5em 6em;
	border-bottom:1px dotted #999;
}

.datadetail ul {
	padding:0 0 0 30px;
}

.datadetail li {
  margin:0 0 5px;
  font-size:16px;
  line-height:1.6;
}

}


.video-container {
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:30px 0 15px;
}

.video {
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  aspect-ratio: 16/9;
}

.video iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 640px) {

.video-container {
  margin:40px 0 20px;
}

}


.rule-cont p img,
img.mt-image-none {
  display:block;
  width:auto;
  max-width:320px;
  height:auto;
  margin:0 auto;
}

.rule-cont .toc_list li,
.rule-cont ol li {
  font-size:16px;
  line-height:1.6;
}

.rule-cont ol li {
  margin:0 0 8px;
}

@media screen and (min-width: 640px) {

.rule-cont p img,
img.mt-image-none {
  max-width:600px;
}

}


table.yougo {
	border:0;
	border-collapse:separate;
	border-spacing:10px;
	width:100%;
}

table.yougo td {
	width:33%;
	padding:10px;
	text-align:center;
	line-height:1.3em;
	border:1px solid #b4b4b4;
	background:#f8f8f8;
}

table.yougo td a {
	display:block;
	color:#333;
	text-decoration:none;
}

table.yougo td:hover {
	background:#fff;
}

table.yougo td a:hover {
	color:#009900;
}
table.yougo td a span {
	font-size:11px;
}


.glossary-cont .sns {
  display:none;
}


.rule-cont ul.rule-cont-list li {
  width:100%;
}

.rule-cont ul.rule-cont-list a {
  text-decoration:none;
}

.rule-cont .box-text h3 {
  margin:0 0 5px;
  font-size:18px;
}

.rule-cont .box-text p {
  font-size:14px;
  color:#000;
}

#toc_container {
  margin:0 0 30px;
}

@media screen and (min-width: 640px) {

.rule-cont ul.rule-cont-list li {
  width:48%;
}

.rule-cont h3 {
  font-size:20px;
}

}


.bnr-sticky {
  width:100%;
  height:auto;
  line-height:0;
  text-align:center;
  position:fixed;
  bottom:0;
  left:0;
  z-index:9999;
}

.bnr-sticky ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

.bnr-sticky li {
  line-height:0;
}

.bnr-sticky a {
  -webkit-tap-highlight-color:inherit;
}

.bnr-sticky img {
  width:100%;
  border:solid 1px #ddd;
  box-sizing:border-box;
}

@media screen and (min-width: 640px) {

.bnr-sticky {
  display:block;
  width:740px;
  margin:0 auto;
  position:fixed;
  bottom:10px;
  left:0;
  right:0;
  z-index:9999;
}

.bnr-sticky ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

.bnr-sticky img {
  width:100%;
}

}

.bnr-sticky-rule {
  width:300px;
  height:auto;
  line-height:0;
  text-align:center;
  position:fixed;
  bottom:10px;
  left:10px;
  z-index:9999;
}

.bnr-sticky-rule ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

.bnr-sticky-rule li {
  line-height:0;
}

.bnr-sticky-rule a {
  -webkit-tap-highlight-color:inherit;
}

.bnr-sticky-rule img {
  width:100%;
}

.bnr-sticky-rule .btn-close {
  float:right;
  display:block;
  width:24px;
  height:24px;
  background:#000;
  border-radius:100px;
  font-size:20px;
  line-height:24px;
  font-weight:bold;
  color:#fff;
  cursor:pointer;
}

.bnr-sticky-rule .btn-close:hover {
  opacity:0.6;
}

@media screen and (min-width: 640px) {

.bnr-sticky-rule {
  display:block;
  width:300px;
  position:fixed;
  bottom:10px;
  left:0;
  right:0;
  z-index:9999;
}

.bnr-sticky-rule ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

}

ul.player-list {
  list-style-type:disclosure-closed;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  padding:0 0 0 30px;
  margin:0 0 30px;
}

ul.player-list li {
  width:100%;
  margin:0 0 5px;
}

ul.player-list li a {
  font-size:16px;
  line-height:1.6;
}

@media screen and (min-width: 640px) {

ul.player-list li {
  width:48%;
}

ul.player-list li a {
  font-size:18px;
}

}


@media screen and (min-width: 640px) {

header #gnavi li ul.dropmenu li {
  padding:0 15px;
  background:url(https://www.billiards-cues.jp/wp/wp-content/themes/cocoon-child-master/img/arrow_right_green.png) left 10px top 17px no-repeat;
  background-size:8px;
}

header #gnavi li ul.dropmenu li a {
  text-align:left;
}

header #gnavi li ul.dropmenu {
  list-style-type:none;
  display:none;
  width:290px;
  height:auto;
  position:absolute;
  top:100%;
  left:0;
  background-color: rgb(223 247 195 / 90%);
  z-index:2000;
}

header #gnavi li:hover > ul.dropmenu {
  display:block !important;
}

}


.translate-wrap {
  width:auto;
  height:auto;
  overflow:hidden;
  position:absolute;
  top:0;
}

@media screen and (min-width: 640px) {

.translate-wrap {
  width:1200px;
  margin:0 auto;
}

}


.btn-read {
  clear:both;
  list-style-type:none;
  padding:0;
  margin:20px 0;
}

.btn-read a {
  display:block;
  width:fit-content;
  height:auto;
  background:#e91e63;
  border:solid 3px #e91e63;
  border-radius:200px;
  padding:8px 24px;
  margin:0 auto;
  font-size:18px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
  text-align:center;
  text-decoration:none;
}

.btn-read a:hover {
  background:#fff;
  border:solid 3px #e91e63;
  color:#e91e63;
}

@media screen and (min-width: 640px) {

.btn-read {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
}

.btn-read a {
  padding:12px 36px;
  font-size:20px;
}

}


.bnr-wrap {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 30px;
}

.bnr-wrap img {
  width:100%;
  margin:0 0 10px;
}

.bnr-wrap p {
  margin:0 0 10px;
}

@media screen and (min-width: 640px) {

.bnr-wrap {
  width:500px;
  height:auto;
  overflow:hidden;
}

.bnr-wrap img {
  width:auto;
  max-width:500px;
}

}


.form-header .logo {
  width:fit-content;
  margin:15px auto;
}

.form-header .logo img {
  width:160px;
  height:auto;
}

@media screen and (min-width: 640px) {

.form-header .logo {
  width:fit-content;
  margin:20px auto;
}

.form-header .logo img {
  width:200px;
  height:auto;
}

}


table.tb-score {
  width:880px;
  border:solid 1px #ddd;
  border-collapse:collapse;
  margin:0 0 20px;
}

table.tb-score p {
  margin:0;
}

table.tb-score th {
  border:solid 1px #ddd;
  border-collapse:collapse;
  padding:10px;
  background-color:#ebf9d7;
  font-size:16px;
  line-height:1.6;
  text-align:center;
}

table.tb-score td {
  border:solid 1px #ddd;
  border-collapse:collapse;
  padding:10px;
  font-size:16px;
  line-height:1.6;
  text-align:center;
}

table.tb-score th.bg-gr {
  background:#215e11;
  color:#fff;
}

table.tb-score th.big p {
  font-size:20px;
}

table.tb-score input,
table.tb-score select {
  width:60px;
  margin:0 !important;
  font-size:20px;
  line-height:1.6;
  text-align:center;
}

table.tb-score .que p {
  font-size:24px;
  font-weight:700;
}

table.tb-score .haiten {
  display:block;
  margin:5px 0 0;
  font-size:12px;
  line-height:1.4;
  font-weight:400;
}

.scroll {
  overflow-x:scroll;
  margin:0 0 15px;
}

.w100pc {
  width:100% !important;
}

@media screen and (min-width: 640px) {

.scroll {
  overflow-x:inherit;;
}

}


#kentei-form .wrap {
  width:auto;
  height:auto;
  padding:10px 10px 5px;
  overflow:hidden;
  border:solid 2px #ddd;
  margin:0 0 20px;
}

#kentei-form p {
  margin:0;
}

#kentei-form b {
  display:inline-block;
  margin:0 0 5px;
}

#kentei-form h2 {
  background:none;
  border-left:none;
  border-bottom:solid 1px #000;
  padding:5px 10px;
  margin:0 0 10px;
  font-size:16px;
}

#kentei-form h3 {
  font-size:18px;
  color:#000;
  padding:0;
  margin:0 0 1em;
  border-bottom:none;
}

#kentei-form input[type="text"],
#kentei-form input[type="email"] {
  width:260px;
  padding:10px;
  margin:0 0 1em;
  font-size:16px;
  line-height:1.6;
  text-align:left;
}

#kentei-form .wpcf7-form-control {
  margin:0 0 1em;
}

@media screen and (min-width: 640px) {

#kentei-form .wrap {
  width:auto;
  height:auto;
  padding:20px 20px 10px;
  overflow:hidden;
  border:solid 2px #ddd;
  margin:0 0 40px;
}

#kentei-form h2 {
  font-size:20px;
}

#kentei-form h3 {
  font-size:22px;
}

#kentei-form input[type="text"],
#kentei-form input[type="email"] {
  width:300px;
  padding:10px;
  font-size:16px;
}

}


div.wpcf7-response-output {
	border:4px solid #ff0000 !important;
	padding:10px !important;
	font-size:20px;
	line-height:1.6;
	font-weight:bold;
	text-align:center;
}

div.wpcf7-mail-sent-ok {
	border:4px solid #8bc34a !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border:4px solid #ff0000 !important;
}

div.wpcf7-spam-blocked {
	border:4px solid #ff0000 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border:4px solid #ff0000 !important;
}


@media screen and (min-width: 640px) {

#kentei header .inner {
  width:880px;
}

#kentei #wrapper {
  width:880px;
}

}


.ad-link {
  margin:0 0 2em;
  font-size:13px;
  line-height:1.6;
  text-align:center;
}

@media screen and (min-width: 640px) {

.ad-link {
  font-size:14px;
}

}


.bnr-wrap {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:20px 0 0;
}

.bnr-wrap img {
  display:block;
  width:300px;
  margin:0 auto;
}

@media screen and (min-width: 640px) {

.bnr-wrap {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:20px 0 0;
}

.bnr-wrap img {
  display:block;
  width:300px;
  margin:0;
}

}


.glossary-cont {
  line-height:1.6;
}


/* スケジュールタブのスタイル */
.schedule-tabs {
  margin-bottom: 20px;
}

.schedule-tabs .tabs {
  list-style: none;
  padding: 0;
  display: flex;
  overflow-x: auto;
  border-bottom: 2px solid #ddd;
}

.schedule-tabs .tabs li {
  margin-right: 10px;
}

.schedule-tabs .tabs li a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #f9f9f9;
  border-radius: 5px 5px 0 0;
}

.schedule-tabs .tabs li.active a {
  background-color: #215e11;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  color: #fff;
}

.tab-contents .tab-content {
  display: none;
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #fff;
}

.tab-contents .tab-content.active {
  display: block;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .schedule-tabs .tabs {
    flex-wrap: wrap;
  }
  
  .schedule-tabs .tabs li {
    margin-right: 5px;
  }
  
  .schedule-tabs .tabs li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/* スケジュールリストのスタイル */
.schedule-list {
  list-style: none;
  padding: 0;
}

.schedule-list li {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.schedule-list .icon {
  font-size: 14px;
  color: #666;
}

.schedule-list .date {
  display: block;
  margin-bottom: 5px;
}

.schedule-list .ic-cat,
.schedule-list .ic-place {
  margin-right: 10px;
}

.schedule-list .title a {
  font-size: 16px;
  color: #0073aa;
  text-decoration: none;
}

.schedule-list .title a:hover {
  text-decoration: underline;
}


.noprmark {
  display:none;
}

.prmark {
  display:inline-block;
  width:40px;
  height:20px;
  border:solid 1px #666;
  margin-left:8px;
  font-size:14px;
  line-height:22px;
  font-weight:normal;
  color:#000;
  text-align:center;
}

h1 .prmark {
  display:block;
}


.relate-org {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 10px 30px;
}

.relate-org h4 {
  text-align:center;
}

.relate-org ul {
  list-style-type:none;
  display:flex;
  flex-wrap:wrap;
}

.relate-org li {
  width:100%;
  margin:0 0 5px;
  font-size:14px;
  line-height:1.6;
  text-align:center;
}

@media screen and (min-width: 640px) {

.relate-org {
  width:1100px;
  height:auto;
  overflow:hidden;
  margin:0 auto 60px;
  justify-content:center;
}

.relate-org ul {
  justify-content:center;
}

.relate-org li {
  width:32%;
}

}


.own-wrap {
  width:auto;
  height:auto;
  overflow:hidden;
}

@media screen and (min-width: 640px) {

.own-wrap {
  width:1200px;
  height:auto;
  overflow:hidden;
  margin:0 auto;
}

}


.nba-rule h3 {
  padding:0 0 0.8em;
  border-bottom:solid 1px #999;
  margin:0 0 1em;
}

.nba-rule .nba-left {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 auto 15px;
}

.nba-rule .nba-left img {
  display:block;
  margin:0 auto;
}

.nba-rule .nba-right {
  width:auto;
  height:auto;
  overflow:hidden;
}

.nba-rule .nba-right p {
  text-align:left;
}

.nba-rule .btn-form a {
  width:100%;
}

@media screen and (min-width: 640px) {

.nba-rule .nba-left {
  float:left;
  width:300px;
  height:auto;
  overflow:hidden;
}

.nba-rule .nba-right {
  float:right;
  width:500px;
  height:auto;
  overflow:hidden;
}

.nba-rule .btn-form a {
  width:85%;
}

}
