@charset "utf-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
small,
strong,
b,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
menu,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
}

a {
  margin: 0;
  padding: 0;
  color: #666;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.8;
}

table {
  border-spacing: 0;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body * {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333;
  font-size: 3.7vw;
}
.sp_none {
  display: none;
}
.sec01 {
  background: url("../img/bg1_sp.jpg") no-repeat top center/100%;
}
.sec02,
.sec04 {
  background: url("../img/bg2_sp.jpg") repeat-y top center/100%;
}
.sec03, .guide {
  background: url("../img/bg4_sp.jpg") repeat-y top center/100%;
}
.heading01{
    background: url("../img/bg3_sp.jpg") no-repeat top center/100%;
    height: 15vw;
}
.heading02{
    background: url("../img/bg5_sp.jpg") no-repeat top center/100%;
    height: 19vw;
}
.sec01 .coupon_area {
  padding: 0 0 20vw 0;
}
.sec02{
  text-align: center;
}
.sec02 .item_img {
  width: 98%;
}
footer{
  text-align: center;
  background-color: #fff;
}
footer img{
  width: 80%;
}

.wrapper .inner {
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 8vw;
}

.wrapper h2 {
  color: #fff;
  font-size: 10vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.3vw;
  padding: 10vw 0 4vw;
  width: 100%;
}
.sec03 .wrapper h2 {
  color: #333;
}

.wrapper .box {
  border: 1px solid #b48f42;
  background: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  width: 42vw;
  padding: 1.8vw;
  border-radius: 7px;
  margin: 2vw 1vw;
  display: flex;
  flex-direction: column;
}

.wrapper .box:last-child {
  margin-right: auto;

}

.wrapper .box .top img {
  width: 100%;
}

.wrapper .box .top img:hover {
  opacity: 0.7;
}

.wrapper .box a:hover {
  opacity: 1;
}

.wrapper .box .text_area h3 {
  font-family: "Noto Sans JP", "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  margin-top: 1.2vw;
  font-size: 4vw;
  text-align: left;
}

.wrapper .box .text_area h4 {
  font-family: "Noto Sans JP", "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  margin: 1vw 0 1vw 0;
  font-size: 3.5vw;
  text-align: left;
}

.wrapper .box .price_area {
  display: flex;
}

.wrapper .box .price_area {
  margin: 1.5vw 0 0.5vw 0;
}

.wrapper .box .price_area li {
  color: #d43535;
  font-family: "Noto Sans JP", "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 5vw;
  margin: 0.3vw;
  font-weight: bold;
}

.wrapper .box .price_area .free {
  color: #d43535;
  font-family: "Noto Sans JP", "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  border: solid 1px #d43535;
  padding: 0.7vw;
  padding-bottom: 1.1vw;
  font-size: 3vw;
}

.wrapper .box .price_area li span {
  color: #d43535;
  font-family: "Noto Sans JP", "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 2.5vw;
  font-weight: bold;
}

.wrapper .icon_box {
  margin: auto;
}

.wrapper .icon_box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5vw 0 1vw 0;
}

.wrapper .icon_box ul li {
  background-color: #d43535;
  font-family: "Noto Sans JP", "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: #fff;
  padding: 1.2vw;
  border-radius: 3px;
  margin: 0.5vw;
  letter-spacing: 1px;
  font-size: 2.8vw;
  font-weight: bold;
}

.wrapper .more {
  margin-top: auto;
}

.wrapper .more a {
  display: block;
  color: #fff;
  font-size: 3.3vw;
  font-weight: bold;
  text-align: center;
  background: url("../img/pc_bg_btn02.png")no-repeat center/100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 1vw;
}

.wrapper .more a:hover {
  opacity: 0.7;
}
.guide .inner h2 {
  font-size: 8vw;
  font-weight: bold;
  text-align: center;
  padding: 10vw 0 4vw;
  letter-spacing: 0.8vw;
}
.guide .pac {
  width: 95vw;
  margin: 0 auto;
  padding: 4vw 0 8vw;
  background: #fff;
  box-shadow: 10px 10px 5px rgba(43,0,0,0.2);
}

.guide .pac .box {
  width: 95vw;
  background: none;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  padding: 0vw;
}

.guide .pac .box h3 {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 10vw;
  padding-left: 6vw;
  width: 86.7vw;
  margin: 0 auto 2vw;
  border-bottom: solid 1px #333;
  box-sizing: border-box;
  position: relative;
}
.guide .pac .box h3::before {
  content: "";
  display: block;
  background: url("../img/pac_icon.png")no-repeat center/100%;
  width: 4.8vw;
  height: 4.8vw;
  margin-top: -2.4vw;
  position: absolute;
  left: 0;
  top: 50%
}
.guide .pac .box .text {
  width: 86.7vw;
  margin: 0 auto;
  line-height: 1.25;
}
.guide .pac .box .kome1,
.guide .pac .box .kome2,
.guide .pac .box .kome3 {
  width: 86.7vw;
  margin: 0 auto;
}
.guide .pac .box .kome1 td,
.guide .pac .box .kome2 td,
.guide .pac .box .kome3 td {
  font-size: 3.2vw;
  line-height: 1.25;
  vertical-align: top;
  padding-bottom: 2vw;
}
.guide .pac .box.bx1 .kome1 { margin: 3.3vw auto 0;}
.guide .pac .box.bx1 .kome2 { margin: 0 auto 5.3vw;}
.guide .pac .box.bx2 .kome1 { margin-top: 2.7vw;}
.guide .pac .box.bx2 .kome3 { margin: 0 auto 4vw;}
.guide .pac .box .img {
  width: 93.3vw;
  margin: 3.3vw auto;
}
