@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Yusei+Magic&display=swap');
body {
  font-family: 'Kosugi Maru', sans-serif;
}
.font-yusei-magic{
  font-family: 'Yusei Magic', sans-serif;
}
/* margin 要素の外側 */
.m1 {
  margin: .5rem
}
.m2 {
  margin: 1rem
}
.mt1 {
  margin-top: .5rem
}
.mt2 {
  margin-top: 1rem
}
.mb1 {
  margin-bottom: .5rem
}
.mb2 {
  margin-bottom: 1rem
}
/* padding 要素の内側 */
.p1 {
  padding: .5rem
}
.p2 {
  padding: 1rem
}
.pt1 {
  padding-top: .5rem
}
.pt2 {
  padding-top: 1rem
}
.pb1 {
  padding-bottom: .5rem
}
.pb2 {
  padding-bottom: 1rem
}
/* 省略 */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar_item-fixed {
  position: sticky;
  margin-bottom: 0;
  top: 10px;
  z-index: 1;
}

.top-hero{
  background:#ddd url(https://powerspot.goo.to/himg/topload2.gif) no-repeat center center;
  background-size: cover;
}

/* start scroll */
.horizontal_scroll_wrap{
  background: #fff;
  height: 330px;
  overflow-y: hidden;
  margin: 0 0px;
}
.scroll_lst {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 50px;
  margin: 0px 0 0;
  -webkit-overflow-scrolling: touch;
}
.scroll_item {
  margin-right: 10px;
  display: inline-block;
  width: 220px;
  border: 1px solid #ddd;
  background: #fff;
 -webkit-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
 -moz-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
 -ms-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
 -o-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
 box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
}
.scroll_item:first-child {
  margin-left: 10px;
}
.scroll_item_inr {
  display: block;
}
.scroll_item_info {
  white-space: normal;
  padding: 8px;
}
.scroll_item_ttl {
  font-size: 15px;
  color: #484848;
  line-height: 1.4;
  margin-bottom: 0;
}
/* end scroll */

h3.midashi {
  padding-top: .5em;
  padding-bottom: .5em;
  border-bottom: 3px double #ccc;
}
.under_bar {
  background: linear-gradient(transparent 70%, #ff99ab 70%);
}
.top-hero-corp{
  background:#ddd url(https://powerspot.goo.to/himg/top_hero_powerspot.jpg) no-repeat center center;
  background-size: cover;
}
.top-hero-shrine{
  background:#ddd url(https://powerspot.goo.to/himg/top_hero_shrine.jpg) no-repeat center center;
  background-size: cover;
}
.top-hero-temple{
  background:#ddd url(https://powerspot.goo.to/himg/top_hero_temple.jpg) no-repeat center center;
  background-size: cover;
}