@charset "utf-8";
/* CSS Document */

/* ============================================
                    共通
============================================ */
#contents {
  width: 97% !important;
  max-width: initial;
  margin: 0 auto;
}

a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}

.contentsArea {
  max-width: 1200px;
  margin: 0 auto;
}
.button003.coupon a {
  background: #e26134;
  color: #ffffff;
}
.contentsTtl.campaign img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .contentsArea {
    padding: 0 4%;
  }
}
.sharebtn {
  margin: 6% 0 4%;
  text-align: center;
}
/***ページ下部固定メニュー***/
.bottommenu {
  position: fixed;
  bottom: 25px;
  right: 15px;
  display: flex;
  z-index: 10000;
  opacity: 0.5;
}
.bottommenu a {
  width: 100%;
  height: auto;
}
/***トップへ戻るボタンここまで***/

a.nonclick {
  pointer-events: none;
}
/* ============================================
                    header
============================================ */
p.hdtxt {
  text-align: center;
  background: #9d9d9d;
  color: #fff;
  font-size: 14px;
  padding: 5px;
}

.read {
  margin-top: 4%;
  line-height: 2em;
  margin-bottom: 4%;
}
p.read_txt_pink {
  color: #f08b82;
  margin-top: 10%;
  font-size: 220%;
  line-height: 1.5em;
  font-weight: bold;
}
p.txt-left {
  line-height: 2em;
  text-align: left;
}
/* ============================================
                    MV
============================================ */
h1.mv_area div {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* ============================================
                    ボタン
============================================ */

/* 003 */
.button003 {
  margin: 20px 0 10px 0px;
}
.button003 a {
  background: #ffc555;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 10px 25px;
  color: #6d5940;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button003 a:hover {
  background: #6d5940;
  color: #fff;
}
.button003 a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
  border-color: #fff;
}
/* 004 */
.button004 {
  margin: 20px 0 10px 0px;
}
.button004 a {
  background: #e26134;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 20px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button004 a:hover {
  background: #6d5940;
  color: #fff;
}
.button004 a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button004 a:hover:after {
  border-color: #fff;
}

/* ============================================
                  mainBox
============================================ */
.contentsTtl {
  text-align: center;
}
h3 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  /*border-bottom: solid #ddd;*/
  margin-bottom: 4%;
  line-height: 1.5em;
}
.contentsBox_area {
  max-width: 1200px;
  margin: 80px auto;
}
.main {
  margin: 0 0 0 0;
}
.maintitle {
  text-align: center;
  margin-bottom: -10%;
}
.contentsBox {
  background: #ffc555;
  padding: 4% 0;
}
.contentsRead {
  display: flex;
  background: #f3feff;
  padding: 0% 4%;
  border: solid 1px#bae9f8;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
}
.contentsRead p {
  padding: 0;
  line-height: 2em;
  font-size: 18px;
  color: #2cc0ef;
}
.section {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 150px;
}
.flexBox {
  display: flex;
  justify-content: center;
}
p.subcopy {
  margin: 0 0 40px 0;
}
.item {
  width: 31%;
}
.item img {
  width: 100%;
}
.flexBox {
  display: flex;
  justify-content: center;
  gap: 40px;
}
p.itemttl {
  background: #6d5940;
  padding: 14px;
  color: #fff;
  text-align: center;
}
p.itemtxt {
  margin-top: 20px;
}
.pointArea {
  border: solid 2px #ddd;
  padding: 7%;
  margin: 40px 0 0;
}
.pointttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #6d5940;
}

.sectionttl {
  margin: 40px auto;
  text-align: center;
}
h4 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 24px;
  color: #6d5940;
  font-weight: bold;
}
h4:before,
h4:after {
  content: "";
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 35px;
  height: 3px;
  background-color: #ffc555;
}

h4:before {
  left: 0;
}
h4:after {
  right: 0;
}
.adviser {
  background: #fbf7ee;
  padding: 7%;
  margin-top: 20px;
  border-radius: 30px;
}
p.adviserttl {
  color: #f5b231;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}
.adviser ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 50px;
}
.h_2 {
  position: relative;
  display: inline-block;
  height: 44px;
  padding: 10px 20px 0 20px;
  color: #fff;
  background: #6d5940;
}
.h_2:before {
  position: absolute;
  top: 0;
  left: -11px;
  content: "";
  border-width: 22px 11px 22px 0;
  border-style: solid;
  border-color: transparent #6d5940 transparent transparent;
}
.roommakeArea {
  background: #fbf7ee;
  padding: 4%;
  margin-top: 40px;
}
.roommakettl span {
  font-size: 18px;
  font-weight: bold;
  color: #6d5940;
  padding: 0px 0 0px 20px;
}
.roommakeBox {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  justify-content: space-between;
  padding: 0px 40px;
}
@media screen and (max-width: 1200px) {
  .flexBox_left {
    width: 100%;
  }
  p.flexBox_left_txt {
    margin-bottom: 4%;
  }
  .flexBox_two {
    margin: 10% 0;
  }
  .flexBox_right {
    width: 100%;
    margin-bottom: 4%;
  }
  .sceneflexBox {
    flex-direction: column-reverse;
  }
  .slider img {
    width: 50vw;
  }
}

/* ============================================
                 レスポンシブ
============================================ */

@media screen and (min-width: 767px) {
  /* footer {
    padding: 2%;
  }*/
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
  .adviser ul {
    display: block;
    text-align: center;
  }
  .adviser ul img {
    margin-bottom: 20px;
  }
  .flexBox {
    display: block;
  }
  .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .section {
    padding: 50px 30px;
    margin-bottom: 80px;
  }
  .roommakeBox {
    display: block;
    padding: 0px 20px;
  }
  .roommakeBox img {
    width: 100%;
    margin: 20px 0;
  }
}

@media screen and (min-width: 1000px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .contentsRead p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  /*footer img {
    width: auto;
  }*/
  .contentsBox {
    padding: 4% 4%;
  }
  .contentsRead {
    padding: 3%;
  }
}
@media screen and (max-width: 767px) {
  /* footer img {
    width: auto;
  }*/
  .contentsRead {
    flex-wrap: wrap;
    padding: 2% 4%;
    margin: 0 auto;
  }
  .contentsRead img {
    margin: 0 auto;
  }
  .contentsRead p {
    margin: 0 auto;
    line-height: 1.5em;
    font-size: 16px;
    padding-bottom: 4%;
  }
  .maintitle img {
    width: 25%;
  }
}

@media screen and (max-width: 576px) {
  /*body {
    font-size: 13px;
  }*/
  h3 {
    font-size: 18px;
  }
  .pointttl {
    font-size: 17px;
  }
  h4 {
    font-size: 17px;
  }
  p.adviserttl {
    font-size: 15px;
  }
  .h_2 {
    display: none;
  }
  .roommakettl {
    margin: 30px 30px 0;
  }
  .roommakettl span {
    font-size: 17px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 550px) {
}

@media screen and (max-width: 500px) {
}
