@charset "UTF-8";
/******初期設定ここから******/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
addres, ul, ol, dl, dt, dd, table, th, td, form, fieldset, header, article, figure, section {
  margin: 0;
  padding: 0;
  line-height: 140%;
  font-familu: "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}

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

ul, ol {
  list-style: none;
  /*黒丸を消す*/
}

a {
  text-decoration: none;
  /*下線を消す*/
}

img {
  border: 0;
}

ing, input {
  vertical-aligin: bottom;
}

/*クリア*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

/******初期設定ここまで******/
/***********ヘッダエリア***********/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: "BIZ UDPMincho", serif;
  background-color: #fffcf1;
}

a {
  color: #333;
}

@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

.pc_br {
  display: block;
}

@media screen and (max-width: 430px) {
  .pc_br {
    display: none;
  }
}

/******共通エリア******/
/***ヘッダー上部***/
#header {
  width: 100%;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#fbd6d5), to(#fcc4c4));
  background: linear-gradient(90deg, #fbd6d5, #fcc4c4);
}

#top_head {
  background-color: rgba(255, 255, 255, 0.5);
}

.thdl {
  max-width: 1280px;
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.thdl dt, .thdl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #9e7b7b;
  padding-right: 20px;
}

.h_logo h2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-left: 10px;
}

.h_logo h2 span {
  font-size: 12px;
}

.ht_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ht_ul li {
  margin-right: 10px;
  margin-left: 20px;
  font-size: 13px;
  padding-left: 30px;
}

.ht_ul li a:hover {
  color: #9e7b7b;
}

.ht_ul .hti_r {
  background: url(../common/icon_review.svg) no-repeat left center;
  background-size: 22px auto;
}

.ht_ul .hti_q {
  background: url(../common/iocn_ques.svg) no-repeat left center;
  background-size: 22px auto;
}

.ht_ul .hti_c {
  background: url(../common/icon_company.svg) no-repeat left center;
  background-size: 18px auto;
}

.ht_ul .hti_m {
  background: url(../common/f_icon_mail.png) no-repeat left center;
  background-size: 18px auto;
}

.ht_ul .hti_p {
  background: url(../common/f_icon_key.png) no-repeat left center;
  background-size: 18px auto;
}

.h_tel {
  margin-right: 15px;
}

.h_tel a {
  display: block;
}

.h_tel a .ht_p {
  background-color: #694e4e;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  padding: 3px 0;
  font-weight: normal;
}

.h_tel a .ht_t {
  background: url(../common/icon_tel.svg) no-repeat;
  background-size: 30px auto;
  background-position: left center;
  font-size: 32px;
  color: #694e4e;
  letter-spacing: 3px;
  padding-left: 35px;
  font-family: "Zen Antique Soft", serif;
}

.h_oisogi a {
  display: block;
  background-color: #e13969;
  padding: 12px;
  border-radius: 5px;
  color: #FFF;
}

.h_oisogi a p {
  background: url(../common/icon_oisogi.svg) no-repeat;
  background-size: 30px;
  background-position: left center;
  padding-left: 35px;
}

/***ヘッダー下部***/
#bt_head {
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #ffdddd;
  position: relative;
}

.hb_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.hb_menu li {
  width: 16%;
}

.hb_menu li a {
  width: 100%;
  display: block;
  padding: 25px 0;
  text-align: center;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.hb_menu li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/***サブメニュー形式***/
/* 親メニュー */
/* メガメニュー全体 */
.mega_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
}

/* ホバーで表示 */
.has-mega:hover .mega_menu {
  display: block;
}

/* 中央寄せ＋幅制限 */
.menu_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* 各メニュー項目 */
.menu_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.menu_item a {
  display: block;
  padding: 40px 0 !important;
  padding-left: 5px !important;
}

.menu_item a:hover {
  background-color: #f7f4f4 !important;
}

/***サブメニューアイコン***/
/* 矢印風アイコン（CSSで作る ▼） */
.menu_icon {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 3px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  /* ▼向き */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 親にホバーしたら ▲に反転 */
.has-mega:hover .menu_icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  /* ▲向き */
}

.sbicon {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 3px;
  width: 5px;
  height: 5px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  /* ▼向き */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* ----------------------------------------
  PC第２フォント調整（〜1279px）
  ---------------------------------------- */
@media screen and (max-width: 1220px) {
  /***ヘッダー上部***/
  .thdl {
    max-width: 1200px;
    width: calc(100% - 20px);
    padding: 10px;
  }
  .h_logo {
    padding-right: 10px;
  }
  .h_logo h2 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-left: 10px;
  }
  .h_logo h2 span {
    font-size: 10px;
  }
  .ht_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ht_ul li {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 13px;
    padding-left: 30px;
  }
  .h_tel {
    margin-right: 15px;
  }
  .h_tel a {
    display: block;
  }
  .h_tel a .ht_t {
    background: url(../common/icon_tel.svg) no-repeat;
    background-size: 30px auto;
    background-position: left center;
    font-size: 26px;
    color: #694e4e;
    letter-spacing: 3px;
    padding-left: 35px;
    font-family: "Zen Antique Soft", serif;
  }
  .h_oisogi a {
    display: block;
    background-color: #e13969;
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
  }
  .h_oisogi a p {
    background: none;
    background-size: 20px;
    background-position: left center;
    padding-left: 0px;
    font-size: 16px;
  }
  .h_oisogi a p span {
    font-size: 12px;
  }
  /***ヘッダー下部***/
  .hb_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
  .hb_menu li {
    width: 16%;
  }
  .hb_menu li a {
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 25px 0;
    text-align: center;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
  }
  .hb_menu li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

/* ----------------------------------------
  タブレット・スマホ共通（〜1024px）
  ---------------------------------------- */
@media screen and (min-width: 1064px) {
  #sp_menu_overlay {
    display: none;
  }
}

@media screen and (max-width: 1064px) {
  #header {
    position: relative;
    z-index: 9999 !important;
  }
  .ht_ul,
  #bt_head,
  .mega_menu {
    display: none !important;
    /* メインメニュー類非表示 */
  }
  #top_head {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    z-index: 9999 !important;
    background: -webkit-gradient(linear, left top, right top, from(#fbd6d5), to(#fcc4c4));
    background: linear-gradient(90deg, #fbd6d5, #fcc4c4);
  }
  .thdl dt {
    margin: 0 auto;
  }
  .h_logo {
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .h_logo img {
    width: 140px;
  }
  .h_tel {
    display: none;
  }
  .h_oisogi {
    padding-right: 70px;
  }
  #sp_menu_toggle {
    display: block;
    position: fixed;
    top: 30px;
    right: 15px;
    z-index: 9999;
  }
  .menu_btn {
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
  }
  .menu_btn span,
  .menu_btn span::before,
  .menu_btn span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #793030;
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu_btn span {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu_btn span::before {
    top: -8px;
  }
  .menu_btn span::after {
    bottom: -8px;
  }
  /* --- 開いたときの✗アニメーション --- */
  .menu_btn.open span {
    background: transparent;
  }
  .menu_btn.open span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu_btn.open span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #sp_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffe2e1;
    z-index: 99;
    overflow-y: auto;
    /* アニメーション初期状態 */
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #sp_menu_overlay.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  #sp_menu {
    padding: 100px 20px 40px;
  }
  #sp_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin: 0;
  }
  #sp_menu li {
    width: 100%;
    border-bottom: 1px solid #f5cfcd;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #sp_menu li a {
    display: block;
    padding: 10px 5px;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
  }
  #sp_menu li.submsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 10px) !important;
    padding-left: 10px;
  }
  #sp_menu li.submsp a {
    padding-left: 10px !important;
  }
  .spmicon {
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .asubm {
    width: 44%;
    background-color: #fff1f1;
    padding: 10px !important;
    margin: 5px 0;
  }
  .asubftm {
    width: 44%;
    padding: 0px 0;
    margin: 5px 0;
    font-size: 12px !important;
  }
  .sp_tel {
    margin-top: 15px;
  }
  .sp_tel a {
    display: block;
    background-color: #694e4e;
    padding: 15px 0;
    color: #FFF;
  }
  .sp_tel a .htsp_p {
    background-color: #9e7b7b;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px 0;
    margin: 0 20px;
    font-weight: normal;
  }
  .sp_tel a .htsp_t {
    margin-top: 10px;
    text-align: center;
    font-size: 35px;
    letter-spacing: 3px;
    font-family: "Zen Antique Soft", serif;
  }
}

@media screen and (max-width: 430px) {
  #top_head {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }
  .h_logo {
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .h_logo img {
    width: 120px;
  }
  .h_logo h2 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-left: 10px;
  }
  .h_logo h2 span {
    font-size: 10px;
  }
  .h_oisogi {
    position: absolute;
    right: 0px;
    top: 100px;
    padding-right: 0px;
  }
}

footer {
  background: -webkit-gradient(linear, left top, right top, from(#fcebeb), to(#f4d3da));
  background: linear-gradient(90deg, #fcebeb, #f4d3da);
  border-radius: 15px 15px 0 0;
  padding: 40px 0;
  position: relative;
}

.in_footer {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  position: relative;
}

.f_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.f_logo h2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-left: 10px;
}

.f_logo h2 span {
  font-size: 12px;
}

.ft_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 30px;
}

.ft_ul li {
  margin-right: 10px;
  margin-left: 20px;
  font-size: 16px;
  padding-left: 30px;
}

.ft_ul .hti_r {
  background: url(../common/icon_review.svg) no-repeat left center;
  background-size: 22px auto;
}

.ft_ul .hti_q {
  background: url(../common/iocn_ques.svg) no-repeat left center;
  background-size: 22px auto;
}

.ft_ul .hti_c {
  background: url(../common/icon_company.svg) no-repeat left center;
  background-size: 18px auto;
}

.ft_ul .hti_m {
  background: url(../common/f_icon_mail.png) no-repeat left center;
  background-size: 18px auto;
}

.ft_ul .hti_p {
  background: url(../common/f_icon_key.png) no-repeat left center;
  background-size: 18px auto;
}

.ft_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  border-bottom: 1px solid #9e7b7b;
  padding-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ft_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

.copya {
  font-size: 12px;
}

.sakura_ft {
  position: absolute;
  top: -100px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .in_footer {
    width: 95%;
  }
  .ft_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    border-bottom: 1px solid #9e7b7b;
    padding-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sakura_ft {
    position: absolute;
    top: -80px;
    left: 0;
  }
}

@media screen and (max-width: 800px) {
  .in_footer {
    width: 95%;
  }
  .ft_dl {
    display: block;
    width: 90%;
  }
  .ft_dl dt {
    margin-bottom: 10px;
  }
  .sakura_ft {
    position: absolute;
    top: -80px;
    left: 0;
  }
}

@media screen and (max-width: 430px) {
  .f_logo img {
    width: 130px;
    height: auto;
  }
  .f_logo h2 {
    font-size: 14px;
  }
  .f_logo h2 span {
    font-size: 10px;
  }
  .ft_ul {
    display: none;
  }
  .ft_dl dt, .ft_dl dd {
    font-size: 14px;
  }
  .sakura_ft {
    position: absolute;
    top: -30px;
    left: 0;
  }
  .sakura_ft img {
    width: 200px;
    height: auto;
  }
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

#modalWindow {
  width: 600px;
  position: fixed;
  border: 2px solid #a53472;
  background-color: #fff;
  text-align: center;
  z-index: 99999;
}

#modalWindow h3 {
  padding: 15px 0;
  text-align: center;
  font-size: 24px;
  background-color: #faadb5;
  color: #4e2828;
  font-weight: normal;
}

#modalWindow h3.kariy {
  background: -webkit-gradient(linear, left top, left bottom, from(#db571a), to(#bd1439));
  background: linear-gradient(180deg, #db571a, #bd1439);
  background: -webkit-linear-gradient(-90deg, #db571a, #bd1439);
}

#modalWindow p {
  padding: 0 30px;
  font-size: 16px;
  line-height: 180%;
  text-align: left;
  margin-bottom: 20px;
}

#modalWindow p span {
  font-size: 14px;
  color: #666;
  padding: 10px 0 !important;
}

#modalWindow p.kariytx {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 0 !important;
}

#modalWindow button#close {
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 18px;
  background: #faadb5;
  color: #FFF;
  border: none;
}

#modalWindow .yoyaback {
  margin: 50px 0;
}

#modalWindow .yoyaback a {
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 18px;
  background: #333;
  color: #FFF;
}

#modalWindow .tkimg {
  margin: 0px !important;
  padding: 0px !important;
}

#modalWindow .mdhtit {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 2px dotted #7e7e7e;
}

#modalWindow .ptk {
  background-color: #eee;
  padding: 10px;
  margin: 20px;
  line-height: 200%;
}

.resetp {
  text-align: center !important;
  padding: 30px !important;
  font-size: 18px !important;
}

@media (max-width: 768px) {
  .go-top {
    position: fixed;
    /*固定表示*/
    bottom: 1em;
    right: 1em;
    text-decoration: none;
    border: 2px solid #faadb5;
    display: none;
    /*通常は非表示に*/
    z-index: 9998;
    cursor: pointer;
  }
  .go-top p {
    color: #da8189;
    font-size: 10px;
    padding: 1em;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
  }
  .go-top:hover p {
    background-color: #faadb5;
    color: #FFF;
  }
  #overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  #modalWindow {
    width: 100%;
    position: fixed;
    text-align: center;
    z-index: 2;
  }
  #modalWindow h3 {
    padding: 15px 0;
    text-align: center;
    font-size: 21px;
    color: #FFF;
  }
  #modalWindow p {
    padding: 0 20px;
    font-size: 14px;
    line-height: 180%;
    text-align: left;
  }
  #modalWindow p span {
    font-size: 12px;
    color: #666;
  }
  #modalWindow button#close {
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 18px;
    background: #333;
    color: #FFF;
  }
}

/***********コース紹介エリア***********/
@media (max-width: 768px) {
  /***********トップページ***********/
}

/**トップページPCエリアコーディング**/
#top_main {
  padding: 10px;
  position: relative;
  background: url(../common/sakura_illustbg2.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f9e1dd), to(#fad0d0));
  background: url(../common/sakura_illustbg2.svg) no-repeat, linear-gradient(180deg, #f9e1dd, #fad0d0);
  background-size: 100%;
  background-position: bottom center;
  padding-bottom: 300px;
  overflow: hidden;
}

.mainkanban {
  border-radius: 20px;
  background: url(../top/top_mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  width: calc(99vw - 20px);
  height: calc(100vh - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.mtitle {
  max-width: auto;
  max-height: 60%;
  height: auto;
  width: auto;
}

.mimg_fl {
  position: absolute;
  bottom: 50px;
}

@media screen and (max-height: 800px) {
  .mtitle {
    max-width: auto;
    max-height: 80%;
    height: auto;
    width: auto;
  }
  .mimg_fl {
    display: none;
  }
}

.chrbr_lt {
  position: absolute;
  top: -10px;
  left: -250px;
  z-index: 10;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.chrbr_lt img {
  width: 600px;
}

.chrbr_rb {
  position: absolute;
  bottom: 50px;
  right: -100px;
  z-index: 10;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.chrbr_rb img {
  width: 400px;
}

@media screen and (max-width: 1064px) {
  #top_main {
    padding-bottom: 200px;
    margin-top: 90px !important;
  }
  .chrbr_lt {
    position: absolute;
    top: -10px;
    left: -50px;
    z-index: 10;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .chrbr_lt img {
    width: 350px;
  }
  .chrbr_rb {
    position: absolute;
    bottom: 50px;
    right: -10px;
    z-index: 10;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .chrbr_rb img {
    width: 250px;
  }
}

@media screen and (max-width: 430px) {
  .chrbr_lt {
    position: absolute;
    top: -10px;
    left: -100px;
    z-index: 10;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .chrbr_lt img {
    width: 200px;
  }
  .chrbr_rb {
    position: absolute;
    bottom: 0px;
    right: -10px;
    z-index: 10;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .chrbr_rb img {
    width: 150px;
  }
}

.main_mtext {
  position: relative;
  top: -20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_mtext .mk_text_top {
  background-color: #fcf6f6;
  display: inline-block;
  padding: 10px 30px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  color: #543535;
}

.main_mtext .bg_box {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: normal;
  color: #463c3c;
  background: -webkit-gradient(linear, left top, right top, from(#fbc5bc), to(#fea4a4));
  background: linear-gradient(90deg, #fbc5bc, #fea4a4);
}

.main_mtext .mk_text_bt {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 200%;
  width: 1000px;
  margin-top: 60px;
}

@media screen and (max-width: 1064px) {
  .main_mtext .mk_text_bt {
    letter-spacing: 2px;
    line-height: 200%;
    width: 90%;
    margin-top: 60px;
  }
}

@media screen and (max-width: 800px) {
  .main_mtext .mk_text_bt {
    font-size: 18px;
  }
}

@media screen and (max-width: 430px) {
  .mainkanban {
    padding: 10px;
    width: calc(99vw - 40px);
  }
  #top_main {
    padding-bottom: 150px;
    margin-top: 80px !important;
  }
  .main_mtext .bg_box {
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: normal;
    color: #463c3c;
    background: -webkit-gradient(linear, left top, right top, from(#fbc5bc), to(#fea4a4));
    background: linear-gradient(90deg, #fbc5bc, #fea4a4);
  }
  .main_mtext .mk_text_bt {
    margin-top: 30px;
    font-size: 14px;
  }
}

/* ----------------------------------------
  トップ（ホール＆プラン）
  ---------------------------------------- */
#top_holeplan {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e1dd), to(#fad0d0));
  background: linear-gradient(-180deg, #f9e1dd, #fad0d0);
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.cm_title {
  text-align: center;
  padding-top: 70px;
}

.cm_title h2 {
  background: url(../common/icon_sakura.svg) no-repeat;
  background-position: center top;
  background-size: 40px auto;
  padding-top: 50px;
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 2px;
}

.cm_title .cm_en {
  padding-top: -20px !important;
  margin-top: -30px !important;
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  letter-spacing: 5px;
  color: #f17070;
  opacity: 0.1;
}

.cm_head {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.cm_head h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: 32px;
  font-weight: normal;
  line-height: 200%;
  color: #553737;
}

.cm_head .tph3_sp {
  display: none;
}

.cm_head p {
  margin-top: 50px;
  letter-spacing: 1px;
  line-height: 200%;
  font-size: 18px !important;
  color: #553737;
}

.cmh_l {
  max-width: 60%;
}

.cm_navi {
  max-width: 600px !important;
  font-size: 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #463c3c;
  padding-top: 30px;
}

@media screen and (max-width: 1200px) {
  #top_holeplan {
    padding: 20px;
  }
  .cm_head {
    max-width: auto;
  }
  .cm_head h3 {
    font-size: 28px;
  }
  .cm_head p {
    font-size: 16px;
  }
  .cmh_l {
    max-width: auto;
  }
  .cm_navi {
    max-width: auto;
  }
}

@media screen and (max-width: 800px) {
  .cm_title {
    text-align: center;
    padding-top: 70px;
  }
  .cm_title h2 {
    background: url(../common/icon_sakura.svg) no-repeat;
    background-position: center top;
    background-size: 40px auto;
    padding-top: 50px;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 2px;
  }
  .cm_title .cm_en {
    padding-top: -20px !important;
    margin-top: -10px !important;
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    letter-spacing: 5px;
    color: #f17070;
    opacity: 0.1;
  }
  .cm_head {
    z-index: 999;
  }
  .cm_head h3 {
    font-size: 24px;
  }
  .cm_head p {
    font-size: 14px;
  }
  .cmh_l {
    max-width: 70%;
  }
}

@media screen and (max-width: 430px) {
  .cm_title {
    padding-top: 40px;
  }
  .cm_title h2 {
    font-size: 28px;
  }
  .cm_title .cm_en {
    font-size: 40px;
  }
  .cm_head {
    margin-top: 30px;
    z-index: 999;
  }
  .cm_head h3 {
    display: none;
  }
  .cm_head .tph3_sp {
    display: block;
    font-size: 21px !important;
    text-align: center;
  }
  .cm_head p {
    font-size: 16px !important;
    margin-top: 30px;
  }
  .cmh_l {
    max-width: 100%;
  }
}

.dropdown-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  /* 枠線 */
  border-radius: 0px;
  /* 少し丸み（任意） */
  position: relative;
  margin-right: 20px;
}

/* 中央に小さな下向き三角 */
.dropdown-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  /* ▼の色 */
}

.sakurabg_rc {
  position: absolute;
  top: 200px;
  right: -50px;
  z-index: 10;
}

.sakurabg_rc img {
  width: 600px;
}

.sakurabg_lc {
  position: absolute;
  top: 100px;
  left: -50px;
  z-index: 10;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.sakurabg_lc img {
  width: 600px;
}

@media screen and (max-width: 1200px) {
  .sakurabg_rc {
    position: absolute;
    top: 250px;
    right: -50px;
    z-index: 10;
  }
  .sakurabg_rc img {
    width: 400px;
  }
  .sakurabg_lc {
    position: absolute;
    top: 150px;
    left: -50px;
    z-index: 10;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .sakurabg_lc img {
    width: 400px;
  }
}

@media screen and (max-width: 800px) {
  .sakurabg_rc {
    position: absolute;
    top: 350px;
    right: -20px;
    z-index: 10;
  }
  .sakurabg_rc img {
    width: 250px;
  }
  .sakurabg_lc {
    position: absolute;
    top: 250px;
    left: -20px;
    z-index: 10;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .sakurabg_lc img {
    width: 250px;
  }
}

@media screen and (max-width: 800px) {
  .sakurabg_rc {
    position: absolute;
    top: 0px;
    right: -20px;
    z-index: 10;
  }
  .sakurabg_rc img {
    width: 200px;
  }
  .sakurabg_lc {
    position: absolute;
    top: 0px;
    left: -20px;
    z-index: 10;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .sakurabg_lc img {
    width: 200px;
  }
}

.thp_build {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 70px;
}

.thp_b_comn {
  width: 49%;
  margin-bottom: 25px;
}

.thp_b_comn h4 {
  font-family: "Kaisei Decol", serif;
  font-weight: normal;
  text-align: center;
  font-size: 34px !important;
  color: #FFF;
  border-radius: 15px 15px 0 0;
  padding: 20px 0;
  line-height: 100%;
}

.thp_b_comn h4 span {
  font-size: 18px !important;
  font-family: "Noto Serif JP", serif;
}

.thp_b_comn .thp_main {
  background: -webkit-gradient(linear, left top, right top, from(#e37b8b), to(#df84a7));
  background: linear-gradient(90deg, #e37b8b, #df84a7);
}

.thp_b_comn .thp_bekkan {
  background: -webkit-gradient(linear, left top, right top, from(#91b862), to(#4fa567));
  background: linear-gradient(90deg, #91b862, #4fa567);
}

.thp_b_comn .thp_yawata {
  background: -webkit-gradient(linear, left top, right top, from(#5486c0), to(#4351bb));
  background: linear-gradient(90deg, #5486c0, #4351bb);
}

.thp_b_comn .thp_haruna {
  background: -webkit-gradient(linear, left top, right top, from(#935cce), to(#b1478c));
  background: linear-gradient(90deg, #935cce, #b1478c);
}

.build_cont {
  background-color: #ecf3fe;
  padding: 20px;
  position: relative;
  border-radius: 0 0 15px 15px;
}

.build_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.build_cont li {
  border-radius: 10px;
  padding: 5px;
  font-size: 16px !important;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 10px;
  width: calc(23% - 10px);
}

.build_cont .mi_main {
  color: #822c2c;
}

.build_cont .mi_main li {
  background-color: #f5dcdc;
}

.build_cont .mi_bekkan {
  color: #4a6338;
}

.build_cont .mi_bekkan li {
  background-color: #c8d5b5;
}

.build_cont .mi_yawata {
  color: #35537b;
}

.build_cont .mi_yawata li {
  background-color: #bddbed;
}

.build_cont .mi_haruna {
  color: #743077;
}

.build_cont .mi_haruna li {
  background-color: #e1c7d8;
}

.build_cont p {
  margin-top: 30px;
  line-height: 200%;
  padding: 0 10px;
  height: 180px;
  font-size: 18px !important;
}

.build_img {
  position: relative;
}

.bim {
  width: 100%;
  height: auto;
}

.bicon_num {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px !important;
}

.build_btn {
  margin-top: 30px;
}

.build_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #3d3333;
  margin: 0 auto;
  margin-top: 0px;
  line-height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.build_btn p {
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.build_btn a:hover {
  background: #fff;
}

.circle-play-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #a28b8b;
  /* 円の背景色（お好みで） */
  position: relative;
}

/* ▶ を中央に配置 */
.circle-play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
  /* 若干左寄せで中央に見せる */
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  /* ▶の色とサイズ */
}

@media screen and (max-width: 1200px) {
  .thp_build {
    max-width: auto;
    width: 100%;
  }
  .build_cont {
    background-color: #ecf3fe;
    padding: 20px;
    position: relative;
    border-radius: 0 0 15px 15px;
  }
  .build_cont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .build_cont li {
    border-radius: 10px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    margin-right: 10px;
  }
  .build_cont p {
    font-size: 14px;
    margin-top: 30px;
    line-height: 200%;
    padding: 0 10px;
    height: 250px;
  }
  .thp_b_comn {
    width: 49%;
  }
  .thp_b_comn h4 {
    font-family: "Kaisei Decol", serif;
    font-weight: normal;
    text-align: center;
    font-size: 24px !important;
    color: #FFF;
    border-radius: 15px 15px 0 0;
    padding: 20px 0;
    line-height: 100%;
  }
  .thp_b_comn h4 span {
    font-size: 12px;
    font-family: "Noto Serif JP", serif;
  }
  .bicon_num {
    width: 250px !important;
  }
}

@media screen and (max-width: 1064px) {
  .thp_b_comn {
    width: 49%;
  }
  .thp_b_comn h4 {
    font-family: "Kaisei Decol", serif;
    font-weight: normal;
    text-align: center;
    color: #FFF;
    border-radius: 15px 15px 0 0;
    padding: 20px 0;
    line-height: 100%;
  }
  .thp_b_comn h4 span {
    font-size: 14px !important;
    font-family: "Noto Serif JP", serif;
  }
  .build_cont p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 800px) {
  .thp_build {
    max-width: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .build_cont p {
    height: auto;
    padding-bottom: 20px;
  }
  .thp_b_comn {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .bicon_num {
    width: 300px !important;
  }
}

@media screen and (max-width: 430px) {
  .thp_build {
    margin-top: 50px;
  }
  .build_cont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 20px;
  }
  .build_cont li {
    width: calc(32% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 14px !important;
  }
  .thp_b_comn h4 {
    font-size: 27px;
    padding: 20px;
    width: calc(98% - 40px);
  }
  .thp_b_comn h4 span {
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
  }
  .bicon_num {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px !important;
  }
}

/* ----------------------------------------
  トップ（公営斎場）
  ---------------------------------------- */
#publichall {
  background: url(../top/saijou.jpg) no-repeat;
  background-position: center center;
  width: 100%;
  background-size: cover;
  padding: 100px 0;
}

.pulib_cont {
  max-width: 1000px;
  border: 2px solid #a89e74;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pulib_cont h2 {
  color: #a89e74;
  font-size: 40px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  padding: 50px 0 20px 0;
}

.pulib_cont p {
  background-color: #a89e74;
  color: #FFF;
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 0;
  margin-bottom: 50px;
}

.pbc_btn {
  background-color: #c85782;
  width: 400px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}

.pbc_btn a {
  display: block;
  color: #FFF;
  padding: 30px 0;
  font-size: 20px;
  margin-top: 65px;
}

@media screen and (max-width: 1024px) {
  .pulib_cont {
    max-width: 90%;
  }
  .pulib_cont h2 {
    color: #a89e74;
    font-size: 32px;
    padding: 50px 20px 20px 20px;
  }
  .pulib_cont p {
    background-color: #a89e74;
    color: #FFF;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px;
    margin-bottom: 50px;
  }
  .pbc_btn {
    background-color: #c85782;
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
  }
  .pbc_btn a {
    display: block;
    color: #FFF;
    padding: 30px 0;
    font-size: 18px;
    margin-top: 65px;
  }
}

@media screen and (max-width: 800px) {
  .pulib_cont {
    max-width: 90%;
  }
  .pulib_cont h2 {
    color: #a89e74;
    font-size: 32px;
    padding: 50px 20px 20px 20px;
  }
  .pulib_cont p {
    background-color: #a89e74;
    color: #FFF;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px;
    margin-bottom: 50px;
  }
  .pbc_btn {
    background-color: #c85782;
    width: 70%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
  }
  .pbc_btn a {
    display: block;
    color: #FFF;
    padding: 30px 0;
    font-size: 16px;
    margin-top: 65px;
  }
}

@media screen and (max-width: 430px) {
  #publichall {
    padding: 50px 0;
  }
  .pulib_cont {
    max-width: 90%;
  }
  .pulib_cont h2 {
    font-size: 30px;
  }
  .pulib_cont p {
    font-size: 14px;
  }
  .pbc_btn {
    width: 80%;
  }
}

/* ----------------------------------------
  トップ（生花）
  ---------------------------------------- */
.cmh_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmh_flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top_flower {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf0ec), to(#fee5e5));
  background: linear-gradient(-180deg, #fcf0ec, #fee5e5);
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.tfl_bimgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tfl_bimgs li {
  width: 32%;
}

.tfl_bimgs li img {
  width: 100%;
  height: auto;
}

.cm_cont {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 70px;
  width: 100%;
}

.cm_tpbtn {
  margin-top: 50px;
  text-align: right;
}

.cm_tpbtn a {
  display: inline-block;
  padding: 25px 20px;
  text-align: center;
  color: #463c3c;
  border: 1px solid #463c3c;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.cm_tpbtn a:hover {
  background-color: #ffb8c7;
}

.cm_himg {
  width: 35%;
  text-align: right;
}

.cm_himg img {
  width: 90%;
  height: auto;
}

.cm_himg_r {
  width: 35%;
  text-align: left;
}

.cm_himg_r img {
  width: 90%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  #top_flower {
    padding: 20px;
  }
}

@media screen and (max-width: 800px) {
  .cm_himg, .cm_himg_r {
    display: none;
  }
}

@media screen and (max-width: 430px) {
  .cmh_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cmh_flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .cm_himg, .cm_himg_r {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .cm_himg img, .cm_himg_r img {
    width: 100%;
  }
  .cm_cont {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
  }
  .tfl_bimgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tfl_bimgs li {
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #FFF;
    line-height: 0;
    margin-bottom: 20px;
  }
  .tfl_bimgs li img {
    width: 100%;
    height: auto;
  }
}

/* ----------------------------------------
  トップ（ペット葬）
---------------------------------------- */
#top_petsou {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e1dd), to(#fad0d0));
  background: linear-gradient(-180deg, #f9e1dd, #fad0d0);
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.tpt_sbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.tpt_sbl li {
  width: 32%;
  line-height: 100%;
  background-color: #fafafa;
}

.tpt_sbl li img {
  width: 100%;
  height: auto;
}

.tpt_sbl .petsbox {
  position: relative;
  margin-top: -20px;
  text-align: center;
}

.tpt_sbl .petsbox .ptac {
  background-color: #f19ab5;
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 20px;
  letter-spacing: 1px;
}

.tpt_sbl .petsbox h5 {
  font-size: 22px;
  color: #5c4d51;
  font-weight: normal;
  margin: 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #cdc7c9;
}

.tpt_sbl .petsbox p {
  padding: 0 20px 20px 20px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  #top_petsou {
    padding: 20px;
  }
  .tpt_sbl .petsbox {
    position: relative;
    margin-top: -20px;
    text-align: center;
  }
  .tpt_sbl .petsbox .ptac {
    font-size: 12px;
  }
  .tpt_sbl .petsbox h5 {
    font-size: 18px;
  }
  .tpt_sbl .petsbox p {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .tpt_sbl .petsbox {
    position: relative;
    margin-top: -20px;
    text-align: center;
  }
  .tpt_sbl .petsbox .ptac {
    font-size: 12px;
  }
  .tpt_sbl .petsbox h5 {
    font-size: 16px;
  }
  .tpt_sbl .petsbox p {
    font-size: 12px;
  }
}

@media screen and (max-width: 430px) {
  .tpt_sbl {
    display: block;
  }
  .tpt_sbl li {
    width: 100%;
    margin-bottom: 15px;
  }
  .tpt_sbl .petsbox {
    position: relative;
    margin-top: -20px;
    text-align: center;
  }
  .tpt_sbl .petsbox .ptac {
    font-size: 14px;
  }
  .tpt_sbl .petsbox h5 {
    font-size: 18px;
  }
  .tpt_sbl .petsbox p {
    font-size: 14px;
  }
}

/* ----------------------------------------
  トップ（地域密着型サービス）
  ---------------------------------------- */
#top_community {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf0ec), to(#fee5e5));
  background: linear-gradient(-180deg, #fcf0ec, #fee5e5);
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.tco_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tco_points li {
  width: calc(24% - 50px);
  background: #f6f8fa;
  padding: 25px;
  text-align: center;
}

.tco_points li p.tcop {
  background-color: #d36a7e;
  border-radius: 30px;
  text-align: center;
  color: #FFF;
  padding: 5px 20px;
  font-size: 12px;
  display: inline-block;
  margin-top: 0;
}

.tco_points li h5 {
  font-size: 28px;
  color: #503939;
  font-weight: normal;
  padding-top: 60px;
  margin-top: 20px;
}

.tco_points li p {
  margin-top: 20px;
  text-align: left;
}

.tco_points li .tip1 {
  background: url(../top/com_icon_time.svg) no-repeat center top;
  background-size: 50px auto;
}

.tco_points li .tip2 {
  background: url(../top/com_icon_hands.svg) no-repeat center top;
  background-size: 60px auto;
}

.tco_points li .tip3 {
  background: url(../top/com_icon_heart.svg) no-repeat center top;
  background-size: 55px auto;
}

.tco_points li .tip4 {
  background: url(../top/com_icon_shop.svg) no-repeat center top;
  background-size: 50px auto;
}

@media screen and (max-width: 1200px) {
  #top_community {
    padding: 20px;
  }
  .tco_points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tco_points li {
    width: calc(49% - 50px);
    margin-bottom: 15px;
  }
  .tco_points li p.tcop {
    background-color: #d36a7e;
    border-radius: 30px;
    text-align: center;
    color: #FFF;
    padding: 5px 20px;
    font-size: 12px;
    display: inline-block;
    margin-top: 0;
  }
  .tco_points li h5 {
    font-size: 28px;
    color: #503939;
    font-weight: normal;
    padding-top: 60px;
    margin-top: 20px;
  }
  .tco_points li p {
    margin-top: 20px;
    text-align: left;
  }
  .tco_points li .tip1 {
    background: url(../top/com_icon_time.svg) no-repeat center top;
    background-size: 50px auto;
  }
  .tco_points li .tip2 {
    background: url(../top/com_icon_hands.svg) no-repeat center top;
    background-size: 60px auto;
  }
  .tco_points li .tip3 {
    background: url(../top/com_icon_heart.svg) no-repeat center top;
    background-size: 55px auto;
  }
  .tco_points li .tip4 {
    background: url(../top/com_icon_shop.svg) no-repeat center top;
    background-size: 50px auto;
  }
}

@media screen and (max-width: 800px) {
  #top_community {
    padding: 20px;
  }
  .tco_points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tco_points li h5 {
    font-size: 22px;
  }
  .tco_points li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 430px) {
  .tco_points li {
    padding: 20px;
    width: calc(49% - 40px);
  }
  .tco_points li h5 {
    font-size: 18px;
  }
}

/* ----------------------------------------
  トップ（さくら倶楽部）
  ---------------------------------------- */
#sakuraclub {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf6ec), to(#fef2e5));
  background: linear-gradient(-180deg, #fcf6ec, #fef2e5);
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.sclub_cont {
  max-width: 1280px;
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  background: url(../top/sclub_waku_lt.jpg) no-repeat left 10px top 10px, url(../top/sclub_waku_lb.jpg) no-repeat left 10px bottom 10px, url(../top/sclub_waku_rt.jpg) no-repeat right 10px top 10px, url(../top/sclub_waku_rb.jpg) no-repeat right 10px bottom 10px, #fff;
  background-size: 120px auto,120px auto,120px auto,120px auto;
}

.sclub_cont h3 {
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 200%;
  font-weight: normal;
  text-align: center;
  margin: 30px 0;
  color: #543535;
}

.sclub_cont img {
  width: 90%;
  height: auto;
}

.scp_ul {
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 700px;
}

.scp_ul li {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbc5bc), to(#fea4a4));
  background: linear-gradient(-180deg, #fbc5bc, #fea4a4);
  width: 200px;
  height: 200px;
  border-radius: 100px;
}

.scp_ul .icpc {
  font-size: 12px;
  padding-top: 30px;
  margin-top: 15px;
  background: url(../top/icon_sclub.png) no-repeat top center;
  background-size: 20px auto;
}

.scp_ul h4 {
  font-size: 30px;
  margin-top: 10px;
  font-weight: normal;
}

.scptxt {
  font-size: 18px;
  line-height: 200%;
  margin-top: 30px;
}

.sclub_price {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px 0;
  border-radius: 0 0 20px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc9d2), to(#ffcdde));
  background: linear-gradient(-180deg, #ffc9d2, #ffcdde);
}

.sclub_price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.sclub_price dt {
  background-color: #483939;
  color: #FFF;
  border-radius: 15px;
  font-size: 42px;
  padding: 5px 30px;
}

.sclub_price dd {
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-left: 20px;
}

.scp_p {
  font-size: 30px;
  margin-bottom: 15px;
}

.scp_sp {
  font-size: 24px;
  margin-top: 15px;
  text-align: center;
}

.sclub_special {
  background: #fae7ef;
  border-radius: 10px;
  padding: 50px;
  width: calc(1280px - 100px);
  margin: 0 auto;
  margin-top: 70px;
}

.scs_head {
  background: url(../top/icon_sclub2.png) no-repeat right center, url(../top/icon_sclub2_2.png) no-repeat left center;
  background-size: 160px auto;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}

.scs_head h3 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 15px;
}

.scs_head p {
  font-size: 18px;
}

.scs_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scs_cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32%;
  height: 220px;
  background: url(../top/icon_sclub3.png) no-repeat right top 5px, -webkit-gradient(linear, left top, right top, from(#f7c1d5), to(#f7cdbf));
  background: url(../top/icon_sclub3.png) no-repeat right top 5px, linear-gradient(90deg, #f7c1d5, #f7cdbf);
  background-size: 80px auto,auto auto;
  text-align: center;
  position: relative;
}

.scs_cont li p {
  font-size: 22px;
}

.scs_cont li p.scsc_icon {
  position: absolute;
  display: inline-block;
  padding: 5px 15px;
  top: 15px;
  left: 0px;
  background: #c77676;
  color: #FFF;
  font-size: 14px !important;
}

.scs_cont li h5 {
  margin-top: 15px;
  font-size: 36px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  #sakuraclub {
    padding: 20px;
  }
  .sclub_cont {
    max-width: 100%;
    width: calc(100% - 30px);
  }
  .sclub_cont h3 {
    font-size: 28px;
  }
  .scp_ul {
    margin: 0 auto;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
  }
  .scp_ul li {
    background: -webkit-gradient(linear, left top, left bottom, from(#fbc5bc), to(#fea4a4));
    background: linear-gradient(-180deg, #fbc5bc, #fea4a4);
    width: 180px;
    height: 180px;
    border-radius: 100px;
    margin: 0 10px;
  }
  .scp_ul .icpc {
    font-size: 12px;
    padding-top: 30px;
    margin-top: 15px;
    background: url(../top/icon_sclub.png) no-repeat top center;
    background-size: 20px auto;
  }
  .scp_ul h4 {
    font-size: 26px;
    margin-top: 10px;
    font-weight: normal;
  }
  .scptxt {
    font-size: 16px;
  }
  .sclub_price dt {
    font-size: 38px;
  }
  .sclub_price dd {
    font-size: 45px;
  }
  .scp_p {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .sclub_special {
    width: calc(100% - 100px);
  }
  .scs_head h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .scs_head p {
    font-size: 16px;
  }
  .scs_cont li {
    height: 220px;
  }
  .scs_cont li p {
    font-size: 18px;
  }
  .scs_cont li p.scsc_icon {
    font-size: 14px !important;
  }
  .scs_cont li h5 {
    font-size: 32px;
  }
}

@media screen and (max-width: 800px) {
  .sclub_cont {
    max-width: 100%;
    width: calc(100% - 30px);
  }
  .sclub_cont h3 {
    font-size: 28px;
  }
  .scp_ul {
    margin: 0 auto;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
  }
  .scp_ul li {
    background: -webkit-gradient(linear, left top, left bottom, from(#fbc5bc), to(#fea4a4));
    background: linear-gradient(-180deg, #fbc5bc, #fea4a4);
    width: 150px;
    height: 150px;
    border-radius: 100px;
  }
  .scp_ul .icpc {
    font-size: 12px;
    padding-top: 30px;
    margin-top: 15px;
    background: url(../top/icon_sclub.png) no-repeat top center;
    background-size: 20px auto;
  }
  .scp_ul h4 {
    font-size: 18px;
    margin-top: 5px;
    font-weight: normal;
  }
  .scptxt {
    padding: 0 20px;
    font-size: 14px;
  }
  .sclub_price dt {
    font-size: 35px;
  }
  .sclub_price dd {
    font-size: 40px;
  }
  .scp_p {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .sclub_special {
    background: #fae7ef;
    border-radius: 10px;
    padding: 25px;
    width: calc(100% - 50px);
    margin: 0 auto;
    margin-top: 70px;
  }
  .scs_head {
    background: url(../top/icon_sclub2.png) no-repeat right center, url(../top/icon_sclub2_2.png) no-repeat left center;
    background-size: 80px auto;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .scs_head h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .scs_head p {
    font-size: 14px;
  }
  .scs_cont {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .scs_cont li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 15px 0;
    padding-top: 50px;
    height: auto;
    margin-bottom: 15px;
    background: url(../top/icon_sclub3.png) no-repeat right top 5px, -webkit-gradient(linear, left top, right top, from(#f7c1d5), to(#f7cdbf));
    background: url(../top/icon_sclub3.png) no-repeat right top 5px, linear-gradient(90deg, #f7c1d5, #f7cdbf);
    background-size: 80px auto,auto auto;
    text-align: center;
    position: relative;
  }
  .scs_cont li p {
    font-size: 18px;
  }
  .scs_cont li p.scsc_icon {
    position: absolute;
    display: inline-block;
    padding: 5px 15px;
    top: 15px;
    left: 0px;
    background: #c77676;
    color: #FFF;
    font-size: 12px !important;
  }
  .scs_cont li h5 {
    margin-top: 0px;
    font-size: 32px;
    font-weight: normal;
  }
}

@media screen and (max-width: 430px) {
  .sclub_cont {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% - 50px);
    background-size: 50px auto,50px auto,50px auto,50px auto;
  }
  .sclub_cont h3 {
    font-size: 21px;
    padding: 0 20px;
    letter-spacing: 0;
  }
  .scp_ul {
    width: 100%;
    margin-top: 30px;
  }
  .scptxt {
    padding: 0 20px;
    font-size: 16px;
    text-align: left;
  }
  .sclub_price {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .sclub_price dl {
    display: block;
  }
  .sclub_price dt {
    margin: 0 20px;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .sclub_price dd {
    font-size: 40px;
  }
  .scp_p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .scp_sp {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
  }
  .sclub_special {
    margin-top: 40px;
  }
  .scs_head {
    background: url(../top/icon_sclub2.png) no-repeat right top, url(../top/icon_sclub2_2.png) no-repeat left top;
    background-size: 50px auto;
  }
  .scs_head h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-top: 20px;
  }
  .scs_head p {
    font-size: 14px;
  }
}

/* ----------------------------------------
  お問い合わせ
  ---------------------------------------- */
#contactarea {
  background: url(../top/contact_bg2.jpg) no-repeat top left, -webkit-gradient(linear, left top, right top, from(#f9dee7), to(#fcedf2));
  background: url(../top/contact_bg2.jpg) no-repeat top left, linear-gradient(90deg, #f9dee7, #fcedf2);
  background-size: 100% auto, 100% 100%;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 50px;
}

.cm_contact {
  background: #efd9d5;
  display: inline-block;
  padding: 5px 20px;
}

.contact_head {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}

.contact_head h3 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 50px;
}

.contact_head h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 200%;
  color: #493737;
}

.contact_head p {
  width: 600px;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 240%;
  color: #543535;
}

.contact_cont {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.cntcttitle {
  background: #6a4f4f;
  color: #FFF;
  padding: 20px 30px;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 22px;
  border-radius: 15px;
  margin-top: 100px;
}

.cnt_wo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cnt_wo li {
  background: #FFF;
  margin-bottom: 15px;
  width: calc(49% - 70px);
  padding: 50px 0;
  border: 1px solid #b9a398;
  background-size: 50px auto;
  font-size: 20px;
  text-align: left;
  padding-left: 70px;
  background: url(../top/icon_circlet.png) no-repeat center left 20px, #FFF;
  background-size: 30px auto;
}

.cont_md {
  background: url(../top/contact_waku2.png) no-repeat center top;
  background-size: 1280px auto;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont_md p {
  line-height: 200%;
  font-size: 40px;
  letter-spacing: 2px;
}

.cont_md p span {
  color: #bd4c4c;
  font-size: 44px;
  font-weight: 700;
}

.cont_tel {
  width: 1000px;
  margin: 0 auto;
  background: url(../top/contact_human1.png) no-repeat left 100px top;
  background-size: 100px auto;
}

.cont_tel h5 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 20px;
}

.cont_tel p {
  font-size: 21px;
}

.cont_tel dl {
  width: 1000px;
  margin: 0 auto;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
}

.cont_tel dt {
  background: #6a4f4f;
  color: #FFF;
  width: 50%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont_tel dt h6 {
  font-size: 28px !important;
  font-weight: normal;
}

.cont_tel dt p {
  font-size: 14px;
}

.cont_tel dd {
  width: 50%;
  background-color: #FFF;
  color: #5c4d51 !important;
  height: 130px;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont_tel dd h6 {
  font-size: 45px !important;
  letter-spacing: 2px;
  font-weight: normal;
}

.cont_tel dd p {
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  #contactarea {
    padding: 20px;
  }
  .cnt_wo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cnt_wo li {
    width: calc(49% - 90px);
    padding: 30px 0;
    font-size: 18px;
    padding-left: 70px;
    padding-right: 20px;
  }
  .cont_md {
    background: url(../top/contact_waku2.png) no-repeat center top;
    background-size: cover;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont_md p {
    line-height: 200%;
    font-size: 32px;
    letter-spacing: 2px;
  }
  .cont_md p span {
    color: #bd4c4c;
    font-size: 40px;
    font-weight: 700;
  }
  .cont_tel {
    width: 100%;
    margin: 0 auto;
    background: url(../top/contact_human1.png) no-repeat left 50px top;
    background-size: 100px auto;
  }
  .cont_tel h5 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .cont_tel p {
    font-size: 21px;
  }
  .cont_tel dl {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 130px;
  }
  .cont_tel dt {
    background: #6a4f4f;
    color: #FFF;
    width: 50%;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont_tel dt h6 {
    font-size: 22px !important;
    font-weight: normal;
  }
  .cont_tel dt p {
    margin-top: 10px;
    font-size: 14px;
  }
  .cont_tel dd {
    width: 50%;
    background-color: #FFF;
    color: #5c4d51 !important;
    height: 130px;
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont_tel dd h6 {
    font-size: 40px !important;
    letter-spacing: 2px;
    font-weight: normal;
  }
  .cont_tel dd p {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .contact_head {
    max-width: 100%;
    width: 100%;
  }
  .contact_head h3 {
    font-size: 24px;
  }
  .contact_head h4 {
    font-size: 18px;
  }
  .contact_head p {
    width: 90%;
    font-size: 14px;
  }
  .contact_cont {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .cntcttitle {
    font-size: 18px;
    margin-top: 60px;
  }
  .cnt_wo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .cnt_wo li {
    width: 100%;
    font-size: 18px;
    text-align: left;
    padding-left: 70px;
    background: url(../top/icon_circlet.png) no-repeat center left 20px, #FFF;
    background-size: 30px auto;
  }
  .cont_md {
    height: 250px;
  }
  .cont_md p {
    line-height: 200%;
    font-size: 28px;
    letter-spacing: 2px;
  }
  .cont_md p span {
    color: #bd4c4c;
    font-size: 33px;
    font-weight: 700;
  }
  .cont_tel {
    width: 100%;
    margin: 0 auto;
    background: url(../top/contact_human1.png) no-repeat left 30px top;
    background-size: 60px auto;
  }
  .cont_tel h5 {
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .cont_tel p {
    font-size: 21px;
  }
  .cont_tel dl {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
    height: auto;
  }
  .cont_tel dt {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .cont_tel dt h6 {
    font-size: 22px !important;
    font-weight: normal;
  }
  .cont_tel dt p {
    margin-top: 0px;
    font-size: 14px;
  }
  .cont_tel dd {
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    padding: 15px 0 !important;
  }
  .cont_tel dd h6 {
    font-size: 40px !important;
    letter-spacing: 2px;
    font-weight: normal;
  }
  .cont_tel dd p {
    font-size: 16px;
  }
}

@media screen and (max-width: 430px) {
  .cntcttitle {
    font-size: 18px;
    margin-top: 60px;
  }
  .contact_head h3 {
    font-size: 22px;
  }
  .cont_md {
    height: 200px;
  }
  .cont_md p {
    line-height: 200%;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .cont_md p span {
    color: #bd4c4c;
    font-size: 26px;
    font-weight: 700;
  }
  .cont_tel {
    width: 100%;
    margin: 0 auto;
    background: none;
  }
  .cont_tel h5 {
    font-size: 24px;
  }
  .cont_tel p {
    font-size: 20px;
  }
}

/**トップページPCエリアコーディング**/
/* ----------------------------------------
  ごあいさつページ
  ---------------------------------------- */
#aboutarea {
  padding: 10px;
  position: relative;
  background: url(../common/sakura_illustbg2.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f9e1dd), to(#fad0d0));
  background: url(../common/sakura_illustbg2.svg) no-repeat, linear-gradient(180deg, #f9e1dd, #fad0d0);
  background-size: 100%;
  background-position: bottom center;
  padding-bottom: 300px;
  overflow: hidden;
}

.abpos_r {
  bottom: 300px !important;
}

.about_cont {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.about_cont h3 {
  font-size: 38px;
  font-weight: normal;
  font-family: "Kaisei Decol", serif;
  margin-top: 80px;
}

.about_cont p {
  width: 70%;
  margin: 0 auto;
  margin-top: 90px;
  font-size: 18px;
  line-height: 250%;
}

.about_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  width: calc(900px - 100px);
  margin: 0 auto;
  margin-top: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_nav dt {
  width: 60%;
}

.about_nav dt img {
  width: 100%;
  height: auto;
}

.about_nav dd {
  width: 40%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
}

.about_nav dd a {
  display: block;
  width: 100%;
}

.about_nav dd p {
  font-size: 16px;
}

.about_nav dd h4 {
  font-family: "Kaisei Decol", serif;
  font-size: 24px;
  font-weight: normal;
}

.about_nav dd .ayazi {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.phbt {
  width: 900px;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  z-index: 999;
}

.phbt a {
  display: block;
  padding: 50px;
  width: calc(900px - 100px);
  margin: 0 auto;
  margin-top: 80px;
  background-color: rgba(255, 255, 255, 0.4);
}

.phbt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.phbt dt {
  width: 60%;
}

.phbt dt img {
  width: 100%;
  height: auto;
}

.phbt dd {
  width: 40%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
}

.phbt dd a {
  display: block;
  width: 100%;
}

.phbt dd p {
  font-size: 16px;
}

.phbt dd h4 {
  font-family: "Kaisei Decol", serif;
  font-size: 24px;
  font-weight: normal;
}

.phbt dd .ayazi {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.crop1 {
  cursor: pointer;
  position: relative;
  z-index: 9999999999;
}

.aboutimage {
  width: 100%;
}

.aboutimage img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1064px) {
  #aboutarea {
    padding-top: 100px;
  }
  .about_nav {
    width: calc(90% - 100px);
  }
  .about_nav dd h4 {
    font-size: 21px;
  }
  .phbt {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }
  .phbt a {
    display: block;
    padding: 50px;
    width: calc(90% - 100px);
    margin: 0 auto;
    margin-top: 80px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .phbt dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .phbt dt {
    width: 60%;
  }
  .phbt dt img {
    width: 100%;
    height: auto;
  }
  .phbt dd {
    width: 40%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f6f6f6;
  }
  .phbt dd a {
    display: block;
    width: 100%;
  }
  .phbt dd p {
    font-size: 16px;
  }
  .phbt dd h4 {
    font-family: "Kaisei Decol", serif;
    font-size: 18px;
    font-weight: normal;
  }
  .phbt dd .ayazi {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .abpos_l {
    top: 100px !important;
  }
  .abpos_l img {
    width: 250px;
  }
  .abpos_r {
    bottom: 200px !important;
  }
  .abpos_r img {
    width: 20%;
  }
}

@media screen and (max-width: 800px) {
  .about_cont {
    width: 100%;
    max-width: auto;
  }
  .about_cont h3 {
    font-size: 30px;
  }
  .about_cont p {
    width: 80%;
    font-size: 16px;
  }
  .about_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    width: calc(90% - 40px);
  }
  .about_nav dt {
    width: 50%;
  }
  .about_nav dd {
    width: 50%;
  }
  .about_nav dd p {
    font-size: 12px;
  }
  .about_nav dd h4 {
    font-family: "Kaisei Decol", serif;
    font-size: 16px;
    font-weight: normal;
  }
  .about_nav dd .ayazi {
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-size: 14px;
  }
  .phbt {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }
  .phbt a {
    display: block;
    padding: 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 80px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .phbt dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .phbt dt {
    width: 50%;
  }
  .phbt dd {
    width: 50%;
  }
  .phbt dd p {
    font-size: 12px;
  }
  .phbt dd h4 {
    font-family: "Kaisei Decol", serif;
    font-size: 16px;
    font-weight: normal;
  }
  .phbt dd .ayazi {
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-size: 14px;
  }
  .abpos_r {
    bottom: 200px !important;
  }
  .abpos_r img {
    width: 20%;
  }
  .abpos_l {
    top: 100px !important;
  }
  .abpos_l img {
    width: 250px;
  }
}

@media screen and (max-width: 430px) {
  #aboutarea {
    padding-bottom: 150px;
  }
  .about_cont {
    margin: 0 auto;
    text-align: center;
  }
  .about_cont h3 {
    width: 90%;
    font-size: 26px;
    font-weight: normal;
    font-family: "Kaisei Decol", serif;
    margin: 0 auto;
    margin-top: 80px;
  }
  .about_cont p {
    width: 95%;
    margin-top: 50px;
    font-size: 16px;
  }
  .about_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    width: calc(95% - 20px);
  }
  .about_nav dt {
    width: 50%;
  }
  .about_nav dd {
    width: 50%;
  }
  .about_nav dd p {
    font-size: 12px;
  }
  .about_nav dd h4 {
    font-family: "Kaisei Decol", serif;
    font-size: 14px;
    font-weight: normal;
  }
  .about_nav dd .ayazi {
    font-size: 10px;
    bottom: 5px;
  }
  .phbt {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .phbt a {
    display: block;
    padding: 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 80px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .phbt dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .phbt dt {
    width: 50%;
  }
  .phbt dd {
    width: 50%;
  }
  .phbt dd p {
    font-size: 12px;
  }
  .phbt dd h4 {
    font-family: "Kaisei Decol", serif;
    font-size: 14px;
    font-weight: normal;
  }
  .phbt dd .ayazi {
    font-size: 10px;
    bottom: 5px;
  }
  .abpos_l {
    top: 100px !important;
  }
  .abpos_l img {
    width: 200px;
  }
}

/* ----------------------------------------
  プランホール
  ---------------------------------------- */
#planarea {
  padding: 10px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e1dd), to(#fad0d0));
  background: linear-gradient(180deg, #f9e1dd, #fad0d0);
  background-size: 100%;
  background-position: bottom center;
  overflow: hidden;
}

.plpos_r {
  bottom: 700px !important;
}

.plan_cont {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.plmainimg {
  margin-top: 100px;
  position: relative;
}

.plmainimg img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.plmainimg .pic_yawata {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 400px !important;
  height: auto;
}

.plan_in_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Noto Serif JP", serif;
  margin-top: 50px;
}

.plan_in_cont .pic_l {
  width: 65%;
}

.plan_in_cont .pic_l h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 200%;
  margin-bottom: 30px;
}

.plan_in_cont .pic_l p {
  width: 90%;
  font-size: 18px;
  line-height: 200%;
}

.plan_in_cont .pic_r {
  width: 35%;
}

.plan_in_cont .pic_r dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan_in_cont .pic_r dl dt {
  width: calc(80px - 30px);
  border: 1px solid #3d3333;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan_in_cont .pic_r dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.pliconlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.pliconlist li {
  width: 25%;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 20px;
}

.pliconlist li p {
  background: #c18e8e;
  text-align: center;
  display: inline-block;
  border-radius: 5px 0 0 0;
  color: #FFF;
  padding: 3px 30px;
  margin: 0 auto;
  margin-top: 20px;
}

.pliconlist li h4 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 5px;
}

.pliconlist .plc_head_hall {
  background: url(../plan/images/planicon_hall_b.png) no-repeat center top 20px;
  background-size: 20px;
}

.pliconlist .plc_head_hall_s {
  background: url(../plan/images/planicon_hall_s.png) no-repeat center top 20px;
  background-size: 35px;
}

.pliconlist .plc_head_hikae {
  background: url(../plan/images/planicon_sofa.png) no-repeat center top 30px;
  background-size: 30px;
}

.pliconlist .plc_head_parking {
  background: url(../plan/images/planicon_parking.png) no-repeat center top 30px;
  background-size: 30px;
}

.pliconlist .plc_head_bed {
  background: url(../plan/images/planicon_bed.png) no-repeat center top 30px;
  background-size: 30px;
}

.pliconlist .bgg {
  background-color: #f5f8fa;
  border-radius: 0 10px 10px 0;
}

.plft {
  border-top: 1px solid #3d3333;
  text-align: center;
  width: 40%;
  padding: 30px 0;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 12px;
}

#planinfo {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf0ec), to(#fee5e5));
  background: linear-gradient(-180deg, #fcf0ec, #fee5e5);
}

.planprice {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.planprice .plp_l {
  width: calc(50% - 60px);
  padding: 0 30px;
  background: url(../plan/images/planbg_nami.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.planprice .plp_l .plptxt {
  width: 100%;
  padding: 10px 0px;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  text-align: center;
  background-color: #fcf1f2;
}

.planprice .plp_l .plptxt .plpt {
  font-size: 16px;
  margin-bottom: 5px;
}

.planprice .plp_l .plptxt .plrt {
  color: #cd486d;
}

.planprice .plp_l dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.planprice .plp_l dl dt {
  width: 40%;
  background-color: #7e5e5e;
  color: #FFF;
  border-radius: 10px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.planprice .plp_l dl dd {
  width: 55%;
  color: #7e5e5e;
  font-size: 55px;
  line-height: 100%;
  font-weight: 900;
  text-align: right;
}

.planprice .plp_l dl dd span {
  font-size: 24px;
}

.planprice .plp_l .plpsmall {
  width: 100%;
  text-align: right;
  color: #7e5e5e;
}

.planprice .plp_r {
  width: 50%;
}

.planprice .plp_r img {
  width: 100%;
  height: auto;
}

.cm_subhead {
  width: 100%;
  text-align: center;
}

.plm_head {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #3d3333;
  display: inline-block;
}

.plm_head h5 {
  font-size: 30px;
  font-weight: normal;
}

.plm_head p {
  font-size: 16px;
  color: #cd486d;
}

.plicon {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
}

.plicon li {
  width: calc(24% - 90px);
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 15px 15px 15px 75px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.plicon li span {
  font-size: 14px;
}

.plicon .plicon_1 {
  background: url(../plan/images/planseticon1.png) no-repeat left 20px center, #FFF;
  background-size: 40px auto;
}

.plicon .plicon_2 {
  background: url(../plan/images/planseticon2.png) no-repeat left 20px center, #FFF;
  background-size: 40px auto;
}

.plicon .plicon_3 {
  background: url(../plan/images/planseticon3.png) no-repeat left 20px center, #FFF;
  background-size: 40px auto;
}

.plicon .plicon_4 {
  background: url(../plan/images/planseticon4.png) no-repeat left 20px center, #FFF;
  background-size: 40px auto;
}

.plicon .plicon_5 {
  background: url(../plan/images/planseticon5.png) no-repeat left 20px center, #FFF;
  background-size: 40px auto;
}

.plicon .plicon_6 {
  background: url(../plan/images/planseticon6.png) no-repeat left 20px center, #FFF;
  background-size: 45px auto;
}

.plicon .plicon_7 {
  background: url(../plan/images/planseticon7.png) no-repeat left 20px center, #FFF;
  background-size: 25px auto;
}

.plicon .plicon_8 {
  background: url(../plan/images/planseticon8.png) no-repeat left 20px center, #FFF;
  background-size: 30px auto;
}

.plicon .plicon_9 {
  background: url(../plan/images/planseticon9.png) no-repeat left 20px center, #FFF;
  background-size: 40px auto;
}

.plicon .plicon_10 {
  background: url(../plan/images/planseticon10.png) no-repeat left 20px center, #FFF;
  background-size: 30px auto;
}

.plicon .plicon_11 {
  background: url(../plan/images/planseticon11.png) no-repeat left 20px center, #FFF;
  background-size: 40px auto;
}

.plicon .plicon_12 {
  background: url(../plan/images/planseticon12.png) no-repeat left 20px center, #FFF;
  background-size: 40px auto;
}

.plicon .plicon_13 {
  background: url(../plan/images/planseticon13.png) no-repeat left 20px center, #FFF;
  background-size: 35px auto;
}

.plmarea {
  text-align: center;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.magt30 {
  margin-top: 10px !important;
}

.plm_txt_r {
  background: #cc4c4c;
  padding: 10px 15px;
  display: inline-block;
  font-size: 21px;
  color: #FFF;
  border-radius: 10px;
}

.plm_txt_r span {
  margin-top: 10px;
  font-size: 16px;
}

.plm_txt_g {
  background: #cc4c4c;
  padding: 10px 15px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  margin-top: 15px;
}

.plm_txt_g span {
  margin-top: 10px;
  font-size: 16px;
}

.plm_txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 20px;
}

.plm_txt_sm {
  background-color: #f3f3f3;
  width: 49%;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px;
}

.plm_txt_sm span {
  color: #cc4c4c;
  font-size: 21px;
}

.plm_txt_bg {
  width: 100%;
  margin-top: 10px;
}

.plm_txt_bg a {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-radius: 10px;
  background-color: #f3f3f3;
  text-align: center;
  font-size: 21px;
}

.plm_txt_bg .plm_click {
  padding: 5px 30px;
  margin-top: 10px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8d7d2), to(#fac5c5));
  background: linear-gradient(-180deg, #f8d7d2, #fac5c5);
  display: inline-block;
  font-size: 14px;
}

.sisetu_photo {
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 70px;
}

.sisetu_photo li {
  width: calc(33% - 40px);
  background-color: #FFF;
  padding: 20px;
}

.sisetu_photo li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .plpos_l {
    left: -50px;
    top: 100px !important;
  }
  .plpos_l img {
    width: 250px;
  }
  .plpos_r {
    bottom: 600px !important;
  }
  .plpos_r img {
    width: 20%;
  }
  .plan_in_cont .pic_l {
    width: 65%;
  }
  .plan_in_cont .pic_l h3 {
    font-size: 26px;
  }
  .plan_in_cont .pic_r dl dd {
    font-size: 14px;
  }
  .planprice .plp_l {
    width: calc(50% - 40px);
    padding: 0 20px;
  }
  .planprice .plp_l dl dt {
    width: 40%;
    font-size: 22px;
  }
  .planprice .plp_l dl dd {
    font-size: 48px;
  }
  .planprice .plp_l dl dd span {
    font-size: 24px;
  }
  .plicon {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .plicon li {
    font-size: 16px;
  }
  .plicon li span {
    font-size: 12px;
  }
}

@media screen and (max-width: 1064px) {
  #planarea {
    padding-top: 100px;
  }
  .plpos_l {
    top: 150px !important;
  }
  .plpos_l img {
    width: 250px;
  }
  .plpos_r {
    bottom: 600px !important;
  }
  .plpos_r img {
    width: 20%;
  }
  .plan_in_cont .pic_l {
    width: 65%;
  }
  .plan_in_cont .pic_l h3 {
    font-size: 24px;
    width: 90%;
  }
  .plan_in_cont .pic_r {
    width: 35%;
  }
  .plan_in_cont .pic_r dl {
    display: block;
  }
  .plan_in_cont .pic_r dl dt {
    width: calc(80px - 30px);
    border: 1px solid #3d3333;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan_in_cont .pic_r dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .pliconlist li p {
    font-size: 14px;
  }
  .pliconlist li h4 {
    font-size: 18px;
  }
  .pliconlist .bgg {
    background-color: #f5f8fa;
    border-radius: 0 10px 10px 0;
  }
  .planprice .plp_l {
    width: calc(50% - 20px);
    padding: 0 10px;
  }
  .planprice .plp_l .plptxt {
    width: 100%;
    padding: 10px 0px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    text-align: center;
    background-color: #fcf1f2;
  }
  .planprice .plp_l .plptxt .plpt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .planprice .plp_l .plptxt .plrt {
    color: #cd486d;
  }
  .planprice .plp_l dl dt {
    width: 33%;
    font-size: 16px;
  }
  .planprice .plp_l dl dd {
    width: 65%;
    font-size: 40px;
  }
  .planprice .plp_l dl dd span {
    font-size: 21px;
  }
  .plicon {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .plicon li {
    width: calc(33% - 90px);
    font-size: 16px;
  }
  .plicon li span {
    font-size: 10px;
  }
  .plmarea {
    text-align: center;
    margin-top: 80px;
  }
  .plm_txt_r {
    font-size: 18px;
  }
  .plm_txt_r span {
    margin-top: 10px;
    font-size: 14px;
  }
  .plm_txt_g {
    font-size: 18px;
    margin: 0 10px;
  }
  .plm_txt_g span {
    margin-top: 10px;
    font-size: 14px;
  }
  .plm_txtarea {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .plm_txt_sm {
    width: calc(49% - 20px);
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .plm_txt_sm span {
    color: #cc4c4c;
    font-size: 18px;
  }
  .plm_txt_bg a {
    font-size: 18px;
  }
  .plm_txt_bg .plm_click {
    font-size: 12px;
  }
}

@media screen and (max-width: 800px) {
  .plpos_l {
    top: 100px !important;
  }
  .plpos_l img {
    width: 200px;
  }
  .plpos_r {
    bottom: 100px !important;
  }
  .plpos_r img {
    width: 20%;
  }
  .plmainimg {
    margin-top: 40px;
  }
  .plmainimg img {
    border-radius: 10px;
  }
  .plmainimg .pic_yawata {
    position: absolute;
    top: 20px;
    left: -20px;
    width: 300px !important;
    height: auto;
  }
  .plan_in_cont {
    display: block;
    text-align: center;
  }
  .plan_in_cont .pic_l {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #3d3333;
    padding-bottom: 20px;
  }
  .plan_in_cont .pic_l h3 {
    font-size: 24px;
  }
  .plan_in_cont .pic_l p {
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
  .plan_in_cont .pic_r {
    width: 100%;
  }
  .plan_in_cont .pic_r dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .plan_in_cont .pic_r dl dt {
    width: calc(80px - 30px);
  }
  .plan_in_cont .pic_r dl dd {
    text-align: left;
    margin-left: 10px;
    font-size: 16px;
  }
  .pliconlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
  .pliconlist li {
    width: 50%;
  }
  .pliconlist li p {
    font-size: 14px;
  }
  .pliconlist li h4 {
    font-size: 18px;
  }
  .pliconlist .bgg {
    background-color: #f5f8fa;
    border-radius: 0 10px 10px 0;
  }
  .planprice {
    display: block;
  }
  .planprice .plp_l {
    width: calc(100% - 20px);
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .planprice .plp_l .plptxt {
    margin-top: 30px;
  }
  .planprice .plp_l dl dt {
    width: 40%;
    font-size: 16px;
  }
  .planprice .plp_l dl dd {
    width: 65%;
    font-size: 44px;
  }
  .planprice .plp_l dl dd span {
    font-size: 21px;
  }
  .planprice .plp_r {
    width: 100%;
  }
  .plicon li {
    width: calc(49% - 90px);
    font-size: 16px;
  }
  .plicon li span {
    font-size: 10px;
  }
  .plmarea {
    text-align: center;
    margin-top: 80px;
  }
  .plm_txt_r {
    margin: 0 10px;
    font-size: 14px;
  }
  .plm_txt_g {
    margin: 0 10px;
    font-size: 14px;
  }
  .plm_txtarea {
    width: calc(100% - 20px);
    padding: 0 10px;
    display: block;
  }
  .plm_txt_sm {
    width: calc(100% - 20px);
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .plm_txt_sm span {
    color: #cc4c4c;
    font-size: 18px;
  }
  .plm_txt_bg a {
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 16px;
  }
  .plm_txt_bg .plm_click {
    font-size: 12px;
  }
  .sisetu_photo li {
    width: calc(33% - 20px);
    background-color: #FFF;
    padding: 10px;
  }
  .sisetu_photo li img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 430px) {
  .plmainimg {
    margin-top: 40px;
  }
  .plmainimg img {
    border-radius: 10px;
  }
  .plmainimg .pic_yawata {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 200px !important;
    height: auto;
  }
  .plan_in_cont {
    margin-top: 20px;
  }
  .plan_in_cont .pic_l {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #3d3333;
    padding-bottom: 20px;
    text-align: center;
  }
  .plan_in_cont .pic_l h3 {
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .plan_in_cont .pic_l p {
    text-align: center;
    font-size: 14px;
  }
  .plan_in_cont .pic_r {
    width: 100%;
  }
  .plan_in_cont .pic_r dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .plan_in_cont .pic_r dl dt {
    font-size: 14px;
  }
  .plan_in_cont .pic_r dl dd {
    font-size: 14px;
  }
  .pliconlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .pliconlist li {
    width: 50%;
  }
  .pliconlist li p {
    font-size: 12px;
  }
  .pliconlist li h4 {
    font-size: 16px;
  }
  .planprice {
    display: block;
  }
  .planprice .plp_l {
    width: calc(100% - 20px);
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .planprice .plp_l .plptxt {
    margin-top: 30px;
    font-size: 18px;
  }
  .planprice .plp_l dl dt {
    width: 30%;
    font-size: 14px;
  }
  .planprice .plp_l dl dd {
    width: 65%;
    font-size: 40px;
  }
  .planprice .plp_l dl dd span {
    font-size: 18px;
  }
  .planprice .plp_r {
    width: 100%;
  }
  .plm_head {
    margin-top: 50px;
  }
  .plm_head h5 {
    font-size: 24px;
    font-weight: normal;
  }
  .plm_head p {
    font-size: 14px;
    color: #cd486d;
  }
  .plicon li {
    width: calc(100% - 100px);
    font-size: 16px;
    padding-left: 85px;
  }
  .plicon li span {
    font-size: 10px;
  }
  .plmarea {
    margin-top: 50px;
  }
  .plm_txt_r {
    margin: 0 10px;
    font-size: 14px;
  }
  .plm_txt_r span {
    font-size: 12px;
  }
  .plm_txt_sm {
    width: calc(100% - 20px);
    font-size: 12px;
  }
  .plm_txt_sm span {
    color: #cc4c4c;
    font-size: 16px;
  }
  .plm_txt_bg a {
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 14px;
  }
  .plm_txt_bg .plm_click {
    font-size: 10px;
  }
  .sisetu_photo {
    display: block;
    width: calc(100% - 20px);
    padding: 0 10px;
    padding-bottom: 70px;
  }
  .sisetu_photo li {
    width: calc(100% - 20px);
    background-color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
  }
  .sisetu_photo li img {
    width: 100%;
    height: auto;
  }
}

.gmap100 {
  line-height: 100%;
  height: 445px;
}

.gmap100 iframe {
  width: 100%;
}

/* ----------------------------------------
  直葬プラン
  ---------------------------------------- */
#tyokusouarea {
  padding: 10px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e1dd), to(#fad0d0));
  background: linear-gradient(180deg, #f9e1dd, #fad0d0);
  background-size: 100%;
  background-position: bottom center;
  overflow: hidden;
}

.cm_mimg {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 80px;
}

.cm_mimg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.cm_sub_cont {
  width: 100%;
  max-width: calc(1280px - 60px);
  margin: 0 auto;
  margin-top: 100px;
  background: url(../tyokusou/images/line.png) no-repeat center bottom;
  background-size: 250px;
  padding-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 70px;
}

.cm_sub_cont h3 {
  text-align: center;
  font-weight: normal;
  font-size: 36px;
}

.cm_sub_cont h3 span {
  font-size: 32px;
}

.cm_sub_cont p {
  margin-top: 60px;
  line-height: 180%;
  font-size: 20px;
  text-align: center;
}

.cm_sub_cont p.cs_philosophy {
  margin-top: -20px !important;
  font-size: 24px;
  line-height: 240%;
}

.cm_sub_cont p.cmcsc {
  border-radius: 15px;
}

.cm_sub_cont p.cmcsc span {
  color: #bd3535;
  font-size: 20px;
  font-weight: bold;
}

.cm_sub_cont p.cmcsc span.tyui {
  font-size: 16px;
  color: #3d3333;
  font-weight: normal;
}

.tysu_info {
  max-width: 1150px;
  width: calc(100% - 60px);
  padding: 30px;
  background-color: #f5f8fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.tysu_info dt {
  background: url(../tyokusou/images/sclub_waku_lt.png) no-repeat left top, url(../tyokusou/images/sclub_waku_rt.png) no-repeat right top, url(../tyokusou/images/sclub_waku_lb.png) no-repeat left bottom, url(../tyokusou/images/sclub_waku_rb.png) no-repeat right bottom;
  background-size: 100px auto,100px auto,100px auto,100px auto;
  text-align: center;
  font-size: 28px;
  width: 30%;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tysu_info dt span {
  font-size: 16px;
  line-height: 100%;
}

.tysu_info dt p {
  margin-top: 10px;
}

.tysu_info dd {
  border-left: 1px solid #e2dede;
  margin-left: 30px;
  padding-left: 30px;
  width: calc(69% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 220%;
  font-size: 18px;
}

.tysu_planarea {
  max-width: 1100px;
  width: calc(100% - 60px);
  padding: 70px 40px;
  margin: 0 auto;
  margin-top: 70px;
  background: url(../top/icon_sclub2.png) no-repeat left 10px top 10px, url(../top/icon_sclub2_2.png) no-repeat right 10px top 10px, url(../top/icon_sclub2.png) no-repeat left 10px bottom 10px, url(../top/icon_sclub2_2.png) no-repeat right 10px bottom 10px;
  background-size: 100px auto;
  background-color: rgba(255, 255, 255, 0.4);
}

.tysu_plan_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.tysu_plan_table dt {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #e2dede;
  font-size: 18px;
}

.tysu_plan_table dt span {
  font-size: 14px;
}

.tysu_plan_table dd {
  width: 37%;
  text-align: center;
  padding: 20px 0;
  background-color: #FFF;
  font-size: 18px;
}

.tysu_plan_table .pl17 {
  background-color: #f5f8fa;
}

.tysu_plan_table .h_typ1 {
  font-size: 36px;
  font-family: "Kaisei Decol", serif;
}

.tysu_plan_table .h_typ1 span {
  font-size: 20px;
}

.tysu_plan_table .h_typ2 {
  font-size: 32px;
  font-family: "Kaisei Decol", serif;
  line-height: 120% !important;
}

.tysu_plan_table .h_typ2 span {
  font-size: 16px;
}

.tysu_plan_table .y_typ {
  background-color: #fff5db;
}

.tysu_option_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tysu_option_table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(25% - 15px) !important;
  background: #FFF;
  padding: 20px 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 130%;
}

.tysu_option_table li span {
  font-size: 14px;
}

.tysu_option_table li.gpc {
  background: #f5f8fa;
}

.btm100 {
  margin-bottom: 100px;
}

.typos_r {
  top: 700px;
}

@media screen and (max-width: 1064px) {
  #tyokusouarea {
    padding-top: 100px;
  }
  .cm_mimg {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 80px;
  }
  .cm_mimg img {
    width: 100%;
    height: auto;
  }
  .cm_sub_cont {
    max-width: calc(100% - 60px);
  }
  .cm_sub_cont h3 {
    font-size: 32px;
  }
  .cm_sub_cont h3 span {
    font-size: 28px;
  }
  .cm_sub_cont p {
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    font-size: 16px;
  }
  .tysu_info {
    max-width: 1150px;
    width: calc(100% - 40px);
    padding: 20px;
  }
  .tysu_info dt {
    font-size: 24px;
  }
  .tysu_info dt span {
    font-size: 12px;
  }
  .tysu_planarea {
    max-width: 1100px;
    width: calc(100% - 40px);
    padding: 50px 20px;
    background-size: 80px auto;
  }
  .tysu_plan_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5px;
  }
  .tysu_plan_table dt {
    font-size: 16px;
  }
  .tysu_plan_table dt span {
    font-size: 12px;
  }
  .tysu_plan_table dd {
    font-size: 16px;
  }
  .tysu_plan_table .h_typ1 {
    font-size: 30px;
    font-family: "Kaisei Decol", serif;
  }
  .tysu_plan_table .h_typ1 span {
    font-size: 16px;
  }
  .tysu_plan_table .h_typ2 {
    font-size: 28px;
    font-family: "Kaisei Decol", serif;
    line-height: 120% !important;
  }
  .tysu_plan_table .h_typ2 span {
    font-size: 14px;
  }
  .tysu_plan_table .y_typ {
    background-color: #fff5db;
  }
  .tysu_option_table li {
    font-size: 18px;
  }
  .tysu_option_table li span {
    font-size: 12px;
  }
  .tysu_option_table li.gpc {
    background: #f5f8fa;
  }
  .typos_r {
    top: 600px !important;
  }
  .typos_r img {
    width: 20%;
  }
}

@media screen and (max-width: 800px) {
  .cm_mimg {
    margin-top: 50px;
  }
  .cm_sub_cont {
    margin-top: 50px;
  }
  .cm_sub_cont h3 {
    padding: 0 20px;
    font-size: 24px;
  }
  .cm_sub_cont h3 span {
    font-size: 21px;
  }
  .cm_sub_cont p.cs_philosophy {
    margin-top: 0px !important;
    font-size: 21px;
    line-height: 240%;
  }
  .tysu_info {
    display: block;
    max-width: 1150px;
    width: calc(100% - 40px);
    padding: 20px;
  }
  .tysu_info dt {
    width: 100%;
    font-size: 26px;
  }
  .tysu_info dt span {
    font-size: 12px;
  }
  .tysu_info dd {
    border: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
  }
  .tysu_plan_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5px;
  }
  .tysu_plan_table dt {
    padding: 0 10px;
    width: calc(25% - 20px);
    font-size: 14px;
  }
  .tysu_plan_table dt span {
    font-size: 12px;
  }
  .tysu_plan_table dd {
    font-size: 16px;
    padding: 20px;
    width: calc(37% - 40px);
  }
  .tysu_plan_table .h_typ1 {
    font-size: 26px;
    font-family: "Kaisei Decol", serif;
  }
  .tysu_plan_table .h_typ1 span {
    font-size: 14px;
    line-height: 100%;
  }
  .tysu_plan_table .h_typ2 {
    font-size: 22px;
    font-family: "Kaisei Decol", serif;
    line-height: 120% !important;
  }
  .tysu_plan_table .h_typ2 span {
    font-size: 14px;
  }
  .tysu_plan_table .y_typ {
    background-color: #fff5db;
  }
  .tysu_option_table li {
    width: calc(50% - 15px) !important;
    font-size: 18px;
  }
  .tysu_option_table li span {
    font-size: 12px;
  }
  .tysu_option_table li.gpc {
    background: #f5f8fa;
  }
  .typos_r {
    top: 300px !important;
  }
  .typos_r img {
    width: 20%;
  }
}

.csp_pc {
  display: block;
}

.csp_sp {
  display: none;
}

@media screen and (max-width: 430px) {
  .csp_pc {
    display: none;
  }
  .csp_sp {
    display: block;
  }
  .cm_mimg {
    margin-top: 50px;
  }
  .cm_sub_cont {
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 20px);
  }
  .cm_sub_cont h3 {
    font-size: 21px;
  }
  .cm_sub_cont h3 span {
    font-size: 18px;
  }
  .cm_sub_cont p {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 16px;
  }
  .cm_sub_cont p.cs_philosophy {
    margin-top: 0px !important;
    font-size: 18px;
    line-height: 240%;
  }
  .tysu_info {
    display: block;
    max-width: 1150px;
    width: calc(100% - 40px);
    padding: 20px;
  }
  .tysu_info dt {
    width: 100%;
    font-size: 26px;
  }
  .tysu_info dt span {
    font-size: 12px;
  }
  .tysu_info dd {
    font-size: 14px;
  }
  .tysu_plan_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .tysu_plan_table dt {
    padding: 10px 0px;
    width: calc(100% - 0px);
    font-size: 14px;
  }
  .tysu_plan_table dt span {
    font-size: 12px;
  }
  .tysu_plan_table dd {
    font-size: 16px;
    padding: 20px;
    width: calc(50% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tysu_plan_table dd p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tysu_plan_table .h_typ1 {
    font-size: 26px;
    font-family: "Kaisei Decol", serif;
  }
  .tysu_plan_table .h_typ1 span {
    font-size: 12px;
  }
  .tysu_plan_table .h_typ2 {
    font-size: 22px;
    font-family: "Kaisei Decol", serif;
    line-height: 120% !important;
  }
  .tysu_plan_table .h_typ2 span {
    font-size: 14px;
  }
  .tysu_plan_table .y_typ {
    background-color: #fff5db;
  }
  .tysu_option_table li {
    width: calc(50% - 15px) !important;
    font-size: 18px;
  }
  .tysu_option_table li span {
    font-size: 12px;
  }
  .tysu_option_table li.gpc {
    background: #f5f8fa;
  }
  .typos_r {
    top: 300px !important;
  }
  .typos_r img {
    width: 20%;
  }
}

/* ----------------------------------------
  供物・供花
  ---------------------------------------- */
#offrarea {
  padding: 10px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e1dd), to(#fad0d0));
  background: linear-gradient(180deg, #f9e1dd, #fad0d0);
  background-size: 100%;
  background-position: bottom center;
  overflow: hidden;
}

.offe_cont {
  width: calc(100% - 120px);
  padding: 30px 60px;
  max-width: 1110px;
  margin: 0 auto;
  background: url(../top/icon_sclub2.png) no-repeat left 10px top 10px, url(../top/icon_sclub2_2.png) no-repeat right 10px top 10px, url(../top/icon_sclub2.png) no-repeat left 10px bottom 10px, url(../top/icon_sclub2_2.png) no-repeat right 10px bottom 10px;
  background-size: 100px auto;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

.offe_cont h4 {
  display: inline-block;
  background: #9a8483;
  color: #FFF;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.offe_cont ul {
  margin-bottom: 30px;
}

.offe_cont li {
  background-color: #fbdad8;
  text-align: left;
  padding: 30px 20px;
  font-size: 20px;
  margin-bottom: 15px;
}

.offe_cont .offefax {
  font-size: 28px;
  margin-bottom: 30px;
}

.officon_r {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #a28b8b;
  /* 円の背景色（お好みで） */
  position: relative;
}

/* ▶ を中央に配置 */
.officon_r::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
  /* 若干左寄せで中央に見せる */
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  /* ▶の色とサイズ */
}

@media screen and (max-width: 1064px) {
  #offrarea {
    padding-top: 100px;
  }
  .offe_cont {
    width: calc(100% - 60px);
    padding: 30px 30px;
    max-width: 1110px;
  }
  .offe_cont h4 {
    display: inline-block;
    background: #9a8483;
    color: #FFF;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .offe_cont ul {
    margin-bottom: 30px;
  }
  .offe_cont li {
    background-color: #fbdad8;
    text-align: left;
    padding: 30px 20px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .offe_cont .offefax {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .offe_cont {
    width: calc(100% - 40px);
    padding: 30px 20px;
    max-width: 1110px;
    background-size: 60px auto;
  }
  .offe_cont h4 {
    display: inline-block;
    background: #9a8483;
    color: #FFF;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .offe_cont ul {
    margin-bottom: 30px;
  }
  .offe_cont li {
    background-color: #fbdad8;
    text-align: left;
    padding: 30px 20px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .offe_cont .offefax {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------
  お急ぎの方へ
  ---------------------------------------- */
#oisogiarea {
  padding: 0px;
  position: relative;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e1dd), to(#fad0d0));
  background: linear-gradient(180deg, #f9e1dd, #fad0d0);
  background-size: 100%;
  background-position: bottom center;
  overflow: hidden;
}

.oisogi_head {
  background: #b04646;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.oisogi_head p {
  background-color: #ede7e2;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
  color: #b04646;
  font-weight: bold;
}

.oisogi_head h3 {
  margin-left: 15px;
  font-size: 50px;
  color: #FFF;
  font-weight: 600;
}

.oisogi_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.oisogi_main dt {
  margin-right: 30px;
}

.oisogi_main dt img {
  width: 300px;
  height: auto;
}

.oisogi_main dd h4 {
  font-size: 36px;
  color: #b04646;
  text-align: center;
  margin-bottom: 20px;
}

.oisogi_main dd .oim_tel {
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  background-color: #483434;
  color: #FFF;
  line-height: 70%;
  font-size: 48px;
}

.oisogi_main dd .oim_tel span {
  font-size: 20px;
}

.oisogi_main dd .oim_tel a {
  color: #FFF;
}

.oisogi_cont {
  margin-top: 80px;
  text-align: center;
}

.oisogi_cont h5 {
  font-size: 36px;
  line-height: 180%;
  font-weight: normal;
  margin-bottom: 40px;
}

.oisogi_cont .oicn_txt {
  margin-top: 30px;
  margin-bottom: 70px;
  font-size: 20px !important;
  line-height: 220%;
}

.oisogi_cont .oicn_waku {
  background: #fcf0ee;
  border: 1px solid #7e5e5e;
  padding: 15px 0;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.oisogi_cont .oicn_waku h6 {
  font-size: 28px;
  font-weight: normal;
}

.oisogi_cont .oicn_waku p {
  margin-top: 15px;
}

.oisogi_cont .oicn_h {
  background: #bd3535;
  padding: 20px 30px;
  max-width: calc(1100px - 60px);
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
}

.oisogi_cont .oicn_h_txt {
  font-size: 21px;
}

.oisogi_cont .oicn_hs_txt {
  font-size: 16px;
  margin-top: 20px;
  margin-top: 20px;
}

.btm50 {
  margin-bottom: 70px;
}

.flowbox {
  max-width: calc(1110px - 120px);
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  background-color: #f9f9f9;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px !important;
}

.flowbox dt {
  width: 12%;
  margin-top: 20px;
}

.flowbox dt .fb_num {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #7e5e5e;
  border-radius: 200px;
  font-size: 42px;
  color: #7e5e5e;
}

.flowbox dd {
  width: 88%;
}

.flowbox dd h3 {
  font-weight: normal;
  font-size: 36px;
  color: #7e5e5e;
}

.flowbox dd h3 span {
  background-color: #7e5e5e;
  color: #FFF;
  font-size: 16px;
  padding: 10px;
  border-radius: 30px;
}

.flowbox dd .flowlist {
  margin-top: 20px;
  background: url(../flow/images/yazi_img.png) no-repeat bottom center;
  background-size: 30px;
  padding-bottom: 30px;
}

.flowbox dd .flowlist li {
  background-color: #f1e2dd;
  border: 1px solid #917979;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.flowbox dd .flowlist li h4 {
  font-size: 32px;
  font-weight: normal;
  color: #503939;
  margin-bottom: 10px;
}

.flowbox dd .flowlist li p {
  font-size: 18px;
}

.flowbox dd .flowbgn {
  background: none;
}

@media screen and (max-width: 1280px) {
  .flowbox {
    max-width: calc(98% - 120px);
  }
}

@media screen and (max-width: 1064px) {
  #oisogiarea {
    padding-top: 100px;
  }
  .oisogi_head h3 {
    font-size: 42px;
  }
  .oisogi_main {
    width: 98%;
  }
  .oisogi_cont {
    margin-top: 80px;
    text-align: center;
  }
  .oisogi_cont h5 {
    font-size: 30px;
    line-height: 180%;
    font-weight: normal;
    margin-bottom: 40px;
  }
  .oisogi_cont .oicn_txt {
    font-size: 16px !important;
  }
  .oisogi_cont .oicn_waku {
    max-width: 98%;
    width: 100%;
    margin: 0 auto;
  }
  .oisogi_cont .oicn_h {
    max-width: calc(98% - 60px);
  }
  .flowbox {
    max-width: calc(98% - 60px);
    padding: 30px;
  }
  .flowbox dt {
    width: 12%;
    margin-top: 20px;
  }
  .flowbox dt .fb_num {
    width: 60px;
    height: 60px;
  }
  .flowbox dd {
    width: 88%;
  }
  .flowbox dd .flowlist li h4 {
    font-size: 28px;
  }
  .flowbox dd .flowlist li p {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  #oisogiarea {
    padding-top: 100px;
  }
  .oisogi_head p {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
  .oisogi_head h3 {
    font-size: 28px;
  }
  .oisogi_main {
    width: 98%;
    display: block;
  }
  .oisogi_main dt {
    text-align: center;
    margin-bottom: 15px;
  }
  .oisogi_main dd h4 {
    font-size: 28px;
    background: #b04646;
    color: #FFF;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 20px 0;
  }
  .oisogi_main dd .oim_tel {
    font-size: 36px;
  }
  .oisogi_main dd .oim_tel span {
    font-size: 16px;
  }
  .oisogi_main dd .oim_tel a {
    color: #FFF;
  }
  .oisogi_cont {
    width: 98%;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
  }
  .oisogi_cont h5 {
    padding: 0 20px;
    font-size: 26px;
    line-height: 180%;
    font-weight: normal;
    margin-bottom: 40px;
  }
  .oisogi_cont .oicn_txt {
    padding: 0 20px;
    font-size: 16px !important;
    text-align: left;
  }
  .oisogi_cont .oicn_waku {
    max-width: calc(98% - 30px);
    width: 100%;
    margin: 0 auto;
    padding: 15px;
  }
  .oisogi_cont .oicn_waku h6 {
    font-size: 24px;
  }
  .oisogi_cont .oicn_waku p {
    font-size: 16px;
    line-height: 180%;
  }
  .oisogi_cont .oicn_h {
    max-width: calc(98% - 60px);
  }
  .oisogi_cont .oicn_h_txt {
    font-size: 18px;
  }
  .oisogi_cont .oicn_hs_txt {
    font-size: 14px;
    margin-top: 20px;
    margin-top: 20px;
  }
  .flowbox {
    max-width: calc(98% - 40px);
    padding: 20px;
    display: block;
  }
  .flowbox dt {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flowbox dt .fb_num {
    width: 60px;
    height: 60px;
  }
  .flowbox dd {
    width: 100%;
  }
  .flowbox dd h3 {
    text-align: center;
  }
  .flowbox dd .flowlist li h4 {
    font-size: 28px;
  }
  .flowbox dd .flowlist li p {
    font-size: 16px;
  }
}

@media screen and (max-width: 430px) {
  .oisogi_head p {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
  .oisogi_head h3 {
    font-size: 26px;
  }
  .oisogi_main {
    width: 98%;
    display: block;
  }
  .oisogi_main dt {
    text-align: center;
    margin-bottom: 15px;
  }
  .oisogi_main dd h4 {
    font-size: 21px;
    background: #b04646;
    color: #FFF;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 20px 0;
  }
  .oisogi_main dd .oim_tel {
    font-size: 32px;
  }
  .oisogi_main dd .oim_tel span {
    font-size: 16px;
  }
  .oisogi_main dd .oim_tel a {
    color: #FFF;
  }
  .oisogi_cont {
    width: 98%;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
  }
  .oisogi_cont h5 {
    padding: 0 20px;
    font-size: 20px;
    line-height: 180%;
    font-weight: normal;
    margin-bottom: 40px;
  }
  .oisogi_cont .oicn_txt {
    padding: 0 20px;
    font-size: 16px !important;
    text-align: left;
  }
  .oisogi_cont .oicn_waku {
    max-width: calc(98% - 30px);
    width: 100%;
    margin: 0 auto;
    padding: 15px;
  }
  .oisogi_cont .oicn_waku h6 {
    font-size: 21px;
  }
  .oisogi_cont .oicn_waku p {
    font-size: 14px;
    line-height: 180%;
  }
  .oisogi_cont .oicn_h {
    max-width: calc(98% - 60px);
  }
  .oisogi_cont .oicn_h_txt {
    font-size: 18px;
  }
  .oisogi_cont .oicn_hs_txt {
    font-size: 14px;
    margin-top: 20px;
    margin-top: 20px;
  }
  .flowbox {
    max-width: calc(98% - 40px);
    padding: 20px;
    display: block;
  }
  .flowbox dt {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flowbox dt .fb_num {
    width: 60px;
    height: 60px;
  }
  .flowbox dd {
    width: 100%;
  }
  .flowbox dd h3 {
    text-align: center;
    font-size: 28px;
  }
  .flowbox dd .flowlist li h4 {
    font-size: 24px;
  }
  .flowbox dd .flowlist li p {
    font-size: 14px;
  }
}

/* ----------------------------------------
  お客様の声
  ---------------------------------------- */
#reviewarea {
  padding: 10px;
  position: relative;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e1dd), to(#fad0d0));
  background: linear-gradient(180deg, #f9e1dd, #fad0d0);
  background-size: 100%;
  background-position: bottom center;
  overflow: hidden;
}

.rv_head {
  font-size: 28px;
  text-align: center;
  margin-top: 40px;
}

.rv_head h3 {
  font-weight: normal;
}

.review_box {
  width: 100%;
  max-width: calc(1000px - 80px);
  margin: 0 auto;
  background: #f6f8fa;
  border-radius: 15px;
  padding: 30px 40px;
  margin-bottom: 25px;
}

.review_box .rvb_t {
  margin-top: 20px;
  font-size: 16px;
}

.rvb_h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rvb_h dt {
  width: 100px;
}

.rvb_h dt img {
  width: 80px;
  height: auto;
}

.rvb_h dd h4 {
  font-size: 24px;
  font-weight: normal;
}

.rvb_h dd p {
  font-size: 20px;
}

@media screen and (max-width: 1064px) {
  #reviewarea {
    padding-top: 100px;
  }
  .rv_head {
    font-size: 24px;
  }
  .review_box {
    width: 100%;
    max-width: calc(98% - 80px);
  }
  .review_box .rbv_t {
    font-size: 14px !important;
  }
  .rvb_h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rvb_h dt {
    width: 90px;
  }
  .rvb_h dt img {
    width: 60px;
    height: auto;
  }
  .rvb_h dd h4 {
    font-size: 21px;
    font-weight: normal;
  }
  .rvb_h dd p {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .rv_head {
    font-size: 24px;
    padding: 0 30px;
  }
  .review_box {
    width: 100%;
    max-width: calc(98% - 60px);
    padding: 20px 30px;
  }
  .rvb_h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rvb_h dt {
    width: 90px;
    padding-right: 20px;
  }
  .rvb_h dt img {
    width: 60px;
    height: auto;
  }
  .rvb_h dd h4 {
    font-size: 18px;
    font-weight: normal;
  }
  .rvb_h dd p {
    font-size: 14px;
  }
  .rvb_t {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 430px) {
  .rv_head {
    font-size: 21px;
  }
  .review_box {
    width: 100%;
    max-width: calc(98% - 60px);
    padding: 20px 30px;
  }
  .rvb_h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dotted #d6d1d1;
    padding-bottom: 15px;
  }
  .rvb_h dt {
    width: 90px;
    padding-right: 20px;
  }
  .rvb_h dt img {
    width: 60px;
    height: auto;
  }
  .rvb_h dd h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .rvb_h dd p {
    font-size: 14px;
  }
  .rvb_t {
    font-size: 14px !important;
  }
}

/* ----------------------------------------
  QA
  ---------------------------------------- */
.qabox {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.qabox h3 {
  background: url(../qa/images/q_icon.png) no-repeat left 30px center;
  background-size: 40px;
  background-color: #f6f8fa;
  border-radius: 20px 20px 0 0;
  padding: 40px;
  padding-left: 90px;
  font-size: 24px;
  font-weight: normal;
}

.qabox p {
  background: url(../qa/images/a_icon.png) no-repeat left 30px center;
  background-size: 40px;
  background-color: #ede7e2;
  border-radius: 0 0 20px 20px;
  padding: 40px;
  padding-left: 90px;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 1064px) {
  .qabox {
    max-width: 98%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .qabox h3 {
    font-size: 21px;
  }
  .qabox p {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .qabox h3 {
    padding: 20px;
    padding-left: 90px;
  }
  .qabox p {
    padding: 20px;
    padding-left: 90px;
  }
}

@media screen and (max-width: 430px) {
  .qabox h3 {
    font-size: 18px;
    background-size: 30px;
  }
  .qabox p {
    font-size: 14px;
    background-size: 30px;
  }
}

/* ----------------------------------------
  QA
  ---------------------------------------- */
.comp_cont {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
}

.comp_cont dt {
  width: 20%;
  border-bottom: 2px solid #cc6e9a;
  padding-bottom: 30px;
  text-align: center;
}

.comp_cont dd {
  width: calc(70% - 20px);
  border-bottom: 2px solid #a29595;
  padding-left: 20px;
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .comp_cont {
    max-width: 95%;
    font-size: 16px;
  }
  .comp_cont dt {
    width: 25%;
  }
  .comp_cont dd {
    width: calc(70% - 20px);
  }
}

/* ----------------------------------------
  お問い合わせ
  ---------------------------------------- */
.cont_cont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.cont_cont dt {
  width: 30%;
  background-color: #fff0f0;
  padding: 20px;
}

.cont_cont dd {
  background-color: #f8e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(65% - 30px);
  padding: 20px;
  padding-left: 30px;
}

.cont_cont dd input {
  padding: 10px;
}

.cont_cont dd textarea {
  width: 95%;
}

.fobt {
  text-align: center;
  margin-top: 50px;
}

.fobt button {
  font-size: 18px;
  width: 200px;
  padding: 20px 0;
  background-color: #b04646;
  color: #FFF;
  border: #FFF;
  cursor: pointer;
}

@media screen and (max-width: 1064px) {
  .cont_cont {
    max-width: 98%;
  }
}

@media screen and (max-width: 800px) {
  .cont_cont {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .cont_cont dt {
    width: calc(100% - 40px);
    background-color: #fff0f0;
    padding: 20px;
    font-size: 16px;
  }
  .cont_cont dd {
    background-color: #f8e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 50px);
    padding: 20px;
    padding-left: 30px;
  }
  .cont_cont dd input {
    padding: 10px;
  }
  .cont_cont dd textarea {
    width: 95%;
  }
}

/* ----------------------------------------
  プライバシーポリシー
  ---------------------------------------- */
.policybox {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.policybox dl {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #503939;
}

.policybox dt {
  font-size: 24px;
  margin-bottom: 20px;
}

.policybox dd {
  font-size: 16px;
}

@media screen and (max-width: 1064px) {
  .policybox {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
  }
  .policybox dl {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #503939;
  }
  .policybox dt {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .policybox dd {
    font-size: 16px;
  }
}
/*# sourceMappingURL=mainstyle.css.map */