@charset "UTF-8";
/* ***********************************************************
 *
 * Since:     2011-10
 * Modified:  2011-10
 * Guideline: Ver.2.0
 *
 * ***********************************************************
 */
/*　システムフリー　*/
.system-free {
  word-wrap: break-word;
}

.system-free p, .system-free h1, .system-free h2, .system-free h3, .system-free h4, .system-free h5, .system-free h6, .system-free li, .system-free pre, .system-free address, .system-free div, .system-free blockquote {
  word-wrap: break-word;
  font-size: 1.1em;
}

.system-free ul {
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 15px;
  list-style: disc;
}

.system-free ul li {
  margin: 0;
  padding: 0;
}

.system-free ol {
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 15px;
  list-style: decimal;
}

.system-free ol li {
  margin: 0;
  padding: 0;
}

.system-free a {
  text-decoration: underline;
}

.system-free strong {
  font-weight: bold;
}

.system-free figure.image {
  display: inline-block;
  margin: 0px;
  border: none;
  background-color: #FFF;
}

.system-free figure.image img {
  margin: 8px 0px 0px 0px;
  max-width: 100%;
  height: auto !important;
}

.system-free figure.image figcaption {
  margin: 6px 0px 8px 0px;
  text-align: center;
  color: #666;
}

.system-free figure.align-left {
  float: left;
}

.system-free figure.align-right {
  float: right;
}

.system-free figure.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.system-free:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.system-free.no {
  display: none;
}

.system-free .cmp_title_primary {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #777;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2.4rem;
}

.system-free .cmp_title_primary_lv3 {
  position: relative;
  margin-bottom: 9px;
  padding: 0 0 6px 15px;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: bold;
}

.system-free .cmp_title_primary_lv3:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 6px;
  width: 3px;
  background-color: #339900;
}

.system-free .cmp_title_01 {
  border: 1px solid #000000;
  padding: 10px;
  margin: 10px;
  text-align: center;
  font-weight: bold;
}

.system-free .cmp_title_01 span {
  font-size: 20px;
}

.system-free div.background01 {
  background-color: #F3F3F3;
  padding: 10px;
}

@media (min-width: 760px) {
  .system-free img {
    max-height: 600px;
  }
}

@media (max-width: 759px) and (min-width: 480px) {
  .system-free img {
    max-height: 420px;
    width: auto;
  }
}

@media (max-width: 479px) {
  .system-free img {
    max-height: 300px;
    width: auto;
  }
}

/*　有料と無料の境界線　*/
.system-free p.border__paid {
  padding: 40px 0;
  text-align: center;
  line-height: 0;
}

/* ================================================================================== */
/*　会話レイアウト　*/
div.dialogue_fl, div.dialogue_fr {
  overflow: hidden;
  margin-bottom: 50px;
}

div.dialogue_fl .face {
  float: left;
  margin-right: 20px;
}

div.dialogue_fl .comment {
  padding-top: 30px;
  overflow: hidden;
}

div.dialogue_fr .face {
  float: right;
  margin-left: 20px;
}

div.dialogue_fr .comment {
  padding-top: 30px;
  text-align: right;
  overflow: hidden;
}

div.dialogue_fl, div.dialogue_fr {
  overflow: hidden;
  margin-bottom: 20px;
}

div.dialogue_fl p.face, div.dialogue_fr p.face {
  text-align: center;
}

div.dialogue_fl img, div.dialogue_fr img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

div.dialogue_fl .face {
  float: left;
  margin-right: 20px;
}

div.dialogue_fl .comment {
  padding-top: 30px;
  overflow: hidden;
}

div.dialogue_fr .face {
  float: right;
  margin-left: 20px;
}

div.dialogue_fr .comment {
  padding-top: 30px;
  text-align: right;
  overflow: hidden;
}

/* ================================================================================== */
/*　選挙用レイアウト　*/
.senkyo {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.senkyo tr:last-child {
  background: #fafafb;
  border-top: double 3px #CCCCCC;
  font-weight: bold;
}

.senkyo th {
  padding: 5px;
  background: #F1F1F1;
  border: solid 1px #CCCCCC;
  font-weight: normal;
}

.senkyo td {
  padding: 5px;
  border: solid 1px #CCCCCC;
}

span.new {
  color: #fff;
  background-color: #eb6100;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ================================================================================== */
/*　電話対応　*/
@media (min-width: 760px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 759px) {
  a[href*="tel:"] {
    text-decoration: underline;
  }
}

/* ================================================================================== */
/*　ボタン　*/
p.btn__square {
  font-size: 1.75rem;
  font-weight: 700;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

p.btn__square a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
}

p.btn__square a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '';
  display: inline-block;
  right: 15px;
  height: auto;
  visibility: unset;
  width: 9px;
  height: 9px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4.5px;
}

p.btn__square a:link, p.btn__square a:visited, p.btn__square a:focus {
  color: #fff;
  background-color: #369C00;
}

p.btn__square a:hover {
  color: #fff;
  background-color: #E20A16;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

/* * * * * * * * * * * * * * *
 * 共通　2022.08.04
 * * * * * * * * * * * * * * * */
.option__block01 {
  padding: 10px;
}

.option__block01 > div {
  border: 1px solid #FFF;
  padding: 10px;
}

.option__block01 > div > .title {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.option__block02 > .title {
  display: inline-block;
  margin: 0 1em;
  border-radius: 5px 5px 0 0;
  padding: 0.25em 1em;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

.option__block02 > .line {
  overflow: auto;
  border: 3px solid #ccc;
  padding: 1em 1.5em;
  position: relative;
  border-radius: 5px;
  background: #fff;
  color: #000;
}

/*　店舗情報　*/
.store__block {
  background-color: #f4f7ee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 25px;
}

.store__block p {
  margin: 0 0 10px 0;
}

.store__block .title {
  text-align: center;
}

.store__block .title p {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.store__block .title p:before, .store__block .title p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.store__block .title p:before {
  left: 0;
}

.store__block .title p:after {
  right: 0;
}

.store__block .info__title {
  font-weight: bold;
  margin: 0px 0px 5px;
}

/*　SNS　*/
.sns__btn__list {
  list-style: none !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.sns__btn__list li {
  text-align: center;
  margin: 0 0 0 10px !important;
  font-size: 0px;
  line-height: 0;
}

.sns__btn__list li:first-of-type {
  margin: 0 !important;
}

.sns__btn__list li a {
  text-decoration: none;
  border-bottom: none !important;
}

.sns__btn__list li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

/*　地図　*/
.google-map {
  border: solid 1px #ccc;
}

.google-map iframe {
  vertical-align: bottom;
  width: 100%;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

/* スコアボード 2023.04.12　追加*/
.system-free .baseball_score-board {
  width: 80% !important;
  color: #fff;
}

@media (max-width: 759px) {
  .system-free .baseball_score-board {
    width: 100% !important;
  }
}

.system-free .baseball_score-board th, .system-free .baseball_score-board td {
  border-left: solid 1px #6D757B;
  border-bottom: solid 1px #6D757B;
  background-color: #373B3E;
  padding: 2px;
  text-align: center;
  width: auto !important;
  color: #fff;
}

.system-free .baseball_score-board.team {
  max-width: 20%;
  white-space: nowrap;
}


/* google自動広告表示時の余白調整 2024.03.15　追加*/

.system-free div.google-auto-placed {
padding-top: 25px;
}


