* {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-scrollbar {display:none;}
}
#overlay{ 
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
.btn_push {
  display: inline-block;
  position: relative;
  padding: 6px 0px;
  margin: 0px 0px 5px 0px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3px 3px;
  cursor:pointer;
  box-shadow:0px 6px 0px -3px #555;
}

.btn_push:active {
  top: 3px;
  position: relative;
  box-shadow: none;
}

.btn_push1 {
  display: inline-block;
  position: relative;
  margin: 0px 0px 2px 0px;
  border: 1px solid #555;
  cursor:pointer;
  box-shadow:2px 2px gray;
}

.btn_push1:active {
  top: 2px;
  position: relative;
  box-shadow: none;
}

.btn_push2 {
  display: inline-block;
  position: relative;
  padding: 6px 0px;
  width: auto;
  height: 60px;
  margin: 0px 0px 5px 0px;
  text-align: left;
  text-decoration: none !important;
  border-radius: 30px;
  border: 1px solid #555;
  cursor:pointer;
  box-shadow:2px 2px gray;
}

.btn_push2:active {
  top: 2px;
  position: relative;
  box-shadow: none;
}

.btn_push3 {
  position: relative;
  padding: 8px 0px;
  text-align: left;
  text-decoration: none !important;
  border-radius: 30px;
  border: 1px solid #555;
  box-shadow:2px 2px gray;
}

.btn_push3:active {
  top: 2px;
  position: relative;
  box-shadow: none;
}

.nav-pills .nav-link.active{
  background-color: #D0ED57;
  color: #000 !important;
}

.nav-pills .nav-link{
  color: #000;
  border: 1px solid #9cc828;
}

.nav-on {
  color:white;
  background-color:#9cc828;
  padding-top:6px;
  cursor: pointer;
}

.nav-off {
  padding-top:6px;
  border-right:1px solid #9cc828;
  cursor: pointer;
}
@media screen and (min-width:768px) {
.scroll {overflow: hidden;}
}
.img-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 56.25%;
}
.card-img-top {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
@media screen and (min-width:1px) { 
.listBox {
  width: calc(100%);
  margin: 1px;
}
}
@media screen and (min-width:601px) and ( max-width:768px) {
.listBox {
  width: calc((100% / 2) - 2px);
  margin: 1px;
}
}
@media screen and (min-width:768px) {
.listBox {
  box-sizing: border-box;
  width: calc((100% / 3) - 2px);
  margin: 1px;
}
}
@media screen and (min-width:1px) and ( max-width:600px) { 
.listBox2 {
  width:100%;
  margin: 1px;
}
.boxImage {
  border:1px solid #999;
  cursor:pointer;
  object-fit:cover;
  width:120px;
  height:120px;
}
.storyBox1 {
  display:inline-block;
  vertical-align:top;
  width:120px;
  height:120px;
  margin-right:8px;
}
.storyBox2 {
  display:inline-block;
  vertical-align:top;
  width: calc(100% - 130px);
}
.storyBox3 {
  margin-bottom:4px;
  height:40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.storyBox4 {
  display: none !important;
}
.storyBox5 {
  font-size:14px !important;
  margin:0px 0px 0px 4px;
}
.storyTab1 {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  background-color: #00a898;
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: 28%;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.storyTab2 {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  background-color: #00a898;
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: 28%;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.mark {
  font-size: 20px;
  background-color: white;
}
}
@media screen and (min-width:601px) {
.listBox2 {
  width: calc((100% / 2) - 2px);
  margin: 1px;
}
.boxImage {
  border:1px solid #999;
  cursor:pointer;
  object-fit:cover;
  width:120px;
  height:120px;
}
.storyBox1 {
  display:inline-block;
  vertical-align:top;
  width:120px;
  height:120px;
  margin-right:8px;
}
.storyBox2 {
  display:inline-block;
  vertical-align:top;
  width:calc(100% - 130px);
}
.storyBox3 {
  margin-bottom:8px;
  height:40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.storyBox4 {
  display: inline-block;
}
.storyBox5 {
  margin:0px 0px 0px 8px;
}
.storyTab1 {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  background-color: #00a898;
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: 24%;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.storyTab2 {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  background-color: #00a898;
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: 24%;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.mark {
  font-size: 24px;
  background-color: white;
}
}
.img-action:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.img-action:active {
  opacity: 0.7;
}
@media screen and (orientation: portrait) {
.call-wrapper {
  width:100%;
}

#call-container {
  width:100%;
  height:500px;
}
}

@media screen and (orientation: landscape) {
.call-wrapper {
  width:100%;
  height: 0;
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}

#call-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
}
@media screen and (min-width:601px) {
.weatherLeft {
  width: 110px;
  margin-left:8px;
}
}