@charset "utf-8";

@media screen and (max-width: 768px) {

body {
    min-width: 375px;
}

a[href^="tel:"]{
  pointer-events: auto;
}

a:hover {
  opacity: 1;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.break {
  display: block;
}

/* =====reservebox===== */

.reserve_box.pc {
  display: none;
}

.contact_box.sp {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}

.contact_box.sp img {
  display: block;
}

.contact_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
}

.contact_item {
  width: 100%;
}

.contact_item img {
  width: 100%;
}


/* =====sec01===== */
.sec01 {
  width: 100%;
  margin: 0 0 40px;
  position: relative;
}

.sec01_head {
  width: 100%;
  height: 90vh;
  padding: 0 20px;
  margin: 0 0 50px;
  box-sizing: border-box;
  background: url(../sp_img/img01.jpg) right center/cover no-repeat;
}

.sec01_head .inner {
  position: relative;
  height: 100%;
  text-align: center;
}

.sec01 .logo_box {
  width: 80%;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.sec01_title {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro";
}

.sec01 .head_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  margin: 0 auto;
  font-size: 55px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
  line-height: 1.5;
  text-align: center;
}

.sec01 .head_text img {
  width: 95%;
}

.sec01 .head_text:before {
  display: none;
  content: "";
  position: absolute;
  top: -25px;
  left: -70px;
  width: 97px;
  height: 104px;
  background: url(../img/kazari01.png);
}

.sec01 .head_text:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 25px;
  right: -10px;
  width: 93px;
  height: 94px;
  background: url(../img/kazari02.png);
}

.sec01 .head_text .large,
.sec01 .head_text .line,
.sec01 .head_text .color {
  font-size: 83px;
  font-weight: bolder;
}

.sec01 .head_text .line {
  padding: 0 0 3px;
  background: linear-gradient(transparent 60%, #adddf2 0);
}

.sec01 .head_text .color {
  color: #ea5962;
}

.sec01 .head_text02 {
  position: absolute;
  left: 0;
  top: 80px;
}

.sec01_body {
  width: 100%;
  position: static;
  padding: 0 20px;
  box-sizing: border-box;
}

.sec01_list {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: block;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.sec01_list:after {
  content: "※価格は全て税込表記になります";
  position: absolute;
  bottom: -70px;
  right: 20px;
  font-size: 14px;
  font-family: "A-OTF 中ゴシックBBB Pr6N Med";
}

.sec01_item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  border: 2px solid #b89d3f;
  margin: 0 10px 50px;
  box-sizing: border-box;
  background: #fffef7;
  text-align: center;
}

.sec01_item:before{
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 42px solid #fffef7;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

.sec01_item:after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 42px solid #b89d3f;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

.sec01_item .title {
  margin: 0 0 6px;
  text-align: center;
}

.sec01_item .list {
  position: relative;
  font-family: "A-OTF 中ゴシックBBB Pr6N Med";
}

.sec01_item .list .term {
  margin: 0 0 8px;
  font-size: 23px;
  text-align: center;
}

.sec01_item .list .subterm {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  background: #b89d3f;
  border-radius: 30px;
  color: #fff;
}

.sec01_item:nth-of-type(2) .list .subterm.width {
  width: 94px;
  box-sizing: border-box;
  text-align: center;
}

.sec01_item .list .desc {
  font-size: 22px;
  text-align: center;
}

.sec01_item .list .desc .color {
  font-size: 50px;
  font-family: "FOT-ロダン ProN DB";
  color: #ea5962;
}

.sec01_item .list .desc .small {
  display: block;
  font-size: 18px;
  color: #ea5962;
}

.sec01_message {
  width: 100%;
  height: auto;
  padding: 300px 0 0;
  background: url(../sp_img/img02.jpg) center top/cover no-repeat;
}

.sec01_message .text {
  bottom: 50%;
  margin: 0;
  text-align: right;
}
  
  /* =====sec02===== */
  .sec02 {
    position: relative;
    padding: 180px 0 40px;
    box-sizing: border-box;
    background: #fffef7;
  }

  .sec02:before {
    content: "";
    position: absolute;
    display: block;
    width: 300px;
    height: 150px;
    background: url(../img/logo03.png) center center/contain no-repeat;
  }
  
  .sec02_title {
    margin: 0 0 80px;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bolder;
    line-height: 1.6;
  }

  .sec02_title .break {
    display: block;
  }
  
  .sec02_title .large {
    font-size: 25px;
    margin: 65px 0 0;
  }
  
  .sec02_title .color {
    font-size: 30px;
    font-weight: bolder;
    color: #ea5962;
  }

  .sec02_body {
    /* background: url(../img/img30.jpg) right center/cover no-repeat; */
    padding: 0 20px;
    background: none;
  }
  
  
  .sec02_text01 {
    margin: 0;
    padding: 10px 10px 40px;
    background: none;
    font-size: 21px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bolder;
    text-align: center;
  }

  .sec02_text01 .break {
    display: block;
  }
  
  .sec02_text02 {
    width: 100%;
    padding: 45px 20px 20px;
    box-sizing: border-box;
    border-top: 1px solid #231815;
    background: none;
    font-size: 16px;
    font-family: "小塚ゴシック Pr6N";
    line-height: 1.8;
  }
  
  .sec02_text02 .color {
    color: #ea5962;
    font-weight: bold;
  }

  .sec02_photo {
    width: 100%;
    height: 502px;
    background: url(../sp_img/img03.jpg) center center/cover no-repeat;
  }

  .sec02 .carrier_box {
    width: 100%;
    margin: 0 0 20px;
  }
  
  .sec02 .carrier_title {
    width: 70px;
    padding: 0 0 0 5px;
    margin: 30px auto;
    background: linear-gradient(transparent 20%, rgba(111, 158, 212, 0.36));
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.28em;
  }
  
  .sec02 .carrier_list {
    line-height: 2;
  }
  
  /* =====sec03===== */
  .sec03 {
    width: 100%;
    padding: 40px 20px 90px;
    box-sizing: border-box;
  }
  
  .sec03_list {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  
  .sec03_item {
    width: 100%;
    margin: 0;
  }

  .sec03_item img {
    margin: 0 auto;
  }
  
  /* =====sec04===== */
  .sec04 {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    /* background: url(../img/img04.png) left center/cover no-repeat; */
    background: none;
  }
  
  .sec04_text01 {
    position: relative;
    width: 100%;
    padding: 150px 20px 60px;
    /* border-bottom: 3px solid #b89d3f; */
    box-sizing: border-box;
    border-bottom: none;
    margin: 0 auto;
    background: #f2f3f4 url(../img/icon01.png) center top 60px/47px no-repeat;
    font-size: 21px;
    font-family: "小塚ゴシック Pr6N";
    text-align: center;
  }

  .sec04_text01:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 80%;
    height: 3px;
    margin: 0 auto;
    background: #b89d3f;
  }
  
  .sec04_text02 {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 381px;
    padding: 0 20px 20px;
    box-sizing: border-box;
    margin: 0;
    text-align: right;
    background: url(../img/img04.png) left center/cover no-repeat;
  }
  
  /* =====sec05===== */
  .sec05 {
    padding: 0 0 70px;
    background: #fffef7;
  }
  
  .sec05_head {
    position: relative;
    padding: 44px 20px 100px;
    box-sizing: border-box;
    text-align: center;
    background: url(../img/img03.png) center bottom/cover no-repeat;
  }

  .head_text01 .pc {
    display: none;
  }

  .head_text01 .sp {
    display: block;
    margin: 0 auto;
  }
  
  .sec05_body .logo {
    transform: translateX(35px);
    width: 90%;
    padding: 60px 0 0;
    margin: 0 auto;
    text-align: center;
  }
  
  .sec05 .head_text02 {
    font-size: 25px;
    font-family: "FOT-ロダン ProN DB";
  }

  .sec05 .head_text02 .break {
    display: block;
  }
  
  .sec05_body {
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .sec05_body .logo {
    transform: translateX(35px);
    padding: 60px 0 0;
    text-align: center;
  }
  
  .sec05_text01 {
    position: relative;
    width: 100%;
    margin: 0 0 45px;
    padding: 50px 0 0;
    background: none;
    font-size: 40px;
    font-family: "A-OTF 中ゴシックBBB Pr6N Med";
    color: #ea5962;
    text-align: center;
  }

  .sec05_text01:before,
  .sec05_text01:after {
    content: "";
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 80px;
  }

  .sec05_text01:before {
    height: 118px;
    left: 0;
    background: url(../img/sp_kazari01.png) left center no-repeat;
    background-size: 50px;
  }

  .sec05_text01:after {
    height: 123px;
    right: 0;
    background: url(../img/sp_kazari02.png) right center no-repeat;
    background-size: 50px;
  }
  
  .sec05_text01 .small {
    position: relative;
  }
  
  .sec05_text01 .small:before {
    content: "〜";
    position: absolute;
    bottom: -7px;
    right: -30px;
    font-size: 30px;
    color: #231815;
  }
  
  .sec05_text01 .small:after {
    content: "(税込)";
    position: absolute;
    bottom: -30px;
    right: 8px;
    width: 52px;
    font-size: 16px;
    color: #231815;
  }
  
  .sec05_text01 .large {
    font-size: 40px;
    font-family: "FOT-ロダン ProN DB";
  }
  
  .sec05_text02 {
    text-align: center;
  }
  
  /* =====sec06===== */
  .sec06_head {
    position: relative;
    width: 100%;
    height: 823px;
    background: url(../img/img05.jpg) center center/cover no-repeat;
  }
  
  .sec06_title {
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 35px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  
  .sec06_title .line {
    padding: 0 15px 8px;
    background: linear-gradient(transparent 50%, rgba(173, 221, 243, 0.6) 0);
  }
  
  .sec06_title .large {
    font-size: 50px;
  }
  
  .sec06_body {
    position: relative;
    width: 100%;
    height: 1000px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #fffef7;
  }
  
  .sec06_list {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    /* display: flex; */
    display: block;
    justify-content: center;
    width: 100%;
  }
  
  .sec06_list:before {
    content: url(../img/logo05.png);
    position: absolute;
    top: -88px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .sec06_item {
    width: 314px;
    height: 303px;
    padding: 110px 0 0;
    border: 3px solid #b89d3f;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }
  
  .sec06_item:nth-of-type(1) {
    background: #fff url(../img/text12.png) center top 36px no-repeat;
  }
  
  .sec06_item:nth-of-type(2) {
    background: #fff url(../img/text13.png) center top 36px no-repeat;
  }
  
  .sec06_item:nth-of-type(3) {
    padding: 130px 0 0;
    background: #fff url(../img/text14.png) center top 36px no-repeat;
  }
  
  .sec06_item .title {
    margin: 0 0 25px;
    font-size: 35px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  
  .sec06_item .text {
    font-size: 24px;
    font-family: "漢字タイポス４１２ Std R";
  }
  
  .sec06_item:nth-of-type(1) .text {
    padding: 0 20px;
    text-align: center;
  }
  
  .sec06_item:nth-of-type(2) .text {
    text-align: center;
  }
  
  /* =====sec07===== */
  .sec07 {
    width: 100%;
    padding: 0 20px 80px;
    box-sizing: border-box;
    background: #fffef7;
  }
  
  .sec07 .cont_wrap {
    width: 90%;
    margin: 0 auto;
  }
  
  .sec07_cont01,
  .sec07_cont02,
  .sec07_cont03 {
    position: relative;
    background: #fff;
    box-shadow: 9px 9px 0 #f1efda;
  }
  
  .sec07_cont01,
  .sec07_cont02 {
    margin: 0 0 55px;
  }
  
  .sec07_cont01,
  .sec07_cont02,
  .sec07_cont03 {
    padding: 20px;
  }
  
  .sec07_cont03:after {
    content: "※価格は全て税込表記になります";
    position: absolute;
    bottom: -40px;
    right: 20px;
    font-size: 17px;
    font-family: "小塚ゴシック Pr6N";
  }
  
  .sec07 .cont_title {
    margin: 0 0 60px;
    font-size: 30px;
    font-family: "游明朝体";
    color: #b89d3f;
    font-weight: bolder;
    text-align: center;
  }
  
  .sec07 .cont01_list {
    display: block;
  }
  
  .sec07 .cont01_item {
    position: relative;
    width: 100%;
    padding: 0 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
  }
  
  .sec07 .cont01_item:nth-of-type(1),
  .sec07 .cont01_item:nth-of-type(2) {
    border-right: none;
    border-bottom: 1px solid #b89d3f;
  }

  .sec07 .cont01_item:nth-of-type(2),
  .sec07 .cont01_item:nth-of-type(3) {
    padding: 30px 0;
  }
  
  .sec07 .cont01_item .title {
    margin: 0 0 10px;
    font-size: 21px;
    font-family: "游明朝体";
    font-weight: bolder;
    color: #101010;
    text-align: center;
  }
  
  .sec07 .cont01_item .img {
    margin: 0 0 25px;
    text-align: center;
  }
  
  .sec07 .cont01_item .text01 {
    margin: 0 0 25px;
    font-size: 15px;
    font-family: "小塚ゴシック Pr6N";
  }

  .sec07 .cont01_item .text01 .break {
    display: block;
  }
  
  .sec07 .price {
    display: inline;
    background: linear-gradient(transparent 50%, rgba(234, 89, 98, 0.35) 0);
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
  }
  
  .sec07 .cont01_item .price {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .sec07 .cont01_item .price .small {
    font-size: 35px;
  }
  
  .sec07_cont02 .box,
  .sec07_cont03 .box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .sec07_cont02 .textbox .title {
    margin: 0 0 20px;
    font-size: 24px;
    font-family: "游明朝体";
    font-weight: bolder;
  }
  
  .sec07_cont02 .textbox .text01,
  .sec07_cont03 .textbox .text01 {
    margin: 0 0 25px;
    font-family: "小塚ゴシック Pr6N";
    text-align: left;
  }
  
  .sec07_cont02 .box .img,
  .sec07_cont03 .box .img {
    min-width: 252px;
    margin: 0 0 25px;
  }
  
  /* =====sec08===== */
  .sec08 {
    width: 100%;
    padding: 60px 20px 25px;
    border-bottom: 25px solid #b89d3f;
    box-sizing: border-box;
    background: #fffac0;
  }
  
  .sec08_text {
    padding: 0 0 195px;
    background: url(../img/logo02.png) center bottom 50px no-repeat;
    font-size: 22px;
    font-family: "游明朝体";
    text-align: center;
  }

  .sec08_text .break {
    display: block;
  }
  
  .sec08_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .sec08_item {
    width: 375px;
    max-width: 80%;
    height: 160px;
    border: 3px solid #b89d3f;
    margin: 0 0 30px;
    box-sizing: border-box;
    background: #fffef7;
    box-shadow: 2px 2px 2px #b89d3f;
    text-align: center;
  }

  .sec08_item:nth-of-type(2) {
    margin: 0;
    background: #fffef7 url(../img/icon08.png) center bottom 20px no-repeat;
  }
  
  .sec08_item a {
    display: block;
    width: 100%;
    padding: 25px 10px 0;
    height: 100%;
    box-sizing: border-box;
    font-size: 20px;
    font-family: "游ゴシック体";
  }
  
  .sec08_item a .color {
    display: inline-block;
    padding: 20px 0 0 55px;
    font-size: 28px;
    color: #ea5962;
    background: url(../img/icon02.png) left top 25px no-repeat;
  }
  
  /* =====sec09===== */
  .sec09 {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    /* background: url(../img/img10.jpg) left center/cover no-repeat; */
    background: none;
  }

  .sec09 .pc {
    display: none;
  }

  .sec09 .sp {
    display: block;
    text-align: center;
  }
  
  .sec09_text01 {
    position: relative;
    width: 100%;
    padding: 140px 20px 60px;
    /* border-bottom: 3px solid #b89d3f; */
    border-bottom: none;
    box-sizing: border-box;
    margin: 0 auto;
    background: #e3f3fc url(../img/icon04.png) center top 50px/47px no-repeat;
    font-size: 21px;
    font-family: "小塚ゴシック Pr6N";
    text-align: center;
  }

  .sec09_text01:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 80%;
    height: 3px;
    margin: 0 auto;
    background: #b89d3f;
  }
  
  .sec09_text02 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 356px;
    padding: 0 10px 40px;
    margin: 0;
    box-sizing: border-box;
    background: url(../img/img10.jpg) left center/cover no-repeat;
    text-align: right;
  }

  .sec09_text02 img {
    width: 80%;
  }
  
  /* =====sec10===== */
  .sec10_head {
    width: 100%;
    padding: 10px 20px 270px;
    box-sizing: border-box;
    background: url(../img/logo06.png) center bottom 47px/250px no-repeat;
  }
  
  .sec10 .head_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 40px;
  }
  
  .sec10 .head_item {
    width: 50%;
    height: 137px;
    margin: 0;
    background: url(../img/kazari04.png) center center/contain no-repeat;
    font-size: 23px;
    font-weight: bold;
    font-family: "游ゴシック体";
    line-height: 137px;
    text-align: center;
  }
  
  .sec10 .head_item .small {
    font-size: 18px;
    font-weight: bold;
  }
  
  .sec10 .head_text {
    text-align: center;
  }
  
  .sec10_body {
    width: 100%;
    padding: 0;
    background: none;
  }
  
  .sec10_body .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
  }
  
  .sec10_cont {
    width: 100%;
    height: auto;
    padding: 300px 20px 30px;
    margin: 0;
  }

  .sec10_cont:nth-of-type(1) {
    background: url(../img/sp_img03.jpg) left -50px center/cover no-repeat;
  }

  .sec10_cont:nth-of-type(2) {
    margin: 0;
    background: url(../img/sp_img04.jpg) right center/cover no-repeat;
  }

  .sec10_cont .textbox {
    width: 100%;
    margin: 0 auto;
    background:rgba(255, 255, 255, 0.7);
  }
  
  .sec10_cont .title {
    position: relative;
    padding: 20px 20px 0;
    margin: 0 0 15px;
    font-size: 24px;
    font-family: "A-OTF 見出ゴMB31 Pr6N MB31";
    letter-spacing: 0.1em;
    text-align: center;
  }
  
  .sec10_cont:nth-of-type(1) .title:before {
    content: "";
    position: absolute;
    top: -160px;
    left: auto;
    right: 0;
    display: inline-block;
    width: 234px;
    height: 133px;
    background: url(../img/text19.png) center center no-repeat;
  }
  
  .sec10_cont:nth-of-type(2) .title:before {
    content: "";
    position: absolute;
    top: -160px;
    right: auto;
    left: 0;
    display: inline-block;
    width: 272px;
    height: 129px;
    background: url(../img/text20.png) center center no-repeat;
  }
  
  .sec10_cont .title .sub{
    display: block;
    font-size: 15px;
    font-family: "小塚ゴシック Pr6N";
  }
  
  .sec10_cont .list {
    width: 250px;
    padding: 0 20px 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .sec10_cont .list .term {
    display: inline-block;
    padding: 0 15px;
    background: #b89d3f;
    border-radius: 30px;
    color: #fff;
  }
  
  .sec10_cont .list .term.width {
    width: 94px;
    box-sizing: border-box;
    text-align: center;
  }
  
  .sec10_cont .list .desc {
    font-size: 50px;
    font-family: "FOT-ロダン ProN DB";
    color: #ea5962;
    text-align: center;
  }
  
  .sec10_cont .list .desc .small {
    font-size: 20px;
    font-family: "A-OTF 中ゴシックBBB Pr6N Med";
    color: #231815;
  }
  
  .sec10_cont .list .desc.tax {
    position: relative;
  }
  
  .sec10_cont .list .desc.tax:after {
    content: "※価格は全て税込表記になります";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-size: 14px;
    font-family: "A-OTF 中ゴシックBBB Pr6N Med";
    color: #231815;
  }
  
  /* =====sec11===== */
  .sec11 {
    width: 100%;
    height: auto;
    padding: 80px 20px 100px;
    box-sizing: border-box;
    /* background: url(../img/img12.jpg) center center/cover no-repeat; */
    background: url(../sp_img/img04.jpg) left center/cover no-repeat;
    font-family: "漢字タイポス４１２ Std R";
    text-align: center;
  }
  
  .sec11_title {
    display: inline-block;
    padding: 0 0 170px;
    font-size: 25px;
    background: url(../img/icon04.png) center bottom 60px/60px no-repeat;
  }
  
  .sec11_text {
    font-size: 23px;
  }
  
  .sec11_text .small,
  .sec11_text .line .small  {
    font-size: 25px;
  }
  
  .sec11_text .line {
    padding: 0 0 5px;
    background: linear-gradient(transparent 50%, rgba(173, 221, 243, 0.6) 0);
    font-size: 35px;
  }

  .sec11_text .line .break {
    display: block;
  }
  
  /* =====sec12===== */

  .sec12_head {
    width: 100%;
    padding: 46px 0 0;
  }
  
  .sec12_title {
    width: 100%;
    padding: 105px 20px 30px;
    box-sizing: border-box;
    background: url(../img/logo05.png) center top no-repeat;
    text-align: center;
  }
  
  .sec12 .wrap {
    width: 100%;
    height: auto;
    background: url(../img/sp_img03.jpg) left -50px center/cover no-repeat;
  }
  
  .sec12 .textbox {
    width: 60%;
    height: auto;
    margin: 0 0 0 auto;
    text-align: center;
  }
  
  .sec12_subtitle {
    padding: 150px 0 0;
    margin: 0 0 40px;
    background: url(../img/text22.png) center top 50px no-repeat;
    background-size: 80%;
    font-size: 18px;
    font-family: "游ゴシック体";
  }
  
  .sec12_subtitle .line {
    position: relative;
    padding: 5px;
    background: rgba(173, 221, 243, 0.6);
    font-size: 30px;
    font-family: "漢字タイポス４１２ Std R";
  }
  
  .sec12_subtitle .line:before {
    content: "";
    position: absolute;
    top: -16px;
    left: -30px;
    width: 40px;
    height: 60px;
    background: url(../img/kazari05.png) center center/30px no-repeat;
  }
  
  .sec12_subtitle .line:after {
    content: "";
    position: absolute;
    top: -16px;
    right: -30px;
    width: 40px;
    height: 60px;
    background: url(../img/kazari06.png) center center/30px no-repeat;
  }
  
  .sec12 .head_text {
    font-size: 17px;
    font-weight: "游ゴシック体";
    line-height: 2;
    transform: translateY(-1em);
  }

  .sec12 .head_text .break {
    display: block;
  }
  
  .sec12 .head_text .large {
    font-size: 23px;
  }
  
  .sec12_body {
    width: 100%;
    height: 581px;
    padding: 0;
    box-sizing: border-box;
    /* background: url(../img/img14.jpg) right center/cover no-repeat; */
    background: none;
    text-align: center;
  }
  
  .sec12_body .text_wrap {
    width: 100%;
    background: #eff2f8;
  }
  
  .sec12 .body_text {
    display: block;
    width: 100%;
    height: 328px;
    padding: 0 0 28px;
    margin: 0 0 50px;
    background: url(../img/img14.jpg) right center/cover no-repeat;
    position: relative;
    font-size: 25px;
    font-family: "漢字タイポス４１２ Std R";
  }

  .sec12 .body_text_sp {

    display: block;
    width: 100%;
    height: 328px;
    padding: 81px 130px 0 10px;
    box-sizing: border-box;
    text-align: left;
    background: url(../img/img14.jpg) right center/cover no-repeat;
  }


.sec12 .body_text.pc {
  display: none;
}
  
  .sec12 .body_text:before {
    content: url(../img/kazari07.png);
    position: absolute;
    top: -68px;
    right: -10px;
    display: inline-block;
  }
  
  .sec12 .body_text:after {
    content: url(../img/kazari08.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
  }
  
  .sec12 .body_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transform: translateY(-80px);
  }
  
  .sec12 .body_item {
    width: 45%;
    height: 135px;
    border: 2px solid #b89d3f;
    padding: 25px 0 0;
    margin: 0 6px 12px;
    box-sizing: border-box;
    font-size: 25px;
  }
  
  .sec12 .body_item .small {
    font-size: 18px;
  }
  
  /* =====sec13===== */
  .sec13 {
    width: 100%;
    padding: 64px 0 0;
    margin: 0 0 28px;
    background: #fffeec;
  }
  
  .sec13_title {
    position: relative;
    width: 330px;
    height: 270px;
    padding: 70px 0 0;
    margin: 0 auto 40px;
    box-sizing: border-box;
    background: url(../img/kazari09.png) center center no-repeat;
    font-size: 29px;
    font-family: "漢字タイポス４１２ Std R";
    text-align: center;
  }
  
  .sec13_title:after {
    content: url(../img/text23.png);
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .sec13_list {
    display: block;
    justify-content: center;
    margin: 0 0 48px;
  }
  
  .sec13_item {
    position: relative;
    width: 80%;
    height: auto;
    padding: 30px;
    margin: 0 auto 50px;
    background: #fff;
  }
  
  .sec13_item:nth-of-type(1):after,
  .sec13_item:nth-of-type(2):after {
    content: url(../img/icon06.png);
    position: absolute;
    right: 50%;
    top: auto;
    bottom: -60px;
    transform: translateX(50%) rotate(90deg);
  }
  
  .sec13_item .text01 {
    margin: 0 0 60px;
  }
  
  .sec13_item .img {
    margin: 0 0 45px;
    text-align: center;
  }
  
  .sec13_item .text02 {
    font-size: 18px;
    font-family: "小塚ゴシック Pr6N";
    text-align: center;
  }
  
  .sec13_cont {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: url(../img/sp_img05.jpg) right center/contain no-repeat;
  }
  
  .sec13 .textbox {
    position: relative;
    z-index: 2;
    width: 80%;
    padding: 40px 20px;
    box-sizing: border-box;
    background : linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.5) 95%, transparent 100%);
  
  }
  
  .sec13 .cont_title {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: normal;
    font-family: "小塚ゴシック Pr6N";
  }
  
  .sec13 .cont_text {
    font-size: 16px;
    font-family: "游ゴシック体";
  }
  
  /* ====sec14==== */
  .sec14 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background: #f1efda;
  }
  
  .sec14_cont {
    position: relative;
    width: 100%;
    height: 477px;
    padding: 60px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  
  .sec14_cont:before,
  .sec14_cont:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 450px;
    border: 2px solid #b89d3f;
    box-sizing: border-box;
  }
  
  .sec14_cont:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: rgba(255, 255, 255, 0.77);
    z-index: 1;
  }
  
  .sec14_cont:after {
    display: none;
    bottom: 0;
    right: 0;
    background: #f1efda;
    z-index: -1;
  }
  
  .sec14_title {
    position: relative;
    z-index: 2;
    width: 80%;
    margin: 0 auto 40px;
    font-size: 22px;
    font-family: "漢字タイポス４１２ Std R";
    text-align: center;
  }
  
  .sec14_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/kazari10.png) center center/50px no-repeat;
  }
  
  .sec14_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/kazari11.png) center center/50px no-repeat;
  }
  
  .sec14_title .color {
    position: relative;
    font-size: 35px;
    font-family: "02UtsukushiMincho 83pv-RKSJ-H◆";
    color: #b89d3f;
  }
  
  .sec14_title .color:after {
    content: url(../img/kazari08.png);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .sec14 .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .sec14_cont .list {
    z-index: 2;
    width: 330px;
    margin: 0 35px;
  }

  .sec14_cont .list:nth-of-type(1) {
    margin: 0 35px 20px;
  }
  
  .sec14_cont .list .term {
    display: inline-block;
    padding: 0 8px;
    background: #b89d3f;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
  }
  
  .sec14_cont .list .term.width {
    width: 94px;
    box-sizing: border-box;
    text-align: center;
  }
  
  .sec14_cont .list .desc {
    padding: 0 35px;
    border-bottom: 1px dotted #ea5962;
    font-size: 45px;
    font-family: "FOT-ロダン ProN DB";
    color: #ea5962;
    text-align: center;
  }
  
  .sec14_cont .list .desc .small {
    font-size: 22px;
    font-family: "A-OTF 中ゴシックBBB Pr6N Med";
    color: #231815;
  }
  
  .sec14_cont .list .desc.tax {
    position: relative;
  }
  
  .sec14_cont .list .desc.tax:after {
    content: "※価格は全て税込表記になります";
    position: absolute;
    bottom: -30px;
    left: 30px;
    font-size: 14px;
    font-family: "A-OTF 中ゴシックBBB Pr6N Med";
    color: #231815;
  }
  
  /* =====sec15===== */
  .sec15_head {
    width: 100%;
    padding: 46px 0 0;
    /* background: url(../img/img20.jpg) right center/cover no-repeat; */
    background: none;
  }
  
  .sec15 .wrap {
    width: 100%;
    height: auto;
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
  }
  
  .sec15 .textbox {
    width: 100%;
    height: 400px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../img/img20.jpg) right center/cover no-repeat;
    text-align: center;
  }
  
  .sec15_subtitle_pc {
    padding: 150px 0 0;
    margin: 0 0 40px;
    background: url(../img/text27.png) center top 50px no-repeat;
    background-size: 80%;
    font-size: 20px;
    font-family: "游ゴシック体";
  }

  .sec15_subtitle_sp {
    display: block;
    text-align: center;
  }
  
  .sec15_subtitle_pc .line {
    position: relative;
    padding: 5px;
    background: rgba(173, 221, 243, 0.6);
    font-size: 30px;
    font-family: "漢字タイポス４１２ Std R";
  }
  
  .sec15_subtitle_pc .line:before {
    content: "";
    position: absolute;
    top: -16px;
    left: -30px;
    width: 40px;
    height: 60px;
    background: url(../img/kazari05.png) center center/30px no-repeat;
  }
  
  .sec15_subtitle_pc .line:after {
    content: "";
    position: absolute;
    top: -16px;
    right: -20px;
    width: 40px;
    height: 60px;
    background: url(../img/kazari06.png) center center/30px no-repeat;
  }
  
  .sec15 .head_text {
    width: 60%;
    font-size: 17px;
    font-weight: "游ゴシック体";
    line-height: 2;
    text-align: left;
  }
  
  .sec15 .head_text .large {
    font-size: 20px;
  }
  
  .sec15_body {
    width: 100%;
    height: 581px;
    padding: 0;
    box-sizing: border-box;
    /* background: url(../img/img21.jpg) left center/cover no-repeat; */
    background: none;
    text-align: center;
  }
  
  .sec15_body .text_wrap {
    width: 100%;
    margin: 0 auto;
    background: #eff2f8;
  }
  
  .sec15 .body_text.pc {
    display: none;
    padding: 0 0 28px;
    margin: 0 0 50px;
    background: linear-gradient(rgba(255, 255, 255, 0.4) 50%, transparent 0);
    position: relative;
    font-size: 25px;
    font-family: "漢字タイポス４１２ Std R";
  }

  .sec15 .body_text_sp {

    display: block;
    width: 100%;
    height: 328px;
    padding: 81px 130px 0 10px;
    box-sizing: border-box;
    text-align: left;
    background: url(../img/img14.jpg) right center/cover no-repeat;
  }
  
  .sec15 .body_text:before {
    content: url(../img/kazari07.png);
    position: absolute;
    top: -68px;
    right: -10px;
    display: inline-block;
  }
  
  .sec15 .body_text:after {
    content: url(../img/kazari08.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
  }
  
  .sec15 .body_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transform: translateY(-80px);
  }
  
  .sec15 .body_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 135px;
    border: 2px solid #b89d3f;
    margin: 0 6px 12px;
    box-sizing: border-box;
    background: rgba(255, 255, 255);
    font-size: 25px;
  }
  
  .sec15 .body_item .block,
  .sec15 .body_item .small.block {
    display: block;
  }
  
  .sec15 .body_item .small {
    font-size: 18px;
  }
  
  /* =====sec16===== */
  .sec16 {
    width: 100%;
    padding: 0;
    background: #fffeec;
  }
  
  .sec16_title {
    position: relative;
    width: 330px;
    height: 270px;
    padding: 70px 0 0;
    margin: 0 auto 40px;
    box-sizing: border-box;
    background: url(../img/kazari09.png) center center no-repeat;
    font-size: 29px;
    font-family: "漢字タイポス４１２ Std R";
    text-align: center;
  }
  
  .sec16_title:after {
    content: url(../img/text23.png);
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .sec16_list {
    display: block;
    justify-content: center;
    margin: 0 0 48px;
  }
  
  .sec16_item {
    position: relative;
    width: 80%;
    height: auto;
    padding: 30px;
    margin: 0 auto 50px;
    background: #fff;
  }
  
  .sec16_item:nth-of-type(1):after,
  .sec16_item:nth-of-type(2):after {
    content: url(../img/icon06.png);
    position: absolute;
    right: 50%;
    top: auto;
    bottom: -60px;
    transform: translateX(50%) rotate(90deg);
  }
  
  .sec16_item .text01 {
    margin: 0 0 60px;
  }
  
  .sec16_item .img {
    margin: 0 0 45px;
    text-align: center;
  }
  
  .sec16_item .text02 {
    font-size: 18px;
    font-family: "小塚ゴシック Pr6N";
    text-align: center;
  }
  
  .sec16_cont {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: url(../img/sp_img05.jpg) right center/contain no-repeat;
  }
  
  .sec16 .textbox {
    position: relative;
    z-index: 2;
    width: 80%;
    padding: 40px 20px;
    box-sizing: border-box;
    background : linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.5) 95%, transparent 100%);
  
  }
  
  .sec16 .cont_title {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: normal;
    font-family: "小塚ゴシック Pr6N";
  }
  
  .sec16 .cont_text {
    font-size: 16px;
    font-family: "游ゴシック体";
  }
  
  /* ====sec17==== */
  .sec17 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background: #f1efda;
  }
  
  .sec17_cont {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 60px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  
  .sec17_cont:before,
  .sec17_cont:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 470px;
    padding: 25px 0 40px;
    border: 2px solid #b89d3f;
    box-sizing: border-box;
  }
  
  .sec17_cont:before {
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: rgba(255, 255, 255, 0.77);
    z-index: 1;
  }
  
  .sec17_cont:after {
    display: none;
    bottom: 0;
    right: 0;
    background: #f1efda;
    z-index: -1;
  }
  
  .sec17_title {
    position: relative;
    z-index: 2;
    width: 80%;
    margin: 0 auto 45px;
    font-size: 22px;
    font-family: "漢字タイポス４１２ Std R";
    text-align: center;
  }
  
  .sec17_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/kazari10.png) center center/50px no-repeat;
  }
  
  .sec17_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/kazari11.png) center center/50px no-repeat;
  }
  
  .sec17_title .color {
    position: relative;
    font-size: 35px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #b89d3f;
  }
  
  .sec17_title .color:after {
    content: url(../img/kazari08.png);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .sec17 .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .sec17_cont .list {
    z-index: 2;
    width: 330px;
    margin: 0 35px 10px;
  }
  
  .sec17_cont .list .term {
    display: inline-block;
    padding: 0 8px;
    background: #b89d3f;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
  }
  
  .sec17_cont .list .term.width {
    width: 94px;
    box-sizing: border-box;
    text-align: center;
  }
  
  .sec17_cont .list .desc {
    padding: 0 35px;
    border-bottom: 1px dotted #ea5962;
    font-size: 45px;
    font-family: "FOT-ロダン ProN DB";
    color: #ea5962;
    text-align: center;
  }
  
  .sec17_cont .list .desc .small {
    font-size: 22px;
    font-family: "A-OTF 中ゴシックBBB Pr6N Med";
    color: #231815;
  }
  
  .sec17_cont .list .desc.tax {
    position: relative;
  }
  
  .sec17_cont .list .desc.tax:after {
    content: "※価格は全て税込表記になります";
    position: absolute;
    bottom: -80px;
    left: 30px;
    font-size: 14px;
    font-family: "A-OTF 中ゴシックBBB Pr6N Med";
    color: #231815;
  }
  
  .sec17_text {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-family: "A-OTF 中ゴシックBBB Pr6N Med";
    text-align: center;
    color: #b89d3f;
  }

  .sec17_text .break {
    display: block;
  }
  
  /* =====sec18===== */
  .sec18 {
    width: 100%;
    padding: 60px 20px 25px;
    border-bottom: 25px solid #b89d3f;
    box-sizing: border-box;
    background: #fffac0;
  }
  
  .sec18_text {
    padding: 0 0 195px;
    background: url(../img/logo02.png) center bottom 50px no-repeat;
    font-size: 20px;
    font-family: "游明朝体";
    text-align: center;
  }
  
  .sec18_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .sec18_item {
    width: 375px;
    height: 160px;
    border: 3px solid #b89d3f;
    margin: 0 0 30px;
    box-sizing: border-box;
    background: #fffef7;
    box-shadow: 2px 2px 2px #b89d3f;
    text-align: center;
  }
  
  .sec18_item:nth-of-type(2) {
    margin: 0;
    background: #fffef7 url(../img/icon08.png) center bottom 20px no-repeat;
  }
  
  .sec18_item a {
    display: block;
    width: 100%;
    padding: 25px 10px 0;
    height: 100%;
    box-sizing: border-box;
    font-size: 20px;
    font-family: "游ゴシック体";
  }
  
  .sec18_item a .color {
    display: inline-block;
    padding: 20px 0 0 55px;
    font-size: 28px;
    color: #ea5962;
    background: url(../img/icon02.png) left top 25px no-repeat;
  }
  
  /* =====sec19===== */
  .sec19 {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    background: #f2f4f1;
  }
  
  .sec19_text01 {
    position: relative;
    width: 100%;
    padding: 120px 20px 60px;
    border-bottom: none;
    margin: 0 auto 55px;
    box-sizing: border-box;
    background: url(../img/icon05.png) center top 77px/47px no-repeat;
    font-size: 22px;
    font-family: "小塚ゴシック Pr6N";
    text-align: center;
  }

  .sec19_text01:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 80%;
    height: 3px;
    margin: 0 auto;
    background: #b89d3f;
  }
  
  .sec19_text02 {
    width: 100%;
    height: auto;
    padding: 135px 70px 25px 10px;
    margin: 0;
    box-sizing: border-box;
    background: url(../sp_img/img05.jpg) right center/cover no-repeat;
    text-align: left;
  }
  
  /* =====sec20===== */
  .sec20 {
    width: 100%;
    padding: 40px 20px 0;
    box-sizing: border-box; 
    background : linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(192, 167, 84, 0.3) 25%, rgba(255, 255, 255, 1) 50%, rgba(192, 167, 84, 0.3) 75%, rgba(255, 255, 255, 1) 100%);
  }

  .sec20 .pc {
    display: none;
  }

  .sec20 .sp {
    display: block;
  }

  .sec20:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 514px;
    max-width: 100%;
    height: 526px;
    margin: 0 auto;
    background: url(../img/sp_img06.jpg) left bottom/70% no-repeat;
  }
  
  .sec20:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  
  .sec20_text {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 150px 0 0;
    margin: 0 auto 35px;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  
  .sec20_text:before {
    content: "";
    position: absolute;
    top: auto;
    top: 0;
    left: 50%;
    transform: translateX(-40%);
    background: url(../img/logo04.png) center top/80% no-repeat;
    width: 353px;
    max-width: 90%;
    height: 124px;
  }
  
  .sec20_text .line {
    padding: 0 0 5px;
    background: linear-gradient(transparent 50%, rgba(173, 221, 242, 0.6) 0);
  }
  
  .sec20_text .small {
    font-size: 24px;
  }
  
  .sec20 .box {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .sec20 .box_list {
    width: 100%;
    height: auto;
    padding: 25px 20px;
    border: 3px solid #b89d3f;
    margin: 0 0 18px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.63);
    order: 1;
  }
  
  .sec20 .box_list .term {
    display: inline-block;
    padding: 0 8px;
    background: #b89d3f;
    font-size: 18px;
    color: #fff;
  }
  
  .sec20 .box_list .desc {
    padding: 0;
    border-bottom: 1px dotted #ea5962;
    font-size: 24px;
    font-family: "FOT-ロダン ProN DB";
    text-align: center;
  }
  
  .sec20 .box_list .desc .color {
    margin: 0 5px;
    font-size: 55px;
    font-family: "A-OTF 中ゴシックBBB Pr6N Med";
    color: #ea5962;
  }
  
  .sec20 .box_list .desc:nth-of-type(1) {
    margin: 0 0 20px;
  }
  
  .sec20 .box_text {
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    order: 2;
  }

  .sec20 .box_text_pc {
    display: none;
  }
  
  .sec20 .box_text .large {
    font-size: 20px;
    font-weight: bold;
  }

  .sec20 .sp_dentistbox {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    text-align: center;
  }

  .sec20 .sp_dentistbox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .sec20 .sp_dentistbox .dentist {
    width: 48%;
  }

  .sec20 .sp_dentistbox .text {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    transform: translateY(-30px);
  }

  .sec20 .sp_dentistbox .text .large {
    font-size: 16px;
    font-weight: bold;
  }
  
  /* =====sec21===== */
  .sec21 {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fffef7;
  }
  
  .sec21_cont {
    width: 100%;
    padding: 50px 0 30px;
    border: 3px solid #b89d3f;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
  }
  
  .sec21_title {
    position: relative;
    width: 80%;
    padding: 0 0 25px;
    border-bottom: 3px solid #b89d3f;
    margin: 0 auto 25px;
    font-size: 25px;
  }

  .sec21_title .break {
    display: block;
  }
  
  .sec21_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    display: inline-block;
    width: 30px;
    height: 70px;
    background: url(../img/kazari12.png) left center/30px no-repeat;
  }
  
  .sec21_title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    display: inline-block;
    width: 30px;
    height: 70px;
    background: url(../img/kazari13.png) right center/30px no-repeat;
  }
  
  .sec21_title .small {
    font-size: 20px;
  }
  
  .sec21_title .medium {
    font-size: 24px;
  }
  
  .sec21_title .large,
  .sec21_title .line {
    font-size: 28px;
  }
  
  .sec21_title .line {
    padding: 0 0 3px;
    background: linear-gradient(transparent 50%, rgba(173, 221, 242, 0.6) 0);
  }
  
  .sec21_text01 {
    margin: 0 0 40px;
    font-size: 30px;
  }
  
  .sec21_text02 {
    width: 80%;
    border-bottom: 1px dashed #ea5962;
    margin: 0 auto 20px;
    font-size: 25px;
    font-family: "FOT-ロダン ProN DB";
    color: #ea5962;
    letter-spacing: 0.1em;
  }
  
  .sec21_text02 .large {
    font-size: 35px;
    letter-spacing: 0;
  }
  
  .sec21_text03 {
    font-size: 14px;
  }
  
  /* =====sec22===== */
  .sec22 {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    /* background: url(../img/img25.jpg) right center/cover no-repeat; */
    background: none;
  }
  
  .sec22_title {
    position: relative;
    width: 100%;
    height: 445px;
    padding: 230px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../img/img25.jpg) right center/cover no-repeat;
    font-size: 33px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    line-height: 1.2;
  }
  
  .sec22_title:before {
    content: url(../img/kazari14.png);
    position: absolute;
    top: 140px;
    left: 20px;
    display: inline-block;
  }
  
  .sec22_title:after {
    content: url(../img/kazari15.png);
    position: absolute;
    top: 140px;
    right: 0;
    display: inline-block;
  }
  
  .sec22_title .small {
    font-size: 28px;
  }
  
  .sec22_title .sub {
    font-size: 20px;
    font-family: "A-OTF 中ゴシックBBB Pr6N Med";
  }
  
  .sec22_list {
    width: 90%;
    margin: 0 auto;
    transform: translateY(-60px);
  }
  
  .sec22_item {
    border: 3px solid #b89d3f;
    background: rgba(255, 255, 255, 0.8);
  }
  
  .sec22_item.item01 {
    width: 100%;
    height: auto;
    padding: 40px 35px;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }
  
  .sec22_item.item02 {
    width: 100%;
    height: auto;
    padding: 25px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    text-align: center;
  }
  
  .sec22_item.item03 {
    width: 100%;
    height: auto;
    padding: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
  }

  .sec22_item.item03 img{
    margin: 0 auto;
  }
  
  .sec22_item.item01 .text01 {
    margin: 0 0 20px;
  }
  
  .sec22_item.item01 .text02 {
    font-size: 18px;
    font-family: "小塚ゴシック Pr6N";
  }
  
  /* =====sec23===== */
  .sec23 .pc {
    display: none;
  }

  .sec23 .sp {
    display: block;
  }

  .sec23 {
    padding: 0 0 138px;
    background: #fffef7;
    text-align: center;
  }
  
  .sec23_head {
    position: relative;
    padding: 44px 20px 100px;
    box-sizing: border-box;
    text-align: center;
    background: url(../img/img03.png) center bottom/cover no-repeat;
  }
  
  .sec23_text01 {
    display: inline-block;
    padding: 45px 20px 10px;
    margin: 0 0 35px;
    font-size: 28px;
    font-family: "漢字タイポス４１２ Std R";
    text-align: center;
    background: url(../img/kazari18.png) center bottom/95% no-repeat;
  }

  .sec23_text01 .break {
    display: block;
  }
  
  .sec23_text01 .small {
    position: relative;
  }
  
  .sec23_text01 .small:before {
    content: "〜";
    position: absolute;
    bottom: -7px;
    right: -35px;
    font-size: 35px;
    color: #231815;
  }
  
  .sec23_text01 .small:after {
    content: "(税抜)";
    position: absolute;
    bottom: -30px;
    right: 8px;
    width: 52px;
    font-size: 16px;
    color: #231815;
  }
  
  .sec23_text01 .large {
    font-size: 92px;
    font-family: "FOT-ロダン ProN DB";
  }
  
  .sec23_text02 {
    padding: 0 20px;
    margin: 0 0 75px;
    text-align: center;
  }
  
  .sec23 .img {
    width: 90%;
    position: relative;
    display: inline-block;
  }
  
  .sec23 .img:before {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 100px;
    background:  url(../img/kazari16.png) center center/50px no-repeat;
  }
  
  .sec23 .img:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 100px;
    background: url(../img/kazari17.png) center center/50px no-repeat;
  }
  
  /* =====sec24===== */
  .sec24 {
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
  }
  
  .sec24_cont {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px;
    border: 2px solid #b89d3f;
    box-sizing: border-box;
    background: #f1efda;
    margin: 0 auto;
  }
  
  .sec24_cont:before,
  .sec24_cont:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 98%;
    border: 2px solid #b89d3f;
    box-sizing: border-box;
  }
  
  .sec24_cont:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: rgba(255, 255, 255, 0.77);
    z-index: 1;
  }
  
  .sec24_cont:after {
    display: none;
    bottom: 0;
    right: 0;
    background: #f1efda;
    z-index: -1;
  }
  
  .sec24_title {
    position: relative;
    z-index: 2;
    width: 360px;
    max-width: 100%;
    margin: 0 auto 75px;
    font-size: 29px;
    font-family: "漢字タイポス４１２ Std R";
    text-align: center;
  }
  
  .sec24_title .color {
    position: relative;
    margin: 0 5px;
    font-size: 53px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #b89d3f;
  }
  
  .sec24_title .color:after {
    content: url(../img/kazari08.png);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .sec24 .box {
    display: block;
    justify-content: center;
    margin: 0 0 70px;
  }
  
  .sec24_cont .list {
    z-index: 2;
    width: 80%;
    margin: 0 auto;
  }

  .sec24_cont .list:nth-of-type(1) {
    margin: 0 auto 20px;
  }

  .sec24_cont .list:nth-of-type(1) .term {
    padding: 0 40px;
  }
  
  .sec24_cont .list .term {
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
    background: #b89d3f;
    font-size: 17px;
    font-family: "漢字タイポス４１２ Std R";
    color: #fff;
    text-align: center;
  }

  .sec24_cont .list .term .break {
    display: block;
  }
  
  .sec24_cont .list .desc {
    font-size: 23px;
    font-family: "FOT-ロダン ProN DB";
    text-align: center;
  }
  
  .sec24_cont .list .desc .color {
    font-size: 40px;
    color: #ea5962;
  }
  
  .sec24_text01 {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 85%;
    padding: 0 0 25px;
    border-bottom: 3px solid #b89d3f;
    margin: 0 auto 25px;
    font-size: 25px;
    text-align: center;
  }

  .sec24_text01 .break {
    display: block;
  }
  
  .sec24_text01:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -40px;
    display: inline-block;
    width: 55px;
    height: 98px;
    background: url(../img/kazari12.png) center center/30px no-repeat;
  }
  
  .sec24_text01:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: -40px;
    display: inline-block;
    width: 43px;
    height: 100px;
    background: url(../img/kazari13.png) center center/30px no-repeat;
  }
  
  .sec24_text01 .small {
    font-size: 20px;
  }
  
  .sec24_text01 .medium {
    font-size: 22px;
  }
  
  .sec24_text01 .large,
  .sec24_text01 .line {
    font-size: 26px;
  }
  
  .sec24_text01 .line {
    padding: 0 0 3px;
    background: linear-gradient(transparent 50%, rgba(173, 221, 242, 0.6) 0);
  }
  
  .sec24_text02 {
    position: relative;
    z-index: 2;
    margin: 0 0 30px;
    font-size: 30px;
    text-align: center;
  }
  
  .sec24_text03 {
    position: relative;
    z-index: 2;
    width: 90%;
    border-bottom: 1px dashed #ea5962;
    margin: 0 auto 20px;
    font-size: 25px;
    font-family: "FOT-ロダン ProN DB";
    color: #ea5962;
    letter-spacing: 0.1em;
    text-align: center;
  }
  
  .sec24_text03 .large {
    font-size: 35px;
    letter-spacing: 0;
  } 
  
  .sec24_text04 {
    position: relative;
    z-index: 2;
    font-size: 14px;
  }
  
  /* =====sec25===== */
  .sec25 {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    background: #fffef7;
  }

  .sec25 .pc {
    display: none;
  }

  .sec25 .sp {
    display: block;
    margin: 0 auto;
  }
  
  .sec25_cont {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    background: #fff;;
  }
  
  .sec25_title {
    width: 95%;
    padding: 0 0 20px;
    border-bottom: 1px dashed #231815;
    margin: 0 auto 45px;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }

  .sec25_title .break {
    display: block;
  }
  
  .sec25_title .large,
  .sec25_title .color {
    font-size: 35px;
  }
  
  .sec25_title .color {
    color: #b89d3f;
  }
  
  .sec25_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 452px;
    max-width: 100%;
    padding: 325px 0 0;
    margin: 0 auto;
    box-sizing: border-box;
    background: url(../img/img27.jpg) center top/260px no-repeat;
  }
  
  .sec25_item {
    width: 100%;
    margin: 0 auto 50px;
  }

  .sec25_item:nth-of-type(4) {
    margin: 0 auto;
  }
  
  .sec25_item:nth-of-type(2),
  .sec25_item:nth-of-type(4) {
    text-align: right;
  }
  
  /* =====sec26===== */
  .sec26 {
    width: 100%;
  }

  .sec26 .pc {
    display: none;
  }

  .sec26 .sp {
    display: block;
  }
  
  .sec26_head {
    width: 100%;
    height: auto;
    padding: 100px 20px 50px;
    box-sizing: border-box;
    background: url(../sp_img/img06.jpg) right center/cover no-repeat;
    text-align: center;
  }
  
  .sec26_title {
    padding: 0 120px 0 0;
    text-align: left;
  }
  
  .sec26_body {
    width: 100%;
    padding: 45px 20px;
    box-sizing: border-box;
    background: rgba(173, 221, 242, 0.4);
  }
  
  .sec26_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .sec26_item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 65px 10px 20px;
    border: 2px solid #b89d3f;
    margin: 0 auto 20px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
  }
  
  .sec26_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 37px solid #b89d3f;
    border-left: 37px solid #b89d3f;
    border-right: 37px solid transparent;
    border-bottom: 37px solid transparent;
  }
  
  .sec26_item:after {
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 35px;
    font-family: "游明朝体";
    font-weight: bold;
    color: #fff;
  }
  
  .sec26_item:nth-of-type(1):after {
    content: "1";
  }
  
  .sec26_item:nth-of-type(2):after {
    content: "2";
  }
  
  .sec26_item:nth-of-type(3):after {
    content: "3";
  }
  
  .sec26_item:nth-of-type(4):after {
    content: "4";
  }
  
  .sec26_item .title {
    margin: 0 0 25px;
  }

  .sec26_item .list {
    width: 300px;
    margin: 0 auto;
  }
  
  .sec26_item .text,
  .sec26_item .list .item {
    font-size: 16px;
    font-family: "FOT-ロダン ProN DB";
  }

  .sec26_item .list .item {
    padding: 0 0 0 1em;
    margin: 0;
  }
  
  .sec26_item .list .item:before {
    content: '○';
    width: 6px;
    height: 6px;
    padding: 0;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    left: -15px;
    top: 0;
  }

  .sec26_item .text .break {
    display: block;
  }
  
  /* =====sec27===== */
  .sec27 {
    width: 100%;
    padding: 64px 0;
    background: #fffeec;
  }
  
  .sec27_title {
    position: relative;
    width: 330px;
    height: 270px;
    padding: 70px 0 0;
    margin: 0 auto 40px;
    box-sizing: border-box;
    background: url(../img/kazari09.png) center center no-repeat;
    font-size: 22px;
    font-family: "漢字タイポス４１２ Std R";
    text-align: center;
  }
  
  .sec27_title:after {
    content: url(../img/text43.png);
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .sec27_list {
    display: block;
    justify-content: center;
    margin: 0 0 48px;
  }
  
  .sec27_item {
    position: relative;
    width: 80%;
    height: auto;
    padding: 30px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    background: #fff;
  }
  
  .sec27_item:nth-of-type(1):after,
  .sec27_item:nth-of-type(2):after,
  .sec27_item:nth-of-type(3):after {
    content: url(../img/icon06.png);
    position: absolute;
    right: 50%;
    top: auto;
    bottom: -60px;
    transform: translateX(50%) rotate(90deg);
  }
  
  .sec27_item .text01 {
    margin: 0 0 30px;
  }
  
  .sec27_item .text02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 65px;
    padding: 0 0 4px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: "小塚ゴシック Pr6N";
    text-align: center;
  }
  
  .sec27_item .text02:after {
    content: url(../img/kazari19.png);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .sec27_item .text03 {
    font-family: "小塚ゴシック Pr6N";
    line-height: 2;
  }
  
  /* =====sec28===== */
  .sec28 {
    width: 100%;
    padding: 60px 20px 25px;
    box-sizing: border-box;
    border-bottom: 25px solid #b89d3f;
    background: #fffac0;
  }
  
  .sec28_text {
    padding: 0 0 195px;
    background: url(../img/logo02.png) center bottom 50px no-repeat;
    font-size: 19px;
    font-family: "游明朝体";
    text-align: center;
  }

  .sec28_text .break {
    display: block;
  }
  
  .sec28_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .sec28_item {
    width: 375px;
    max-width: 100%;
    height: 160px;
    border: 3px solid #b89d3f;
    margin: 0 0 30px;
    box-sizing: border-box;
    background: #fffef7;
    box-shadow: 2px 2px 2px #b89d3f;
    text-align: center;
  }
  
  .sec28_item:nth-of-type(2) {
    margin: 0;
    background: #fffef7 url(../img/icon08.png) center bottom 20px no-repeat;
  }
  
  .sec28_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0 0;
    box-sizing: border-box;
    font-size: 20px;
    font-family: "游ゴシック体";
  }
  
  .sec28_item a .color {
    display: inline-block;
    padding: 20px 0 0 55px;
    font-size: 28px;
    color: #ea5962;
    background: url(../img/icon02.png) left top 25px no-repeat;
  }
  
  /* =====sec29===== */
  .sec29 {
    width: 100%;
    padding: 130px 20px 16px;
    box-sizing: border-box;
    background: #fffeec url(../img/icon07.png) center top 65px no-repeat;
  }
  
  .sec29_title {
    margin: 0 0 50px;
    font-size: 35px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  
  .sec29 .formbox {
    width: 100%;
    padding: 60px 20px;
    border: 3px solid #b89d3f;
    margin: 0 auto 48px;
    box-sizing: border-box;
    background: #fff;
  }

  .sec29 .formbox form {
    margin: 0 0 100px;
  }
  
  .sec29 .form_text {
    padding: 0 0 30px;
    margin: 0 0 60px;
    background: url(../img/kazari08.png) center bottom no-repeat;
    font-size: 16px;
    font-family: "漢字タイポス４１２ Std R";
    text-align: center;
    line-height: 1.8;
  }
  
  .sec29 .item_wrap {
    width: 100%;
    margin: 0 auto;
    font-family: "小塚ゴシック Pr6N";
  }
  
  .sec29 .form_item {
    display: block;
    align-items: center;
    margin: 0 0 20px;
  }
  
  .form_item02 {
    margin: 0 0 30px;
  }
  
  .sec29 .form_item .title {
    width: 200px;
    margin: 0 0 10px;
    font-size: 18px;
  }
  
  .form_item02 .title {
    margin: 0 0 10px;
    font-size: 18px;
    text-align: left;
  }
  
  .sec29 .form_item input[type="text"],
  .sec29 .form_item input[type="email"],
  .sec29 .form_item input[type="tel"] {
    width: 90%;
    height: 30px;
    border: 1px solid #b89d3f;
    margin: 0 auto;
  }
  
  .sec29 .radio_item {
    margin: 0 0 20px 40px;
    text-align: left;
  }
  
  .sec29 .radio_item:last-of-type {
    margin: 0 0 20px 40px;
  }
  
  .sec29 .message textarea {
    width: 100%;
    height: 280px;
    border: 1px solid #b89d3f;
  }
  
  .sec29 .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 146px;
    height: 42px;
    border: 1px solid #b89d3f;
    border-radius: 21px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .sec29 .btn input[type="submit"] {
    width: 138px;
    height: 36px;
    border-radius: 21px;
    background: linear-gradient(90deg, #e5d9b4 0, #b89d3f 50%, #f3edda 100%);
    font-size: 26px;
    font-family: "漢字タイポス４１２ Std R";
    color: #fff;
  }

  .sec29 .privacy_title {
    margin: 0 0 30px;
    font-size: 15px;
    text-align: center;
    line-height: 2;
  }
  
  .sec29 .privacy_subtitle {
    font-size: 15px;
    line-height: 2;
  }
  
  .sec29 .privacy_text {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 2;
  }
  
  /* =====sec30===== */
  .sec30 {
    width: 100%;
    padding: 85px 20px 65px;
    box-sizing: border-box;
    background: #fffac0;
  }

  .sec30 .pc {
    display: none;
  }

  .sec30 .pc {
    display: block;
  }
  
  .sec30_title {
    margin: 0 0 50px;
    text-align: center;
  }
  
  .sec30 .box {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .sec30 .box_l .text01 {
    margin: 0 0 15px;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro";
    color: #595758;
  }

  .sec30 .box_l .text01 .break {
    display: block;
  }

  .sec30 .box_l .text02 {
    margin: 0 0 20px;
  }
  
  .sec30 .box_r {
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .sec30 .box_r .item {
    height: 90px;
    background: #fff;
    text-align: center;
  }
  
  .sec30 .box_r .item:nth-of-type(1) {
    margin: 0 0 15px;
  }
  
  .sec30 .box_r .item_title {
    width: 100%;
    height: 32px;
    background: #b89d3f;
    line-height: 30px;
    font-size: 18px;
    font-family: "游ゴシック体";
    color: #fff;
  }
  
  .sec30 .box_r .item_num {
    display: inline-block;
    padding: 8px 0 0 48px;
    background: url(../img/icon02.png) left top 13px no-repeat;
    font-size: 32px;
    font-family: "DIN Alternate Bold";
    color: #ea5962;
  }
  
  .sec30 .box_r .item_mail {
    padding: 15px 0 0;
  }
  
  /* =====sec31===== */
  .sec31 {
    width: 100%;
    height: 313px;
    background: #efefef;
  }
  
  /* =====sec32===== */
  .sec32 {
    position: relative;
    width: 100%;
    height: 372px;
    padding: 30px 20px 0;
    box-sizing: border-box;
    background: url(../img/img29.jpg) left center/cover no-repeat;
    text-align: center;
  }
  
  .sec32_text {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.5);
    font-family: "ヒラギノ角ゴ Pro";
  }

  .sec32_text .break {
    display: block;
  }
  
  /* =====sec33===== */
  .sec33 {
    width: 100%;
    height: 26px;
    background: #b89d3f;
  }

}