@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;
}

.pc_none {
  display: none;
}
/*
.sec0 {
  background: url("../img/pcmond_bg.jpg") no-repeat top center/100%;
  height: 100vh;
}
*/

.sec01 {
  background: url("../img/bg1_pc.jpg") no-repeat top center/100%;
}

.sec02 {
  background: url("../img/bg2_pc.jpg") repeat-y top center/100%;
}

.sec03,
.guide {
  background: url("../img/bg4_pc.jpg") repeat-y top center/100%;
}
.sec0 img{
  object-fit: cover
}

.sec01 p {
  width: 5%;
}

.sec01 .coupon_area {
  display: block;
  margin: auto;
  width: 50%;
  padding-top: 1vw;
  padding-bottom: 10vw;
}

.inner{
  max-width: 1500px;
  display: block;
  margin: auto;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
}

.wrapper h2 {
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 20px;
  padding: 70px 0 40px;
  width: 100%;
  color: #fff;
}

.wrapper .box {
  border: 1px solid #b48f42;
  background: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  width: 28%;
  padding: 15px;
  border-radius: 7px;
  margin: 1%;
  display: flex;
  flex-direction: column;
}

.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: 10px;
  font-size: 25px;
}

.wrapper .box .text_area h4 {
  font-family: "Noto Sans JP", "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  margin: 5px 0 7px 0;
  font-size: 20px;
}

.wrapper .box .price_area {
  display: flex;
}

.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: 30px;
  margin: 3px;
  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: 5px;
  padding-bottom: 7px;
  font-size: 18px;
  margin-top: 6px;
}

.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: 15px;
  font-weight: bold;
}

.wrapper .icon_box {
  margin: auto;
}

.wrapper .icon_box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0 5px 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: 4px 7px 6px 7px;
  border-radius: 5px;
  margin: 3px 5px;
  letter-spacing: 1px;
  font-size: 16px;
}

.wrapper .more {
  margin-top: auto;
}

.wrapper .more a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  background: url("../img/pc_bg_btn01.png")no-repeat center/100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
}

.wrapper .more a:hover {
  opacity: 0.7;
}
.sec03 .wrapper h2{
  color: #333;
}

.guide {
  padding-bottom: 100px;
}

.guide h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 75px 0 30px;
  letter-spacing: 4px;
  width: 100%;
}

.guide h2 strong {
  font-size: 64px;
  font-weight: bold;
}

.guide .pac {
  width: 1010px;
  margin: 0 auto;
  padding: 50px 0 45px;
  background: #fff;
  box-shadow: 10px 10px 5px rgba(43, 0, 0, 0.2);
}

.guide .pac .box {
  width: 890px;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.guide .pac .box h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 45px;
  padding-left: 35px;
  margin-bottom: 20px;
  border-bottom: solid 1px #333;
  position: relative;
}

.guide .pac .box h3::before {
  content: "";
  display: block;
  background: url("../img/pac_icon.png")no-repeat center/100%;
  width: 25px;
  height: 25px;
  margin-top: -13px;
  position: absolute;
  left: 0;
  top: 50%
}

.guide .pac .box .text {
  line-height: 1.33;
}

.guide .pac .box .kome1 td,
.guide .pac .box .kome2 td,
.guide .pac .box .kome3 td {
  font-size: 12px;
  line-height: 1.33;
  vertical-align: top;
}

.guide .pac .box.bx1 .kome1 {
  margin: 20px 0 0 auto;
}

.guide .pac .box.bx1 .kome2 {
  margin: 0 0 28px auto;
}

.guide .pac .box.bx2 .kome1 {
  margin: 17px 0 15px 0;
}

.guide .pac .box.bx2 .kome3 {
  margin: 17px 0 47px 0;
}

.guide .pac .box .img {
  text-align: center;
  margin: 25px 0 15px;
}


footer {
  text-align: center;
  background-color: #fff;
}

footer img {
  width: 30%;
}


@media screen and (min-width:768px) and (max-width: 1100px) {
.wrapper .inner {
    width: 96vw;
  }

  .wrapper .inner>div {
    padding-bottom: 5vw;
  }

  .wrapper h2 {
    font-size: 7vw;
    letter-spacing: 1.3vw;
    padding: 6vw 0 3vw 0;
  }

  .wrapper .box {
    width: 27vw;
    padding: 1.3vw;
    margin: 1vw;
  }

  .wrapper .box .text_area h3 {
    margin-top: 1vw;
    font-size: 2.4vw;
  }

  .wrapper .box .text_area h4 {
    margin: 0.5vw 0 0.7vw 0;
    font-size: 2vw;
  }

  .wrapper .box .price_area li {
    font-size: 3vw;
    margin: 0.3vw;
  }

  .wrapper .box .price_area .free {
    padding: 0.5vw;
    padding-bottom: 0.7vw;
    font-size: 1.8vw;
    margin-top: 0.6vw;
  }

  .wrapper .box .price_area li span {
    font-size: 1.5vw;
  }

  .wrapper .icon_box ul {
    margin: 0.6vw 0 0.5vw 0;
  }

  .wrapper .icon_box ul li {
    padding: 0.4vw 0.7vw 0.6vw 0.7vw;
    margin: 0.3vw 0.4vw;
    letter-spacing: 1px;
    font-size: 1.6vw;
  }

  .wrapper .more a {
    font-size: 1.8vw;
    padding-top: 1vw;
  }}