@charset "utf-8";
/* CSS Document */

body {
	font-family:  FOT-筑紫ゴシック Pr5 M;
}

h1, h2 {
	font-family: "Noto Serif JP", serif;
}

#bkimg {
  background-image: url("../images/back_sky.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.pc-br {
	display: none;
}
.pc-head {
  display: none;
    min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}

.pc-logo {
  margin: 80px 0 0 30px;
}
.sitelink a {
  background: #001339;
  color: #FFF;
  width: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 30px 0;
  border-top-right-radius: 4px;
}
.sitelink span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.mainct {
  background-color: rgba(255, 255, 255, 0.9);
  width: 90%;
  margin: 0 auto;
}
.textdec1 {
  border: double 5px #001339;
}
.textdec2 {
  border: double 5px #FFF;
  background: #001339;
  color: #FFF;
}
.cptext {
	font-weight: bold;
	font-size: 1rem;
	font-family: "Noto Serif JP", serif;
}
.mtlink {
  display: block;
  background: #001339;
  color: #FFF;
  padding: 12px;
  margin: 10px 0;
  text-decoration: none;
  text-align: center;
}
.cp-period {
    border: solid 1px #00112C;
    padding: 10px;
    text-align: center;
}

.at-text ul {
	margin: 0;
	padding: 18px;
}

.at-text li {
	text-indent:-1em;
	list-style-type: none;
}

footer {
	padding: 30px 0;
}

address {
	font-size: 0.8rem;
}

/* 店舗一覧 */
#shoplist {
  margin: 30px 0 0 0;
}
#shoplist table {
  width: 100%;
}
#shoplist tr {
  border-bottom: solid 1px #CCC;
}
#shoplist th {
  font-weight: bold;
  padding: 5px;
}
#shoplist td {
  padding: 5px;
}

#shoplist .w14 {
  width: 15%;
}

#shoplist a, #shoplist a:visited {
  text-decoration: none;
  color: #2067AF;
}
#shoplist a:hover, #shoplist a:focus, #shoplist a:active {
  transition: all 0.8s ease 0s;
  text-decoration: none;
  color: #279FFF;
}
/* shoplistview */
#shoplist dt {
  display: block;
  height: 50px;
  margin: 0 auto 1px;
  line-height: 50px;
  text-align: center;
  background: #001339;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  position: relative;
}
#shoplist dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*縦線*/
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}
#shoplist dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*横線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}
#shoplist dt.open:before {
  transform: rotate(180deg);
}
#shoplist dt.open:after {
  opacity: 0;
}
#shoplist dd {
  background: #fff;
  margin: 0 auto 20px;
  display: none;
}
@media (max-width: 680px) {
  .tbscroll {
    overflow-x: auto;
  }
  #shoplist table {
    width: 1000px;
  }
  #shoplist td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}
@media only screen and (min-width:1000px) {
  .pc-head {
    display: block;
    position: fixed;
  }
}
@media only screen and (min-width:680px) {
	.pc-br {
	display:inherit;
}
  .mainct {
    width: 680px;
  }
	.cptext {
	font-size: 1.2rem;
}
	
  #shoplist td {
    font-size: 0.8rem;
    padding: 3px;
  }
  #shoplist .w14 {
    width: 19%;
  }
  #shoplist .w50 {
    width: 40%;
  }
  .spo {
    display: none;
  }
}