@charset "utf-8";

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
}

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

a:focus {
  outline: none;
}

a:hover {
  opacity: 0.7;
}

a img {
  border: none;
}

input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

strong {
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

h2, h3, h4, h5 {
  font-weight: bold;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ボタンのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}/* ボタンリセットここまで */

.break {
  display: none;
}

body{
  position: relative;
  width: 100%;
  min-width: 1200px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	line-height: 1.5;
  color: #231815;
}

.inner {
  max-width: 100%;
    width: 1028px;
    margin: 0 auto;
}

.sp {
  display: none;
}

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

.reserve_box {
  position: fixed;
  z-index: 100;
  right:0;
  bottom: 100px;
}


/* =====sec01===== */
.sec01 {
  width: 100%;
  position: relative;
}

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

.sec01_head .inner {
  position: relative;
  height: 100%;
}

.sec01 .logo_box {
  position: absolute;
  bottom: 125px;
  right: 0;
}

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

.sec01 .head_text {
  position: absolute;
  top: 250px;
  left: 0;
  margin: 0 0 0 50px;
  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;
}

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

.sec01 .head_text:after {
  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: relative;
  padding: 260px 20px 0;
  box-sizing: border-box;
}

.sec01_list {
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

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

.sec01_item {
  position: relative;
  width: 306px;
  height: 360px;
  padding: 23px 0 0;
  border: 2px solid #b89d3f;
  margin: 0 10px;
  box-sizing: border-box;
  background: #fffef7;
}

.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 0 0 27px;
  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: 733px;
  background: url(../img/img02.jpg) left top/cover no-repeat;
}

.sec01_message .text {
  margin: 137px 0 0;
  text-align: right;
}

/* =====sec02===== */
.sec02 {
  position: relative;
  padding: 180px 0 70px;
  box-sizing: border-box;
  background: #fffef7;
}

.sec02:before {
  content: url(../img/logo03.png);
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-45%);
}

.sec02_title {
  margin: 0 0 80px;
  font-size: 30px;
  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 .large {
  font-size: 35px;
  margin: 65px 0 0;
}

.sec02_title .color {
  font-size: 42px;
  font-weight: bolder;
  color: #ea5962;
}

.sec02_body {
  background: url(../img/img30.jpg) center center/cover no-repeat;
}

.sec02_text01 {
  margin: 0 0 40px;
  font-size: 29px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
}

.sec02_text02 {
  width: 591px;
  padding: 45px 0 0;
  border-top: 1px solid #231815;
  font-size: 18px;
  font-family: "小塚ゴシック Pr6N";
  line-height: 1.8;
}

.sec02_text02 .color {
  color: #ea5962;
  font-weight: bold;
}

.sec02 .carrier_box {
  width: 500px;
  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;
}

.sec02 .carrier_list .data{
  margin: 0 0 10px;
}

/* =====sec03===== */
.sec03 {
  width: 100%;
  padding: 55px 20px;
  box-sizing: border-box;
}

.sec03_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec03_item {
  margin: 0 18px;
}

/* =====sec04===== */
.sec04 {
  width: 100%;
  height: 741px;
  padding: 0 20px;
  box-sizing: border-box;
  background: url(../img/img04.png) center center/cover no-repeat;
}

.sec04_text01 {
  width: 495px;
  padding: 187px 0 40px;
  border-bottom: 3px solid #b89d3f;
  margin: 0 100px 95px auto;
  background: url(../img/icon01.png) center top 60px no-repeat;
  font-size: 25px;
  font-family: "小塚ゴシック Pr6N";
  text-align: center;
}

.sec04_text02 {
  margin: 0 10px 0 0;
  text-align: right;
}

/* =====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;
}

.sec05_body .logo {
  transform: translateX(35px);
  padding: 60px 0 0;
  text-align: center;
}

.sec05 .head_text02 {
  font-size: 28px;
  font-family: "FOT-ロダン ProN DB";
}

.sec05_body {
  padding: 0 20px;
  box-sizing: border-box;
}

.sec05_body .logo {
  transform: translateX(35px);
  padding: 60px 0 0;
  text-align: center;
}

.sec05_text01 {
  width: 100%;
  margin: 0 0 45px;
  padding: 50px 0 0;
  background: url(../img/kazari03.png) center bottom no-repeat;
  font-size: 40px;
  font-family: "A-OTF 中ゴシックBBB Pr6N Med";
  color: #ea5962;
  text-align: center;
}

.sec05_text01 .small {
  position: relative;
}

.sec05_text01 .small:before {
  content: "〜";
  position: absolute;
  bottom: -7px;
  right: -35px;
  font-size: 35px;
  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: 92px;
  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%);
  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: 318px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #fffef7;
}

.sec06_list {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  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 13px;
  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 40px 80px;
  box-sizing: border-box;
  background: #fffef7;
}

.sec07 .cont_wrap {
  width: 980px;
  max-width: 100%;
  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_cont02,
.sec07_cont03 {
  padding: 40px 130px 50px;
}

.sec07_cont01 {
  padding: 40px;
}

.sec07_cont03:after {
  content: "※価格は全て税込表記になります";
  position: absolute;
  bottom: -40px;
  right: 20px;
  font-size: 20px;
  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: flex;
}

.sec07 .cont01_item {
  position: relative;
  width: 33%;
  padding: 0 25px 100px;
  box-sizing: border-box;
}

.sec07 .cont01_item:nth-of-type(1),
.sec07 .cont01_item:nth-of-type(2) {
  border-right: 1px solid #b89d3f;
}

.sec07 .cont01_item .title {
  margin: 0 0 10px;
  font-size: 24px;
  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 {
  font-family: "小塚ゴシック Pr6N";
}

.sec07 .price {
  display: inline-block;
  width: 250px;
  background: linear-gradient(transparent 50%, rgba(234, 89, 98, 0.35) 0);
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
}

.sec07 .cont01_item .price {
  position: absolute;
  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: row-reverse;
  justify-content: center;
  align-items: 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";
}

.sec07_cont02 .box .img,
.sec07_cont03 .box .img {
  min-width: 252px;
  margin: 0 45px 0 0;
}

/* =====sec08===== */
.sec08 {
  width: 100%;
  padding: 60px 20px 25px;
  box-sizing: border-box;
  border-bottom: 25px solid #b89d3f;
  background: #fffac0;
}

.sec08_text {
  padding: 0 0 195px;
  background: url(../img/logo02.png) center bottom 50px no-repeat;
  font-size: 27px;
  font-family: "游明朝体";
  text-align: center;
}

.sec08_list {
  display: flex;
  justify-content: center;
}

.sec08_item {
  width: 375px;
  height: 160px;
  border: 3px solid #b89d3f;
  margin: 0 55px;
  box-sizing: border-box;
  background: #fffef7;
  box-shadow: 2px 2px 2px #b89d3f;
  text-align: center;
}

.sec08_item:nth-of-type(2) {
  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: 27px;
  font-family: "游ゴシック体";
}

.sec08_item a .color {
  display: inline-block;
  padding: 0 0 0 55px;
  font-size: 40px;
  color: #ea5962;
  background: url(../img/icon02.png) left center no-repeat;
}

/* =====sec09===== */
.sec09 {
  width: 100%;
  height: 776px;
  padding: 0 20px;
  box-sizing: border-box;
  background: url(../img/img10.jpg) center center/cover no-repeat;
}

.sec09_text01 {
  width: 495px;
  padding: 170px 0 40px;
  border-bottom: 3px solid #b89d3f;
  margin: 0 100px 60px auto;
  background: url(../img/icon04.png) center top 50px no-repeat;
  font-size: 25px;
  font-family: "小塚ゴシック Pr6N";
  text-align: center;
}

.sec09_text02 {
  margin: 0 10px 0 0;
  text-align: right;
}

/* =====sec10===== */
.sec10_head {
  width: 100%;
  padding: 10px 20px 270px;
  box-sizing: border-box;
  background: url(../img/logo06.png) center bottom 47px no-repeat;
}

.sec10 .head_list {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}

.sec10 .head_item {
  width: 284px;
  height: 184px;
  margin: 0 25px;
  background: url(../img/kazari04.png) center center/cover no-repeat;
  font-size: 31px;
  font-weight: bold;
  font-family: "游ゴシック体";
  line-height: 184px;
  text-align: center;
}

.sec10 .head_item .small {
  font-size: 24px;
  font-weight: bold;
}

.sec10 .head_text {
  text-align: center;
}

.sec10_body {
  width: 100%;
  padding: 133px 0 18px;
  background: url(../img/img11.jpg) center center/cover no-repeat;
}

.sec10_body .box {
  display: flex;
  justify-content: center;
  width: 768px;
  padding: 65px 0 40px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
}

.sec10_cont {
  margin: 0 25px;
}

.sec10_cont .title {
  position: relative;
  margin: 0 0 15px;
  font-size: 30px;
  font-family: "A-OTF 見出ゴMB31 Pr6N MB31";
  text-align: center;
}

.sec10_cont:nth-of-type(1) .title:before {
  content: "";
  position: absolute;
  top: -160px;
  left: 25px;
  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: 18px;
  display: inline-block;
  width: 272px;
  height: 129px;
  background: url(../img/text20.png) center center no-repeat;
}

.sec10_cont .title .sub{
  display: block;
  font-size: 20px;
  font-family: "小塚ゴシック Pr6N";
}

.sec10_cont .list {
  padding: 0 20px;
}

.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: -10px;
  left: 30px;
  font-size: 14px;
  font-family: "A-OTF 中ゴシックBBB Pr6N Med";
  color: #231815;
}

/* =====sec11===== */
.sec11 {
  width: 100%;
  height: 658px;
  padding: 80px 20px;
  box-sizing: border-box;
  background: url(../img/img12.jpg) center center/cover no-repeat;
  font-family: "漢字タイポス４１２ Std R";
}

.sec11_title {
  display: inline-block;
  padding: 0 0 170px;
  font-size: 30px;
  background: url(../img/icon04.png) center bottom 60px no-repeat;
}

.sec11_text {
  font-size: 32px;
}

.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: 55px;
}

/* =====sec12===== */
.sec12_head {
  width: 100%;
  padding: 46px 0 0;
}

.sec12_title {
  padding: 105px 0 30px;
  background: url(../img/logo05.png) center top no-repeat;
  text-align: center;
}

.sec12 .wrap {
  width: 100%;
  height: 538px;
  background: url(../img/img13.jpg) center center/cover no-repeat;
}

.sec12 .textbox {
  width: 660px;
  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;
  font-size: 20px;
  font-family: "游ゴシック体";
}

.sec12_subtitle .line {
  position: relative;
  padding: 5px 100px;
  background: rgba(173, 221, 243, 0.6);
  font-size: 41px;
  font-family: "漢字タイポス４１２ Std R";
}

.sec12_subtitle .line:before {
  content: url(../img/kazari05.png);
  position: absolute;
  top: -16px;
  left: 25px;
}

.sec12_subtitle .line:after {
  content: url(../img/kazari06.png);
  position: absolute;
  top: -16px;
  right: 20px;
}

.sec12 .head_text {
  font-size: 24px;
  font-weight: "游ゴシック体";
  line-height: 2;
}

.sec12 .head_text .large {
  font-size: 32px;
}

.sec12_body {
  width: 100%;
  height: 685px;
  padding: 110px 0 0;
  box-sizing: border-box;
  background: url(../img/img14.jpg) center center/cover no-repeat;
  text-align: center;
}

.sec12_body .text_wrap {
  width: 500px;
}

.sec12 .body_text {
  display: inline-block;
  padding: 0 0 28px;
  margin: 0 0 50px;
  position: relative;
  font-size: 29px;
  font-family: "漢字タイポス４１２ Std R";
}

.sec12 .body_text:before {
  content: url(../img/kazari07.png);
  position: absolute;
  top: -45px;
  right: -55px;
  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;
}

.sec12 .body_item {
  width: 233px;
  height: 153px;
  border: 2px solid #b89d3f;
  padding: 25px 0 0;
  margin: 0 6px 12px;
  box-sizing: border-box;
  background: #fff;
  font-size: 33px;
}

.sec12 .body_item .small {
  font-size: 24px;
}

/* =====sec13===== */
.sec13 {
  width: 100%;
  padding: 64px 0;
  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: flex;
  justify-content: center;
  margin: 0 0 48px;
}

.sec13_item {
  position: relative;
  width: 252px;
  height: 324px;
  padding: 15px 15px 0;
  margin: 0 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: -64px;
  top: 50%;
  transform: translateY(-50%);
}

.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";
}

.sec13_cont {
  position: relative;
  width: 930px;
  margin: 0 auto;
  background: url(../img/img19.png) right center/contain no-repeat;
}

.sec13 .textbox {
  position: relative;
  z-index: 2;
  width: 694px;
  padding: 45px 150px 45px 100px;
  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: 24px;
  font-weight: normal;
  font-family: "小塚ゴシック Pr6N";
}

.sec13 .cont_text {
  font-size: 26px;
  font-family: "游ゴシック体";
}

/* ====sec14==== */
.sec14 {
  width: 100%;
  padding: 75px 20px;
  box-sizing: border-box;
}

.sec14_cont {
  position: relative;
  width: 927px;
  height: 477px;
  padding: 60px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.sec14_cont:before,
.sec14_cont:after {
  content: "";
  position: absolute;
  width: 900px;
  height: 450px;
  border: 2px solid #b89d3f;
  box-sizing: border-box;
}

.sec14_cont:before {
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.77);
  z-index: 1;
}

.sec14_cont:after {
  bottom: 0;
  right: 0;
  background: #f1efda;
  z-index: -1;
}

.sec14_title {
  position: relative;
  z-index: 2;
  width: 360px;
  margin: 0 auto 75px;
  font-size: 29px;
  font-family: "漢字タイポス４１２ Std R";
  text-align: center;
}

.sec14_title:before {
  content: url(../img/kazari10.png);
  position: absolute;
  left: -120px;
  top: 0;
  display: inline-block;
}

.sec14_title:after {
  content: url(../img/kazari11.png);
  position: absolute;
  right: -120px;
  top: 0;
  display: inline-block;
}

.sec14_title .color {
  position: relative;
  font-size: 53px;
  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;
  justify-content: center;
}

.sec14_cont .list {
  z-index: 2;
  margin: 0 35px;
}

.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: 56px;
  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;
}

.sec15 .wrap {
  width: 100%;
  height: 588px;
}

.sec15 .textbox {
  width: 660px;
  margin: 0 auto 0 0;
  text-align: center;
}

.sec15_subtitle_pc {
  padding: 150px 0 0;
  margin: 0 0 40px;
  background: url(../img/text27.png) center top 50px no-repeat;
  font-size: 20px;
  font-family: "游ゴシック体";
}

.sec15_subtitle_sp {
  display: none;
}

.sec15_subtitle_pc .line {
  position: relative;
  padding: 5px 100px;
  background: rgba(173, 221, 243, 0.6);
  font-size: 41px;
  font-family: "漢字タイポス４１２ Std R";
}

.sec15_subtitle_pc .line:before {
  content: url(../img/kazari05.png);
  position: absolute;
  top: -16px;
  left: 25px;
}

.sec15_subtitle_pc .line:after {
  content: url(../img/kazari06.png);
  position: absolute;
  top: -16px;
  right: 20px;
}

.sec15 .head_text {
  font-size: 20px;
  font-weight: "游ゴシック体";
  line-height: 2;
}

.sec15 .head_text .large {
  font-size: 32px;
}

.sec15_body {
  width: 100%;
  height: 685px;
  padding: 110px 0 0;
  box-sizing: border-box;
  background: url(../img/img21.jpg) center center/cover no-repeat;
  text-align: center;
}

.sec15_body .text_wrap {
  width: 500px;
  margin: 0 0 0 auto;
}

.sec15 .body_text {
  display: inline-block;
  padding: 0 0 28px;
  margin: 0 0 50px;
  position: relative;
  font-size: 29px;
  font-family: "漢字タイポス４１２ Std R";
}

.sec15 .body_text:before {
  content: url(../img/kazari07.png);
  position: absolute;
  top: -45px;
  right: -55px;
  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;
}

.sec15 .body_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 233px;
  height: 153px;
  border: 2px solid #b89d3f;
  margin: 0 6px 12px;
  box-sizing: border-box;
  background: #fff;
  font-size: 33px;
}

.sec15 .body_item .block,
.sec15 .body_item .small.block {
  display: block;
}

.sec15 .body_item .small {
  font-size: 24px;
}

/* =====sec16===== */
.sec16 {
  width: 100%;
  padding: 64px 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: flex;
  justify-content: center;
  margin: 0 0 48px;
}

.sec16_item {
  position: relative;
  width: 252px;
  height: 324px;
  padding: 15px 15px 0;
  margin: 0 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: -64px;
  top: 50%;
  transform: translateY(-50%);
}

.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";
}

.sec16_cont {
  position: relative;
  width: 930px;
  margin: 0 auto;
  background: url(../img/img19.png) right center/contain no-repeat;
}

.sec16 .textbox {
  position: relative;
  z-index: 2;
  width: 694px;
  padding: 45px 150px 45px 100px;
  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: 24px;
  font-weight: normal;
  font-family: "小塚ゴシック Pr6N";
}

.sec16 .cont_text {
  font-size: 26px;
  font-family: "游ゴシック体";
}

/* ====sec17==== */
.sec17 {
  width: 100%;
  padding: 75px 20px;
  box-sizing: border-box;
}

.sec17_cont {
  position: relative;
  width: 927px;
  height: 477px;
  padding: 60px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.sec17_cont:before,
.sec17_cont:after {
  content: "";
  position: absolute;
  width: 900px;
  height: 450px;
  border: 2px solid #b89d3f;
  box-sizing: border-box;
}

.sec17_cont:before {
  top: 0px;
  left: 0;
  background: rgba(255, 255, 255, 0.77);
  z-index: 1;
}

.sec17_cont:after {
  bottom: 0;
  right: 0;
  background: #f1efda;
  z-index: -1;
}

.sec17_title {
  position: relative;
  z-index: 2;
  width: 360px;
  margin: 0 auto 75px;
  font-size: 29px;
  font-family: "漢字タイポス４１２ Std R";
  text-align: center;
}

.sec17_title:before {
  content: url(../img/kazari10.png);
  position: absolute;
  left: -120px;
  top: 0;
  display: inline-block;
}

.sec17_title:after {
  content: url(../img/kazari11.png);
  position: absolute;
  right: -120px;
  top: 0;
  display: inline-block;
}

.sec17_title .color {
  position: relative;
  font-size: 53px;
  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;
  justify-content: center;
}

.sec17_cont .list {
  z-index: 2;
  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: 56px;
  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: -60px;
  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;
}

/* =====sec18===== */
.sec18 {
  width: 100%;
  padding: 60px 20px 25px;
  box-sizing: border-box;
  border-bottom: 25px solid #b89d3f;
  background: #fffac0;
}

.sec18_text {
  padding: 0 0 195px;
  background: url(../img/logo02.png) center bottom 50px no-repeat;
  font-size: 27px;
  font-family: "游明朝体";
  text-align: center;
}

.sec18_list {
  display: flex;
  justify-content: center;
}

.sec18_item {
  width: 375px;
  height: 160px;
  border: 3px solid #b89d3f;
  margin: 0 55px;
  box-sizing: border-box;
  background: #fffef7;
  box-shadow: 2px 2px 2px #b89d3f;
  text-align: center;
}

.sec18_item:nth-of-type(2) {
  background: #fffef7 url(../img/icon08.png) center bottom 20px no-repeat;
}

.sec18_item a {
  display: block;
  width: 375px;
  padding: 25px 0 0;
  height: 160px;
  font-size: 27px;
  font-family: "游ゴシック体";
}

.sec18_item a .color {
  display: block;
  padding: 0 0 0 55px;
  font-size: 40px;
  color: #ea5962;
  background: url(../img/icon02.png) left 25px center no-repeat;
}

/* =====sec19===== */
.sec19 {
  width: 100%;
  height: 741px;
  padding: 0 20px;
  box-sizing: border-box;
  background: url(../img/img24.jpg) center center/cover no-repeat;
}

.sec19_text01 {
  width: 495px;
  padding: 120px 0 40px;
  border-bottom: 3px solid #b89d3f;
  margin: 0 0 55px;
  background: url(../img/icon05.png) center top 77px no-repeat;
  font-size: 25px;
  font-family: "小塚ゴシック Pr6N";
  text-align: center;
}

.sec19_text02 {
  margin: 0 10px 0 0;
}

/* =====sec20===== */
.sec20 {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  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:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 514px;
  height: 526px;
  background: url(../img/img32.jpg) 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: 460px;
  padding: 300px 0 0;
  margin: 0 auto 35px;
  font-size: 41px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.sec20_text:before {
  content: url(../img/logo04.png);
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-40%);
}

.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: flex-end;
}

.sec20 .box_list {
  width: 471px;
  height: 298px;
  padding: 25px 20px;
  border: 3px solid #b89d3f;
  margin: 0 60px;
  box-sizing: border-box;
  background: #fff;;
}

.sec20 .box_list .term {
  display: inline-block;
  padding: 0 8px;
  background: #b89d3f;
  font-size: 18px;
  color: #fff;
}

.sec20 .box_list .desc {
  padding: 0 35px;
  border-bottom: 1px dotted #ea5962;
  font-size: 27px;
  font-family: "FOT-ロダン ProN DB";
  text-align: center;
}

.sec20 .box_list .desc .color {
  margin: 0 5px;
  font-size: 56px;
  font-family: "A-OTF 中ゴシックBBB Pr6N Med";
  color: #ea5962;
}

.sec20 .box_list .desc:nth-of-type(1) {
  margin: 0 0 20px;
}

.sec20 .box_text_pc {
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

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

/* =====sec21===== */
.sec21 {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  background: #fffef7;
}

.sec21_cont {
  width: 946px;
  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: 788px;
  padding: 0 0 25px;
  border-bottom: 3px solid #b89d3f;
  margin: 0 auto 25px;
  font-size: 30px;
}

.sec21_title:before {
  content: url(../img/kazari12.png);
  position: absolute;
  top: 0;
  left: 30px;
  display: inline-block;
}

.sec21_title:after {
  content: url(../img/kazari13.png);
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
}

.sec21_title .small {
  font-size: 23px;
}

.sec21_title .medium {
  font-size: 35px;
}

.sec21_title .large,
.sec21_title .line {
  font-size: 41px;
}

.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: 35px;
}

.sec21_text02 {
  width: 626px;
  border-bottom: 1px dashed #ea5962;
  margin: 0 auto 20px;
  font-size: 42px;
  font-family: "FOT-ロダン ProN DB";
  color: #ea5962;
  letter-spacing: 0.1em;
}

.sec21_text02 .large {
  font-size: 64px;
  letter-spacing: 0;
}

.sec21_text03 {
  font-size: 14px;
}

/* =====sec22===== */
.sec22 {
  width: 100%;
  height: 1061px;
  padding: 100px 20px 25px;
  box-sizing: border-box;
  background: url(../img/img25.jpg) center center/cover no-repeat;
}

.sec22_title {
  position: relative;
  width: 665px;
  margin: 0 0 60px;
  font-size: 46px;
  text-align: center;
  line-height: 1.2;
}

.sec22_title:before {
  content: url(../img/kazari14.png);
  position: absolute;
  top: -80px;
  left: 20px;
  display: inline-block;
}

.sec22_title:after {
  content: url(../img/kazari15.png);
  position: absolute;
  top: -80px;
  right: -20px;
  display: inline-block;
}

.sec22_title .small {
  font-size: 33px;
}

.sec22_title .sub {
  font-size: 20px;
  font-family: "A-OTF 中ゴシックBBB Pr6N Med";
}

.sec22_list {
  margin: 0 0 0 50px;
}

.sec22_item {
  border: 3px solid #b89d3f;
  background: #fff;
}

.sec22_item.item01 {
  width: 474px;
  height: 350px;
  padding: 40px 35px;
  margin: 0 0 30px;
  box-sizing: border-box;
}

.sec22_item.item02 {
  width: 415px;
  height: 157px;
  padding: 25px;
  margin: 0 0 30px;
  box-sizing: border-box;
}

.sec22_item.item03 {
  width: 600px;
  height: 157px;
  padding: 25px;
  box-sizing: border-box;
}

.sec22_item.item01 .text01 {
  margin: 0 0 20px;
}

.sec22_item.item01 .text02 {
  font-size: 18px;
  font-family: "小塚ゴシック Pr6N";
}

/* =====sec23===== */
.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 {
  padding: 45px 0 10px;
  margin: 0 0 35px;
  font-size: 36px;
  font-family: "漢字タイポス４１２ Std R";
  text-align: center;
  background: url(../img/kazari18.png) center bottom no-repeat;
}

.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 {
  margin: 0 0 75px;
  text-align: center;
}

.sec23 .img {
  position: relative;
  display: inline-block;
}

.sec23 .img:before {
  content: url(../img/kazari16.png);
  position: absolute;
  bottom: -22px;
  left: -130px;
  display: inline-block;
}

.sec23 .notice {
	text-align: center;
	padding-top:70px;
	font-size:15px;
}


.sec23 .img:after {
  content: url(../img/kazari17.png);
  position: absolute;
  top: 0;
  right: -120px;
  display: inline-block;
}

/* =====sec24===== */
.sec24 {
  width: 100%;
  padding: 45px 20px;
  box-sizing: border-box;
  text-align: center;
}

.sec24_cont {
  position: relative;
  width: 925px;
  height: 988px;
  padding: 75px 30px 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.sec24_cont:before,
.sec24_cont:after {
  content: "";
  position: absolute;
  width: 900px;
  height: 962px;
  border: 2px solid #b89d3f;
  box-sizing: border-box;
}

.sec24_cont:before {
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.77);
  z-index: 1;
}

.sec24_cont:after {
  bottom: 0;
  right: 0;
  background: #f1efda;
  z-index: -1;
}

.sec24_title {
  position: relative;
  z-index: 2;
  width: 360px;
  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: flex;
  justify-content: center;
  margin: 0 0 70px;
}

.sec24_cont .list {
  position: relative;
  z-index: 2;
  width: 50%;
  margin: 0 35px;
}

.sec24_cont .list .term {
  padding: 0 10px;
  background: #b89d3f;
  font-size: 24px;
  font-family: "漢字タイポス４１２ Std R";
  color: #fff;
  text-align: center;
}

.sec24_cont .list .desc {
  font-size: 28px;
  font-family: "FOT-ロダン ProN DB";
  text-align: center;
}

.sec24_cont .list .desc .color {
  font-size: 64px;
  color: #ea5962;
}

.sec24_text01 {
  position: relative;
  z-index: 2;
  width: 788px;
  padding: 0 0 25px;
  border-bottom: 3px solid #b89d3f;
  margin: 0 auto 25px;
  font-size: 30px;
  text-align: center;
}

.sec24_text01:before {
  content: url(../img/kazari12.png);
  position: absolute;
  top: 0;
  left: 30px;
  display: inline-block;
}

.sec24_text01:after {
  content: url(../img/kazari13.png);
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
}

.sec24_text01 .small {
  font-size: 23px;
}

.sec24_text01 .medium {
  font-size: 35px;
}

.sec24_text01 .large,
.sec24_text01 .line {
  font-size: 41px;
}

.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 40px;
  font-size: 35px;
  text-align: center;
}

.sec24_text03 {
  position: relative;
  z-index: 2;
  width: 626px;
  border-bottom: 1px dashed #ea5962;
  margin: 0 auto 20px;
  font-size: 42px;
  font-family: "FOT-ロダン ProN DB";
  color: #ea5962;
  letter-spacing: 0.1em;
  text-align: center;
}

.sec24_text03 .large {
  font-size: 64px;
  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_cont {
  width: 1000px;
  padding: 20px 0 50px;
  margin: 0 auto;
  background: #fff;;
}

.sec25_title {
  width: 626px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #231815;
  margin: 0 auto 45px;
  font-size: 25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.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: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  background: url(../img/img27.jpg) center center/contain no-repeat;
}

.sec25_item {
  width: 40%;
  margin: 0 0 60px;
}

.sec25_item:nth-of-type(2),
.sec25_item:nth-of-type(4) {
  text-align: right;
}

/* =====sec26===== */
.sec26 {
  width: 100%;
}

.sec26_head {
  width: 100%;
  height: 564px;
  background: url(../img/img35.jpg) right center/cover no-repeat;
}

.sec26_title {
  padding: 238px 0 0;
}

.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: 980px;
  margin: 0 auto;
}

.sec26_item {
  position: relative;
  width: 478px;
  height: 308px;
  padding: 65px 0 0;
  border: 2px solid #b89d3f;
  margin: 0 0 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 .text,
.sec26_item .list .item {
  font-size: 25px;
  font-family: "FOT-ロダン ProN DB";
}

.sec26_item .list {
  text-align: left;
}

.sec26_item .list .item {
  padding: 0 0 0 1em;
  margin: 0 0 0 20px;
}

.sec26_item .list .item:before {
  content: '○';
  width: 6px;
  height: 6px;
  padding: 0 10px 0 0;
  display: inline-block;
  position: relative;
  left: -15px;
  top: 0;
}

/* =====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: 23px;
  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: flex;
  justify-content: center;
  margin: 0 0 48px;
}

.sec27_item {
  position: relative;
  width: 200px;
  height: 418px;
  padding: 15px 10px 0;
  margin: 0 31px;
  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: -48px;
  top: 50%;
  transform: translateY(-50px);
}

.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 0 25px;
  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: 27px;
  font-family: "游明朝体";
  text-align: center;
}

.sec28_list {
  display: flex;
  justify-content: center;
}

.sec28_item {
  width: 375px;
  height: 160px;
  border: 3px solid #b89d3f;
  margin: 0 55px;
  box-sizing: border-box;
  background: #fffef7;
  box-shadow: 2px 2px 2px #b89d3f;
  text-align: center;
}

.sec28_item:nth-of-type(2) {
  background: #fffef7 url(../img/icon08.png) center bottom 20px no-repeat;
}

.sec28_item a {
  display: block;
  width: 375px;
  padding: 25px 0 0;
  height: 160px;
  font-size: 27px;
  font-family: "游ゴシック体";
}

.sec28_item a .color {
  display: block;
  padding: 0 0 0 55px;
  font-size: 40px;
  color: #ea5962;
  background: url(../img/icon02.png) left 25px center no-repeat;
}

/* =====sec29===== */
.sec29 {
  width: 100%;
  padding: 130px 0 16px;
  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: 820px;
  padding: 60px 30px;
  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/kazari20.png) center bottom no-repeat;
  font-size: 19px;
  font-family: "漢字タイポス４１２ Std R";
  text-align: center;
  line-height: 1.8;
}

.sec29 .item_wrap {
  width: 640px;
  margin: 0 auto;
  font-family: "小塚ゴシック Pr6N";
}

.sec29 .form_item {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.form_item02 {
  margin: 0 0 30px;
}

.sec29 .form_item .title {
  width: 200px;
  font-size: 18px;
}

.sec29 .form_item .title .need {
  color: #f00;
}

.form_item02 .title {
  margin: 0 0 10px;
  font-size: 18px;
}

.sec29 .form_item input[type="text"],
.sec29 .form_item input[type="email"],
.sec29 .form_item input[type="tel"] {
  width: 404px;
  height: 45px;
  border: 1px solid #b89d3f;
}

.sec29 .radio_item {
  margin: 0 20px 0 0;
}

.sec29 .radio_item:last-of-type {
  margin: 0;
}

.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;
  line-height: 36px;
}

.sec29 .returnTop {
  text-align: center;
}

.sec29 .privacy_title {
  margin: 0 0 30px;
  font-size: 18px;
  text-align: center;
  line-height: 2;
}

.sec29 .privacy_subtitle {
  font-size: 18px;
  line-height: 2;
}

.sec29 .privacy_text {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 2;
}

/* =====sec30===== */
.sec30 {
  width: 100%;
  padding: 85px 0 65px;
  background: #fffac0;
}

.sec30_title {
  margin: 0 0 50px;
  text-align: center;
}

.sec30 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 870px;
  margin: 0 auto;
}

.sec30 .box_l .text01 {
  margin: 0 0 15px;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro";
  color: #595758;
}

.sec30 .box_r {
  width: 340px;
}

.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: 32px;
  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;
}

.sec31 iframe {
  width: 100%;
  height: 313px;
}

/* =====sec32===== */
.sec32 {
  position: relative;
  width: 100%;
  height: 372px;
  padding: 30px 20px 0;
  box-sizing: border-box;
  background: url(../img/img29.jpg) center 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";
}

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