@charset "UTF-8";

/* ---- 全体 ---- */

img:hover {
  opacity: 0.4;
}
body {
  margin: 0;
  font-family: sans-serif;
  word-wrap: break-word;
}
a {
  text-decoration: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---- よくある質問 ---- */

.grid {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 14%;
  -ms-grid-rows: 14%;
  margin-bottom: 10vw;
}
.grid div {
  margin: 1%;
  padding: 2%;
  background-color: yellowgreen;
}
.grid a {
  color: white;
}

/* ---- 枠線 ---- */
    
.frame_yellowgreen {
  margin: 8% 1%;
  padding: 1%;
  border: solid 1px yellowgreen;
}
.frame_yellowgreen1 {
  margin: 8% 1%;
  padding: 1%;
  border: solid 1px yellowgreen;
}
.frame_yellowgreen2 {
  margin: 8% 0.5%;
  padding: 1%;
  border: solid 3px yellowgreen;
}
.frame_2color {
  border: solid 3px #990000;
  outline: solid 3px yellowgreen;
  outline-offset: 0px;
  margin: 5% 1%;
  padding: 1%;
}

/* ---- 部分 ---- */

.guide {
  background-image: url(image/check.jpg);
  margin: 0 0 5% 0;
  padding: 2%;
  content-visibility: auto;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.guide p {
  color: white;
  margin: 15px;
}
.guide.lazyloaded {
  opacity: 1;
}
.guide.lazyloaded:hover {
  opacity: 0.4;
}
.icon_right {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.gototop {
  display: none;
}
.gotoyoutube {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.gotoyoutube a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(1.0, 1.4);
  -webkit-transform: scale(1.0, 1.4);
  text-align: center;
  color: white;
  position: fixed;
  bottom: 10vh;
  padding: 2px 1px;
  background: crimson;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  white-space: nowrap;
  z-index: 4 !important;
}
.copy {
  text-align: center;
  color: white;
}
.mono {
  margin: 2% 5% 0 2%;
}
.mono li {
  list-style-type : disc;
}
.gray_mono {
  color: gray;
  font-size: 14px;
}
.sp_none {
  display: none;
}
.sp_none_text {
  display: none;
}
.star1 {
  position:relative;
  bottom: 15px;
  right: 16px;
}
.star2 {
  position:relative;
  bottom: 15px;
  left: 15px;
}
.week_text {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  left: 1vw;
  top: 10vw;
}
.week_text2 {
  position: relative;
  right: 1vw;
}
.icon_sns {
  display: flex;
  justify-content: space-between;
  margin: 0 2%;
}

/* ---- 予約 ---- */

.yoyakubox {
  width: 100%;
  margin: 2% 0;
  border: solid 3px yellowgreen;
}
.box-title {
  width: 100%;
  font-size: 16px;
  background: yellowgreen;
  padding: 2%;
  text-align: center;
  color: white;
  font-weight: bold;
}
.botton a {
  display: block;
  text-decoration: none;
  width: 80%;
  padding: 2%;
  margin: 0 auto;
  color: white;
  background: green;
  color: white;
  text-align: center;
}
.emegreen {
  color: #00aa6e;
  text-align: center;
}
.under {
  color: #00aa6e;
  ruby-position: under;
}
.image_text2 {
  display: block;
  width: 100%;
  padding: 1% 2%;
}

/* ---- PCドロップダウンメニュー ---- */

.drop {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  margin: 2% 15%;
  padding: 0 2%;
  margin-bottom: -200px;
}
.dropmenu {
  display: none;
}
.logo > a {
  text-decoration: none;
  color: #333;
}
.logo img {
  position: relative;
  left: 45vw;
  bottom: 27vw;
}


/* 親メニュー */
header > ul > li {
  position: relative;
  list-style-type: none;
}
header a {
  color: #0bd;
  text-decoration: none;
}

/* 子メニュー */
.sub-menu {
  position: absolute;
  width: 180px;
  background: #efefef;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  z-index: 1 !important;
}
.sub-menu a {
  color: white;
  width: 154px;
  margin: 0 3px;
  padding: 10px;
  display: block;
  background: #33cccc;
  list-style-type: none;
}
.sub-menu a:hover {
  color: white;
  list-style-type: none;
}

/* ---- スマホドロップダウンメニュー ---- */

ul {
  list-style: none;
}

/* 子メニュー表示 */
.menu-item-has-children:hover ul, nav .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
  list-style-type: none;
}
li.menu-item-has-children li a:hover, nav li.menu-item-has-children li a:focus {
  background: #33cccc;
  list-style-type: none;
}

/* 本文をメニューの高さ分下げる */

body {
  position: relative;
  top: 100px;
}
#navi {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2 !important;
}

/* チェックボックスを非表示 */
#navi input {
  display: none;
}

/* 上部メニュー */
.menu {
  margin-right: 10px;
}
.menu-parent {
  float: left;
  margin-right: 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
  text-align: left;
}

  /* 親メニュー */
.menu-parent .pd {
  display: inline-block;
  width: 100%;
}
.menu {
  display: none;
}
.menu-parent {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #DDD;
}
.menu-parent:first-child {
  border-top: 1px solid #DDD;
}
.menu-parent i {
  padding: 0px 6px;
}
.menu-parent a {
  color: black;
}

/* メニューのみ表示してスクロールさせる */
#menu-navibtn:checked ~ #navi {
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

/* 余分な最後の線を消去 */
.menu-child li:last-child {
  border: none;
}
.menu-child li i {
  margin-right: 3px;
}

/* ドロップダウンメニュー */
.menu-parent {
  position: relative;
}
.menu-parent .menu-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-left: 0;
  width: auto;
  box-sizing: border-box;
  padding: 0px 20px;
  background-color: skyblue;
  z-index: 0 !important;
}
.menu_nolink {
  text-align: center;
}

/* ハンバーガーメニューがクリックされた時 */
#menu-navibtn:checked ~ * .menu {
  display: block;
  opacity: 1;
}
#menu-navibtn:checked ~ * .menu-parent {
  max-height: inherit;
  overflow-y: visible;
}
#menu-navibtn:checked ~ * .menu-child {
  max-height: 0;
  overflow-y: hidden;
  visibility: hidden;
}


/* 子メニュー */
.menu-parent .menu-child {
  border-left: none;
  border-right: none;
  position: relative;
  padding: 0;
  opacity: 1;
  top: 0;
  margin-left: auto;
  left: auto;
  width: auto;
}
.menu-parent > label:hover {
  cursor: pointer;
  cursor: hand;
}

/* 子メニューがクリックされた時 */
#navi input[type="checkbox"]:checked ~ .menu-child {
  max-height: inherit;
  overflow-y: visible;
  visibility: visible;
}

/* 子メニュー */
.menu-child li {
  font-size: 14px;
  border-bottom: solid 1px forestgreen;
}
.menu-child a {
  color: white;
}

/* ハンバーガーボタン*/
#navi #navibtn {
  display: inline-block;
  text-align: left;
}
#navi #navibtn {
  display: inline-block;
  position: relative;
  top: 4vw;
  left: 3vw;
  text-align: left;
}
#navibtn span {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-color: #00AA00;
  text-align: left;
}
#navibtn span span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  text-align: left;
}
#navibtn span span::before,
#navibtn span span::after,
#navibtn span::after {
  position: absolute;
  left: 10px;
  content: "";
  width: 36px;
  height: 3px;
  background-color: #FFF;
  border: solid 3px white;
}
/* 上の棒 */
#navibtn span span::before {
  top: 10px;
}
#menu-navibtn:checked ~ #navi label#navibtn span span::before {
  top: 25px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* 真ん中の棒 */
#navibtn span span::after {
  top: 25px;
}
#menu-navibtn:checked ~ #navi label#navibtn span span::after {
  display: none;
}
/* 下の棒 */
#navibtn span::after {
  bottom: 10px;
}
#menu-navibtn:checked ~ #navi label#navibtn > span::after {
  bottom: 25px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


 /* メガメニュー */

.tour {
  background: skyblue;
}
.orchid {
  background: orchid;
}
.ygreen {
  background: yellowgreen;
}

.ho:after, .ha:after, .da:after {
  content: "　＞";
}
.tour:hover > .ho:after, .orchid:hover > .ha:after, .ygreen:hover > .da:after {
  content: "　∨";
}

.ho, .ha, .da {
  color: black;
}
.tour:hover > .ho, .orchid:hover > .ha, .ygreen:hover > .da {
  color: white;
}

.whitebox1 {
  background-color: white;
  border: solid 3px skyblue;
  padding: 2%;
}
.whitebox2 {
  background-color: white;
  border: solid 3px orchid;
  padding: 2%;
}
.whitebox3 {
  background-color: white;
  border: solid 3px yellowgreen;
  padding: 2%;
}

.megamenu-day {
  list-style-type: none;
  color: white;
  text-align: left;
  background: #4c6cb3;
  padding: 0 3%;
}

.tour-link {
  text-align: left;
}
.tour-link a {
  color: black;
  font-size: 16px;
  font-weight: bold;
}
.submenu-sp .tour-link a{
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.kayou {
  display: block;
  color: white;
  font-size: 14px;
  background: gray;
  text-align: center;
}


/* ---- 見出し・テキスト ---- */

.center {
  margin: 2%;
}
.sp_title1 {
  background-image: url(image/s_title1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: green;
  text-align: center;
  padding: 0 0 9% 0;
  
}
.sp_title2 {
  background-image: url(image/s_title2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: green;
  text-align: left;
  padding: 9% 0 9% 15%;
}
.sp_insta {
  color: gray;
  text-align: center;
  padding: 1% 2%;
}
.p_title1 {
  display: none;
}
.pc_title2 {
  display: none;
}
.pc_insta {
  display: none;
}

.green_center {
  color: gray;
  text-align: center;
  margin: 3% 1%;
  padding: 10px 40px;
}
.yellowgreen {
  color: #7BAA17;
  margin: 5% 0 3%;
}
.yellowgreen_center {
  color: #7BAA17;
  font-weight: bold;
  text-align: center;
}
.yellowgreen_icon {
  color: #7BAA17;
}
.gray {
  color: gray;
  padding: 0 1% 1%;
}
.gray2 {
  color: gray;
  padding: 0 1% 2%;
}
.gray3 {
  color: gray;
  padding: 0 1% 2%;
  margin-bottom: -2%;
}
.gray li {
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}
.gray li:before {
  content: "★";
}
.gray_center {
  color: gray;
  text-align: center;
}
.gray1line {
  color: gray;
  margin: 2% 1% 5% 1%;
  padding: 3% 0;
  border-bottom: solid 2px yellowgreen;
}
.purple {
  color: purple;
}
.black {
  color: black;
}
.white {
  font-size: 16px;
  color: white;
}
.white_bg_green {
  font-size: 20px;
  color: white;
  padding: 0 10px;
  position: relative;
  top: 90px;
  margin-top: -60px;
  z-index: 1 !important;
}
.white_yasumi {
  color: white;
}
.white_bg_gray {
  color: white;
  border-top: solid 2px black;
  border-bottom: solid 2px  black;
  text-align: center;
  padding: 10px;
  background-color: gray;
}
.white_bg_yellowgreen {
  color: white;
  text-align: center;
  margin: 5% 0 0 0;
  padding: 10px 0;
  background-color: yellowgreen;
}
.other {
  text-align: right;
  color: gray;
  padding: 2% 10px;
}
.other a {
  color: gray;
}
.center {
  text-align: center;
}
.box_textleft {
  text-align: left;
  color: white;
  padding: 7px;
}
.box_textright {
  text-align: right;
  color: white;
  padding: 7px;
}

/* ---- フッター ---- */

.footer_grid {
  display: block;
  margin-bottom: 2%;
}

.footer {
  width: auto;
  padding: 2%;
}
.footer_menu {
  font-size: 16px;
  color: white;
}
.footer_menu a {
  font-size: 16px;
  color: white;
}
.footer_menu a:hover {
  opacity: 0.4;
}
.right {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.footer p {
  font-size: 16px;
}

/* ---- カラー背景領域 ---- */

.white_day {
  background-color: 	white;
  margin: 0 0 1%;
  padding: 1% 2%;
}
.white_day_sp {
  background-color: 	white;
  margin: 0;
  padding: 1% 0;
}
.white_day_down {
  background-color: 	white;
  margin: 25vw 0 0 0;
  padding: 5% 2%;
}
.lightgreen {
  background-color: 	#DAEAD0;
  margin: 0;
  padding: 5% 2%;
}
.lightgreen_sp {
  background-color: 	#DAEAD0;
  margin: 0;
  padding: 1%;
}
.lightgreen_day {
  background-color: 	#DAEAD0;
  margin: 0;
  padding: 1% 2% 5%;
}
.lightgreen_slide {
  margin: 0;
  margin: 5% 0;
}
.palegreen {
  background-color: mintcream;
  margin: 0;
  padding: 2%;
}
.green {
  background-color: green;
  margin: 0;
  padding: 2%;
}
.lightbrown {
  background-color: antiquewhite;
  margin: 0;
  padding: 0 2% 2%;
}

/* ---- 画像のみ ---- */

.gridx2 {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  -ms-grid-columns: 100%;
}
.gridx2_img {
  background-image: url(image/check.jpg);
  text-align: center;
  color: white;
  margin: 2% 0;
  padding: 2%;
  content-visibility: auto;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.gridx2 div.lazyloaded {
  opacity: 1;
} 
.gridx2 div.lazyloaded:hover {
  opacity: 0.4;
}

.gridx3 {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  -ms-grid-columns: 100%;
}
.gridx3_img {
  background-image: url(image/check.jpg);
  text-align: center;
  color: white;
  margin: 2% 0;
  padding: 2%;
  content-visibility: auto;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.gridx3 div.lazyloaded {
  opacity: 1;
} 
.gridx3 div.lazyloaded:hover {
  opacity: 0.4;
}

.gridx4 {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  -ms-grid-columns: 100%;
}
.gridx4_img {
  background-image: url(image/check.jpg);
  text-align: center;
  color: white;
  margin: 2% 0;
  padding: 2%;
  content-visibility: auto;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.gridx4 div.lazyloaded {
  opacity: 1;
} 
.gridx4 div.lazyloaded:hover {
  opacity: 0.4;
}

.box {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: auto;
  background-image: url(image/check.jpg);
  width: 100%;
  content-visibility: auto;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  margin: 2% 0;
}
.box.lazyloaded {
  opacity: 1;
}
.box.lazyloaded:hover {
  opacity: 0.4;
}
.banner_res {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: auto;
  background: darkblue;
  margin: 5% auto;
  padding: 8%;
  width: 100%;
}

/* ---- 画像とテキスト縦並び ---- */

.items {
  display: block;
  margin: 0 0 2% 0;
}
.item8 {
  width: 100%;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.item8 > div{
  width: 50%;
  padding: 10px;
}
.image_text {
  width: 100%;
  display: block;
  margin: 0 0 6% 0;
}
.image_text:hover {
  opacity: 0.4;
}
.items_re {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  flex-direction: column-reverse;
}
.image_re {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.image_re img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.image_re.lazyloaded img.lazyloaded{
  opacity: 1;
}
.image_re.lazyloaded img.lazyloaded:hover {
  opacity: 0.4;
}
.text_re {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 2%;
}
.text-title {
  margin: 0 0 8px;
  color: gray;
}
.image {
  margin: 0;
  padding: 0;
}
.image img {
  width: 100%;
  height: auto;
  content-visibility: auto;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  margin: 0 auto;
  padding: 0;
}
.image.lazyloaded img.lazyloaded {
  opacity: 1;
}
.image.lazyloaded img.lazyloaded:hover {
  opacity: 0.4;
}
.image_none {
  display: none;
}
.image_none img {
  display: none;
}
.image_none.lazyloaded img.lazyloaded {
  display: none;
}
.image_none.lazyloaded img.lazyloaded:hover {
  display: none;
}
.text {
  display: block;
  width: 100%;
  padding: 0;
  color: gray;
}

/* ---- 画像とテキスト横並び ---- */

.image_text_row-reverse {
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
}
.image_text_row-reverse:nth-child(odd) {
  display: -webkit-flex;
  display: flex;
}
.image_text_row-reverse2 {
  display: block;
  margin: 0;
}
.image_text_row-reverse2:nth-child(odd) {
  display: block;
}
.image_row-reverse {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.image_row-reverse img {
  width: 100%;
  padding: 5px 0;
  content-visibility: auto;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.image_row-reverse.lazyloaded img.lazyloaded {
  opacity: 1;
}
.image_row-reverse.lazyloaded img.lazyloaded:hover {
  opacity: 0.4;
}
.image_text_row {
  display: block;
  margin: 0;
}
.image_text_row:nth-child(odd) {
  flex-direction: column;
}
.image_row {
  width: 100%;
  padding: 5px 0;
}
.image_row img {
  width: 100%;
  padding: 5px 0;
  content-visibility: auto;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.image_row.lazyloaded img.lazyloaded {
  opacity: 1;
}
.image_row.lazyloaded img.lazyloaded:hover {
  opacity: 0.4;
}
.image_text_row_small {
  display: block;
  margin: 5px 0 0;
}
.image_text_row_small:nth-child(odd) {
  flex-direction: column;
}
.image_row_small {
  width: 50%;
  margin: 0 auto;
  padding: 5px 0;
}
.image_row_small img {
  width: 100%; 
  padding: 5px 0;
  content-visibility: auto;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.image_row_small.lazyloaded img.lazyloaded {
  opacity: 1;
}
.image_row_small.lazyloaded img.lazyloaded:hover {
  opacity: 0.4;
}

/*! Flickity v2.3.0 https://flickity.metafizzy.co------------スライド----------- */

.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 90%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* external css: flickity.css */
 
.gallery {
  background: gray;
}
.gallery-cell {
  width: 100%;
  height: 400px;
  background: #86B81B;
  counter-increment: gallery-cell;
  z-index: 0 !important;
}

/* 商品一覧ページは画像のみ*/

.guide_list {
  background-image: url(image/check.jpg);
  padding: 15px;
  z-index: 1 !important;
}
.guide_list h2 {
  text-align: center;
  color: white;
  z-index: 1 !important;
}
.sp_down {
  position: relative;
  top: 25vw;
}