@charset "utf-8";

/*==================================================
  Layout
===================================================*/

#oshigototaiken2025 {
  color: #323232;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  background: url(../img/pattern_pc.jpg);
  padding-bottom: 25px;
}

.wanpakuiruka {
font-family: "wanpaku-ruika", sans-serif;
font-weight: 100;
font-style: normal;
}

@media (max-width: 899px) {
#oshigototaiken2025 {
  padding-bottom: 67px;
}
}
#oshigototaiken2025 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#oshigototaiken2025 img {
  width: 100%;
}
#oshigototaiken2025 a {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#oshigototaiken2025 a:hover {
  opacity: 0.6;
}

@media (max-width: 899px) {
  #oshigototaiken2025 a:hover {
    opacity: 1;
  }
	
}

/*==================================================
  font
===================================================*/

.f21 {
font-size: 21px;
line-height: 1.6;
}
.f22 {
font-size: 22px;
line-height: 1.6;
}
.f20 {
font-size: 20px;
line-height: 1.6;
}
.f19 {
font-size: 19px;
line-height: 1.6;
}
.f18 {
font-size: 18px;
line-height: 1.6;
}
.f17 {
font-size: 17px;
line-height: 1.6;
}
.f16 {
font-size: 16px;
line-height: 1.6;
}
.f15 {
font-size: 15px;
line-height: 1.6;
}
.f14 {
font-size: 14px;
line-height: 1.6;
}
.f13 {
font-size: 13px;
line-height: 1.6;
}
.f12 {
font-size: 12px;
line-height: 1.6;
}
.f11 {
font-size: 11px;
line-height: 1.6;
}
.f10 {
font-size: 10px;
line-height: 1.6;
}

.bold {
font-weight: bold;
}

.mb5 {
margin-bottom: 5px;
}
.mb10 {
margin-bottom: 10px;
}
.top20 {
padding-top: 20px;
}
/*==================================================
  header
===================================================*/

#oshigototaiken2025 header{
  position: relative;
}
#oshigototaiken2025 header .logoicon{
  position: relative;
  width: 1060px;
  margin: 0 auto;
}
#oshigototaiken2025 .logoicon .inner {
    position: relative;
    width: 192px;
    float: right;
    margin-top: -10px;
    margin-right: -20px;
}
#oshigototaiken2025 .logoicon .inner img {
	position: absolute;
	top: 0;
	left: 0;
}
#oshigototaiken2025 .logoicon .inner .link1 {
    display: block;
    z-index: 100;
    width: 150px;
    height: 46px;
    position: absolute;
    top: 42px;
    left: 23px;
}
#oshigototaiken2025 .logoicon .inner .link2 {
    display: block;
    z-index: 100;
    width: 80px;
    height: 29px;
    position: absolute;
    top: 128px;
    left: 59px;
}
#oshigototaiken2025 .logoicon .inner a:hover {
	background: rgba(255,255,255,0.4);
}

@media (max-width: 999px) {
#oshigototaiken2025 header .logoicon{
  position: absolute;
  width: 100%;
  height: 20%;
}
#oshigototaiken2025 .logoicon .inner {
position: relative;
width: 34%;
float: none;
margin-top: -51%;
margin-right: 0;
height: 71%;
}
#oshigototaiken2025 .logoicon .inner .link1 {
display: block;
        z-index: 100;
        width: 100%;
        height: 43%;
        position: static;
}
#oshigototaiken2025 .logoicon .inner .link2 {
        display: block;
        z-index: 100;
        width: 100%;
        height: 46%;
        position: static;
}
#oshigototaiken2025 .logoicon .inner img {
  display:none;
}
}

#oshigototaiken2025 h2.midashi {
  text-align: center;
  width: 538px;
  margin: 30px auto 0;
}

@media (max-width: 736px) {
#oshigototaiken2025 h2.midashi {
  width: 90%;
  margin: 45px auto 0;
}
} 
/*==================================================
  contents
===================================================*/

#oshigototaiken2025 .naviblock {
  width: 890px;
  height: 543px;
  margin: 0 auto 50px;
  background: url(../img/odakyu_bg1_pc.png) no-repeat 5px 170px/880px 320px;
}
#oshigototaiken2025 .naviblock h3 {
  width: 644px;
  margin: 0 auto 15px;
  padding-top: 40px;
}
#oshigototaiken2025 .naviblock h3.title1 {
  width: 477px;
  padding-top: 35px;
}
#oshigototaiken2025 .naviblock h3.title2 {
  width: 482px;
  padding-top: 20px;
}

#oshigototaiken2025 .naviblock nav ul.navi1 {
  width: 589px;
  margin: 0 auto 15px;
}
#oshigototaiken2025 .naviblock nav ul.navi2 {
  width: 787px;
  margin: 0 auto 72px;
}
#oshigototaiken2025 .naviblock nav ul {
  display: flex;
  justify-content: space-between;
}
#oshigototaiken2025 .naviblock nav ul li {
  width: 190px;
}

@media (max-width: 736px) {
#oshigototaiken2025 .naviblock {
  width: 90%;
  height: auto;
  margin: 0 auto 40px;
  background: url(../img/odakyu_bg1_sp.png) no-repeat 0 29%/100%;
}
#oshigototaiken2025 .naviblock  h3.title1 {
  width: 100%;
}
#oshigototaiken2025 .naviblock h3.title2 {
  width: 100%;
}
#oshigototaiken2025 .naviblock nav ul.navi1 {
  width: 90%;
  margin: 0 auto 15px;
  flex-wrap: wrap;
}
#oshigototaiken2025 .naviblock nav ul.navi1 li {
  width: 50%;
  box-sizing: border-box;
  padding: 5px 7px 10px;
  margin: 0 auto;
}
#oshigototaiken2025 .naviblock nav ul.navi2 {
  width: 90%;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
#oshigototaiken2025 .naviblock nav ul.navi2 li {
  width: 50%;
  box-sizing: border-box;
  padding: 5px 7px 10px;
}


} 

/*==================================================
  shop-group-list
===================================================*/

#oshigototaiken2025 .shop-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

 #oshigototaiken2025 .shop-group-list__item {
   width: 905px;
   margin: 0 auto;
} 

@media (max-width: 736px) {
 #oshigototaiken2025 .shop-group-list__item {
   width: 90%;
   margin: 0 auto;
} 
} 
#oshigototaiken2025 .shop-group-list__heading {
  font-size: 23px;
  line-height: 1.2;
  background: #e60012;
  border: 4px solid #e60012;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  text-align: center;
  margin: 0;
  padding: 14px 10px;
  color: #fff;
}

#oshigototaiken2025
  .shop-group-list__item 
  .shop-group-list__heading.blue {
  background: #004ea2;
  border-color: #004ea2;
}

#oshigototaiken2025 .shop-group-list__inner {
  border: 4px solid #e60012;
  border-radius: 0 0 20px 20px;
  padding: 32px  0 32px 0;
  background: #ffffff;
  margin-bottom: 73px;
}

#oshigototaiken2025
  .shop-group-list__item
  .shop-group-list__inner.blue {
  border-color: #004ea2;
}

#oshigototaiken2025 .shop-group-list__info {
  background: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 30px;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 32px;
  border-bottom: 2px dotted #8d8d8d;
}
#oshigototaiken2025 .shop-group-list__inner.blue {
  background: #ffffff;
}
#oshigototaiken2025 .shop-group-list__inner.blue .shop-group-list__info {
  background: #ffffff;
}

#oshigototaiken2025 .shop-group-list__info-img {
  width: 100%;
  max-width: 260px;
  flex: 0 0 auto;
  text-align: center;
  margin: 0 auto;
}

#oshigototaiken2025 .shop-group-list__info-img img {
  width: 208px;
}

@media (max-width: 736px) {
	#oshigototaiken2025 .shop-group-list__info-img img {
	  width: 163px;
	}
}
#oshigototaiken2025 .shop-group-list__info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* float: left; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 12px 15px;
}

#oshigototaiken2025 .shop-group-list__info-text dt {
  width: 88px;
  background: #4aa526;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
}
#oshigototaiken2025 .shop-group-list__info-text dd {
  /* width: 100%; */
  font-size: 17px;
  padding: 2px 0 1px 104px;
  margin-bottom: 8px;
  line-height: 1.2;
  width: 100%;
  max-width: calc(100% - 115px);
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-top: 3px;
}

@media (max-width: 736px) {

#oshigototaiken2025 .shop-group-list__info-text dd .linetext {
  font-size: 14px;
}

}
#oshigototaiken2025 .shop-group-list__info-text dd .txt1ry {
  font-size: 21px;
  font-weight: bold;
  -webkit-font-feature-settings: "tnum" 1;
  font-feature-settings: "tnum" 1;
  line-height: 1;
}

#oshigototaiken2025 .shop-group-list__info-text dd .txt2ry {
  font-size: 15px;
  font-weight: bold;
}

#oshigototaiken2025 .shop-group-list__info-text dd .txt3ry {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  padding-top: 5px;
  font-weight: normal;
}
#oshigototaiken2025 .shop-group-list__info-text dd .txt4ry {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
#oshigototaiken2025 .shop-group-list__info-text dd .linetext {
  line-height: 1.2;
  background: linear-gradient(transparent 70%, #fff38c 70%);
  display: inline-block;
  margin: 10px 0 5px;
}

#oshigototaiken2025 .shop-group-list__info-text dd .indent1 {
  font-size: 17px;
  font-weight: bold;
  text-indent: -1.3em;
  margin-left: 1.3em;
  display: block;
  margin-bottom: 20px;
}
#oshigototaiken2025 .shop-group-list__info-text dd .indent1.mb0 {
  margin-bottom: 0;
}
#oshigototaiken2025 .shop-group-list__info-text dd .mb20 {
  margin-bottom: 20px;
}
#oshigototaiken2025 .shop-group-list__info-text dd .mb5{
  margin-bottom: 5px;
}
#oshigototaiken2025 .shop-group-list__info-text dd .small {
  font-size: 70%;
}
#oshigototaiken2025 .shop-group-list__info-text dd .indent2 {
  text-indent: -1em;
  margin-left: 1em;
  display: block;
  font-size: 12px;
  line-height: 15px;
}
#oshigototaiken2025 .shop-group-list__info-text dd .indent3 {
  margin-left: 3em;
  text-indent: -1em;
}

#oshigototaiken2025 .shop-group-list__info .btn-cvr {
  display: block;
  position: relative;
  width: 100%;
  background: url(../img/icon.png) no-repeat 385px center/21px 21px,#38b3e0;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  margin: 25px 0 20px;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  text-align: center;
  box-shadow: 5px 6px 0 #ddd;
  font-weight: bold;
}

#oshigototaiken2025 .shop-group-list__info .cvr-area {
  max-width: 419px;
  width: 100%;
}

#oshigototaiken2025 .shop-group-list__info .btn-cvr_deco {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

#oshigototaiken2025 .shop-group-list__info .btn-cvr_deco:before,
#oshigototaiken2025 .shop-group-list__info .btn-cvr_deco:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}

#oshigototaiken2025 .shop-group-list__info .btn-cvr_deco:before {
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
  background: -o-linear-gradient(
    315deg,
    transparent,
    transparent 50%,
    rgba(255, 255, 255, 0.4)
  );
  background: linear-gradient(
    135deg,
    transparent,
    transparent 50%,
    rgba(255, 255, 255, 0.4)
  );
}

#oshigototaiken2025 .shop-group-list__info .btn-cvr_deco:after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#3bc6d9),
    color-stop(#20bacf),
    to(#0e9caf)
  );
  background: -o-linear-gradient(bottom, #3bc6d9, #20bacf, #0e9caf);
  background: linear-gradient(to top, #3bc6d9, #20bacf, #0e9caf);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 99, 118, 0.75) inset;
  box-shadow: 2px 2px 2px rgba(0, 99, 118, 0.75) inset;
}

#oshigototaiken2025 .shop-group-list__info .btn-cvr_txt {
  display: block;
  max-width: 66.66667%;
  width: auto;
  max-height: 22px;
  height: auto;
  margin: 22px auto 0;
  padding: 16px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#oshigototaiken2025 .shop-group-list__info .btn-cvr_deco_inner {
  position: absolute;
  overflow: hidden;
  top: 50%;
  right: 3.636364%;
  bottom: 0;
  width: 60%;
  height: 100%;
  -webkit-transform: translateY(-50%) scale(1, 0.75);
  -ms-transform: translateY(-50%) scale(1, 0.75);
  transform: translateY(-50%) scale(1, 0.75);
  z-index: 100;
}

#oshigototaiken2025 .shop-group-list__info .btn-cvr_deco_inner:before {
  content: "";
  display: block;
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.95);
  width: 100%;
  padding-top: 100%;
  -webkit-transform: translate(-108%, -50%) rotate(45deg);
  -ms-transform: translate(-108%, -50%) rotate(45deg);
  transform: translate(-108%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
}

#oshigototaiken2025 .shop-group-list__info .cvr_notes {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: normal;
}

#oshigototaiken2025 .shop-group-list__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
  position: relative;
  padding: 32px 0;
  margin: auto;
  border-bottom: 2px dotted #8d8d8d;
  width: 806px;
}

#oshigototaiken2025 .shop-group-list__note::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  height: 2px;
  background: url(../img/bdr--dotted-black.png) center center repeat;
  background-size: 6px 6px;
}

#oshigototaiken2025 .shop-group-list__note-heading {
  width: 100%;
  max-width: 260px;
  font-size: 15px;
  margin: 0;
  box-sizing: border-box;
  padding-left: 18px;
}

#oshigototaiken2025 .shop-group-list__note-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

#oshigototaiken2025 .shop-group-list__note-list li {
  font-size: 11px;
  line-height: 1.545;
  padding: 0;
  margin: 0;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

#oshigototaiken2025 .shop-group-list__inquiry-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 13px;
  line-height: 1.545;
}

#oshigototaiken2025 .shop-group-list__inquiry-desc a {
  background-image: url(../img/odakyu_iconmail.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 15px 10px;
  padding-left: 20px;
  text-decoration: none;
}

#oshigototaiken2025 .shop-group-list__btn {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}

#oshigototaiken2025 .shop-group-list__btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  height: 2px;
  background: url(../img/bdr--dotted-black.png) center center repeat;
  background-size: 6px 6px;
}

#oshigototaiken2025 .shop-group-list__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 420px;
  height: 66px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-radius: 6px;
  border: 2px solid #8c8989;
  text-decoration: none;
  padding-left: 95px;
  margin: auto;
  position: relative;
  box-shadow: 4px 5px 0 #dad9cd;
  background-color: #fff;
}

#oshigototaiken2025 .shop-group-list__btn a:after {
  content: "";
  display: block;
  width: 28px;
  height: 32px;
  background-image: url(../img/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 62px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 736px) {

	#oshigototaiken2025 .shop-group-nav {
	  gap: 5px;
	  margin: 0 auto 20px;
	  width: 100%;
  background: url(../img/illust1_sp.png) no-repeat left bottom/contain;
	}
	#oshigototaiken2025 .shop-group-nav li {
		width: calc(32% - 9px);
		height: auto;
	}
	#oshigototaiken2025 .shop-group-nav li:nth-child(4),
	#oshigototaiken2025 .shop-group-nav li:nth-child(6) {
		margin-left: 3%;
	}
	#oshigototaiken2025 .shop-group-nav li:nth-child(5),
	#oshigototaiken2025 .shop-group-nav li:nth-child(7) {
		margin-right: 3%;
	}
	#oshigototaiken2025 .lineblock {
		margin: 0 auto 35px;
		width: 60%;
	}
	

}
@media (max-width: 736px) {
  #oshigototaiken2025 .shop-group-list {
    gap: 45px;
    margin-left: 20px;
    margin-right: 20px;
  }

#oshigototaiken2025 .shop-group-list__info-text dd {
    max-width: calc(100% - 85px);
}

  #oshigototaiken2025 .shop-group-list__heading {
    font-size: 20px;
    padding: 9px 10px;
    border-width: 4px;
  }

  #oshigototaiken2025 .shop-group-list__inner {
    padding: 10px 10px 20px;
    border-width: 4px;
  }

  #oshigototaiken2025 .shop-group-list__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px;
    padding-bottom: 35px;
  }

  #oshigototaiken2025 .shop-group-list__info-img {
    margin-bottom: 15px;
  }

  #oshigototaiken2025 .shop-group-list__info-text {
    gap: 10px 15px;
  }

  #oshigototaiken2025 .shop-group-list__info-text dt {
    width: 68px;
    font-size: 13px;
  }

  #oshigototaiken2025 .shop-group-list__info-text dd .txt2ry {
    font-size: 13px;
  }


  #oshigototaiken2025 .shop-group-list__info .cvr-area {
    max-width: none;
    width: 96%;
    margin: 0 3% 0 1%;
  }
  #oshigototaiken2025 .shop-group-list__info .btn-cvr {
		display: block;
		position: relative;
		width: 100%;
		background: url(../img/icon.png) no-repeat 95% center/21px 21px,#0daddc;
		border-radius: 5px;
		height: 60px;
		line-height: 60px;
		margin: 25px 0 15px;
		color: #fff;
		text-decoration: none;
		font-size: 21px;
		text-align: center;
		box-shadow: 4px 5px 0 #dad9d9;
		padding-right: 36px;
		box-sizing: border-box;
  }

  #oshigototaiken2025 .shop-group-list__info .cvr_notes {
    font-size: 11px;
  }

  #oshigototaiken2025 .shop-group-list__note {
		width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 0;
  }

  #oshigototaiken2025 .shop-group-list__note-heading {
    max-width: none;
    text-align: left;
    font-size: 15px;
    line-height: 1.57;
    padding-left: 0;
    margin-bottom: 15px;
  }


  #oshigototaiken2025 .shop-group-list__btn {
    padding-top: 30px;
  }

  #oshigototaiken2025 .shop-group-list__btn a {
    width: 100%;
    max-width: 307px;
    height: 66px;
    padding-left: 30px;
    font-size: 16px;
  }

  #oshigototaiken2025 .shop-group-list__btn a::after {
    right: 20px;
  }
}

#oshigototaiken2025 .bn_sponsor{
	position: relative;
	top: -20px;
}


/*==================================================
  footer
===================================================*/

#oshigototaiken2025 .footer_logo{
  background: #fff;
}
#oshigototaiken2025 .footer_logo .inner{
  width: 905px;
  margin: 0 auto;
  position: relative;
}
#oshigototaiken2025 .footer_logo .textblock{
  border-bottom: 2px dotted #221815;
}
#oshigototaiken2025 .footer_logo .textblock p{
  padding: 35px 0 35px 55px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
#oshigototaiken2025 .footer_logo .textblock .logo1{
  position: absolute;
  top: 30px;
  right: 50px;
  width: 211px;
}
#oshigototaiken2025 .footer_logo .logo2{
  margin-left: 157px;
  width: 257px;
  padding: 30px 0 50px;
}
#oshigototaiken2025 .footer_logo .logo3{
  position: absolute;
  bottom: 47px;
  right: 161px;
  width: 211px;
}



@media (max-width: 736px) {

#oshigototaiken2025 .footer_logo{
  text-align: center;
}
#oshigototaiken2025 .footer_logo .inner{
  width: 70%;
}
#oshigototaiken2025 .footer_logo .textblock{
  border-bottom: 2px dotted #221815;
}
#oshigototaiken2025 .footer_logo .textblock p{
  padding: 40px 0 30px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
#oshigototaiken2025 .footer_logo .textblock .logo1{
  position: static;
  width: 158px;
  margin: 0 auto 45px;
}
#oshigototaiken2025 .footer_logo .logo2{
  margin-left: auto;
  margin-right: auto;
  width: 216px;
  padding: 38px 0 50px;
}
#oshigototaiken2025 .footer_logo .logo3{
  position: static;
  width: 166px;
  margin: 0 auto;
  padding: 0 0 50px;
}

}


@media (min-width: 900px) {
#oshigototaiken2025 .shop-group-list__inner .lineblock {
  width: 499px;
  margin: 45px 0 10px 0;
  position: relative;
}

#oshigototaiken2025  .shop-group-list__inner .lineblock a {
  width: 105px;
  height: 170px;
  position: absolute;
  background: #fff;
  opacity: 0;
}
#oshigototaiken2025 .shop-group-list__inner .lineblock a:hover {
  background: #fff;
  opacity: 0.3;
}

}
  
@media (max-width: 736px) {
#oshigototaiken2025 .shop-group-list__inner .lineblock {
  width: 92%;
  margin: 20px auto 0;
}
#oshigototaiken2025 .shop-group-list__inner .lineblock .btn a {
  background: url(../img/odakyu_logo_line.png) no-repeat 97% center/56px 56px,#06c755;
  width: 100%;
  height: 77px;
  line-height: 77px;
  margin: 15px auto;
  box-shadow: 0px 3px 0px 3px #dad9d9;
  border-radius: 8px;
  color: #fff;
  display: block;
  box-sizing: border-box;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding-right: 7%;
}
#oshigototaiken2025 .shop-group-list__inner .lineblock .btn p {
  font-size: 11px;
  line-height: 1.4;
}
}
  
  

#pagetop{
  width: 100%;
	position: relative;
  opacity: 0;
}
#pagetop img{
	position: fixed;
	bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: block;
}
#pagetop.active{
  opacity: 1;
}

/*==================================================
  VOICE
===================================================*/
.link_voice{
  width: 409px;
  margin: 0 auto 40px;
}
@media (max-width: 736px) {
  .link_voice{
    width: 90%;
  }
}
#voiceBlock{
  background: url(../img/pattern2_pc.png);
  padding: 65px 0 40px;
}
#voiceBlock h2{
  max-width: 619px;
  margin: 0 auto 23px;
}
@media (min-width: 737px) {
  #voiceBlock .voicelist{
    max-width: 730px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #voiceBlock .voicelist li{
    max-width: 340px;
  }
  #voiceBlock .voicelist li:nth-child(odd){
    max-width: 340px;
    margin: 0 40px 30px 0;
  }
}
#voiceBlock .btn{
  max-width: 335px;
  margin: 20px auto 23px;
}

@media (max-width: 736px) {
  #voiceBlock{
    background: url(../img/pattern2_sp.png) repeat top left/11px 11px;
    padding: 60px 0 35px;
  }
  #voiceBlock h2{
    width: 85%;
    margin: 0 auto 15px;
  }
  #voiceBlock .voicelist{
    width: 85%;
    margin: 0 auto;
  }
  #voiceBlock .voicelist li{
    width: 100%;
    margin: 0 auto 15px;
  }
  #voiceBlock .voicelist li img{
    width: 100%;
  }
  #voiceBlock .btn{
    max-width: 85%;
    margin: 50px auto 23px;
  }
}




/*==================================================
  Utility
===================================================*/
#oshigototaiken2025 .sp {
  display: none;
}
#oshigototaiken2025 .pc {
  display: block;
}
#oshigototaiken2025 .pcspace {
  display: inline-block;
}
@media (max-width: 899px) {
  #oshigototaiken2025 .sp {
    display: block !important;
  }
  #oshigototaiken2025 .pc {
    display: none !important;
  }
#oshigototaiken2025 .pcspace {
  display: none;
}
}