/* CSS Document */

#shop .grid ._item ._tab {
  margin-top: 10px;
  padding-top: 5px;
  background-color: #155175;
}
#shop .grid ._item ._tab ._tabItem {
  position: relative;
  width: 25%;
  padding: 15px 0 25px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
}
#shop .grid ._item ._tab ._tabItem:last-child {
  border-right: none;
}
#shop .grid ._item ._tab ._tabItem::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: middle;
}
#shop .grid ._item ._tab ._tabItem.active,
#shop .grid ._item ._tab ._tabItem:hover {
  color: #145074;
  background-color: #fff;
}
#shop .grid ._item ._tab ._tabItem.active::before,
#shop .grid ._item ._tab ._tabItem:hover::before {
  border-top: 1px solid #145074;
  border-right: 1px solid #145074;
}
#shop .grid ._item ._tabWrapper {
  padding: 15px 20px 2em;
  border: 1px solid #ebebeb;
  border-top: none;
}
#shop .grid ._item ._tabContent {
  display: none;
}
#shop .grid ._item ._tabContent.active {
  display: block;
}
#shop .grid ._item ._tabContent ._contentThumb {
  margin-bottom: 15px;
}
#shop .grid ._item ._tabContent ._thumbBox {
  float: left;
  width: 32%;
  margin-right: 2%;
}
#shop .grid ._item ._tabContent ._thumbBox:last-child {
  margin-right: 0;
}
#shop .grid ._item ._tabContent ._thumbBox img {
  width: 100%;
  height: auto;
}
#shop .grid ._item ._tabContent ._thumbBox ._thumbTtl {
  margin: 10px auto;
  font-size: 16px;
  text-align: center;
}
#shop .grid ._item ._tabContent ._map {
  margin: 15px auto 25px;
}
#shop .grid ._item ._tabContent ._shopMessage {
  position: relative;
  text-align: center;
}
#shop .grid ._item ._tabContent ._shopMessage::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #145074;
}
#shop .grid ._item ._tabContent ._shopMessage::after {
  content: '';
  position: absolute;
  top: 9px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #145074;
}
#shop .grid ._item ._tabContent ._shopMessage p {
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 0 30px;
  font-size: 25px;
  color: #145074;
  background-color: #fff;
}
#shop .grid ._item ._tabContent ._itemBox {
  margin-top: 25px;
  padding:2em 1.5em 3em;
  font-size: 14px;
  border:1px #ebebeb solid;
}
#shop .grid ._item ._tabContent ._itemBox ._boxTtl {
  margin-bottom: 20px;
  font-size: 18px;
  color: #145074;
}
#shop .grid ._item ._tabContent ._staffBox {
  position: relative;
  margin-top: 50px;
}
#shop .grid ._item ._tabContent ._staffBox + ._staffBox {
  margin-top: 40px;
}
#shop .grid ._item ._tabContent ._staffBox img {
  display: inline-block;
  width: 50%;
}
#shop .grid ._item ._tabContent ._staffBox ._staffInfo {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 47%;
}
#shop .grid ._item ._tabContent ._staffBox ._staffName {
  margin-bottom: 10px;
  font-size: 16px;
  color: #145074;
}
#shop .grid ._item .sticky {
  position: sticky;
  top: 20px;
}
#shop .grid ._item ._menu {
  margin-bottom: 5px;
}
#shop .grid ._item ._menu dt {
  margin-bottom: 5px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #155175;
}
#shop .grid ._item ._menu dd {
  position: relative;
  text-align: left;
  border: 1px solid #ebebeb;
}
#shop .grid ._item ._menu dd + dd {
  border-top: none;
}
#shop .grid ._item ._menu dd:hover {
  background-color: #145074;
}
#shop .grid ._item ._menu dd::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #145074;
  border-right: 1px solid #145074;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
#shop .grid ._item ._menu dd:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#shop .grid ._item ._menu dd a {
  display: inline-block;
  width: 100%;
  padding: 15px 30px;
}
#shop .grid ._item ._menu dd:hover a {
  color: #fff;
  text-decoration: none;
}
.commonTbl .linkBtn {
  margin-top: 0;
  text-align: left;
}
.commonTbl .linkBtn a {
  width: auto;
  margin-left: 50px;
  padding: 2px 5px;
  font-size: 0.8em;
}
.lineBtn {
  text-align: center;
  margin-top:1.5em;
}
.lineBtn a.more {
  display: inline-block;
  position: relative;
  padding: 26px 45px 26px 30px;
  font-size:20px;
  color:#fff;
  background-color: #00B900;
  letter-spacing: .1em;
  text-decoration: none;
}
.lineBtn a.more:hover {
  opacity: 0.8;
}
.lineBtn a.more:before {
  content:"";
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
}
.lineBtn a.more.line-sp {
  display: none;
}
#shop #inquiry h2.h2_black {
  font-size: 18px;
}
#shop #inquiry .tel_form p {
  font-weight: normal;
}
#shop #inquiry .tel_form p.tel {
  font-size: 42px;
  font-weight: bold;
}
#shop #inquiry .tel_form p.time {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #shop .grid ._item ._tabWrapper {
    padding: 30px 10px 2em;
  }
  #shop .grid ._item ._tab ._tabItem {
    font-size: 12px;
  }
  #shop .grid ._item ._tabContent ._shopMessage p {
    padding: 0 15px;
    font-size: 24px;
  }
  #shop .grid ._item ._tabContent ._itemBox ._boxTtl {
    margin-bottom: 15px;
    font-size: 15px;
  }
  #shop .grid ._item ._tabContent#_search ._thumbBox {
    width: 100%;
  }
  #shop .grid ._item ._tabContent#_search ._thumbBox + ._thumbBox {
    margin-top: 30px;
  }
  #shop .grid ._item ._tabContent ._thumbBox ._thumbTtl {
    font-size: 18px;
  }
  #shop .grid ._item ._tabContent ._staffBox,
  #shop .grid ._item ._tabContent ._staffBox + ._staffBox {
    margin-top: 25px;
  }
  #shop .grid ._item ._tabContent ._staffBox img {
    width: 100%;
  }
  #shop .grid ._item ._tabContent ._staffBox ._staffInfo {
    position: relative;
    width: 100%;
    top: 0;
    transform: none;
    margin-top: 10px;
  }
  .commonTbl .linkBtn a {
    margin-top: 5px;
    margin-left: 0;
    padding: 2px 10px;
  }
  .lineBtn a.more {
    padding: 26px 20px 26px 5px;
    font-size: 16px;
  }
  .lineBtn a.more:before {
    top: 29px;
    right: 10px;
  }
  .lineBtn a.more.line-pc {
    display: none;
  }
  .lineBtn a.more.line-sp {
    display: block;
  }
  #shop #inquiry h2.h2_black {
    font-size: 16px;
  }
  #shop #inquiry .tel_form p {
    font-size: 16px;
  }
  #shop #inquiry .tel_form p.tel {
    font-size: 41px;
  }
  #shop #inquiry .tel_form p.time {
    display: inline-block;
    text-align: left;
    font-size: 13px;
  }
}



/* online店 */
#shop .online {
font-family: "ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
}

#shop .s-flow {
    counter-reset: flow-steps;
}

#shop .s-flow-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

#shop .a-text {
    font-size: 12px;
    line-height: 22px;
}

#shop .main-flow h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 32px;
    text-align: center;
    margin: 42px auto 20px;
}

#shop .s-layout_flex {
    display: flex;
    justify-content: center;
    margin: 32px 0;
}


#shop .delighter.started {
    transform: none;
    opacity: 1;
}

#shop .delighter {
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    transition: all .5s ease-out;
}

#shop .s-layout_item {
    flex-basis: 30%;
    text-align: center;
    position: relative;
}

#shop li {
    list-style: none;
    font-size: 16px;
    font-size: 1.6rem;
}

#shop .s-flow .s-layout_item:before {
    counter-increment: flow-steps;
    content: counter(flow-steps);
    background: rgb(10,157,209);
    background: linear-gradient(90deg, rgba(10,157,209,1) 0%, rgba(52,166,166,1) 100%);
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 12px;
    height: 20px;
    line-height: 1.1;
    width: 20px;
    border-radius: 50px;
    position: relative;
    left: 25px;
}

.s-flow .s-layout_item:after {
	content:"";
	position: absolute;
	right: -48px;
	top: 120px;
	display: block;
	width: 15px;
	height: 0px;
	border-left: 20px solid #0a9dd1;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid transparent;
}
.s-flow .s-layout_item:last-child:after {
	display:none;
}

#shop .s-flow-image {
    width: 100%;
    height: auto;
    max-width: 120px;
}


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

#shop .s-layout_flex {
    display: block;
}

#shop .s-flow .s-layout_item {
    margin-bottom: 72px;
}

#shop .a-text {
    font-size: 16px;
    line-height: 28px;
    width: 250px;
    text-align: center;
    margin: 0 auto;
}

#shop .s-flow-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
}

#shop .s-flow .s-layout_item:after {
    top: unset;
    bottom: -72px;
    right: 0;
    left: 0;
    width: 0px;
    margin: auto;
    border-top: 25px solid #0a9dd1;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid transparent;
}

#shop .s-flow-image {
    width: 100%;
    height: auto;
    max-width: 200px;
}

}
