@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* -------------------------------------------------------------------
 全体設定
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
    /* min-width: 100%; */
    color: #000;
    /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
    font-family: "Lato", "Noto Sans JP", sans-serif;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.6rem;
    line-height: 1.7;
  }
  img {
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  *,
  ::before,
  ::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc-none {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .unker {
    display: block;
    margin-top: -80px;
    padding-top: 80px;
  }
  #wrapper {
    width: 100%;
    position: relative;
  }
  #contents {
    min-width: 100%;
  }
  #sidemenu {
    width: 90px;
    position: fixed;
    right: 0;
    top: 200px;
    text-align: right;
    z-index: 8888;
  }
  #sidemenu ul li {
    margin: 0 0 1.5rem 0;
  }
  #sidemenu ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #sidemenu ul li:nth-child(1) {
    background: url("../../assets/img/common/bn_kyouka_bg.png") no-repeat right;
    background-size: contain;
  }
  #sidemenu ul li:nth-child(2) {
    background: url("../../assets/img/common/bn_kyouka_bg.png") no-repeat right;
    background-size: contain;
  }
  #bn-area {
    padding: 10rem 0 15rem 0;
    background: url("../../assets/img/common/bn_bg.png") no-repeat;
    background-size: cover;
  }
  #bn-area .print-bn {
    display: none;
  }
  #bn-area__in {
    width: 1200px;
    margin: 0 auto;
  }
  #bn-area__in h2 {
    margin: 0 0 3.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #6C5011;
  }
  #bn-area__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #bn-area__in ul li {
    margin: 0 1.5rem;
  }
  #bn-area__in ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #location {
    width: 1200px;
    margin: 4rem auto;
  }
  #location ul {
    text-align: left;
    font-size: 1.2rem;
  }
  #location ul li {
    display: inline;
  }
  #location ul li:after {
    content: ">";
    padding: 0 3px;
  }
  #location ul li:last-child:after {
    content: "";
  }
  .sp-tel-area {
    display: none;
  }
  .wp-pagenavi {
    margin: 10rem 0 0 0;
    padding: 0 0 5rem 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .wp-pagenavi a, .wp-pagenavi a:link {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #000;
    border: 1px solid #1662A3;
    background: #fff;
  }
  .wp-pagenavi a:visited {
    color: #000;
  }
  .wp-pagenavi a:hover {
    text-decoration: underline;
    background: #1662A3;
    color: #fff;
  }
  .wp-pagenavi a:active {
    color: #000;
  }
  .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    border: 1px solid #1662A3;
    color: #000;
    background: #fff;
  }
  .wp-pagenavi span.current {
    font-weight: bold;
    background: #1662A3;
    color: #FFF;
  }
}
@media print {
  body {
    zoom: 50%;
  }
  #hd {
    display: none;
  }
  #slide {
    display: none;
  }
  #sidemenu {
    display: none;
  }
  #bn-area {
    padding: 5rem;
    text-align: center;
  }
  .print-bn {
    display: block !important;
  }
  #bn-area__in {
    display: none;
  }
  #ft-tel {
    display: none;
  }
  #ft-tel__in {
    display: none;
  }
  #ft {
    display: none;
  }
  #location {
    display: none;
  }
  .top-link {
    display: none !important;
  }
  .top-link a {
    display: none !important;
  }
  .copyright {
    display: none;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1280px;
    color: #000;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  img {
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  *,
  ::before,
  ::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc-none {
    display: none;
  }
  .unker {
    display: block;
    margin-top: -50px;
    padding-top: 50px;
  }
  #wrapper {
    width: 100%;
    position: relative;
  }
  #contents {
    min-width: 100%;
  }
  #sidemenu {
    display: none;
  }
  #bn-area {
    padding: 10rem 0 10rem 0;
    background: url("../../assets/img/common/bn_bg.png") no-repeat;
    background-size: cover;
  }
  #bn-area .print-bn {
    display: none;
  }
  #bn-area__in {
    width: 1200px;
    margin: 0 auto;
  }
  #bn-area__in h2 {
    margin: 0 0 3.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #6C5011;
  }
  #bn-area__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #bn-area__in ul li {
    margin: 0 1.5rem;
  }
  #bn-area__in ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #location {
    width: 1200px;
    margin: 4rem auto;
  }
  #location ul {
    text-align: left;
    font-size: 1.2rem;
  }
  #location ul li {
    display: inline;
  }
  #location ul li:after {
    content: ">";
    padding: 0 3px;
  }
  #location ul li:last-child:after {
    content: "";
  }
  .sp-tel-area {
    display: none;
  }
  .wp-pagenavi {
    width: 100%;
    margin: 10rem 0 0 0;
    padding: 0 0 5rem 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .wp-pagenavi a, .wp-pagenavi a:link {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #000;
    border: 1px solid #1662A3;
    background: #fff;
  }
  .wp-pagenavi a:visited {
    color: #000;
  }
  .wp-pagenavi a:hover {
    text-decoration: underline;
    background: #1662A3;
    color: #fff;
  }
  .wp-pagenavi a:active {
    color: #000;
  }
  .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    border: 1px solid #1662A3;
    color: #000;
    background: #fff;
  }
  .wp-pagenavi span.current {
    font-weight: bold;
    background: #1662A3;
    color: #FFF;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 62.5%;
  }
  body {
    color: #000;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  img {
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  *,
  ::before,
  ::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp-none {
    display: none;
  }
  .unker {
    display: block;
    margin-top: -50px;
    padding-top: 50px;
  }
  #wrapper {
    width: 100%;
    position: relative;
  }
  #contents {
    margin: 70px 0 0 0;
  }
  #location {
    display: none;
  }
  #sidemenu {
    display: none;
  }
  #bn-area {
    padding: 5em 0 4rem 0;
    background: url("../../assets/img/common/bn_bg.png") no-repeat;
    background-size: cover;
  }
  #bn-area .print-bn {
    display: none;
  }
  #bn-area__in {
    width: 96%;
    margin: 0 auto;
  }
  #bn-area__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #6C5011;
  }
  #bn-area__in ul li {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 1.5rem auto;
  }
  #bn-area__in ul li img {
    width: 100%;
  }
  .sp-tel-area {
    padding: 2rem 0;
    background: #F2EBD1;
  }
  .sp-tel-area .txt {
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-weight: bold;
  }
  .sp-tel-area .txt strong {
    font-weight: bold;
    color: #CD0003;
    font-size: 1.6rem;
  }
  .sp-tel-area .btn-tel {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  .sp-tel-area .btn-tel a {
    display: block;
    padding: 0.5rem 0;
    text-decoration: none;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #1662A3;
    -webkit-box-shadow: 0px 4px 0px 1px #0C4271;
            box-shadow: 0px 4px 0px 1px #0C4271;
  }
  .sp-tel-area .btn-tel a span {
    display: inline-block;
    padding: 0 0 0 2.2rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    font-size: 1.8rem;
    background: url("../../assets/img/common/icon_tel_wh.png") no-repeat left;
    background-size: 16px;
  }
  .sp-tel-area .btn-hasten {
    width: 80%;
    max-width: 300px;
    margin: 1.5rem auto 0 auto;
  }
  .sp-tel-area .btn-hasten a {
    display: block;
    padding: 1.5rem 0;
    text-decoration: none;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #D10003;
    -webkit-box-shadow: 0px 4px 0px 1px #760001;
            box-shadow: 0px 4px 0px 1px #760001;
  }
  .wp-pagenavi {
    width: 100%;
    margin: 5rem 0 0 0;
    padding: 0 0 5rem 0;
    font-size: 1.2rem;
    line-height: 3;
    text-align: center;
    overflow-wrap: break-word;
  }
  .wp-pagenavi a, .wp-pagenavi a:link {
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    text-decoration: none;
    color: #000;
    border: 1px solid #1662A3;
    background: #fff;
  }
  .wp-pagenavi a:visited {
    color: #000;
  }
  .wp-pagenavi a:hover {
    text-decoration: underline;
    background: #1662A3;
    color: #fff;
  }
  .wp-pagenavi a:active {
    color: #000;
  }
  .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
    border: 1px solid #1662A3;
    color: #000;
    background: #fff;
  }
  .wp-pagenavi span.current {
    font-weight: bold;
    background: #1662A3;
    color: #FFF;
  }
}
/* -------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  #hd {
    top: -100px;
    width: 100%;
    z-index: 9999;
    line-height: 1;
  }
  #hd a {
    text-decoration: none;
    color: #000;
  }
  #hd .hd-link {
    padding: 1rem 0;
    background: #1662A3;
  }
  #hd .hd-link ul {
    width: 96%;
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin: 0 auto;
  }
  #hd .hd-link ul li {
    margin: 0 0 0 3rem;
    font-size: 1.4rem;
    color: #fff;
  }
  #hd .hd-link ul li a {
    color: #fff;
  }
  #hd .hd-link ul li a:hover {
    color: #FFFD00;
  }
  #hd #hd-inner {
    width: 100%;
    background: #F2EBD1;
  }
  #hd #hd-inner #mobile-head {
    width: 96%;
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 1rem 0 0 0;
  }
  #hd #hd-inner #mobile-head .logo {
    width: 230px;
    margin: 0.5rem 0 0 0;
    mix-blend-mode: multiply;
  }
  #hd #hd-inner #mobile-head .form-logo {
    width: 500px;
    margin: 2.5rem 0;
    font-size: 2rem;
    font-weight: bold;
  }
  #hd #hd-inner #mobile-head .sp-btn {
    display: none;
  }
  #hd #hd-inner #mobile-head .contact {
    width: 610px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #hd #hd-inner #mobile-head .contact .lead {
    width: 275px;
    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;
  }
  #hd #hd-inner #mobile-head .contact .lead-txt {
    position: relative;
    width: 200px;
    height: 50px;
    background: #fff;
    padding: 0.5rem 0 0 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
  }
  #hd #hd-inner #mobile-head .contact .lead-txt strong {
    color: #C72323;
    font-weight: bold;
  }
  #hd #hd-inner #mobile-head .contact .lead-txt:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 15, 0, 0);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 10px;
    margin-top: -5px;
    border-right-color: #fff;
    right: 100%;
    top: 50%;
  }
  #hd #hd-inner #mobile-head .contact .tel {
    width: 300px;
  }
  #hd #hd-inner #mobile-head .contact .tel-txt {
    padding: 0.5rem;
    background: #1662A3;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 30px;
  }
  #hd #hd-inner #mobile-head .contact .tel-txt strong {
    margin: 0 0.3rem 0 0;
    font-weight: bold;
    color: #FFD857;
    font-size: 1.6rem;
  }
  #hd #hd-inner #mobile-head .contact .tel-number {
    margin: 0.5rem 0 0 0;
    text-align: center;
  }
  #hd #hd-inner #mobile-head .contact .tel-number span {
    padding: 0 0 0 3.5rem;
    letter-spacing: 0.1em;
    font-size: 3.2rem;
    font-weight: bold;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat left;
    background-size: 24px;
  }
  #hd #hd-inner #mobile-head .contact .btn {
    width: 210px;
    margin: 0.2rem 0 0 0;
  }
  #hd #hd-inner #mobile-head .contact .btn a {
    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;
    height: 60px;
    padding: 0.3rem 0 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
    background: #bf0e1c;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -3px;
  }
  #hd #hd-inner #mobile-head .contact .btn a strong {
    font-weight: bold;
    font-size: 1.8rem;
  }
  #hd #hd-inner #mobile-head .contact .btn a:hover {
    color: #FFFD00;
  }
  #hd #hd-inner #hamburger {
    display: none;
  }
  #hd #hd-inner .hamburger-txt {
    display: none;
  }
  #hd #hd-inner #menu-btn-check {
    display: none;
  }
  #hd #hd-inner #global-nav {
    width: 100%;
    position: relative;
    margin: 1rem 0 0 0;
    background: #fff;
  }
  #hd #hd-inner #global-nav .btn-top {
    display: none;
  }
  #hd #hd-inner #global-nav .contact {
    display: none;
  }
  #hd #hd-inner #global-nav .menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hd #hd-inner #global-nav .menu li {
    width: 14.2857142857%;
    background: url("../../assets/img/common/menu_line.png") no-repeat center right;
  }
  #hd #hd-inner #global-nav .menu li a {
    height: 70px;
    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;
  }
  #hd #hd-inner #global-nav .menu li a span {
    font-weight: bold;
  }
  #hd #hd-inner #global-nav .menu li .active span {
    color: #1662A3;
    border-bottom: 3px solid #1662A3;
  }
  #hd #hd-inner #global-nav .menu li .child-menu { /* 下層メニューのスタイル */
    width: 100%;
    position: absolute;
    top: 100%; /* 親項目の直下に配置 */
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999;
    padding: 1rem 2rem 2rem 2rem;
    color: #333;
    background: #fff;
    visibility: hidden; /* 下層メニューを非表示 */
  }
  #hd #hd-inner #global-nav .menu li .child-menu li { /* 案件により異なる */
    background: none;
    width: auto;
    margin: 0 1.5rem;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-width: 250px;
    max-width: auto;
    height: auto;
    border: 2px solid #10548E;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 0px 0 #0C4271;
            box-shadow: 0 3px 0px 0 #0C4271;
    background: #10548E;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box__left {
    width: 75px;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box__left img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 100px);
    padding: 0 1.5rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    background: #fff;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box__right {
    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: 25px;
    padding: 0 1rem;
    font-size: 1rem;
    color: #fff;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box-plan {
    display: block;
    width: 260px;
    height: auto;
    background: #fff;
    color: #000;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box-plan__lead {
    padding: 1.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box-plan__name {
    margin: 1.5rem 0;
    text-align: center;
    font-weight: bold;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box-plan__photo {
    width: 250px;
    margin: 0 auto;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box-plan__photo img {
    width: 100%;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box-plan__more {
    padding: 1.5rem 0;
    font-size: 1.4rem;
    text-align: center;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box-plan__more span {
    padding: 0 2.5rem 0 0;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .sub-menu-box-plan:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .twoheart {
    border: 1px solid #FFAD3C;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 0px 0 #E89C33;
            box-shadow: 0 3px 0px 0 #E89C33;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .twoheart .sub-menu-box-plan__lead {
    background: #FFAD3C;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .twoheart .sub-menu-box-plan__more span {
    background: url("../../assets/img/common/nav_plan_arrow01.png") no-repeat right;
    background-size: contain;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .gardenhouse {
    border: 1px solid #4A9B20;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 0px 0 #4A9B20;
            box-shadow: 0 3px 0px 0 #4A9B20;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .gardenhouse .sub-menu-box-plan__lead {
    background: #3E831A;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .gardenhouse .sub-menu-box-plan__more span {
    background: url("../../assets/img/common/nav_plan_arrow02.png") no-repeat right;
    background-size: contain;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .omiya {
    border: 1px solid #342271;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 0px 0 #1E1341;
            box-shadow: 0 3px 0px 0 #1E1341;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .omiya .sub-menu-box-plan__lead {
    background: #342271;
  }
  #hd #hd-inner #global-nav .menu li .child-menu li .omiya .sub-menu-box-plan__more span {
    background: url("../../assets/img/common/nav_plan_arrow03.png") no-repeat right;
    background-size: contain;
  }
  #hd #hd-inner #global-nav .menu li:hover > a {
    color: #1662A3;
    font-weight: bold;
  }
  #hd #hd-inner #global-nav .menu li:hover > .active span {
    color: #1662A3;
    border-bottom: 3px solid #1662A3;
  }
  #hd #hd-inner #global-nav .menu li:hover .child-menu { /* 下層メニューのスタイル（親項目ホバー時） */
    visibility: visible; /* 下層メニューを表示 */
  }
  #hd #hd-inner #global-nav .menu .line-none {
    background: none;
  }
  #hd #hd-inner #global-nav .menu-tablet {
    display: none;
  }
  #hd #hd-inner #global-nav .sp-only {
    display: none;
  }
  #hd #hd-inner .btn-form-back {
    width: 200px;
    position: absolute;
    top: 10px;
    right: 50px;
    margin: 0 0 0 auto;
  }
  #hd #hd-inner .btn-form-back a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
    background: #1662A3;
    color: #fff;
  }
  .hd-form-bg {
    background: #fff !important;
  }
  #hd.fixed {
    position: fixed;
    top: 0;
    background: rgb(255, 255, 255);
    -webkit-transition: top 0.65s ease-in;
    transition: top 0.65s ease-in;
  }
  #hd.fixed .hd-link {
    display: none;
  }
  #hd.fixed #hd-inner {
    margin: 0 auto;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
  }
  #hd.fixed #hd-inner #mobile-head {
    display: none;
    margin: 0;
  }
  #hd.fixed #hd-inner #global-nav {
    width: 100%;
    position: relative;
    margin: 0;
  }
  #hd.fixed #hd-inner #global-nav .btn-top {
    display: none;
  }
  #hd.fixed #hd-inner #global-nav .contact {
    display: none;
  }
  #hd.fixed #hd-inner #global-nav .menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hd.fixed #hd-inner #global-nav .menu li {
    width: 14.2857142857%;
    background: url("../../assets/img/common/menu_line.png") no-repeat center right;
  }
  #hd.fixed #hd-inner #global-nav .menu li a {
    height: 40px;
    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;
  }
  #hd.fixed #hd-inner #global-nav .menu li .child-menu { /* 下層メニューのスタイル */
    width: 100%;
    position: absolute;
    top: 100%; /* 親項目の直下に配置 */
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
    padding: 2rem;
    color: #333;
    background: #fff;
    visibility: hidden; /* 下層メニューを非表示 */
  }
  #hd.fixed #hd-inner #global-nav .menu li .child-menu li { /* 案件により異なる */
    width: auto;
    margin: 0 2.5rem 0 0;
  }
  #hd.fixed #hd-inner #global-nav .menu li .child-menu li a {
    height: auto;
  }
  #hd.fixed #hd-inner #global-nav .menu li:hover .child-menu { /* 下層メニューのスタイル（親項目ホバー時） */
    visibility: visible; /* 下層メニューを表示 */
  }
  #hd.fixed #hd-inner #global-nav .menu li:first-child {
    border-left: 1px solid #666;
  }
  #hd.fixed #hd-inner #global-nav .sp-only {
    display: none;
  }
}
@media print {
  body {
    zoom: 50%;
  }
  #hd {
    display: none;
  }
  #slide {
    display: none;
  }
  #sidemenu {
    display: none;
  }
  #bn-area {
    padding: 5rem;
    text-align: center;
  }
  .print-bn {
    display: block !important;
  }
  #bn-area__in {
    display: none;
  }
  #ft-tel {
    display: none;
  }
  #ft-tel__in {
    display: none;
  }
  #ft {
    display: none;
  }
  #location {
    display: none;
  }
  .top-link {
    display: none !important;
  }
  .top-link a {
    display: none !important;
  }
  .copyright {
    display: none;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  #hd {
    top: -100px;
    width: 100%;
    z-index: 9999;
    line-height: 1;
  }
  #hd a {
    text-decoration: none;
    color: #000;
  }
  #hd .hd-link {
    padding: 1rem 0;
    background: #1662A3;
  }
  #hd .hd-link ul {
    width: 96%;
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin: 0 auto;
  }
  #hd .hd-link ul li {
    margin: 0 0 0 3rem;
    font-size: 1.4rem;
    color: #fff;
  }
  #hd .hd-link ul li a {
    color: #fff;
  }
  #hd .hd-link ul li a:hover {
    color: #FFFD00;
  }
  #hd #hd-inner {
    width: 100%;
    background: #F2EBD1;
  }
  #hd #hd-inner #mobile-head {
    width: 96%;
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 1rem 0 0 0;
  }
  #hd #hd-inner #mobile-head .logo {
    width: 230px;
    margin: 0.5rem 0 0 0;
    mix-blend-mode: multiply;
  }
  #hd #hd-inner #mobile-head .form-logo {
    width: 500px;
    margin: 2.5rem 0;
    font-size: 2rem;
    font-weight: bold;
  }
  #hd #hd-inner #mobile-head .sp-btn {
    display: none;
  }
  #hd #hd-inner #mobile-head .contact {
    width: 610px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #hd #hd-inner #mobile-head .contact .lead {
    width: 275px;
    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;
  }
  #hd #hd-inner #mobile-head .contact .lead-txt {
    position: relative;
    width: 200px;
    height: 50px;
    background: #fff;
    padding: 0.5rem 0 0 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
  }
  #hd #hd-inner #mobile-head .contact .lead-txt strong {
    color: #C72323;
    font-weight: bold;
  }
  #hd #hd-inner #mobile-head .contact .lead-txt:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 15, 0, 0);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 10px;
    margin-top: -5px;
    border-right-color: #fff;
    right: 100%;
    top: 50%;
  }
  #hd #hd-inner #mobile-head .contact .tel {
    width: 300px;
  }
  #hd #hd-inner #mobile-head .contact .tel-txt {
    padding: 0.5rem;
    background: #1662A3;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 30px;
  }
  #hd #hd-inner #mobile-head .contact .tel-txt strong {
    margin: 0 0.3rem 0 0;
    font-weight: bold;
    color: #FFD857;
    font-size: 1.6rem;
  }
  #hd #hd-inner #mobile-head .contact .tel-number {
    margin: 0.5rem 0 0 0;
    text-align: center;
  }
  #hd #hd-inner #mobile-head .contact .tel-number span {
    padding: 0 0 0 3.5rem;
    letter-spacing: 0.1em;
    font-size: 3.2rem;
    font-weight: bold;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat left;
    background-size: 24px;
  }
  #hd #hd-inner #mobile-head .contact .btn {
    width: 210px;
    margin: 0.2rem 0 0 0;
  }
  #hd #hd-inner #mobile-head .contact .btn a {
    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;
    height: 60px;
    padding: 0.3rem 0 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
    background: #bf0e1c;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -3px;
  }
  #hd #hd-inner #mobile-head .contact .btn a strong {
    font-weight: bold;
    font-size: 1.8rem;
  }
  #hd #hd-inner #mobile-head .contact .btn a:hover {
    color: #FFFD00;
  }
  #hd #hd-inner #hamburger {
    display: none;
  }
  #hd #hd-inner .hamburger-txt {
    display: none;
  }
  #hd #hd-inner #menu-btn-check {
    display: none;
  }
  #hd #hd-inner #global-nav {
    width: 100%;
    position: relative;
    margin: 1rem 0 0 0;
    background: #fff;
  }
  #hd #hd-inner #global-nav .btn-top {
    display: none;
  }
  #hd #hd-inner #global-nav .contact {
    display: none;
  }
  #hd #hd-inner #global-nav .menu {
    display: none;
  }
  #hd #hd-inner #global-nav .menu-tablet {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hd #hd-inner #global-nav .menu-tablet li {
    width: 14.2857142857%;
    background: url("../../assets/img/common/menu_line.png") no-repeat center right;
  }
  #hd #hd-inner #global-nav .menu-tablet li a {
    height: 70px;
    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;
  }
  #hd #hd-inner #global-nav .menu-tablet li a span {
    font-weight: bold;
  }
  #hd #hd-inner #global-nav .menu-tablet li .active span {
    color: #1662A3;
    border-bottom: 3px solid #1662A3;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu { /* 下層メニューのスタイル */
    width: 100%;
    position: absolute;
    top: 100%; /* 親項目の直下に配置 */
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999;
    padding: 1rem 2rem 2rem 2rem;
    color: #333;
    background: #fff;
    visibility: hidden; /* 下層メニューを非表示 */
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li { /* 案件により異なる */
    background: none;
    width: auto;
    margin: 0 1.5rem;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-width: 250px;
    max-width: auto;
    height: auto;
    border: 2px solid #10548E;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 0px 0 #0C4271;
            box-shadow: 0 3px 0px 0 #0C4271;
    background: #10548E;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box__left {
    width: 75px;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box__left img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 100px);
    padding: 0 1.5rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    background: #fff;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box__right {
    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: 25px;
    padding: 0 1rem;
    font-size: 1rem;
    color: #fff;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box-plan {
    display: block;
    width: 260px;
    height: auto;
    background: #fff;
    color: #000;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box-plan__lead {
    padding: 1.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box-plan__name {
    margin: 1.5rem 0;
    text-align: center;
    font-weight: bold;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box-plan__photo {
    width: 250px;
    margin: 0 auto;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box-plan__photo img {
    width: 100%;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box-plan__more {
    padding: 1.5rem 0;
    font-size: 1.4rem;
    text-align: center;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box-plan__more span {
    padding: 0 2.5rem 0 0;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .sub-menu-box-plan:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .twoheart {
    border: 1px solid #FFAD3C;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 0px 0 #E89C33;
            box-shadow: 0 3px 0px 0 #E89C33;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .twoheart .sub-menu-box-plan__lead {
    background: #FFAD3C;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .twoheart .sub-menu-box-plan__more span {
    background: url("../../assets/img/common/nav_plan_arrow01.png") no-repeat right;
    background-size: contain;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .gardenhouse {
    border: 1px solid #4A9B20;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 0px 0 #4A9B20;
            box-shadow: 0 3px 0px 0 #4A9B20;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .gardenhouse .sub-menu-box-plan__lead {
    background: #3E831A;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .gardenhouse .sub-menu-box-plan__more span {
    background: url("../../assets/img/common/nav_plan_arrow02.png") no-repeat right;
    background-size: contain;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .omiya {
    border: 1px solid #342271;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 0px 0 #1E1341;
            box-shadow: 0 3px 0px 0 #1E1341;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .omiya .sub-menu-box-plan__lead {
    background: #342271;
  }
  #hd #hd-inner #global-nav .menu-tablet li .child-menu li .omiya .sub-menu-box-plan__more span {
    background: url("../../assets/img/common/nav_plan_arrow03.png") no-repeat right;
    background-size: contain;
  }
  #hd #hd-inner #global-nav .menu-tablet li:hover > a {
    color: #1662A3;
    font-weight: bold;
  }
  #hd #hd-inner #global-nav .menu-tablet li:hover > .active span {
    color: #1662A3;
    border-bottom: 3px solid #1662A3;
  }
  #hd #hd-inner #global-nav .menu-tablet li:hover .child-menu { /* 下層メニューのスタイル（親項目ホバー時） */
    visibility: visible; /* 下層メニューを表示 */
  }
  #hd #hd-inner #global-nav .menu-tablet .line-none {
    background: none;
  }
  #hd #hd-inner .btn-form-back {
    width: 200px;
    position: absolute;
    top: 10px;
    right: 50px;
    margin: 0 0 0 auto;
  }
  #hd #hd-inner .btn-form-back a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
    background: #1662A3;
    color: #fff;
  }
  .hd-form-bg {
    background: #fff !important;
  }
  #hd.fixed {
    position: fixed;
    top: 0;
    background: rgb(255, 255, 255);
    -webkit-transition: top 0.65s ease-in;
    transition: top 0.65s ease-in;
  }
  #hd.fixed .hd-link {
    display: none;
  }
  #hd.fixed #hd-inner {
    margin: 0 auto;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
  }
  #hd.fixed #hd-inner #mobile-head {
    display: none;
    margin: 0;
  }
  #hd.fixed #hd-inner #global-nav {
    width: 100%;
    position: relative;
    margin: 0;
  }
  #hd.fixed #hd-inner #global-nav .btn-top {
    display: none;
  }
  #hd.fixed #hd-inner #global-nav .contact {
    display: none;
  }
  #hd.fixed #hd-inner #global-nav .menu {
    display: none;
  }
  #hd.fixed #hd-inner #global-nav .menu-tablet {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hd.fixed #hd-inner #global-nav .menu-tablet li {
    width: 14.2857142857%;
    background: url("../../assets/img/common/menu_line.png") no-repeat center right;
  }
  #hd.fixed #hd-inner #global-nav .menu-tablet li a {
    height: 40px;
    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;
  }
  #hd.fixed #hd-inner #global-nav .menu-tablet li .child-menu { /* 下層メニューのスタイル */
    width: 100%;
    position: absolute;
    top: 100%; /* 親項目の直下に配置 */
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
    padding: 2rem;
    color: #333;
    background: #fff;
    visibility: hidden; /* 下層メニューを非表示 */
  }
  #hd.fixed #hd-inner #global-nav .menu-tablet li .child-menu li { /* 案件により異なる */
    width: auto;
    margin: 0 2.5rem 0 0;
  }
  #hd.fixed #hd-inner #global-nav .menu-tablet li .child-menu li a {
    height: auto;
  }
  #hd.fixed #hd-inner #global-nav .menu-tablet li:hover .child-menu { /* 下層メニューのスタイル（親項目ホバー時） */
    visibility: visible; /* 下層メニューを表示 */
  }
  #hd.fixed #hd-inner #global-nav .menu-tablet li:first-child {
    border-left: 1px solid #666;
  }
  #hd.fixed #hd-inner #global-nav .sp-only {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #hd {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
    color: #000;
  }
  #hd .hd-link {
    display: none;
  }
  #hd-inner {
    width: 100%;
    background: #fff;
    /* hamburgerここから */
    /* inputを非表示 */
    /* label */
    /* メニュー展開時にハンバーガーアイコンを固定 */
    /* ハンバーガーアイコン */
    /* ハンバーガーアイコン･アニメーション */
    /* メニューエリア */
    /* メニューエリア･アニメーション */
    /* 右から */
    /* コンテンツカバー */
  }
  #hd-inner #mobile-head {
    width: calc(100% - 70px);
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hd-inner #mobile-head .logo {
    width: calc(100% - 70px);
    margin: 0 auto 0 2rem;
  }
  #hd-inner #mobile-head .logo img {
    width: 160px;
  }
  #hd-inner #mobile-head .logo img img {
    width: 100%;
  }
  #hd-inner #mobile-head .contact {
    display: none;
  }
  #hd-inner #mobile-head .sp-btn {
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hd-inner #mobile-head .sp-btn li {
    width: 30px;
  }
  #hd-inner #mobile-head .sp-btn li img {
    width: 100%;
  }
  #hd-inner #mobile-head .sp-btn li:first-child {
    margin: 0 1rem 0 0;
  }
  #hd-inner .input-hidden {
    display: none;
  }
  #hd-inner .hamburger-switch {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px; /* ハンバーガーアイコンの位置（上から） */
    z-index: 9999;
    width: 4rem; /* アイコン（クリック可能領域）の幅 */
    height: 4rem; /* アイコン（クリック可能領域の）高さ */
  }
  #hd-inner .hamburger-txt {
    position: relative;
    top: 30px;
    font-size: 1rem;
    font-weight: bold;
  }
  #hd-inner #hamburger:checked ~ .hamburger-switch {
    position: fixed;
  }
  #hd-inner .hamburger-switch-line1, #hd-inner .hamburger-switch-line1-before, #hd-inner .hamburger-switch-line1-after {
    width: 25px;
    height: 3px;
    background: #333; /* ハンバーガーアイコンの色 */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
  }
  #hd-inner .hamburger-switch-line1 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #hd-inner .hamburger-switch-line1-before {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
  #hd-inner .hamburger-switch-line1-after {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
  #hd-inner #hamburger:checked ~ .hamburger-switch .hamburger-switch-line1 {
    width: 0;
  }
  #hd-inner #hamburger:checked ~ .hamburger-switch .hamburger-switch-line1-before {
    -webkit-transform: rotate(45deg) translate(-40%, 325%);
            transform: rotate(45deg) translate(-40%, 325%);
  }
  #hd-inner #hamburger:checked ~ .hamburger-switch .hamburger-switch-line1-after {
    -webkit-transform: rotate(-45deg) translate(-40%, -325%);
            transform: rotate(-45deg) translate(-40%, -325%);
  }
  #hd-inner .hamburger-menuwrap {
    position: fixed;
    height: 100%;
    background: #fafafa; /* メニューエリアの背景色 */
    padding: 5em 3% 2em;
    z-index: 9998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
    top: 0;
    left: 100%;
    width: 70%;
  }
  #hd-inner #hamburger:checked ~ #global-nav {
    left: 30%;
  }
  #hd-inner #hamburger:checked ~ .hamburger-closelabel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #hd-inner #hamburger:checked ~ .hamburger-closelabel .hamburger-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    background: rgba(3, 3, 3, 0.5);
    display: block;
    cursor: pointer;
  }
  #hd-inner #global-nav {
    position: fixed;
    height: 100%;
    background: #fafafa; /* メニューエリアの背景色 */
    padding: 1.5rem;
    z-index: 9998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
    top: 0;
    left: 100%;
    width: 70%;
  }
  #hd-inner #global-nav .btn-top {
    margin: 0 0 3rem 0;
  }
  #hd-inner #global-nav .btn-top a {
    display: block;
    width: 75%;
    padding: 1rem;
    text-align: center;
    border: 3px solid #1662A3;
    border-radius: 30px;
    background: #fff;
    text-decoration: none;
    color: #1662A3;
    font-weight: bold;
  }
  #hd-inner #global-nav .contact {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  #hd-inner #global-nav .contact li {
    margin: 0 0 1.5rem 0;
  }
  #hd-inner #global-nav .contact li:last-child {
    margin: 0;
  }
  #hd-inner #global-nav .contact .btn-tel {
    display: block;
    padding: 0.8rem 0 0.5rem 0;
    text-decoration: none;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #1662A3;
    -webkit-box-shadow: 0px 4px 0px 1px #0C4271;
            box-shadow: 0px 4px 0px 1px #0C4271;
  }
  #hd-inner #global-nav .contact .btn-tel span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #hd-inner #global-nav .contact .btn-tel .number {
    display: inline-block;
    padding: 0 0 0 2rem;
    font-size: 1.6rem;
    background: url("../../assets/img/common/icon_tel_wh.png") no-repeat left;
    background-size: 16px;
  }
  #hd-inner #global-nav .contact .btn-dr {
    display: block;
    padding: 0.8rem 0 0.5rem 0;
    text-decoration: none;
    line-height: 1.4;
    color: #1662A3;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #FFCB1F;
    -webkit-box-shadow: 0px 4px 0px 1px #E89C33;
            box-shadow: 0px 4px 0px 1px #E89C33;
    font-size: 1.6rem;
  }
  #hd-inner #global-nav .contact .btn-dr span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #hd-inner #global-nav .contact .btn-hasten {
    display: block;
    padding: 0.8rem 0 0.5rem 0;
    text-decoration: none;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #D10003;
    -webkit-box-shadow: 0px 4px 0px 1px #760001;
            box-shadow: 0px 4px 0px 1px #760001;
    font-size: 1.6rem;
  }
  #hd-inner #global-nav .contact .btn-hasten span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #hd-inner #global-nav .menu {
    width: 100%;
  }
  #hd-inner #global-nav .menu li {
    width: 100%;
    border-bottom: 1px solid #999;
  }
  #hd-inner #global-nav .menu li a {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  #hd-inner #global-nav .menu li a span {
    font-weight: bold;
    color: #1662A3;
  }
  #hd-inner #global-nav .menu li .navi-arrow {
    position: relative;
    display: block;
    padding: 1.5rem 0.5rem;
    color: #000;
    text-decoration: none;
  }
  #hd-inner #global-nav .menu li .navi-arrow::before,
  #hd-inner #global-nav .menu li .navi-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #hd-inner #global-nav .menu li .right::before {
    right: 15px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #hd-inner #global-nav .menu li .child-menu {
    margin: -1rem 0 0 0;
  }
  #hd-inner #global-nav .menu li .child-menu li {
    padding: 0 0 0 1.5rem;
  }
  #hd-inner #global-nav .menu li .child-menu .last {
    border-bottom: none;
  }
  #hd-inner #global-nav .menu .pc-only {
    display: none;
  }
  #hd-inner #global-nav .menu-tablet {
    display: none;
  }
  #hd-inner .btn-form-back {
    width: 130px;
    position: absolute;
    top: 10px;
    right: 7px;
    margin: 1rem 0 rem auto;
  }
  #hd-inner .btn-form-back a {
    display: block;
    padding: 1rem 0;
    font-size: 1.2rem;
    text-align: center;
    background: #1662A3;
    color: #fff;
    text-decoration: none;
  }
}
/* -------------------------------------------------------------------
 TOPページ
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  #index #slide {
    width: 100%;
  }
  #index #slide .slide01 {
    width: 100%;
    height: 750px;
    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;
    background: url("../../assets/img/index/bg_slide01.jpg") no-repeat center;
  }
  #index #slide .slide01 .image {
    width: 1000px;
    margin: 0 auto;
  }
  #index #slide .slide01 .image img {
    width: 100%;
  }
  #index #slide .slide01 .lead {
    text-align: center;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
  }
  #index #slide .slide01 .btn {
    width: 380px;
    margin: 3rem auto 0 auto;
  }
  #index #slide .slide01 .btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    border-radius: 30px;
    text-decoration: none;
  }
  #index #slide .slide01 .btn a:hover {
    color: #F5EA02;
  }
  #index #slide .slide02 {
    width: 100%;
    height: 750px;
    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;
    background: url("../../assets/img/index/bg_slide02.jpg") no-repeat center;
  }
  #index #slide .slide02 .lead {
    text-align: center;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
  }
  #index #slide .slide02 .btn {
    width: 380px;
    margin: 3rem auto 0 auto;
  }
  #index #slide .slide02 .btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    border-radius: 30px;
    text-decoration: none;
  }
  #index #slide .slide02 .btn a:hover {
    color: #F5EA02;
  }
  #index #slide .slide03 {
    width: 100%;
    height: 750px;
    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;
    background: url("../../assets/img/index/bg_slide03.jpg") no-repeat center;
  }
  #index #slide .slide03 .lead {
    text-align: center;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
  }
  #index #slide .slide03 .btn {
    width: 380px;
    margin: 3rem auto 0 auto;
  }
  #index #slide .slide03 .btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    border-radius: 30px;
    text-decoration: none;
  }
  #index #slide .slide03 .btn a:hover {
    color: #F5EA02;
  }
  #index .sec01 {
    width: 100%;
    padding: 10rem 0;
  }
  #index .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #index .sec01__in h2 {
    margin: 0 0 3rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #1662A3;
  }
  #index .sec01__in__lead {
    width: 100%;
    height: 350px;
    position: relative;
  }
  #index .sec01__in__lead__in {
    width: 600px;
    height: 300px;
    position: absolute;
    top: 23px;
    z-index: 2;
    padding: 4rem;
    background: #fff;
    -webkit-box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.6);
  }
  #index .sec01__in__lead__in__btn {
    width: 300px;
    margin: 3rem auto 0 auto;
  }
  #index .sec01__in__lead__in__btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #index .sec01__in__lead__in__btn a:hover {
    color: #F5EA02;
  }
  #index .sec01__in__lead__image {
    width: 673px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #index .sec01__in__bn {
    margin: 5rem 0 0 0;
  }
  #index .sec01__in__bn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .sec02 {
    padding: 10rem 0;
    background: #2A6FAA;
  }
  #index .sec02__in {
    width: 1200px;
    margin: 0 auto;
  }
  #index .sec02__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #fff;
  }
  #index .sec02__in__lead {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
  }
  #index .sec02__in__list {
    width: 100%;
    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: 4rem 0 0 0;
  }
  #index .sec02__in__list__box {
    width: 380px;
    margin: 0 0 3.5rem 0;
    background: #fff;
  }
  #index .sec02__in__list__box a {
    display: block;
    padding: 2.5rem;
    background: #fff;
    text-decoration: none;
    color: #000;
    border: 5px solid #fff;
  }
  #index .sec02__in__list__box a h3 {
    padding: 0 0 0 3.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #2A6FAA;
    background: url("../../assets/img/common/icon_voice_name.png") no-repeat left 5px;
    text-decoration: underline;
  }
  #index .sec02__in__list__box a .area {
    margin: 0.5rem 0 0 0;
    text-align: right;
    font-weight: bold;
  }
  #index .sec02__in__list__box a ul {
    margin: 1.5rem 0 0 0;
    padding: 1.5rem 0 0 0;
    border-top: 1px solid #666;
  }
  #index .sec02__in__list__box a:hover {
    opacity: 0.5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .sec02__in__list__btn {
    width: 300px;
    margin: 3rem auto 0 auto;
    background: #fff;
    border-radius: 30px;
  }
  #index .sec02__in__list__btn a {
    display: block;
    padding: 1.5rem;
    background: #fff;
    color: #1662A3;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #index .sec02__in__list__btn a:hover {
    opacity: 0.5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .sec02__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #index .sec03 {
    padding: 10rem 0;
    background: url("../../assets/img/index/sec03_bg.png") no-repeat right 170px;
  }
  #index .sec03__in {
    width: 1200px;
    margin: 0 auto;
  }
  #index .sec03__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #1662A3;
  }
  #index .sec03__in__lead {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #index .sec03__in__list {
    width: 1000px;
    margin: 5rem auto 0 auto;
  }
  #index .sec03__in__list__box {
    width: 100%;
    margin: 0 0 5rem 0;
    background: #fff;
    border-radius: 23px;
  }
  #index .sec03__in__list__box__in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 23px;
    background: #fff;
    text-decoration: none;
    color: #000;
  }
  #index .sec03__in__list__box__in__left {
    width: calc(100% - 484px);
  }
  #index .sec03__in__list__box__in__left__lead {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  #index .sec03__in__list__box__in__left h3 {
    margin: 3.5rem 0;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
  }
  #index .sec03__in__list__box__in__left__more_txt {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0 0 0;
    font-weight: bold;
    text-align: center;
  }
  #index .sec03__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .sec03__in__list__box .two-heart {
    border: 3px solid #FFAD3C;
    -webkit-box-shadow: -1px 10px 0px -1px #E89C33;
            box-shadow: -1px 10px 0px -1px #E89C33;
  }
  #index .sec03__in__list__box .two-heart .sec03__in__list__box__in__left__lead {
    background: #FFAD3C;
    border-top-left-radius: 17px;
  }
  #index .sec03__in__list__box .two-heart .sec03__in__list__box__in__left__more_txt {
    border-top: 2px solid #FFAD3C;
  }
  #index .sec03__in__list__box .two-heart .sec03__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow01.png") no-repeat right;
    background-size: contain;
  }
  #index .sec03__in__list__box .garden-house {
    border: 3px solid #4A9B20;
    -webkit-box-shadow: -1px 10px 0px -1px #3E831A;
            box-shadow: -1px 10px 0px -1px #3E831A;
  }
  #index .sec03__in__list__box .garden-house .sec03__in__list__box__in__left__lead {
    background: #4A9B20;
    border-top-left-radius: 17px;
  }
  #index .sec03__in__list__box .garden-house .sec03__in__list__box__in__left__more_txt {
    border-top: 2px solid #4A9B20;
  }
  #index .sec03__in__list__box .garden-house .sec03__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow02.png") no-repeat right;
    background-size: contain;
  }
  #index .sec03__in__list__box .omiya {
    border: 3px solid #342271;
    -webkit-box-shadow: -1px 10px 0px -1px #1E1341;
            box-shadow: -1px 10px 0px -1px #1E1341;
  }
  #index .sec03__in__list__box .omiya .sec03__in__list__box__in__left__lead {
    background: #342271;
    border-top-left-radius: 17px;
  }
  #index .sec03__in__list__box .omiya .sec03__in__list__box__in__left__more_txt {
    border-top: 2px solid #342271;
  }
  #index .sec03__in__list__box .omiya .sec03__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow03.png") no-repeat right;
    background-size: contain;
  }
  #index .sec04 {
    padding: 10rem 0;
    background: url("../../assets/img/index/sec04_bg.png") no-repeat;
    background-size: cover;
  }
  #index .sec04__in {
    width: 1200px;
    margin: 0 auto;
  }
  #index .sec04__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #1662A3;
  }
  #index .sec04__in__lead {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #index .sec04__in__list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #index .sec04__in__list__box {
    width: 380px;
    margin: 0 0 4rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #index .sec04__in__list__box__in {
    display: block;
    padding: 2rem 1rem;
    text-decoration: none;
    color: #000;
  }
  #index .sec04__in__list__box__in h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #index .sec04__in__list__box__in__photo {
    margin: 2rem 0 1rem 0;
  }
  #index .sec04__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index .sec04__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
  #index .sec04__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #index .sec04__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #index .sec04__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #index .sec04__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #index .sec04__in__list__box__in__address {
    min-height: 80px;
    margin: 1.5rem 0 0 0;
    padding: 0 3.5rem 0 0;
  }
  #index .sec04__in__list__box:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .sec04__in__list .color01 {
    border: 3px solid #1662A3;
    -webkit-box-shadow: 0 7px 0px 0 #0C4271;
            box-shadow: 0 7px 0px 0 #0C4271;
  }
  #index .sec04__in__list .color01 h3 {
    color: #1662A3;
  }
  #index .sec04__in__list .color01 .sec04__in__list__box__in__address {
    background: url("../../assets/img/index/sec04_arrow01.png") no-repeat right bottom 5px;
  }
  #index .sec04__in__list .color02 {
    border: 3px solid #916C16;
    -webkit-box-shadow: 0 7px 0px 0 #6C5011;
            box-shadow: 0 7px 0px 0 #6C5011;
  }
  #index .sec04__in__list .color02 h3 {
    color: #916C16;
  }
  #index .sec04__in__list .color02 .sec04__in__list__box__in__address {
    background: url("../../assets/img/index/sec04_arrow02.png") no-repeat right bottom 5px;
  }
  #index .sec04__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #index .sec05 {
    padding: 10rem 0;
  }
  #index .sec05__in {
    width: 1200px;
    margin: 0 auto;
  }
  #index .sec05__in h2 {
    margin: 0 0 3.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #1662A3;
  }
  #index .sec05__in__table {
    width: 1000px;
    margin: 0 auto;
  }
  #index .sec05__in__table dl {
    width: 100%;
    display: table;
    margin: 0 0 1.5rem 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px dotted #666;
  }
  #index .sec05__in__table dl dt {
    width: 150px;
    padding: 0 0 0 1rem;
    display: table-cell;
  }
  #index .sec05__in__table dl dd {
    width: 850px;
    padding: 0 0 0 1rem;
    display: table-cell;
  }
}
@media print {
  body {
    zoom: 50%;
  }
  #hd {
    display: none;
  }
  #slide {
    display: none;
  }
  #sidemenu {
    display: none;
  }
  #bn-area {
    padding: 5rem;
    text-align: center;
  }
  .print-bn {
    display: block !important;
  }
  #bn-area__in {
    display: none;
  }
  #ft-tel {
    display: none;
  }
  #ft-tel__in {
    display: none;
  }
  #ft {
    display: none;
  }
  #location {
    display: none;
  }
  .top-link {
    display: none !important;
  }
  .top-link a {
    display: none !important;
  }
  .copyright {
    display: none;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  #index #slide {
    width: 100%;
    height: 750px;
  }
  #index #slide .slide01 {
    width: 100%;
    height: 750px;
    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;
    background: url("../../assets/img/index/bg_slide01.jpg") no-repeat center;
  }
  #index #slide .slide01 .image {
    width: 1000px;
    margin: 0 auto;
  }
  #index #slide .slide01 .image img {
    width: 100%;
  }
  #index #slide .slide01 .lead {
    text-align: center;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
  }
  #index #slide .slide01 .btn {
    width: 380px;
    margin: 3rem auto 0 auto;
  }
  #index #slide .slide01 .btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    border-radius: 30px;
    text-decoration: none;
  }
  #index #slide .slide01 .btn a:hover {
    color: #F5EA02;
  }
  #index #slide .slide02 {
    width: 100%;
    height: 750px;
    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;
    background: url("../../assets/img/index/bg_slide02.jpg") no-repeat center;
  }
  #index #slide .slide02 .lead {
    text-align: center;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
  }
  #index #slide .slide02 .btn {
    width: 380px;
    margin: 3rem auto 0 auto;
  }
  #index #slide .slide02 .btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    border-radius: 30px;
    text-decoration: none;
  }
  #index #slide .slide02 .btn a:hover {
    color: #F5EA02;
  }
  #index #slide .slide03 {
    width: 100%;
    height: 750px;
    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;
    background: url("../../assets/img/index/bg_slide03.jpg") no-repeat center;
  }
  #index #slide .slide03 .lead {
    text-align: center;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
  }
  #index #slide .slide03 .btn {
    width: 380px;
    margin: 3rem auto 0 auto;
  }
  #index #slide .slide03 .btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    border-radius: 30px;
    text-decoration: none;
  }
  #index #slide .slide03 .btn a:hover {
    color: #F5EA02;
  }
  #index .sec01 {
    width: 100%;
    padding: 10rem 0;
  }
  #index .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #index .sec01__in h2 {
    margin: 0 0 3rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #1662A3;
  }
  #index .sec01__in__lead {
    width: 100%;
    height: 350px;
    position: relative;
  }
  #index .sec01__in__lead__in {
    width: 600px;
    height: 300px;
    position: absolute;
    top: 23px;
    z-index: 2;
    padding: 4rem;
    background: #fff;
    -webkit-box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.6);
  }
  #index .sec01__in__lead__in__btn {
    width: 300px;
    margin: 3rem auto 0 auto;
  }
  #index .sec01__in__lead__in__btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #index .sec01__in__lead__in__btn a:hover {
    color: #F5EA02;
  }
  #index .sec01__in__lead__image {
    width: 673px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #index .sec01__in__bn {
    margin: 5rem 0 0 0;
  }
  #index .sec01__in__bn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .sec02 {
    padding: 10rem 0;
    background: #2A6FAA;
  }
  #index .sec02__in {
    width: 1200px;
    margin: 0 auto;
  }
  #index .sec02__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #fff;
  }
  #index .sec02__in__lead {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
  }
  #index .sec02__in__list {
    width: 100%;
    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: 4rem 0 0 0;
  }
  #index .sec02__in__list__box {
    width: 380px;
    margin: 0 0 3.5rem 0;
    background: #fff;
  }
  #index .sec02__in__list__box a {
    display: block;
    padding: 2.5rem;
    background: #fff;
    text-decoration: none;
    color: #000;
    border: 5px solid #fff;
  }
  #index .sec02__in__list__box a h3 {
    padding: 0 0 0 3.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #2A6FAA;
    background: url("../../assets/img/common/icon_voice_name.png") no-repeat left 5px;
    text-decoration: underline;
  }
  #index .sec02__in__list__box a .area {
    margin: 0.5rem 0 0 0;
    text-align: right;
    font-weight: bold;
  }
  #index .sec02__in__list__box a ul {
    margin: 1.5rem 0 0 0;
    padding: 1.5rem 0 0 0;
    border-top: 1px solid #666;
  }
  #index .sec02__in__list__box a:hover {
    opacity: 0.5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .sec02__in__list__btn {
    width: 300px;
    margin: 3rem auto 0 auto;
    background: #fff;
    border-radius: 30px;
  }
  #index .sec02__in__list__btn a {
    display: block;
    padding: 1.5rem;
    background: #fff;
    color: #1662A3;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #index .sec02__in__list__btn a:hover {
    opacity: 0.5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .sec02__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #index .sec03 {
    padding: 10rem 0;
    background: url("../../assets/img/index/sec03_bg.png") no-repeat right 170px;
  }
  #index .sec03__in {
    width: 1200px;
    margin: 0 auto;
  }
  #index .sec03__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #1662A3;
  }
  #index .sec03__in__lead {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #index .sec03__in__list {
    width: 1000px;
    margin: 5rem auto 0 auto;
  }
  #index .sec03__in__list__box {
    width: 100%;
    margin: 0 0 5rem 0;
    background: #fff;
    border-radius: 23px;
  }
  #index .sec03__in__list__box__in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 23px;
    background: #fff;
    text-decoration: none;
    color: #000;
  }
  #index .sec03__in__list__box__in__left {
    width: calc(100% - 484px);
  }
  #index .sec03__in__list__box__in__left__lead {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  #index .sec03__in__list__box__in__left h3 {
    margin: 3.5rem 0;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
  }
  #index .sec03__in__list__box__in__left__more_txt {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0 0 0;
    font-weight: bold;
    text-align: center;
  }
  #index .sec03__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .sec03__in__list__box .two-heart {
    border: 3px solid #FFAD3C;
    -webkit-box-shadow: -1px 10px 0px -1px #E89C33;
            box-shadow: -1px 10px 0px -1px #E89C33;
  }
  #index .sec03__in__list__box .two-heart .sec03__in__list__box__in__left__lead {
    background: #FFAD3C;
    border-top-left-radius: 17px;
  }
  #index .sec03__in__list__box .two-heart .sec03__in__list__box__in__left__more_txt {
    border-top: 2px solid #FFAD3C;
  }
  #index .sec03__in__list__box .two-heart .sec03__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow01.png") no-repeat right;
    background-size: contain;
  }
  #index .sec03__in__list__box .garden-house {
    border: 3px solid #4A9B20;
    -webkit-box-shadow: -1px 10px 0px -1px #3E831A;
            box-shadow: -1px 10px 0px -1px #3E831A;
  }
  #index .sec03__in__list__box .garden-house .sec03__in__list__box__in__left__lead {
    background: #4A9B20;
    border-top-left-radius: 17px;
  }
  #index .sec03__in__list__box .garden-house .sec03__in__list__box__in__left__more_txt {
    border-top: 2px solid #4A9B20;
  }
  #index .sec03__in__list__box .garden-house .sec03__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow02.png") no-repeat right;
    background-size: contain;
  }
  #index .sec03__in__list__box .omiya {
    border: 3px solid #342271;
    -webkit-box-shadow: -1px 10px 0px -1px #1E1341;
            box-shadow: -1px 10px 0px -1px #1E1341;
  }
  #index .sec03__in__list__box .omiya .sec03__in__list__box__in__left__lead {
    background: #342271;
    border-top-left-radius: 17px;
  }
  #index .sec03__in__list__box .omiya .sec03__in__list__box__in__left__more_txt {
    border-top: 2px solid #342271;
  }
  #index .sec03__in__list__box .omiya .sec03__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow03.png") no-repeat right;
    background-size: contain;
  }
  #index .sec04 {
    padding: 10rem 0;
    background: url("../../assets/img/index/sec04_bg.png") no-repeat;
    background-size: cover;
  }
  #index .sec04__in {
    width: 1200px;
    margin: 0 auto;
  }
  #index .sec04__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #1662A3;
  }
  #index .sec04__in__lead {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #index .sec04__in__list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #index .sec04__in__list__box {
    width: 380px;
    margin: 0 0 4rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #index .sec04__in__list__box__in {
    display: block;
    padding: 2rem 1rem;
    text-decoration: none;
    color: #000;
  }
  #index .sec04__in__list__box__in h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #index .sec04__in__list__box__in__photo {
    margin: 2rem 0 1rem 0;
  }
  #index .sec04__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index .sec04__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
  #index .sec04__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #index .sec04__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #index .sec04__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #index .sec04__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #index .sec04__in__list__box__in__address {
    min-height: 80px;
    margin: 1.5rem 0 0 0;
    padding: 0 3.5rem 0 0;
  }
  #index .sec04__in__list__box:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .sec04__in__list .color01 {
    border: 3px solid #1662A3;
    -webkit-box-shadow: 0 7px 0px 0 #0C4271;
            box-shadow: 0 7px 0px 0 #0C4271;
  }
  #index .sec04__in__list .color01 h3 {
    color: #1662A3;
  }
  #index .sec04__in__list .color01 .sec04__in__list__box__in__address {
    background: url("../../assets/img/index/sec04_arrow01.png") no-repeat right bottom 5px;
  }
  #index .sec04__in__list .color02 {
    border: 3px solid #916C16;
    -webkit-box-shadow: 0 7px 0px 0 #6C5011;
            box-shadow: 0 7px 0px 0 #6C5011;
  }
  #index .sec04__in__list .color02 h3 {
    color: #916C16;
  }
  #index .sec04__in__list .color02 .sec04__in__list__box__in__address {
    background: url("../../assets/img/index/sec04_arrow02.png") no-repeat right bottom 5px;
  }
  #index .sec04__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #index .sec05 {
    padding: 10rem 0;
  }
  #index .sec05__in {
    width: 1200px;
    margin: 0 auto;
  }
  #index .sec05__in h2 {
    margin: 0 0 3.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #1662A3;
  }
  #index .sec05__in__table {
    width: 1000px;
    margin: 0 auto;
  }
  #index .sec05__in__table dl {
    width: 100%;
    display: table;
    margin: 0 0 1.5rem 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px dotted #666;
  }
  #index .sec05__in__table dl dt {
    width: 150px;
    padding: 0 0 0 1rem;
    display: table-cell;
  }
  #index .sec05__in__table dl dd {
    width: 850px;
    padding: 0 0 0 1rem;
    display: table-cell;
  }
}
@media screen and (max-width: 599px) {
  #index #slide {
    width: 100%;
  }
  #index #slide .slide01 {
    width: 100%;
    height: 400px;
    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;
    background: url("../../assets/img/index/bg_slide01_sp.jpg") no-repeat center;
    background-size: cover;
  }
  #index #slide .slide01 .image {
    width: 90%;
    margin: 0 auto;
  }
  #index #slide .slide01 .image img {
    width: 100%;
  }
  #index #slide .slide01 .lead {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
  }
  #index #slide .slide01 .btn {
    width: 80%;
    min-width: 280px;
    margin: 3rem auto 0 auto;
  }
  #index #slide .slide01 .btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 30px;
    text-decoration: none;
  }
  #index #slide .slide01 .btn a:hover {
    color: #F5EA02;
  }
  #index #slide .slide02 {
    width: 100%;
    height: 400px;
    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;
    background: url("../../assets/img/index/bg_slide02_sp.jpg") no-repeat center;
    background-size: cover;
  }
  #index #slide .slide02 .lead {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
  }
  #index #slide .slide02 .btn {
    width: 80%;
    min-width: 280px;
    margin: 3rem auto 0 auto;
  }
  #index #slide .slide02 .btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 30px;
    text-decoration: none;
  }
  #index #slide .slide02 .btn a:hover {
    color: #F5EA02;
  }
  #index #slide .slide03 {
    width: 100%;
    height: 400px;
    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;
    background: url("../../assets/img/index/bg_slide03_sp.jpg") no-repeat center;
    background-size: cover;
  }
  #index #slide .slide03 .lead {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
  }
  #index #slide .slide03 .btn {
    width: 80%;
    min-width: 280px;
    margin: 3rem auto 0 auto;
  }
  #index #slide .slide03 .btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 30px;
    text-decoration: none;
  }
  #index #slide .slide03 .btn a:hover {
    color: #F5EA02;
  }
  #index .sec01 {
    width: 100%;
    padding: 0 0 5rem 0;
  }
  #index .sec01__in {
    width: 96%;
    margin: 0 auto;
  }
  #index .sec01__in__bn {
    width: 80%;
    max-width: 300px;
    margin: 3rem auto 5rem auto;
  }
  #index .sec01__in__bn a {
    width: 100%;
    display: block;
    padding: 0.8rem 0 0.5rem 0;
    text-decoration: none;
    line-height: 1.4;
    color: #1662A3;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #FFCB1F;
    -webkit-box-shadow: 0px 4px 0px 1px #E89C33;
            box-shadow: 0px 4px 0px 1px #E89C33;
  }
  #index .sec01__in__bn a p:nth-child(1) {
    font-weight: bold;
    color: #BF0E1C;
  }
  #index .sec01__in__bn a p:nth-child(2) {
    margin: 0.5rem;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: underline;
  }
  #index .sec01__in__bn a p:nth-child(3) {
    font-weight: bold;
    color: #000;
  }
  #index .sec01__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #1662A3;
  }
  #index .sec01__in__lead {
    width: 100%;
  }
  #index .sec01__in__lead__in__btn {
    width: 80%;
    max-width: 300px;
    margin: 3rem auto 0 auto;
  }
  #index .sec01__in__lead__in__btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #index .sec01__in__lead__in__btn a:hover {
    color: #F5EA02;
  }
  #index .sec01__in__lead__image {
    width: 100%;
    margin: 2.5rem 0 0 0;
  }
  #index .sec01__in__lead__image img {
    width: 100%;
  }
  #index .sec02 {
    padding: 5rem 0;
    background: #2A6FAA;
  }
  #index .sec02__in {
    width: 96%;
    margin: 0 auto;
  }
  #index .sec02__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
  }
  #index .sec02__in__lead {
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  #index .sec02__in__list {
    width: 100%;
    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: 3rem 0 0 0;
  }
  #index .sec02__in__list__box {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 2rem auto;
    background: #fff;
  }
  #index .sec02__in__list__box a {
    display: block;
    padding: 2rem;
    background: #fff;
    text-decoration: none;
    color: #000;
    border: 5px solid #fff;
  }
  #index .sec02__in__list__box a h3 {
    padding: 0 0 0 3.5rem;
    font-weight: bold;
    color: #2A6FAA;
    background: url("../../assets/img/common/icon_voice_name.png") no-repeat left 5px;
    text-decoration: underline;
  }
  #index .sec02__in__list__box a .area {
    margin: 0.5rem 0 0 0;
    text-align: right;
    font-weight: bold;
  }
  #index .sec02__in__list__box a ul {
    margin: 1.5rem 0 0 0;
    padding: 1.5rem 0 0 0;
    border-top: 1px solid #999;
  }
  #index .sec02__in__list__box a:hover {
    opacity: 0.5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .sec02__in__list__btn {
    width: 80%;
    max-width: 300px;
    margin: 3rem auto 0 auto;
    background: #fff;
    border-radius: 30px;
  }
  #index .sec02__in__list__btn a {
    display: block;
    padding: 1.5rem;
    background: #fff;
    color: #1662A3;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #index .sec02__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #index .sec03 {
    padding: 5rem 0;
    background: url("../../assets/img/index/sec03_bg.png") no-repeat right 170px;
  }
  #index .sec03__in {
    width: 96%;
    margin: 0 auto;
  }
  #index .sec03__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #1662A3;
  }
  #index .sec03__in__lead {
    text-align: center;
    font-weight: bold;
  }
  #index .sec03__in__list {
    width: 80%;
    max-width: 300px;
    margin: 2.5rem auto 0 auto;
  }
  #index .sec03__in__list__box {
    width: 100%;
    margin: 0 auto 3rem auto;
    background: #fff;
  }
  #index .sec03__in__list__box__in {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 15px;
  }
  #index .sec03__in__list__box__in__left {
    width: 100%;
  }
  #index .sec03__in__list__box__in__left__lead {
    padding: 1rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
  #index .sec03__in__list__box__in__left h3 {
    margin: 1rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #index .sec03__in__list__box__in__left__image {
    width: 100%;
  }
  #index .sec03__in__list__box__in__left__image img {
    width: 100%;
  }
  #index .sec03__in__list__box__in__left__more_txt {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: center;
    text-decoration: underline;
  }
  #index .sec03__in__list__box__in__left__more_txt span {
    font-weight: bold;
  }
  #index .sec03__in__list__box__in__right {
    display: none;
  }
  #index .sec03__in__list__box .two-heart {
    border: 3px solid #FFAD3C;
  }
  #index .sec03__in__list__box .two-heart .sec03__in__list__box__in__left__lead {
    background: #FFAD3C;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #index .sec03__in__list__box .two-heart .sec03__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow01.png") no-repeat right;
    background-size: contain;
  }
  #index .sec03__in__list__box .garden-house {
    border: 3px solid #4A9B20;
  }
  #index .sec03__in__list__box .garden-house .sec03__in__list__box__in__left__lead {
    background: #4A9B20;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #index .sec03__in__list__box .garden-house .sec03__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow02.png") no-repeat right;
    background-size: contain;
  }
  #index .sec03__in__list__box .omiya {
    border: 3px solid #342271;
  }
  #index .sec03__in__list__box .omiya .sec03__in__list__box__in__left__lead {
    background: #342271;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #index .sec03__in__list__box .omiya .sec03__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow03.png") no-repeat right;
    background-size: contain;
  }
  #index .sec04 {
    padding: 5rem 0;
    background: url("../../assets/img/index/sec04_bg.png") no-repeat;
    background-size: cover;
  }
  #index .sec04__in {
    width: 96%;
    margin: 0 auto;
  }
  #index .sec04__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #1662A3;
  }
  #index .sec04__in__lead {
    text-align: center;
    font-weight: bold;
  }
  #index .sec04__in__list {
    width: 80%;
    max-width: 300px;
    margin: 3rem auto 0 auto;
  }
  #index .sec04__in__list__box {
    width: 100%;
    margin: 0 0 2.5rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #index .sec04__in__list__box__in {
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #000;
  }
  #index .sec04__in__list__box__in h3 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
  }
  #index .sec04__in__list__box__in__photo {
    width: 80%;
    margin: 1rem auto;
  }
  #index .sec04__in__list__box__in__photo img {
    width: 100%;
  }
  #index .sec04__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index .sec04__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
  }
  #index .sec04__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #index .sec04__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #index .sec04__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #index .sec04__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #index .sec04__in__list__box__in__address {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
  }
  #index .sec04__in__list__box:last-child {
    margin: 0;
  }
  #index .sec04__in__list .color01 {
    border: 3px solid #1662A3;
  }
  #index .sec04__in__list .color01 h3 {
    color: #1662A3;
  }
  #index .sec04__in__list .color02 {
    border: 3px solid #916C16;
  }
  #index .sec04__in__list .color02 h3 {
    color: #916C16;
  }
  #index .sec04__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #index .sec05 {
    padding: 5rem 0;
  }
  #index .sec05__in {
    width: 96%;
    margin: 0 auto;
  }
  #index .sec05__in h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #1662A3;
  }
  #index .sec05__in__table {
    width: 100%;
    margin: 0 auto;
  }
  #index .sec05__in__table dl {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px dotted #999;
  }
}
/* -------------------------------------------------------------------
 コンテンツ（PC）
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .pg-title {
    width: 100%;
    height: 200px;
    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;
    background: url("../../assets/img/common/title_bg.png") no-repeat;
    background-size: cover;
  }
  .pg-title h2 {
    color: #1662A3;
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
  }
  .ct-title01 {
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
  }
  .ct-title02 {
    font-size: 3.2rem;
    font-weight: 500;
    color: #1662A3;
    text-align: center;
  }
  #plan-top {
    width: 100%;
  }
  #plan-top .lead {
    margin: 0 0 7rem 0;
  }
  #plan-top .lead__txt {
    margin: 3rem 0 0 0;
    text-align: center;
    line-height: 2;
  }
  #plan-top .sec01 {
    padding: 0 0 5rem 0;
  }
  #plan-top .sec01__lead {
    padding: 5rem 0 7rem 0;
    text-align: center;
    background: url("../../assets/img/plan/index/bg_twoheart.jpg") no-repeat center;
    background-size: cover;
  }
  #plan-top .sec01__lead__txt01 {
    margin: 4rem 0 2rem 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec01__lead__txt02 {
    line-height: 2;
  }
  #plan-top .sec01__in {
    width: 1200px;
    margin: 5rem auto 8rem auto;
  }
  #plan-top .sec01__in__list {
    width: 100%;
    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;
  }
  #plan-top .sec01__in__list__box {
    width: 383px;
    margin: 0 0 3.5rem 0;
  }
  #plan-top .sec01__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #FFAD3C;
    -webkit-box-shadow: 0 7px 0px 0 #E89C33;
            box-shadow: 0 7px 0px 0 #E89C33;
  }
  #plan-top .sec01__in__list__box__in h4 {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #FFAD3C;
  }
  #plan-top .sec01__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-top .sec01__in__list__box__in__in__photo {
    margin: 0 0 1rem 0;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dt {
    margin: 1rem 0 0 0;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd {
    text-align: right;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 {
    margin: -0.7rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dt {
    width: 60px;
    height: 60px;
    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;
    background: #C0192A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd {
    width: calc(100% - 70px);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 {
    margin: -1rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd strong {
    margin: 0 1rem 0 0;
    font-size: 4rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-top .sec01__in__list::after {
    content: "";
    display: block;
    width: 383px;
  }
  #plan-top .sec02 {
    padding: 0 0 5rem 0;
  }
  #plan-top .sec02__lead {
    padding: 5rem 0 7rem 0;
    text-align: center;
    background: url("../../assets/img/plan/index/bg_gardenhouse.jpg") no-repeat center;
    background-size: cover;
  }
  #plan-top .sec02__lead__txt01 {
    margin: 4rem 0 2rem 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec02__lead__txt02 {
    line-height: 2;
  }
  #plan-top .sec02__in {
    width: 1200px;
    margin: 5rem auto 8rem auto;
  }
  #plan-top .sec02__in__list {
    width: 100%;
    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;
  }
  #plan-top .sec02__in__list__box {
    width: 383px;
    margin: 0 0 3.5rem 0;
  }
  #plan-top .sec02__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #4A9B20;
    -webkit-box-shadow: 0 7px 0px 0 #3E831A;
            box-shadow: 0 7px 0px 0 #3E831A;
  }
  #plan-top .sec02__in__list__box__in h4 {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #4A9B20;
  }
  #plan-top .sec02__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-top .sec02__in__list__box__in__in__photo {
    margin: 0 0 1rem 0;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dt {
    margin: 1rem 0 0 0;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd {
    text-align: right;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 {
    margin: -0.7rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dt {
    width: 60px;
    height: 60px;
    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;
    background: #C0192A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd {
    width: calc(100% - 70px);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 {
    margin: -1rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd strong {
    margin: 0 1rem 0 0;
    font-size: 4rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-top .sec02__in__list::after {
    content: "";
    display: block;
    width: 383px;
  }
  #plan-top .sec03 {
    padding: 0 0 5rem 0;
  }
  #plan-top .sec03__lead {
    padding: 5rem 0 7rem 0;
    text-align: center;
    background: url("../../assets/img/plan/index/bg_omiya.jpg") no-repeat center;
    background-size: cover;
  }
  #plan-top .sec03__lead__txt01 {
    margin: 4rem 0 2rem 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec03__lead__txt02 {
    line-height: 2;
  }
  #plan-top .sec03__in {
    width: 1200px;
    margin: 5rem auto 8rem auto;
  }
  #plan-top .sec03__in__list {
    width: 100%;
    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;
  }
  #plan-top .sec03__in__list__box {
    width: 383px;
    margin: 0 0 3.5rem 0;
  }
  #plan-top .sec03__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #342271;
    -webkit-box-shadow: 0 7px 0px 0 #1E1341;
            box-shadow: 0 7px 0px 0 #1E1341;
  }
  #plan-top .sec03__in__list__box__in h4 {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #342271;
  }
  #plan-top .sec03__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-top .sec03__in__list__box__in__in__photo {
    margin: 0 0 1rem 0;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dt {
    width: 60px;
    height: 60px;
    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;
    background: #C0192A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dd {
    width: calc(100% - 70px);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dd strong {
    margin: 0 1rem 0 0;
    font-size: 4rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dd span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    text-align: right;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(2) dt {
    margin: 0 0.5rem 0 0;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(2) dd span {
    font-size: 1.4rem;
  }
  #plan-top .sec03__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-top .sec03__in__list::after {
    content: "";
    display: block;
    width: 383px;
  }
  #plan-detail .plan-lead {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-radius: 15px;
  }
  #plan-detail .plan-lead__left {
    width: calc(100% - 620px);
  }
  #plan-detail .plan-lead__left h3 {
    border-top-left-radius: 10px;
  }
  #plan-detail .plan-lead__left__saidan {
    display: none;
  }
  #plan-detail .plan-lead__left__in {
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2rem auto 0 auto;
  }
  #plan-detail .plan-lead__left__in__left {
    width: 180px;
    padding: 0 0 1rem 0;
    border: 1px solid #1662A3;
    border-radius: 15px;
  }
  #plan-detail .plan-lead__left__in__left h4 {
    padding: 1rem 0 0.5rem 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    background: #1662A3;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__left h4 span {
    position: relative;
    color: #FFAD3C;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #plan-detail .plan-lead__left__in__left h4 span::before {
    content: "・"; /* 文字の上に置くものを指定 */
    position: absolute; /* 相対位置とする */
    color: #fff;
    top: -1.4rem; /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
    left: 0; /* 横方向の表示位置を調整 */
  }
  #plan-detail .plan-lead__left__in__left h4 strong {
    color: #FFAD3C;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #plan-detail .plan-lead__left__in__left__lead {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
  }
  #plan-detail .plan-lead__left__in__left__lead span {
    font-size: 1.8rem;
  }
  #plan-detail .plan-lead__left__in__left__price {
    width: 160px;
    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;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FFCB1F));
    background: linear-gradient(transparent 80%, #FFCB1F 0%);
  }
  #plan-detail .plan-lead__left__in__left__price__left {
    color: #C0192A;
    font-weight: bold;
    font-size: 5rem;
    line-height: 1;
  }
  #plan-detail .plan-lead__left__in__left__price__right {
    margin: 0.5rem 0 0 0.2rem;
    color: #C0192A;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  #plan-detail .plan-lead__left__in__left__link {
    display: none;
  }
  #plan-detail .plan-lead__left__in__right {
    width: calc(100% - 200px);
    text-align: center;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    color: #232323;
    line-height: 1.4;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__type {
    font-weight: bold;
    font-size: 1.8rem;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__price {
    margin: 0 1.5rem 0 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__price strong {
    margin: 0 1.5rem 0 0.7rem;
    font-size: 3.6rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__tax {
    position: absolute;
    right: -5px;
    top: 5px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box02 {
    width: 100%;
    margin: -0.7rem 0 0 0;
    padding: 0 1.5rem 0 0;
    text-align: right;
    font-size: 1.4rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    margin: 0.5rem 0 0 0;
    color: #C0192A;
    line-height: 1.4;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__type {
    font-weight: bold;
    font-size: 2.2rem;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__price {
    margin: 0 1.5rem 0 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__price strong {
    margin: 0 1.5rem 0 0.7rem;
    font-size: 4rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__tax {
    position: absolute;
    right: -5px;
    top: 5px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box02 {
    width: 100%;
    margin: -0.7rem 0 0 0;
    padding: 0 1.5rem 0 0;
    text-align: right;
    font-size: 1.4rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__txt {
    padding: 0.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #C0192A;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
  }
  #plan-detail .plan-lead__left__in__right__member-price {
    margin: 1rem 0;
    color: #C0192A;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
  }
  #plan-detail .plan-lead__left__in__right__member-price strong {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 5rem;
  }
  #plan-detail .plan-lead__left__in__right__member-price span {
    font-size: 1.4rem;
    color: #000;
  }
  #plan-detail .plan-lead__left__in__right__normal-price {
    margin: 1.5rem 0 0 0;
    font-size: 1.8rem;
  }
  #plan-detail .plan-lead__left__in__right__normal-price span {
    font-size: 1.4rem;
  }
  #plan-detail .plan-lead__left__flow {
    width: 94%;
    margin: 2rem auto 0 auto;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F2EBD1;
    border-radius: 10px;
  }
  #plan-detail .plan-lead__left__flow dt {
    width: 20%;
    text-align: center;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__flow dd {
    width: 80%;
    text-align: center;
  }
  #plan-detail .plan-lead__right {
    width: 620px;
  }
  #plan-detail .plan-lead__right img {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  #plan-detail .plan-lead-two-haert {
    border: 2px solid #FFAD3C;
  }
  #plan-detail .plan-lead-two-haert .plan-lead__left h3 {
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 3.2rem;
    background: #FFAD3C;
  }
  #plan-detail .plan-lead-garden-house {
    border: 2px solid #4A9B20;
  }
  #plan-detail .plan-lead-garden-house .plan-lead__left h3 {
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 3.2rem;
    background: #4A9B20;
  }
  #plan-detail .plan-lead-omiya {
    border: 2px solid #342271;
  }
  #plan-detail .plan-lead-omiya .plan-lead__left h3 {
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 3.2rem;
    background: #342271;
  }
  #plan-detail .bn-member {
    margin: 3rem 0 5rem 0;
    text-align: center;
  }
  #plan-detail .bn-member a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-detail .sec01 {
    padding: 10rem 0;
  }
  #plan-detail .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-detail .sec01__in__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  #plan-detail .sec01__in__list__box {
    width: 280px;
    display: table;
    margin: 0 1rem 2rem 1rem;
    border-radius: 10px;
    background-color: #fff;
  }
  #plan-detail .sec01__in__list__box dt {
    width: 110px;
    display: table-cell;
    padding: 1rem 0;
    text-align: center;
    vertical-align: middle;
  }
  #plan-detail .sec01__in__list__box dd {
    padding: 1rem 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #plan-detail .sec01__in__list__box dd span {
    width: 80%;
    display: block;
    margin: 0.5rem auto 0 auto;
    color: #fff;
    font-weight: bold;
  }
  #plan-detail .sec01__in__list__box dd strong {
    margin: 0.3rem 0 0 0;
    display: block;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  #plan-detail .sec01__in__others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #plan-detail .sec01__in__caution {
    margin: 2rem 0 0 0;
  }
  #plan-detail .sec01-two-heart {
    background: #F9F6EC;
  }
  #plan-detail .sec01-two-heart .sec01__in__list__box {
    border: 1px solid #FFAD3C;
  }
  #plan-detail .sec01-two-heart .sec01__in__list__box dt {
    border-right: 1px solid #FFAD3C;
  }
  #plan-detail .sec01-two-heart .sec01__in__list__box dd span {
    background: #FFAD3C;
  }
  #plan-detail .sec01-garden-house {
    background: #E9FEDE;
  }
  #plan-detail .sec01-garden-house .sec01__in__list__box {
    border: 1px solid #4A9B20;
  }
  #plan-detail .sec01-garden-house .sec01__in__list__box dt {
    border-right: 1px solid #4A9B20;
  }
  #plan-detail .sec01-garden-house .sec01__in__list__box dd span {
    background: #4A9B20;
  }
  #plan-detail .sec01-omiya {
    background: #E8E2F4;
  }
  #plan-detail .sec01-omiya .sec01__in__list__box {
    border: 1px solid #342271;
  }
  #plan-detail .sec01-omiya .sec01__in__list__box dt {
    border-right: 1px solid #342271;
  }
  #plan-detail .sec01-omiya .sec01__in__list__box dd span {
    background: #342271;
  }
  #plan-detail .sec02 {
    padding: 10rem 0;
    background: url("../../assets/img/plan/common/sec02_bg.png") no-repeat center;
    background-size: cover;
  }
  #plan-detail .sec02__in {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-detail .sec02__in__list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #plan-detail .sec02__in__list__box {
    width: 380px;
    margin: 0 0 4rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #plan-detail .sec02__in__list__box__in {
    display: block;
    padding: 2rem 1rem;
    text-decoration: none;
    color: #000;
  }
  #plan-detail .sec02__in__list__box__in h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #plan-detail .sec02__in__list__box__in__photo {
    margin: 2rem 0 1rem 0;
  }
  #plan-detail .sec02__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #plan-detail .sec02__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
  #plan-detail .sec02__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #plan-detail .sec02__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #plan-detail .sec02__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #plan-detail .sec02__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #plan-detail .sec02__in__list__box__in__address {
    min-height: 80px;
    margin: 1.5rem 0 0 0;
    padding: 0 3.5rem 0 0;
  }
  #plan-detail .sec02__in__list__box:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-detail .sec02__in__list .color01 {
    border: 3px solid #1662A3;
    -webkit-box-shadow: 0 7px 0px 0 #0C4271;
            box-shadow: 0 7px 0px 0 #0C4271;
  }
  #plan-detail .sec02__in__list .color01 h3 {
    color: #1662A3;
  }
  #plan-detail .sec02__in__list .color01 .sec02__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow01.png") no-repeat right bottom 5px;
  }
  #plan-detail .sec02__in__list .color02 {
    border: 3px solid #916C16;
    -webkit-box-shadow: 0 7px 0px 0 #6C5011;
            box-shadow: 0 7px 0px 0 #6C5011;
  }
  #plan-detail .sec02__in__list .color02 h3 {
    color: #916C16;
  }
  #plan-detail .sec02__in__list .color02 .sec02__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow02.png") no-repeat right bottom 5px;
  }
  #plan-detail .sec02__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #plan-detail .sec03 {
    padding: 10rem 0 0 0;
  }
  #plan-detail .sec03__in {
    width: 1200px;
    margin: 5rem auto 8rem auto;
  }
  #plan-detail .sec03__in__list {
    width: 100%;
    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;
  }
  #plan-detail .sec03__in__list__box {
    width: 383px;
    margin: 0 0 3.5rem 0;
  }
  #plan-detail .sec03__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
  }
  #plan-detail .sec03__in__list__box__in h4 {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  #plan-detail .sec03__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-detail .sec03__in__list__box__in__in__photo {
    margin: 0 0 1rem 0;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dt {
    margin: 1rem 0 0 0;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd {
    text-align: right;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 {
    margin: -0.7rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dt {
    width: 60px;
    height: 60px;
    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;
    background: #C0192A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd {
    width: calc(100% - 70px);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 {
    margin: -1rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd strong {
    margin: 0 1rem 0 0;
    font-size: 4rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-detail .sec03__in__list::after {
    content: "";
    display: block;
    width: 383px;
  }
  #plan-detail .plan-two-haert .sec03__in__list__box__in {
    border: 3px solid #FFAD3C;
    -webkit-box-shadow: 0 7px 0px 0 #E89C33;
            box-shadow: 0 7px 0px 0 #E89C33;
  }
  #plan-detail .plan-two-haert .sec03__in__list__box__in h4 {
    background: #FFAD3C;
  }
  #plan-detail .plan-garden-house .sec03__in__list__box__in {
    border: 3px solid #4A9B20;
    -webkit-box-shadow: 0 7px 0px 0 #3E831A;
            box-shadow: 0 7px 0px 0 #3E831A;
  }
  #plan-detail .plan-garden-house .sec03__in__list__box__in h4 {
    background: #4A9B20;
  }
  #plan-detail .plan-omiya .sec03__in__list__box__in {
    border: 3px solid #342271;
    -webkit-box-shadow: 0 7px 0px 0 #1E1341;
            box-shadow: 0 7px 0px 0 #1E1341;
  }
  #plan-detail .plan-omiya .sec03__in__list__box__in h4 {
    background: #342271;
  }
  #plan-detail .sec04 {
    width: 100%;
    padding: 10rem 0;
    background: url("../../assets/img/plan/common/sec04_bg.png") no-repeat right;
    background-size: contain;
  }
  #plan-detail .sec04__in {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-detail .sec04__in__list {
    width: 1000px;
    margin: 5rem auto 0 auto;
  }
  #plan-detail .sec04__in__list__box {
    width: 100%;
    margin: 0 0 5rem 0;
    background: #fff;
    border-radius: 23px;
  }
  #plan-detail .sec04__in__list__box__in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 23px;
    background: #fff;
    text-decoration: none;
    color: #000;
  }
  #plan-detail .sec04__in__list__box__in__left {
    width: calc(100% - 484px);
  }
  #plan-detail .sec04__in__list__box__in__left__lead {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  #plan-detail .sec04__in__list__box__in__left h3 {
    margin: 3.5rem 0;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
  }
  #plan-detail .sec04__in__list__box__in__left__more_txt {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0 0 0;
    font-weight: bold;
    text-align: center;
  }
  #plan-detail .sec04__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-detail .sec04__in__list__box .two-heart {
    border: 3px solid #FFAD3C;
    -webkit-box-shadow: -1px 10px 0px -1px #E89C33;
            box-shadow: -1px 10px 0px -1px #E89C33;
  }
  #plan-detail .sec04__in__list__box .two-heart .sec04__in__list__box__in__left__lead {
    background: #FFAD3C;
    border-top-left-radius: 17px;
  }
  #plan-detail .sec04__in__list__box .two-heart .sec04__in__list__box__in__left__more_txt {
    border-top: 2px solid #FFAD3C;
  }
  #plan-detail .sec04__in__list__box .two-heart .sec04__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow01.png") no-repeat right;
    background-size: contain;
  }
  #plan-detail .sec04__in__list__box .garden-house {
    border: 3px solid #4A9B20;
    -webkit-box-shadow: -1px 10px 0px -1px #3E831A;
            box-shadow: -1px 10px 0px -1px #3E831A;
  }
  #plan-detail .sec04__in__list__box .garden-house .sec04__in__list__box__in__left__lead {
    background: #4A9B20;
    border-top-left-radius: 17px;
  }
  #plan-detail .sec04__in__list__box .garden-house .sec04__in__list__box__in__left__more_txt {
    border-top: 2px solid #4A9B20;
  }
  #plan-detail .sec04__in__list__box .garden-house .sec04__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow02.png") no-repeat right;
    background-size: contain;
  }
  #plan-detail .sec04__in__list__box .omiya {
    border: 3px solid #342271;
    -webkit-box-shadow: -1px 10px 0px -1px #1E1341;
            box-shadow: -1px 10px 0px -1px #1E1341;
  }
  #plan-detail .sec04__in__list__box .omiya .sec04__in__list__box__in__left__lead {
    background: #342271;
    border-top-left-radius: 17px;
  }
  #plan-detail .sec04__in__list__box .omiya .sec04__in__list__box__in__left__more_txt {
    border-top: 2px solid #342271;
  }
  #plan-detail .sec04__in__list__box .omiya .sec04__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow03.png") no-repeat right;
    background-size: contain;
  }
  #hall-index {
    width: 100%;
  }
  #hall-index .sec01 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 10rem 0;
  }
  #hall-index .sec01__lead {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #hall-index .sec01__lead strong {
    font-weight: bold;
    color: #C0192A;
  }
  #hall-index .sec01__lead p {
    margin: 0 0 1rem 0;
    line-height: 2;
  }
  #hall-index .sec01__in {
    margin: 5rem 0 0 0;
  }
  #hall-index .sec01__in__list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #hall-index .sec01__in__list__box {
    width: 380px;
    margin: 0 0 4rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #hall-index .sec01__in__list__box__in {
    display: block;
    padding: 2rem 1rem;
    text-decoration: none;
    color: #000;
  }
  #hall-index .sec01__in__list__box__in h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #hall-index .sec01__in__list__box__in__photo {
    margin: 2rem 0 1rem 0;
  }
  #hall-index .sec01__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hall-index .sec01__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
  #hall-index .sec01__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #hall-index .sec01__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #hall-index .sec01__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #hall-index .sec01__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #hall-index .sec01__in__list__box__in__address {
    min-height: 80px;
    margin: 1.5rem 0 0 0;
    padding: 0 3.5rem 0 0;
  }
  #hall-index .sec01__in__list__box:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hall-index .sec01__in__list .color01 {
    border: 3px solid #1662A3;
    -webkit-box-shadow: 0 7px 0px 0 #0C4271;
            box-shadow: 0 7px 0px 0 #0C4271;
  }
  #hall-index .sec01__in__list .color01 h3 {
    color: #1662A3;
  }
  #hall-index .sec01__in__list .color01 .sec01__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow01.png") no-repeat right bottom 5px;
  }
  #hall-index .sec01__in__list .color02 {
    border: 3px solid #916C16;
    -webkit-box-shadow: 0 7px 0px 0 #6C5011;
            box-shadow: 0 7px 0px 0 #6C5011;
  }
  #hall-index .sec01__in__list .color02 h3 {
    color: #916C16;
  }
  #hall-index .sec01__in__list .color02 .sec01__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow02.png") no-repeat right bottom 5px;
  }
  #hall-index .sec01__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #hall-detail {
    width: 100%;
  }
  #hall-detail .sec01 {
    width: 100%;
  }
  #hall-detail .sec01 h3 {
    margin: 0 0 1.5rem 0;
    text-align: center;
  }
  #hall-detail .sec01 h3 span {
    font-size: 2.6rem;
    font-weight: bold;
    color: #1662A3;
    text-align: center;
  }
  #hall-detail .sec01__profile {
    width: 1200px;
    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;
  }
  #hall-detail .sec01__profile__left {
    width: 650px;
  }
  #hall-detail .sec01__profile__left__table {
    width: 100%;
  }
  #hall-detail .sec01__profile__left__table dl {
    width: 100%;
    display: table;
    border-bottom: 1px dotted #000;
  }
  #hall-detail .sec01__profile__left__table dl dt {
    width: 20%;
    display: table-cell;
    padding: 1.5rem;
  }
  #hall-detail .sec01__profile__left__table dl dd {
    width: 80%;
    display: table-cell;
    padding: 1.5rem;
  }
  #hall-detail .sec01__profile__right {
    width: 500px;
  }
  #hall-detail .sec01__profile__right img {
    width: 100%;
  }
  #hall-detail .sec01__map {
    width: 1200px;
    margin: 5rem auto;
  }
  #hall-detail .sec01__map iframe {
    width: 100%;
  }
  #hall-detail .sec01__plan {
    width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background: #F2EBD1;
  }
  #hall-detail .sec01__plan dl {
    width: 100%;
    display: table;
  }
  #hall-detail .sec01__plan dl dt {
    width: 20%;
    display: table-cell;
    text-align: center;
    font-weight: bold;
    color: #1662A3;
  }
  #hall-detail .sec01__plan dl dd {
    width: 80%;
    display: table-cell;
  }
  #hall-detail .sec01__plan dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hall-detail .sec01__plan dl dd ul li {
    margin: 0 2rem 0 0;
    background: #fff;
  }
  #hall-detail .sec01__plan dl dd ul li a {
    display: block;
    width: 300px;
    padding: 2.7rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: none;
    border: 5px solid #fff;
  }
  #hall-detail .sec01__plan dl dd ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hall-detail .sec01__plan dl dd ul li .two-heart {
    background: url("../../assets/img/hall/common/plan_twoheart_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .garden-house {
    background: url("../../assets/img/hall/common/plan_gardenhouse_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .small-cremation {
    background: url("../../assets/img/hall/common/plan_small_cremation_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .oneday-funeral {
    background: url("../../assets/img/hall/common/plan_small_oneday_funeral_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .small-family-funeral02 {
    background: url("../../assets/img/hall/common/plan_small_family_funeral02_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .small-family-funeral01 {
    background: url("../../assets/img/hall/common/plan_small_family_funeral01_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .omiya {
    background: url("../../assets/img/hall/common/plan_omiya_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__institution {
    margin: 5rem 0 0 0;
    padding: 7rem 0 10rem 0;
    background: #FCFBF7;
  }
  #hall-detail .sec01__institution__in {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-detail .sec01__institution__in h4 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  #hall-detail .sec01__institution__in__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2.5rem 0 0 0;
  }
  #hall-detail .sec01__institution__in__list__box {
    width: 230px;
    margin: 0 0.5rem 1.5rem 0.5rem;
    background: #fff;
  }
  #hall-detail .sec01__institution__in__list__box__photo {
    width: 100%;
    overflow: hidden;
  }
  #hall-detail .sec01__institution__in__list__box__photo img {
    width: 100%;
    display: block;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
  }
  #hall-detail .sec01__institution__in__list__box__photo img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* 画像の拡大率 */
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
    background: #fff;
    opacity: 0.6;
    cursor: pointer;
  }
  #hall-detail .sec01__institution__in__list__box__name {
    margin: 1rem 0 0 0;
    padding: 0 0 1rem 0;
    text-align: center;
  }
  #hall-detail .sec01__institution__in__indoor {
    width: 1200px;
    margin: 5rem auto 0 auto;
    background: #fff;
  }
  #hall-detail .sec01__institution__in__indoor h5 {
    padding: 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  #hall-detail .sec01__institution__in__indoor iframe {
    width: 100%;
    height: 600px;
  }
  #hall-detail .sec01__consul {
    width: 100%;
    margin: 5rem 0;
  }
  #hall-detail .sec01__consul__in {
    width: 1200px;
    margin: 0 auto;
    padding: 4rem;
    background: #F2EBD1;
  }
  #hall-detail .sec01__consul__in h4 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #1662A3;
  }
  #hall-detail .sec01__consul__in__lead {
    margin: 2rem 0 3rem 0;
    text-align: center;
  }
  #hall-detail .sec01__consul__in ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #hall-detail .sec01__consul__in ul li {
    width: 350px;
    overflow: hidden;
    background: #fff;
  }
  #hall-detail .sec01__consul__in ul li img {
    width: 100%;
    display: block;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
  }
  #hall-detail .sec01__consul__in ul li img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* 画像の拡大率 */
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
    background: #fff;
    opacity: 0.6;
    cursor: pointer;
  }
  #hall-detail .sec01__consul__in__btn {
    width: 300px;
    margin: 5rem auto 0 auto;
  }
  #hall-detail .sec01__consul__in__btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #hall-detail .sec01__consul__in__btn a:hover {
    color: #F5EA02;
  }
  #hall-detail .sec02 {
    padding: 10rem 0;
    background: url("../../assets/img/hall/common/sec02_bg.png") no-repeat;
    background-size: cover;
  }
  #hall-detail .sec02__lead {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #hall-detail .sec02__lead strong {
    font-weight: bold;
    color: #C0192A;
  }
  #hall-detail .sec02__lead p {
    margin: 0 0 1rem 0;
    line-height: 2;
  }
  #hall-detail .sec02__in {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-detail .sec02__in__list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #hall-detail .sec02__in__list__box {
    width: 380px;
    margin: 0 0 4rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #hall-detail .sec02__in__list__box__in {
    display: block;
    padding: 2rem 1rem;
    text-decoration: none;
    color: #000;
  }
  #hall-detail .sec02__in__list__box__in h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #hall-detail .sec02__in__list__box__in__photo {
    margin: 2rem 0 1rem 0;
  }
  #hall-detail .sec02__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hall-detail .sec02__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
  #hall-detail .sec02__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #hall-detail .sec02__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #hall-detail .sec02__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #hall-detail .sec02__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #hall-detail .sec02__in__list__box__in__address {
    min-height: 80px;
    margin: 1.5rem 0 0 0;
    padding: 0 3.5rem 0 0;
  }
  #hall-detail .sec02__in__list__box:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hall-detail .sec02__in__list .color01 {
    border: 3px solid #1662A3;
    -webkit-box-shadow: 0 7px 0px 0 #0C4271;
            box-shadow: 0 7px 0px 0 #0C4271;
  }
  #hall-detail .sec02__in__list .color01 h3 {
    color: #1662A3;
  }
  #hall-detail .sec02__in__list .color01 .sec02__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow01.png") no-repeat right bottom 5px;
  }
  #hall-detail .sec02__in__list .color02 {
    border: 3px solid #916C16;
    -webkit-box-shadow: 0 7px 0px 0 #6C5011;
            box-shadow: 0 7px 0px 0 #6C5011;
  }
  #hall-detail .sec02__in__list .color02 h3 {
    color: #916C16;
  }
  #hall-detail .sec02__in__list .color02 .sec02__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow02.png") no-repeat right bottom 5px;
  }
  #hall-detail .sec02__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #consul {
    width: 100%;
  }
  #consul .sec01 {
    padding: 0 0 10rem 0;
  }
  #consul .sec01__lead {
    width: 1200px;
    margin: 0 auto 7rem auto;
  }
  #consul .sec01__lead p {
    margin: 3rem 0 0 0;
    line-height: 2;
    text-align: center;
  }
  #consul .sec01__box01 {
    width: 100%;
    padding: 5rem 0;
    background: url("../../assets/img/consul/sec01_bg.jpg") no-repeat;
    background-size: cover;
  }
  #consul .sec01__box01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #consul .sec01__box01__in__lead {
    margin: 0 0 3rem 0;
    text-align: center;
  }
  #consul .sec01__box01__in__lead h4 {
    margin: 0 0 2rem 0;
    color: #1662A3;
    font-size: 2.2rem;
  }
  #consul .sec01__box01__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #consul .sec01__box01__in ul li {
    width: 380px;
    overflow: hidden;
  }
  #consul .sec01__box01__in ul li img {
    width: 100%;
    display: block;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
  }
  #consul .sec01__box01__in ul li img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* 画像の拡大率 */
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
    background: #fff;
    opacity: 0.6;
    cursor: pointer;
  }
  #consul .sec02 {
    padding: 0 0 10rem 0;
  }
  #consul .sec02__in {
    width: 1100px;
    margin: 0 auto;
  }
  #consul .sec02__in__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 2.5rem 0;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #1662A3;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.3);
  }
  #consul .sec02__in__box__left {
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #consul .sec02__in__box__right {
    width: calc(100% - 380px);
  }
  #consul .sec02__in__box__right h4 {
    margin: 0 0 1.5rem 0;
    padding: 0 0 1.5rem 0;
    text-align: center;
    color: #1662A3;
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: 2px solid #707070;
  }
  #consul .sec02__in__box__right__photo {
    display: none;
  }
  #consul .sec02__in__box__right__lead strong {
    color: #C0192A;
  }
  #consul .sec02__in__box__right__tel-pc {
    margin: 1rem 0 0 0;
    text-align: center;
    line-height: 1;
  }
  #consul .sec02__in__box__right__tel-pc span {
    padding: 0 0 0 4rem;
    line-height: 1;
    font-size: 4rem;
    letter-spacing: 0.1rem;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat left 16px;
    background-size: 30px;
  }
  #consul .sec02__in__box__right__tel-sp {
    display: none;
  }
  #consul .sec02__in__box__right ul {
    margin: 1.5rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #consul .sec02__in__box__right ul li {
    width: 300px;
    margin: 0 1rem;
  }
  #consul .sec02__in__box__right ul li a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #consul .sec02__in__box__right ul li a:hover {
    color: #F5EA02;
  }
  #consul .sec02__in__box__right__time {
    width: 280px;
    margin: 2rem auto 0 auto;
    padding: 0.5rem;
    background: #FFCB1F;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
  }
  #after {
    width: 100%;
  }
  #after .sec01 {
    padding: 0 0 10rem 0;
  }
  #after .sec01__in {
    width: 100%;
  }
  #after .sec01__in__lead {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem auto 5rem auto;
  }
  #after .sec01__in__lead__left {
    width: 600px;
  }
  #after .sec01__in__lead__left__list {
    margin: 2rem 0 0 0;
  }
  #after .sec01__in__lead__left__list li {
    margin: 0 0 1rem 0;
  }
  #after .sec01__in__lead__right {
    width: 600px;
    text-align: right;
  }
  #after .sec01__in__box {
    width: 100%;
    padding: 5rem 0;
  }
  #after .sec01__in__box__in {
    width: 1200px;
    margin: 0 auto;
  }
  #after .sec01__in__box__in h4 {
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-size: 3.2rem;
  }
  #after .sec01__in__box__in .bg-title01 {
    padding: 1.5rem 0;
    color: #816E42;
    background: url("../../assets/img/after/sec01_title_bg01.png") no-repeat center;
  }
  #after .sec01__in__box__in .bg-title02 {
    padding: 1.5rem 0;
    color: #1662A3;
    background: url("../../assets/img/after/sec01_title_bg02.png") no-repeat center;
  }
  #after .sec01__in__box__in .bg-title03 {
    padding: 1.5rem 0;
    color: #816E42;
    background: url("../../assets/img/after/sec01_title_bg03.png") no-repeat center;
  }
  #after .sec01__in__box__in .bg-title04 {
    padding: 1.5rem 0;
    color: #1662A3;
    background: url("../../assets/img/after/sec01_title_bg04.png") no-repeat center;
  }
  #after .sec01__in__box__in__in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #after .sec01__in__box__in__in__left {
    width: 700px;
  }
  #after .sec01__in__box__in__in__left h5 {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #1662A3;
  }
  #after .sec01__in__box__in__btn01 {
    width: 430px;
    margin: 4.5rem auto 0 auto;
  }
  #after .sec01__in__box__in__btn01 a {
    display: block;
    padding: 1rem 0;
    background: #816E42;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
  }
  #after .sec01__in__box__in__btn01 a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #after .sec01__in__box__in__btn02 {
    width: 430px;
    margin: 4.5rem auto 0 auto;
  }
  #after .sec01__in__box__in__btn02 a {
    display: block;
    padding: 1rem 0;
    background: #1662A3;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
  }
  #after .sec01__in__box__in__btn02 a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #after .sec01__in .bg {
    background: url("../../assets/img/after/sec01_bg.jpg") no-repeat;
    background-size: cover;
  }
  #after .sec01__in .bg .sec01__in__box__in__in__left h5 {
    color: #816E42;
  }
  #faq {
    width: 100%;
  }
  #faq .sec01 {
    padding: 0 0 10rem 0;
  }
  #faq .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #faq .sec01__in ol {
    margin: 5rem 0;
  }
  #faq .sec01__in ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.5rem 0;
  }
  #faq .sec01__in ol li span {
    display: block;
    width: 70px;
    margin: 0 20px 0 0;
    background: #C0192A;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
  }
  #faq .sec01__in dl {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    border-bottom: 1px dotted #666;
  }
  #faq .sec01__in dl dt {
    margin: 0 0 0.5rem 0;
    color: #1662A3;
    font-weight: bold;
  }
  #member {
    width: 100%;
  }
  #member .sec01__lead {
    width: 1200px;
    margin: 0 auto 8rem auto;
  }
  #member .sec01__lead__txt {
    margin: 3rem 0 0 0;
    text-align: center;
    font-size: 1.8rem;
  }
  #member .sec01__lead__image {
    margin: 3.5rem 0 0 0;
    text-align: center;
  }
  #member .sec01__list {
    padding: 5rem 0 10rem 0;
    background: #EDF3F9;
  }
  #member .sec01__list__in {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem auto 0 auto;
  }
  #member .sec01__list__in__box {
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 1.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #member .sec01__list__in__box h5 {
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #1662A3;
  }
  #member .sec01__list__in__box__photo {
    margin: 0 0 1.5rem 0;
  }
  #member .sec01__list__in__box__tel-pc {
    margin: 2rem 0;
    text-align: center;
    line-height: 1;
  }
  #member .sec01__list__in__box__tel-pc span {
    padding: 0 0 0 3.8rem;
    font-size: 3.4rem;
    font-weight: bold;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat left;
    background-size: 2.8rem;
  }
  #member .sec01__list__in__box__txt {
    margin: 0 0 1.5rem 0;
  }
  #member .sec01__list__in__box__txt strong {
    color: #C0192A;
  }
  #member .sec01__list__in__box__tel-sp {
    display: none;
  }
  #member .sec01__list__in__box__btn {
    width: 300px;
    margin: 1.5rem auto 0 auto;
  }
  #member .sec01__list__in__box__btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #member .sec01__list__in__box__btn a:hover {
    color: #F5EA02;
  }
  #member .sec01__list__in__box__time {
    width: 100%;
    margin: auto 0 0 0;
    padding: 1rem 0;
    background: #FFCB1F;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
  }
  #member .sec01__list__in__box__caution {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  #company {
    width: 100%;
  }
  #company .sec01__lead {
    width: 1200px;
    margin: 0 auto;
  }
  #company .sec01__lead p {
    margin: 3rem 0 0 0;
    text-align: center;
    line-height: 2;
  }
  #company .sec01__name {
    width: 100%;
    margin: 4rem 0 0 0;
    background: url("../../assets/img/company/sec01_bg01.png") no-repeat bottom;
    background-size: auto 280px;
  }
  #company .sec01__name__in {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #company .sec01__name__in__left {
    width: 400px;
    padding: 11rem 0 0 0;
    text-align: center;
  }
  #company .sec01__name__in__left__lead {
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
  }
  #company .sec01__list {
    padding: 10rem 0;
    background: url("../../assets/img/company/sec01_bg02.png") no-repeat right;
  }
  #company .sec01__list__in {
    width: 1200px;
    margin: 0 auto;
  }
  #company .sec01__list__in__box {
    width: 100%;
    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 0 5rem 0;
  }
  #company .sec01__list__in__box__txt {
    width: 600px;
  }
  #company .sec01__list__in__box__txt h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.5rem 0;
    font-size: 2rem;
    font-weight: bold;
    color: #1662A3;
    line-height: 1.2;
  }
  #company .sec01__list__in__box__txt h4 span {
    margin: 0 1rem 0 0;
    padding: 0 1rem 0 0;
    font-size: 4rem;
    font-weight: bold;
    border-right: 1px solid #1662A3;
  }
  #company .sec01__list__in__box__photo {
    width: 550px;
  }
  #company .sec01__list__in__box:nth-child(2) .sec01__list__in__box__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #company .sec01__list__in__box:nth-child(2) .sec01__list__in__box__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #company .sec02 {
    width: 100%;
    padding: 10rem 0;
    background: url("../../assets/img/company/sec02_bg.jpg") no-repeat;
    background-size: cover;
  }
  #company .sec02__in {
    width: 1000px;
    margin: 0 auto;
    padding: 5rem;
    background: #fff;
    border-radius: 10px;
  }
  #company .sec02__in .table {
    width: 800px;
    margin: 5rem auto 0 auto;
  }
  #company .sec02__in .table dl {
    width: 100%;
    display: table;
    margin: 0 0 1.5rem 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px dotted #666;
  }
  #company .sec02__in .table dl dt {
    width: 15%;
    display: table-cell;
  }
  #company .sec02__in .table dl dd {
    width: 85%;
    display: table-cell;
  }
  #voice-top {
    width: 100%;
  }
  #voice-top .sec01 {
    padding: 0 0 10rem 0;
  }
  #voice-top .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #voice-top .sec01__in__list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #voice-top .sec01__in__list__box {
    display: block;
    width: 280px;
    margin: 0 0 2.5rem 0;
    padding: 2.5rem;
    border: 2px solid #1B579C;
    text-decoration: none;
    color: #000;
  }
  #voice-top .sec01__in__list__box dt {
    text-decoration: underline;
  }
  #voice-top .sec01__in__list__box dd {
    margin: 1.5rem 0 0 0;
    text-align: right;
  }
  #voice-top .sec01__in__list__box:hover {
    background: #1B579C;
    color: #fff;
  }
  #voice-top .sec01__in__list::before {
    content: "";
    display: block;
    width: 280px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #voice-top .sec01__in__list::after {
    content: "";
    display: block;
    width: 280px;
  }
  #voice-detail {
    width: 100%;
  }
  #voice-detail .sec01 {
    padding: 0 0 10rem 0;
  }
  #voice-detail .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #voice-detail .sec01__in__entry {
    width: 100%;
    margin: 5rem 0 0 0;
  }
  #voice-detail .sec01__in__entry__table {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  #voice-detail .sec01__in__entry__table dl {
    width: 50%;
    display: table;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__table dl dt {
    width: 30%;
    padding: 1.5rem;
    display: table-cell;
    background: #E5EAED;
    border-right: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__table dl dd {
    width: 70%;
    padding: 1.5rem;
    display: table-cell;
  }
  #voice-detail .sec01__in__entry__table dl:nth-child(2) dd {
    border-right: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__table dl:nth-child(3) {
    border-bottom: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__table dl:nth-child(4) {
    border-bottom: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__table dl:nth-child(4) dd {
    border-right: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__image {
    width: 100%;
  }
  #voice-detail .sec01__in__entry__image img {
    max-width: 100%;
  }
  #kyouka {
    width: 100%;
  }
  #kyouka .sec01 {
    width: 100%;
  }
  #kyouka .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #kyouka .sec01__in__lead {
    margin: 3rem 0 5rem 0;
    text-align: center;
  }
  #kyouka .sec01__in__order {
    width: 300px;
    margin: 0 auto;
  }
  #kyouka .sec01__in__order dl {
    width: 300px;
    padding: 2.5rem;
    border: 2px solid #1662A3;
    text-align: center;
  }
  #kyouka .sec01__in__order dl dt {
    font-weight: bold;
    color: #1662A3;
    font-size: 1.8rem;
  }
  #kyouka .sec01__in__order dl dd {
    margin: 1rem 0 0 0;
  }
  #kyouka .sec01__in__order dl dd .tel-pc span {
    padding: 0 0 0 3rem;
    font-weight: bold;
    font-size: 2.4rem;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat left;
    background-size: 20px;
  }
  #kyouka .sec01__in__order dl dd .tel-sp {
    display: none;
  }
  #kyouka .sec01__in__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5rem 0;
  }
  #kyouka .sec01__in__list__box {
    width: 380px;
    text-align: center;
  }
  #kyouka .sec01__in__list__box__photo {
    height: 311px;
    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;
  }
  #kyouka .sec01__in__list__box__name {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-weight: bold;
  }
  #kyouka .sec01__in__list__box__price strong {
    margin: 0 1rem 0 0;
    font-size: 2rem;
    font-weight: bold;
    color: #C0192A;
  }
  #topics-top {
    width: 100%;
  }
  #topics-top .sec01 {
    padding: 0 0 10rem 0;
  }
  #topics-top .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #topics-top .sec01__in__table {
    margin: 5rem 0 0 0;
  }
  #topics-top .sec01__in__table dl {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    display: table;
    border-bottom: 1px dotted #666;
  }
  #topics-top .sec01__in__table dl dt {
    width: 15%;
    display: table-cell;
    padding: 0 1.5rem;
  }
  #topics-top .sec01__in__table dl dd {
    width: 85%;
    display: table-cell;
    padding: 0 1.5rem;
  }
  #topics-detail {
    width: 100%;
  }
  #topics-detail .sec01 {
    padding: 0 0 10rem 0;
  }
  #topics-detail .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #topics-detail .sec01__in__entry {
    margin: 3rem 0 0 0;
  }
  #topics-detail .sec01__in__entry__photo {
    width: 100%;
    text-align: center;
  }
  #topics-detail .sec01__in__entry__photo img {
    max-width: 100%;
  }
  #topics-detail .sec01__in__entry__more-link {
    width: 380px;
    margin: 3rem auto 0 auto;
  }
  #topics-detail .sec01__in__entry__more-link a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #topics-detail .sec01__in__entry__more-link a:hover {
    color: #F5EA02;
  }
  #topics-detail .sec01__in__entry__text {
    margin: 3rem 0 0 0;
  }
  #pvp {
    width: 100%;
  }
  #pvp .sec01 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 10rem 0;
  }
  #pvp .sec01__lead {
    margin: 3rem 0;
  }
  #pvp .sec01 dl {
    margin: 0 0 2rem 0;
  }
  #pvp .sec01 dl dt {
    color: #1662A3;
  }
  #pvp .sec01 ol, #pvp .sec01 ul {
    margin: 1rem 0;
  }
  #pvp .sec01 ol li, #pvp .sec01 ul li {
    margin: 0 0 0 2rem;
    list-style: decimal;
  }
  #sitemap {
    width: 100%;
  }
  #sitemap .sec01 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 10rem 0;
  }
  #sitemap .sec01 dl {
    margin: 0 0 2rem 0;
    width: 100%;
    display: table;
  }
  #sitemap .sec01 dl dt {
    width: 15%;
    display: table-cell;
    border-right: 1px solid #666;
  }
  #sitemap .sec01 dl dd {
    width: 85%;
    display: table-cell;
    padding: 1rem 0 1rem 3rem;
  }
  #sitemap .sec01 dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0.5rem 0;
  }
  #sitemap .sec01 dl dd ul li {
    margin: 0 1.5rem 0 0;
  }
  #sitemap .sec01 dl dd ul:last-child {
    margin: 0;
  }
  #sitemap .sec01 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem 0 0 0;
  }
  #sitemap .sec01 .list li {
    margin: 0 2rem 0 0;
  }
  #sitemap .sec01 a {
    color: #000;
    text-decoration: none;
  }
  #sitemap .sec01 a:hover {
    color: #0C4271;
    font-weight: bold;
  }
}
@media print {
  body {
    zoom: 50%;
  }
  #hd {
    display: none;
  }
  #slide {
    display: none;
  }
  #sidemenu {
    display: none;
  }
  #bn-area {
    padding: 5rem;
    text-align: center;
  }
  .print-bn {
    display: block !important;
  }
  #bn-area__in {
    display: none;
  }
  #ft-tel {
    display: none;
  }
  #ft-tel__in {
    display: none;
  }
  #ft {
    display: none;
  }
  #location {
    display: none;
  }
  .top-link {
    display: none !important;
  }
  .top-link a {
    display: none !important;
  }
  .copyright {
    display: none;
  }
}
/* -------------------------------------------------------------------
 コンテンツ（タブレット）
------------------------------------------------------------------- */
@media screen and (min-width:600px) and ( max-width:1024px) {
  .pg-title {
    width: 100%;
    height: 200px;
    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;
    background: url("../../assets/img/common/title_bg.png") no-repeat;
    background-size: cover;
  }
  .pg-title h2 {
    color: #1662A3;
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
  }
  .ct-title01 {
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
  }
  .ct-title02 {
    font-size: 3.2rem;
    font-weight: 500;
    color: #1662A3;
    text-align: center;
  }
  #plan-top {
    width: 100%;
  }
  #plan-top .lead {
    margin: 0 0 7rem 0;
  }
  #plan-top .lead__txt {
    margin: 3rem 0 0 0;
    text-align: center;
    line-height: 2;
  }
  #plan-top .sec01 {
    padding: 0 0 5rem 0;
  }
  #plan-top .sec01__lead {
    padding: 5rem 0 7rem 0;
    text-align: center;
    background: url("../../assets/img/plan/index/bg_twoheart.jpg") no-repeat center;
    background-size: cover;
  }
  #plan-top .sec01__lead__txt01 {
    margin: 4rem 0 2rem 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec01__lead__txt02 {
    line-height: 2;
  }
  #plan-top .sec01__in {
    width: 1200px;
    margin: 5rem auto 8rem auto;
  }
  #plan-top .sec01__in__list {
    width: 100%;
    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;
  }
  #plan-top .sec01__in__list__box {
    width: 383px;
    margin: 0 0 3.5rem 0;
  }
  #plan-top .sec01__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #FFAD3C;
    -webkit-box-shadow: 0 7px 0px 0 #E89C33;
            box-shadow: 0 7px 0px 0 #E89C33;
  }
  #plan-top .sec01__in__list__box__in h4 {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #FFAD3C;
  }
  #plan-top .sec01__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-top .sec01__in__list__box__in__in__photo {
    margin: 0 0 1rem 0;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dt {
    margin: 1rem 0 0 0;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd {
    text-align: right;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 {
    margin: -0.7rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dt {
    width: 60px;
    height: 60px;
    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;
    background: #C0192A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd {
    width: calc(100% - 70px);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 {
    margin: -1rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd strong {
    margin: 0 1rem 0 0;
    font-size: 4rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-top .sec01__in__list::after {
    content: "";
    display: block;
    width: 383px;
  }
  #plan-top .sec02 {
    padding: 0 0 5rem 0;
  }
  #plan-top .sec02__lead {
    padding: 5rem 0 7rem 0;
    text-align: center;
    background: url("../../assets/img/plan/index/bg_gardenhouse.jpg") no-repeat center;
    background-size: cover;
  }
  #plan-top .sec02__lead__txt01 {
    margin: 4rem 0 2rem 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec02__lead__txt02 {
    line-height: 2;
  }
  #plan-top .sec02__in {
    width: 1200px;
    margin: 5rem auto 8rem auto;
  }
  #plan-top .sec02__in__list {
    width: 100%;
    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;
  }
  #plan-top .sec02__in__list__box {
    width: 383px;
    margin: 0 0 3.5rem 0;
  }
  #plan-top .sec02__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #4A9B20;
    -webkit-box-shadow: 0 7px 0px 0 #3E831A;
            box-shadow: 0 7px 0px 0 #3E831A;
  }
  #plan-top .sec02__in__list__box__in h4 {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #4A9B20;
  }
  #plan-top .sec02__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-top .sec02__in__list__box__in__in__photo {
    margin: 0 0 1rem 0;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dt {
    margin: 1rem 0 0 0;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd {
    text-align: right;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 {
    margin: -0.7rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dt {
    width: 60px;
    height: 60px;
    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;
    background: #C0192A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd {
    width: calc(100% - 70px);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 {
    margin: -1rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd strong {
    margin: 0 1rem 0 0;
    font-size: 4rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-top .sec02__in__list::after {
    content: "";
    display: block;
    width: 383px;
  }
  #plan-top .sec03 {
    padding: 0 0 5rem 0;
  }
  #plan-top .sec03__lead {
    padding: 5rem 0 7rem 0;
    text-align: center;
    background: url("../../assets/img/plan/index/bg_omiya.jpg") no-repeat center;
    background-size: cover;
  }
  #plan-top .sec03__lead__txt01 {
    margin: 4rem 0 2rem 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec03__lead__txt02 {
    line-height: 2;
  }
  #plan-top .sec03__in {
    width: 1200px;
    margin: 5rem auto 8rem auto;
  }
  #plan-top .sec03__in__list {
    width: 100%;
    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;
  }
  #plan-top .sec03__in__list__box {
    width: 383px;
    margin: 0 0 3.5rem 0;
  }
  #plan-top .sec03__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #342271;
    -webkit-box-shadow: 0 7px 0px 0 #1E1341;
            box-shadow: 0 7px 0px 0 #1E1341;
  }
  #plan-top .sec03__in__list__box__in h4 {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #342271;
  }
  #plan-top .sec03__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-top .sec03__in__list__box__in__in__photo {
    margin: 0 0 1rem 0;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dt {
    width: 60px;
    height: 60px;
    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;
    background: #C0192A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dd {
    width: calc(100% - 70px);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dd strong {
    margin: 0 1rem 0 0;
    font-size: 4rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dd span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(2) dt {
    margin: 0 0.5rem 0 0;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(2) dd span {
    font-size: 1.4rem;
  }
  #plan-top .sec03__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-top .sec03__in__list::after {
    content: "";
    display: block;
    width: 383px;
  }
  #plan-detail .plan-lead {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-radius: 15px;
  }
  #plan-detail .plan-lead__left {
    width: calc(100% - 620px);
  }
  #plan-detail .plan-lead__left h3 {
    border-top-left-radius: 10px;
  }
  #plan-detail .plan-lead__left__saidan {
    display: none;
  }
  #plan-detail .plan-lead__left__in {
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2rem auto 0 auto;
  }
  #plan-detail .plan-lead__left__in__left {
    width: 180px;
    padding: 0 0 1rem 0;
    border: 1px solid #1662A3;
    border-radius: 15px;
  }
  #plan-detail .plan-lead__left__in__left h4 {
    padding: 1rem 0 0.5rem 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    background: #1662A3;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__left h4 span {
    position: relative;
    color: #FFAD3C;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #plan-detail .plan-lead__left__in__left h4 span::before {
    content: "・"; /* 文字の上に置くものを指定 */
    position: absolute; /* 相対位置とする */
    color: #fff;
    top: -1.4rem; /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
    left: 0; /* 横方向の表示位置を調整 */
  }
  #plan-detail .plan-lead__left__in__left h4 strong {
    color: #FFAD3C;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #plan-detail .plan-lead__left__in__left__lead {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
  }
  #plan-detail .plan-lead__left__in__left__lead span {
    font-size: 1.8rem;
  }
  #plan-detail .plan-lead__left__in__left__price {
    width: 160px;
    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;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FFCB1F));
    background: linear-gradient(transparent 80%, #FFCB1F 0%);
  }
  #plan-detail .plan-lead__left__in__left__price__left {
    color: #C0192A;
    font-weight: bold;
    font-size: 5rem;
    line-height: 1;
  }
  #plan-detail .plan-lead__left__in__left__price__right {
    margin: 0.5rem 0 0 0.2rem;
    color: #C0192A;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  #plan-detail .plan-lead__left__in__left__link {
    display: none;
  }
  #plan-detail .plan-lead__left__in__right {
    width: calc(100% - 200px);
    text-align: center;
  }
  #plan-detail .plan-lead__left__in__right__txt {
    padding: 0.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #C0192A;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    color: #232323;
    line-height: 1.4;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__type {
    font-weight: bold;
    font-size: 1.8rem;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__price {
    margin: 0 1.5rem 0 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__price strong {
    margin: 0 1.5rem 0 0.7rem;
    font-size: 3.6rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__tax {
    position: absolute;
    right: -5px;
    top: 5px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box02 {
    width: 100%;
    margin: -0.7rem 0 0 0;
    padding: 0 1.5rem 0 0;
    text-align: right;
    font-size: 1.4rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    margin: 0.5rem 0 0 0;
    color: #C0192A;
    line-height: 1.4;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__type {
    font-weight: bold;
    font-size: 2.2rem;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__price {
    margin: 0 1.5rem 0 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__price strong {
    margin: 0 1.5rem 0 0.7rem;
    font-size: 4rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__tax {
    position: absolute;
    right: -5px;
    top: 5px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box02 {
    width: 100%;
    margin: -0.7rem 0 0 0;
    padding: 0 1.5rem 0 0;
    text-align: right;
    font-size: 1.4rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price {
    margin: 1rem 0;
    color: #C0192A;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
  }
  #plan-detail .plan-lead__left__in__right__member-price strong {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 5rem;
  }
  #plan-detail .plan-lead__left__in__right__member-price span {
    font-size: 1.4rem;
    color: #000;
  }
  #plan-detail .plan-lead__left__in__right__normal-price {
    margin: 1.5rem 0 0 0;
    font-size: 1.8rem;
  }
  #plan-detail .plan-lead__left__in__right__normal-price span {
    font-size: 1.4rem;
  }
  #plan-detail .plan-lead__left__flow {
    width: 94%;
    margin: 2rem auto 0 auto;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F2EBD1;
    border-radius: 10px;
  }
  #plan-detail .plan-lead__left__flow dt {
    width: 20%;
    text-align: center;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__flow dd {
    width: 80%;
    text-align: center;
  }
  #plan-detail .plan-lead__right {
    width: 620px;
  }
  #plan-detail .plan-lead__right img {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  #plan-detail .plan-lead-two-haert {
    border: 2px solid #FFAD3C;
  }
  #plan-detail .plan-lead-two-haert .plan-lead__left h3 {
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 3.2rem;
    background: #FFAD3C;
  }
  #plan-detail .plan-lead-garden-house {
    border: 2px solid #4A9B20;
  }
  #plan-detail .plan-lead-garden-house .plan-lead__left h3 {
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 3.2rem;
    background: #4A9B20;
  }
  #plan-detail .plan-lead-omiya {
    border: 2px solid #342271;
  }
  #plan-detail .plan-lead-omiya .plan-lead__left h3 {
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 3.2rem;
    background: #342271;
  }
  #plan-detail .bn-member {
    margin: 3rem 0 5rem 0;
    text-align: center;
  }
  #plan-detail .bn-member a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-detail .sec01 {
    padding: 10rem 0;
  }
  #plan-detail .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-detail .sec01__in__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  #plan-detail .sec01__in__list__box {
    width: 280px;
    display: table;
    margin: 0 1rem 2rem 1rem;
    border-radius: 10px;
    background-color: #fff;
  }
  #plan-detail .sec01__in__list__box dt {
    width: 110px;
    display: table-cell;
    padding: 1rem 0;
    text-align: center;
    vertical-align: middle;
  }
  #plan-detail .sec01__in__list__box dd {
    padding: 1rem 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #plan-detail .sec01__in__list__box dd span {
    width: 80%;
    display: block;
    margin: 0.5rem auto 0 auto;
    color: #fff;
    font-weight: bold;
  }
  #plan-detail .sec01__in__list__box dd strong {
    margin: 0.3rem 0 0 0;
    display: block;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  #plan-detail .sec01__in__others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #plan-detail .sec01__in__caution {
    margin: 2rem 0 0 0;
  }
  #plan-detail .sec01-two-heart {
    background: #F9F6EC;
  }
  #plan-detail .sec01-two-heart .sec01__in__list__box {
    border: 1px solid #FFAD3C;
  }
  #plan-detail .sec01-two-heart .sec01__in__list__box dt {
    border-right: 1px solid #FFAD3C;
  }
  #plan-detail .sec01-two-heart .sec01__in__list__box dd span {
    background: #FFAD3C;
  }
  #plan-detail .sec01-garden-house {
    background: #E9FEDE;
  }
  #plan-detail .sec01-garden-house .sec01__in__list__box {
    border: 1px solid #4A9B20;
  }
  #plan-detail .sec01-garden-house .sec01__in__list__box dt {
    border-right: 1px solid #4A9B20;
  }
  #plan-detail .sec01-garden-house .sec01__in__list__box dd span {
    background: #4A9B20;
  }
  #plan-detail .sec01-omiya {
    background: #E8E2F4;
  }
  #plan-detail .sec01-omiya .sec01__in__list__box {
    border: 1px solid #342271;
  }
  #plan-detail .sec01-omiya .sec01__in__list__box dt {
    border-right: 1px solid #342271;
  }
  #plan-detail .sec01-omiya .sec01__in__list__box dd span {
    background: #342271;
  }
  #plan-detail .sec02 {
    padding: 10rem 0;
    background: url("../../assets/img/plan/common/sec02_bg.png") no-repeat center;
    background-size: cover;
  }
  #plan-detail .sec02__in {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-detail .sec02__in__list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #plan-detail .sec02__in__list__box {
    width: 380px;
    margin: 0 0 4rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #plan-detail .sec02__in__list__box__in {
    display: block;
    padding: 2rem 1rem;
    text-decoration: none;
    color: #000;
  }
  #plan-detail .sec02__in__list__box__in h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #plan-detail .sec02__in__list__box__in__photo {
    margin: 2rem 0 1rem 0;
  }
  #plan-detail .sec02__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #plan-detail .sec02__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
  #plan-detail .sec02__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #plan-detail .sec02__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #plan-detail .sec02__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #plan-detail .sec02__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #plan-detail .sec02__in__list__box__in__address {
    min-height: 80px;
    margin: 1.5rem 0 0 0;
    padding: 0 3.5rem 0 0;
  }
  #plan-detail .sec02__in__list__box:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-detail .sec02__in__list .color01 {
    border: 3px solid #1662A3;
    -webkit-box-shadow: 0 7px 0px 0 #0C4271;
            box-shadow: 0 7px 0px 0 #0C4271;
  }
  #plan-detail .sec02__in__list .color01 h3 {
    color: #1662A3;
  }
  #plan-detail .sec02__in__list .color01 .sec02__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow01.png") no-repeat right bottom 5px;
  }
  #plan-detail .sec02__in__list .color02 {
    border: 3px solid #916C16;
    -webkit-box-shadow: 0 7px 0px 0 #6C5011;
            box-shadow: 0 7px 0px 0 #6C5011;
  }
  #plan-detail .sec02__in__list .color02 h3 {
    color: #916C16;
  }
  #plan-detail .sec02__in__list .color02 .sec02__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow02.png") no-repeat right bottom 5px;
  }
  #plan-detail .sec02__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #plan-detail .sec03 {
    padding: 10rem 0 0 0;
  }
  #plan-detail .sec03__in {
    width: 1200px;
    margin: 5rem auto 8rem auto;
  }
  #plan-detail .sec03__in__list {
    width: 100%;
    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;
  }
  #plan-detail .sec03__in__list__box {
    width: 383px;
    margin: 0 0 3.5rem 0;
  }
  #plan-detail .sec03__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
  }
  #plan-detail .sec03__in__list__box__in h4 {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  #plan-detail .sec03__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-detail .sec03__in__list__box__in__in__photo {
    margin: 0 0 1rem 0;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dt {
    margin: 1rem 0 0 0;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd {
    text-align: right;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 {
    margin: -0.7rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dt {
    width: 60px;
    height: 60px;
    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;
    background: #C0192A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd {
    width: calc(100% - 70px);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 {
    margin: -1rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd strong {
    margin: 0 1rem 0 0;
    font-size: 4rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-detail .sec03__in__list::after {
    content: "";
    display: block;
    width: 383px;
  }
  #plan-detail .plan-two-haert .sec03__in__list__box__in {
    border: 3px solid #FFAD3C;
    -webkit-box-shadow: 0 7px 0px 0 #E89C33;
            box-shadow: 0 7px 0px 0 #E89C33;
  }
  #plan-detail .plan-two-haert .sec03__in__list__box__in h4 {
    background: #FFAD3C;
  }
  #plan-detail .plan-garden-house .sec03__in__list__box__in {
    border: 3px solid #4A9B20;
    -webkit-box-shadow: 0 7px 0px 0 #3E831A;
            box-shadow: 0 7px 0px 0 #3E831A;
  }
  #plan-detail .plan-garden-house .sec03__in__list__box__in h4 {
    background: #4A9B20;
  }
  #plan-detail .plan-omiya .sec03__in__list__box__in {
    border: 3px solid #342271;
    -webkit-box-shadow: 0 7px 0px 0 #1E1341;
            box-shadow: 0 7px 0px 0 #1E1341;
  }
  #plan-detail .plan-omiya .sec03__in__list__box__in h4 {
    background: #342271;
  }
  #plan-detail .sec04 {
    width: 100%;
    padding: 10rem 0;
    background: url("../../assets/img/plan/common/sec04_bg.png") no-repeat right;
    background-size: contain;
  }
  #plan-detail .sec04__in {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-detail .sec04__in__list {
    width: 1000px;
    margin: 5rem auto 0 auto;
  }
  #plan-detail .sec04__in__list__box {
    width: 100%;
    margin: 0 0 5rem 0;
    background: #fff;
    border-radius: 23px;
  }
  #plan-detail .sec04__in__list__box__in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 23px;
    background: #fff;
    text-decoration: none;
    color: #000;
  }
  #plan-detail .sec04__in__list__box__in__left {
    width: calc(100% - 484px);
  }
  #plan-detail .sec04__in__list__box__in__left__lead {
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  #plan-detail .sec04__in__list__box__in__left h3 {
    margin: 3.5rem 0;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
  }
  #plan-detail .sec04__in__list__box__in__left__more_txt {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0 0 0;
    font-weight: bold;
    text-align: center;
  }
  #plan-detail .sec04__in__list__box__in:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-detail .sec04__in__list__box .two-heart {
    border: 3px solid #FFAD3C;
    -webkit-box-shadow: -1px 10px 0px -1px #E89C33;
            box-shadow: -1px 10px 0px -1px #E89C33;
  }
  #plan-detail .sec04__in__list__box .two-heart .sec04__in__list__box__in__left__lead {
    background: #FFAD3C;
    border-top-left-radius: 17px;
  }
  #plan-detail .sec04__in__list__box .two-heart .sec04__in__list__box__in__left__more_txt {
    border-top: 2px solid #FFAD3C;
  }
  #plan-detail .sec04__in__list__box .two-heart .sec04__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow01.png") no-repeat right;
    background-size: contain;
  }
  #plan-detail .sec04__in__list__box .garden-house {
    border: 3px solid #4A9B20;
    -webkit-box-shadow: -1px 10px 0px -1px #3E831A;
            box-shadow: -1px 10px 0px -1px #3E831A;
  }
  #plan-detail .sec04__in__list__box .garden-house .sec04__in__list__box__in__left__lead {
    background: #4A9B20;
    border-top-left-radius: 17px;
  }
  #plan-detail .sec04__in__list__box .garden-house .sec04__in__list__box__in__left__more_txt {
    border-top: 2px solid #4A9B20;
  }
  #plan-detail .sec04__in__list__box .garden-house .sec04__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow02.png") no-repeat right;
    background-size: contain;
  }
  #plan-detail .sec04__in__list__box .omiya {
    border: 3px solid #342271;
    -webkit-box-shadow: -1px 10px 0px -1px #1E1341;
            box-shadow: -1px 10px 0px -1px #1E1341;
  }
  #plan-detail .sec04__in__list__box .omiya .sec04__in__list__box__in__left__lead {
    background: #342271;
    border-top-left-radius: 17px;
  }
  #plan-detail .sec04__in__list__box .omiya .sec04__in__list__box__in__left__more_txt {
    border-top: 2px solid #342271;
  }
  #plan-detail .sec04__in__list__box .omiya .sec04__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow03.png") no-repeat right;
    background-size: contain;
  }
  #hall-index {
    width: 100%;
  }
  #hall-index .sec01 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 10rem 0;
  }
  #hall-index .sec01__lead {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #hall-index .sec01__lead strong {
    font-weight: bold;
    color: #C0192A;
  }
  #hall-index .sec01__lead p {
    margin: 0 0 1rem 0;
    line-height: 2;
  }
  #hall-index .sec01__in {
    margin: 5rem 0 0 0;
  }
  #hall-index .sec01__in__list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #hall-index .sec01__in__list__box {
    width: 380px;
    margin: 0 0 4rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #hall-index .sec01__in__list__box__in {
    display: block;
    padding: 2rem 1rem;
    text-decoration: none;
    color: #000;
  }
  #hall-index .sec01__in__list__box__in h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #hall-index .sec01__in__list__box__in__photo {
    margin: 2rem 0 1rem 0;
  }
  #hall-index .sec01__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hall-index .sec01__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
  #hall-index .sec01__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #hall-index .sec01__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #hall-index .sec01__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #hall-index .sec01__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #hall-index .sec01__in__list__box__in__address {
    min-height: 80px;
    margin: 1.5rem 0 0 0;
    padding: 0 3.5rem 0 0;
  }
  #hall-index .sec01__in__list__box:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hall-index .sec01__in__list .color01 {
    border: 3px solid #1662A3;
    -webkit-box-shadow: 0 7px 0px 0 #0C4271;
            box-shadow: 0 7px 0px 0 #0C4271;
  }
  #hall-index .sec01__in__list .color01 h3 {
    color: #1662A3;
  }
  #hall-index .sec01__in__list .color01 .sec01__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow01.png") no-repeat right bottom 5px;
  }
  #hall-index .sec01__in__list .color02 {
    border: 3px solid #916C16;
    -webkit-box-shadow: 0 7px 0px 0 #6C5011;
            box-shadow: 0 7px 0px 0 #6C5011;
  }
  #hall-index .sec01__in__list .color02 h3 {
    color: #916C16;
  }
  #hall-index .sec01__in__list .color02 .sec01__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow02.png") no-repeat right bottom 5px;
  }
  #hall-index .sec01__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #hall-detail {
    width: 100%;
  }
  #hall-detail .sec01 {
    width: 100%;
  }
  #hall-detail .sec01 h3 {
    margin: 0 0 1.5rem 0;
    text-align: center;
  }
  #hall-detail .sec01 h3 span {
    font-size: 2.6rem;
    font-weight: bold;
    color: #1662A3;
    text-align: center;
  }
  #hall-detail .sec01__profile {
    width: 1200px;
    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;
  }
  #hall-detail .sec01__profile__left {
    width: 650px;
  }
  #hall-detail .sec01__profile__left__table {
    width: 100%;
  }
  #hall-detail .sec01__profile__left__table dl {
    width: 100%;
    display: table;
    border-bottom: 1px dotted #000;
  }
  #hall-detail .sec01__profile__left__table dl dt {
    width: 20%;
    display: table-cell;
    padding: 1.5rem;
  }
  #hall-detail .sec01__profile__left__table dl dd {
    width: 80%;
    display: table-cell;
    padding: 1.5rem;
  }
  #hall-detail .sec01__profile__right {
    width: 500px;
  }
  #hall-detail .sec01__profile__right img {
    width: 100%;
  }
  #hall-detail .sec01__map {
    width: 1200px;
    margin: 5rem auto;
  }
  #hall-detail .sec01__map iframe {
    width: 100%;
  }
  #hall-detail .sec01__plan {
    width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background: #F2EBD1;
  }
  #hall-detail .sec01__plan dl {
    width: 100%;
    display: table;
  }
  #hall-detail .sec01__plan dl dt {
    width: 20%;
    display: table-cell;
    text-align: center;
    font-weight: bold;
    color: #1662A3;
  }
  #hall-detail .sec01__plan dl dd {
    width: 80%;
    display: table-cell;
  }
  #hall-detail .sec01__plan dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hall-detail .sec01__plan dl dd ul li {
    margin: 0 2rem 0 0;
    background: #fff;
  }
  #hall-detail .sec01__plan dl dd ul li a {
    display: block;
    width: 300px;
    padding: 2.7rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: none;
    border: 5px solid #fff;
  }
  #hall-detail .sec01__plan dl dd ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hall-detail .sec01__plan dl dd ul li .two-heart {
    background: url("../../assets/img/hall/common/plan_twoheart_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .garden-house {
    background: url("../../assets/img/hall/common/plan_gardenhouse_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .small-cremation {
    background: url("../../assets/img/hall/common/plan_small_cremation_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .oneday-funeral {
    background: url("../../assets/img/hall/common/plan_small_oneday_funeral_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .small-family-funeral02 {
    background: url("../../assets/img/hall/common/plan_small_family_funeral02_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .small-family-funeral01 {
    background: url("../../assets/img/hall/common/plan_small_family_funeral01_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .omiya {
    background: url("../../assets/img/hall/common/plan_omiya_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__institution {
    margin: 5rem 0 0 0;
    padding: 7rem 0 10rem 0;
    background: #FCFBF7;
  }
  #hall-detail .sec01__institution__in {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-detail .sec01__institution__in h4 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  #hall-detail .sec01__institution__in__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2.5rem 0 0 0;
  }
  #hall-detail .sec01__institution__in__list__box {
    width: 230px;
    margin: 0 0.5rem 1.5rem 0.5rem;
    background: #fff;
  }
  #hall-detail .sec01__institution__in__list__box__photo {
    width: 100%;
    overflow: hidden;
  }
  #hall-detail .sec01__institution__in__list__box__photo img {
    width: 100%;
    display: block;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
  }
  #hall-detail .sec01__institution__in__list__box__photo img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* 画像の拡大率 */
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
    background: #fff;
    opacity: 0.6;
    cursor: pointer;
  }
  #hall-detail .sec01__institution__in__list__box__name {
    margin: 1rem 0 0 0;
    padding: 0 0 1rem 0;
    text-align: center;
  }
  #hall-detail .sec01__institution__in__indoor {
    width: 1200px;
    margin: 5rem auto 0 auto;
    background: #fff;
  }
  #hall-detail .sec01__institution__in__indoor h5 {
    padding: 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  #hall-detail .sec01__institution__in__indoor iframe {
    width: 100%;
    height: 600px;
  }
  #hall-detail .sec01__consul {
    width: 100%;
    margin: 5rem 0;
  }
  #hall-detail .sec01__consul__in {
    width: 1200px;
    margin: 0 auto;
    padding: 4rem;
    background: #F2EBD1;
  }
  #hall-detail .sec01__consul__in h4 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #1662A3;
  }
  #hall-detail .sec01__consul__in__lead {
    margin: 2rem 0 3rem 0;
    text-align: center;
  }
  #hall-detail .sec01__consul__in ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #hall-detail .sec01__consul__in ul li {
    width: 350px;
    overflow: hidden;
    background: #fff;
  }
  #hall-detail .sec01__consul__in ul li img {
    width: 100%;
    display: block;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
  }
  #hall-detail .sec01__consul__in ul li img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* 画像の拡大率 */
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
    background: #fff;
    opacity: 0.6;
    cursor: pointer;
  }
  #hall-detail .sec01__consul__in__btn {
    width: 300px;
    margin: 5rem auto 0 auto;
  }
  #hall-detail .sec01__consul__in__btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #hall-detail .sec01__consul__in__btn a:hover {
    color: #F5EA02;
  }
  #hall-detail .sec02 {
    padding: 10rem 0;
    background: url("../../assets/img/hall/common/sec02_bg.png") no-repeat;
    background-size: cover;
  }
  #hall-detail .sec02__lead {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #hall-detail .sec02__lead strong {
    font-weight: bold;
    color: #C0192A;
  }
  #hall-detail .sec02__lead p {
    margin: 0 0 1rem 0;
    line-height: 2;
  }
  #hall-detail .sec02__in {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-detail .sec02__in__list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #hall-detail .sec02__in__list__box {
    width: 380px;
    margin: 0 0 4rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #hall-detail .sec02__in__list__box__in {
    display: block;
    padding: 2rem 1rem;
    text-decoration: none;
    color: #000;
  }
  #hall-detail .sec02__in__list__box__in h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #hall-detail .sec02__in__list__box__in__photo {
    margin: 2rem 0 1rem 0;
  }
  #hall-detail .sec02__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hall-detail .sec02__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
  #hall-detail .sec02__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #hall-detail .sec02__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #hall-detail .sec02__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #hall-detail .sec02__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #hall-detail .sec02__in__list__box__in__address {
    min-height: 80px;
    margin: 1.5rem 0 0 0;
    padding: 0 3.5rem 0 0;
  }
  #hall-detail .sec02__in__list__box:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hall-detail .sec02__in__list .color01 {
    border: 3px solid #1662A3;
    -webkit-box-shadow: 0 7px 0px 0 #0C4271;
            box-shadow: 0 7px 0px 0 #0C4271;
  }
  #hall-detail .sec02__in__list .color01 h3 {
    color: #1662A3;
  }
  #hall-detail .sec02__in__list .color01 .sec02__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow01.png") no-repeat right bottom 5px;
  }
  #hall-detail .sec02__in__list .color02 {
    border: 3px solid #916C16;
    -webkit-box-shadow: 0 7px 0px 0 #6C5011;
            box-shadow: 0 7px 0px 0 #6C5011;
  }
  #hall-detail .sec02__in__list .color02 h3 {
    color: #916C16;
  }
  #hall-detail .sec02__in__list .color02 .sec02__in__list__box__in__address {
    background: url("../../assets/img/hall/common/hall_arrow02.png") no-repeat right bottom 5px;
  }
  #hall-detail .sec02__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #consul {
    width: 100%;
  }
  #consul .sec01 {
    padding: 0 0 10rem 0;
  }
  #consul .sec01__lead {
    width: 1200px;
    margin: 0 auto 7rem auto;
  }
  #consul .sec01__lead p {
    margin: 3rem 0 0 0;
    line-height: 2;
    text-align: center;
  }
  #consul .sec01__box01 {
    width: 100%;
    padding: 5rem 0;
    background: url("../../assets/img/consul/sec01_bg.jpg") no-repeat;
    background-size: cover;
  }
  #consul .sec01__box01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #consul .sec01__box01__in__lead {
    margin: 0 0 3rem 0;
    text-align: center;
  }
  #consul .sec01__box01__in__lead h4 {
    margin: 0 0 2rem 0;
    color: #1662A3;
    font-size: 2.2rem;
  }
  #consul .sec01__box01__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #consul .sec01__box01__in ul li {
    width: 380px;
    overflow: hidden;
  }
  #consul .sec01__box01__in ul li img {
    width: 100%;
    display: block;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
  }
  #consul .sec01__box01__in ul li img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* 画像の拡大率 */
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; /* 変化に掛かる時間 */
    background: #fff;
    opacity: 0.6;
    cursor: pointer;
  }
  #consul .sec02 {
    padding: 0 0 10rem 0;
  }
  #consul .sec02__in {
    width: 1100px;
    margin: 0 auto;
  }
  #consul .sec02__in__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 2.5rem 0;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #1662A3;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.3);
  }
  #consul .sec02__in__box__left {
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #consul .sec02__in__box__right {
    width: calc(100% - 380px);
  }
  #consul .sec02__in__box__right h4 {
    margin: 0 0 1.5rem 0;
    padding: 0 0 1.5rem 0;
    text-align: center;
    color: #1662A3;
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: 2px solid #707070;
  }
  #consul .sec02__in__box__right__photo {
    display: none;
  }
  #consul .sec02__in__box__right__lead strong {
    color: #C0192A;
  }
  #consul .sec02__in__box__right__tel-pc {
    margin: 1rem 0 0 0;
    text-align: center;
    line-height: 1;
  }
  #consul .sec02__in__box__right__tel-pc span {
    padding: 0 0 0 4rem;
    line-height: 1;
    font-size: 4rem;
    letter-spacing: 0.1rem;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat left 16px;
    background-size: 30px;
  }
  #consul .sec02__in__box__right__tel-sp {
    display: none;
  }
  #consul .sec02__in__box__right ul {
    margin: 1.5rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #consul .sec02__in__box__right ul li {
    width: 300px;
    margin: 0 1rem;
  }
  #consul .sec02__in__box__right ul li a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #consul .sec02__in__box__right ul li a:hover {
    color: #F5EA02;
  }
  #consul .sec02__in__box__right__time {
    width: 280px;
    margin: 2rem auto 0 auto;
    padding: 0.5rem;
    background: #FFCB1F;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
  }
  #after {
    width: 100%;
  }
  #after .sec01 {
    padding: 0 0 10rem 0;
  }
  #after .sec01__in {
    width: 100%;
  }
  #after .sec01__in__lead {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem auto 5rem auto;
  }
  #after .sec01__in__lead__left {
    width: 600px;
  }
  #after .sec01__in__lead__left__list {
    margin: 2rem 0 0 0;
  }
  #after .sec01__in__lead__left__list li {
    margin: 0 0 1rem 0;
  }
  #after .sec01__in__lead__right {
    width: 600px;
    text-align: right;
  }
  #after .sec01__in__box {
    width: 100%;
    padding: 5rem 0;
  }
  #after .sec01__in__box__in {
    width: 1200px;
    margin: 0 auto;
  }
  #after .sec01__in__box__in h4 {
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-size: 3.2rem;
  }
  #after .sec01__in__box__in .bg-title01 {
    padding: 1.5rem 0;
    color: #816E42;
    background: url("../../assets/img/after/sec01_title_bg01.png") no-repeat center;
  }
  #after .sec01__in__box__in .bg-title02 {
    padding: 1.5rem 0;
    color: #1662A3;
    background: url("../../assets/img/after/sec01_title_bg02.png") no-repeat center;
  }
  #after .sec01__in__box__in .bg-title03 {
    padding: 1.5rem 0;
    color: #816E42;
    background: url("../../assets/img/after/sec01_title_bg03.png") no-repeat center;
  }
  #after .sec01__in__box__in .bg-title04 {
    padding: 1.5rem 0;
    color: #1662A3;
    background: url("../../assets/img/after/sec01_title_bg04.png") no-repeat center;
  }
  #after .sec01__in__box__in__in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #after .sec01__in__box__in__in__left {
    width: 700px;
  }
  #after .sec01__in__box__in__in__left h5 {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #1662A3;
  }
  #after .sec01__in__box__in__btn01 {
    width: 430px;
    margin: 4.5rem auto 0 auto;
  }
  #after .sec01__in__box__in__btn01 a {
    display: block;
    padding: 1rem 0;
    background: #816E42;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
  }
  #after .sec01__in__box__in__btn01 a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #after .sec01__in__box__in__btn02 {
    width: 430px;
    margin: 4.5rem auto 0 auto;
  }
  #after .sec01__in__box__in__btn02 a {
    display: block;
    padding: 1rem 0;
    background: #1662A3;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
  }
  #after .sec01__in__box__in__btn02 a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #after .sec01__in .bg {
    background: url("../../assets/img/after/sec01_bg.jpg") no-repeat;
    background-size: cover;
  }
  #after .sec01__in .bg .sec01__in__box__in__in__left h5 {
    color: #816E42;
  }
  #faq {
    width: 100%;
  }
  #faq .sec01 {
    padding: 0 0 10rem 0;
  }
  #faq .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #faq .sec01__in ol {
    margin: 5rem 0;
  }
  #faq .sec01__in ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.5rem 0;
  }
  #faq .sec01__in ol li span {
    display: block;
    width: 70px;
    margin: 0 20px 0 0;
    background: #C0192A;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
  }
  #faq .sec01__in dl {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    border-bottom: 1px dotted #666;
  }
  #faq .sec01__in dl dt {
    margin: 0 0 0.5rem 0;
    color: #1662A3;
    font-weight: bold;
  }
  #member {
    width: 100%;
  }
  #member .sec01__lead {
    width: 1200px;
    margin: 0 auto 8rem auto;
  }
  #member .sec01__lead__txt {
    margin: 3rem 0 0 0;
    text-align: center;
    font-size: 1.8rem;
  }
  #member .sec01__lead__image {
    margin: 3.5rem 0 0 0;
    text-align: center;
  }
  #member .sec01__list {
    padding: 5rem 0 10rem 0;
    background: #EDF3F9;
  }
  #member .sec01__list__in {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem auto 0 auto;
  }
  #member .sec01__list__in__box {
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 1.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #member .sec01__list__in__box h5 {
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #1662A3;
  }
  #member .sec01__list__in__box__photo {
    margin: 0 0 1.5rem 0;
  }
  #member .sec01__list__in__box__tel-pc {
    margin: 2rem 0;
    text-align: center;
    line-height: 1;
  }
  #member .sec01__list__in__box__tel-pc span {
    padding: 0 0 0 3.8rem;
    font-size: 3.4rem;
    font-weight: bold;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat left;
    background-size: 2.8rem;
  }
  #member .sec01__list__in__box__txt {
    margin: 0 0 1.5rem 0;
  }
  #member .sec01__list__in__box__txt strong {
    color: #C0192A;
  }
  #member .sec01__list__in__box__tel-sp {
    display: none;
  }
  #member .sec01__list__in__box__btn {
    width: 300px;
    margin: 1.5rem auto 0 auto;
  }
  #member .sec01__list__in__box__btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #member .sec01__list__in__box__btn a:hover {
    color: #F5EA02;
  }
  #member .sec01__list__in__box__time {
    width: 100%;
    margin: auto 0 0 0;
    padding: 1rem 0;
    background: #FFCB1F;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
  }
  #member .sec01__list__in__box__caution {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  #company {
    width: 100%;
  }
  #company .sec01__lead {
    width: 1200px;
    margin: 0 auto;
  }
  #company .sec01__lead p {
    margin: 3rem 0 0 0;
    text-align: center;
    line-height: 2;
  }
  #company .sec01__name {
    width: 100%;
    margin: 4rem 0 0 0;
    background: url("../../assets/img/company/sec01_bg01.png") no-repeat bottom;
    background-size: auto 280px;
  }
  #company .sec01__name__in {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #company .sec01__name__in__left {
    width: 400px;
    padding: 11rem 0 0 0;
    text-align: center;
  }
  #company .sec01__name__in__left__lead {
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
  }
  #company .sec01__list {
    padding: 10rem 0;
    background: url("../../assets/img/company/sec01_bg02.png") no-repeat right;
  }
  #company .sec01__list__in {
    width: 1200px;
    margin: 0 auto;
  }
  #company .sec01__list__in__box {
    width: 100%;
    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 0 5rem 0;
  }
  #company .sec01__list__in__box__txt {
    width: 600px;
  }
  #company .sec01__list__in__box__txt h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.5rem 0;
    font-size: 2rem;
    font-weight: bold;
    color: #1662A3;
    line-height: 1.2;
  }
  #company .sec01__list__in__box__txt h4 span {
    margin: 0 1rem 0 0;
    padding: 0 1rem 0 0;
    font-size: 4rem;
    font-weight: bold;
    border-right: 1px solid #1662A3;
  }
  #company .sec01__list__in__box__photo {
    width: 550px;
  }
  #company .sec01__list__in__box:nth-child(2) .sec01__list__in__box__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #company .sec01__list__in__box:nth-child(2) .sec01__list__in__box__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #company .sec02 {
    width: 100%;
    padding: 10rem 0;
    background: url("../../assets/img/company/sec02_bg.jpg") no-repeat;
    background-size: cover;
  }
  #company .sec02__in {
    width: 1000px;
    margin: 0 auto;
    padding: 5rem;
    background: #fff;
    border-radius: 10px;
  }
  #company .sec02__in .table {
    width: 800px;
    margin: 5rem auto 0 auto;
  }
  #company .sec02__in .table dl {
    width: 100%;
    display: table;
    margin: 0 0 1.5rem 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px dotted #666;
  }
  #company .sec02__in .table dl dt {
    width: 15%;
    display: table-cell;
  }
  #company .sec02__in .table dl dd {
    width: 85%;
    display: table-cell;
  }
  #voice-top {
    width: 100%;
  }
  #voice-top .sec01 {
    padding: 0 0 10rem 0;
  }
  #voice-top .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #voice-top .sec01__in__list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #voice-top .sec01__in__list__box {
    display: block;
    width: 280px;
    margin: 0 0 2.5rem 0;
    padding: 2.5rem;
    border: 2px solid #1B579C;
    text-decoration: none;
    color: #000;
  }
  #voice-top .sec01__in__list__box dt {
    text-decoration: underline;
  }
  #voice-top .sec01__in__list__box dd {
    margin: 1.5rem 0 0 0;
    text-align: right;
  }
  #voice-top .sec01__in__list__box:hover {
    background: #1B579C;
    color: #fff;
  }
  #voice-top .sec01__in__list::before {
    content: "";
    display: block;
    width: 280px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #voice-top .sec01__in__list::after {
    content: "";
    display: block;
    width: 280px;
  }
  #voice-detail {
    width: 100%;
  }
  #voice-detail .sec01 {
    padding: 0 0 10rem 0;
  }
  #voice-detail .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #voice-detail .sec01__in__entry {
    width: 100%;
    margin: 5rem 0 0 0;
  }
  #voice-detail .sec01__in__entry__table {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  #voice-detail .sec01__in__entry__table dl {
    width: 50%;
    display: table;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__table dl dt {
    width: 30%;
    padding: 1.5rem;
    display: table-cell;
    background: #E5EAED;
    border-right: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__table dl dd {
    width: 70%;
    padding: 1.5rem;
    display: table-cell;
  }
  #voice-detail .sec01__in__entry__table dl:nth-child(2) dd {
    border-right: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__table dl:nth-child(3) {
    border-bottom: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__table dl:nth-child(4) {
    border-bottom: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__table dl:nth-child(4) dd {
    border-right: 1px solid #666;
  }
  #voice-detail .sec01__in__entry__image {
    width: 100%;
  }
  #voice-detail .sec01__in__entry__image img {
    max-width: 100%;
  }
  #kyouka {
    width: 100%;
  }
  #kyouka .sec01 {
    width: 100%;
  }
  #kyouka .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #kyouka .sec01__in__lead {
    margin: 3rem 0 5rem 0;
    text-align: center;
  }
  #kyouka .sec01__in__order {
    width: 300px;
    margin: 0 auto;
  }
  #kyouka .sec01__in__order dl {
    width: 300px;
    padding: 2.5rem;
    border: 2px solid #1662A3;
    text-align: center;
  }
  #kyouka .sec01__in__order dl dt {
    font-weight: bold;
    color: #1662A3;
    font-size: 1.8rem;
  }
  #kyouka .sec01__in__order dl dd {
    margin: 1rem 0 0 0;
  }
  #kyouka .sec01__in__order dl dd .tel-pc span {
    padding: 0 0 0 3rem;
    font-weight: bold;
    font-size: 2.4rem;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat left;
    background-size: 20px;
  }
  #kyouka .sec01__in__order dl dd .tel-sp {
    display: none;
  }
  #kyouka .sec01__in__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5rem 0;
  }
  #kyouka .sec01__in__list__box {
    width: 380px;
    text-align: center;
  }
  #kyouka .sec01__in__list__box__photo {
    height: 311px;
    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;
  }
  #kyouka .sec01__in__list__box__name {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-weight: bold;
  }
  #kyouka .sec01__in__list__box__price strong {
    margin: 0 1rem 0 0;
    font-size: 2rem;
    font-weight: bold;
    color: #C0192A;
  }
  #topics-top {
    width: 100%;
  }
  #topics-top .sec01 {
    padding: 0 0 10rem 0;
  }
  #topics-top .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #topics-top .sec01__in__table {
    margin: 5rem 0 0 0;
  }
  #topics-top .sec01__in__table dl {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    display: table;
    border-bottom: 1px dotted #666;
  }
  #topics-top .sec01__in__table dl dt {
    width: 15%;
    display: table-cell;
    padding: 0 1.5rem;
  }
  #topics-top .sec01__in__table dl dd {
    width: 85%;
    display: table-cell;
    padding: 0 1.5rem;
  }
  #topics-detail {
    width: 100%;
  }
  #topics-detail .sec01 {
    padding: 0 0 10rem 0;
  }
  #topics-detail .sec01__in {
    width: 1200px;
    margin: 0 auto;
  }
  #topics-detail .sec01__in__entry {
    margin: 3rem 0 0 0;
  }
  #topics-detail .sec01__in__entry__photo {
    width: 100%;
    text-align: center;
  }
  #topics-detail .sec01__in__entry__photo img {
    max-width: 100%;
  }
  #topics-detail .sec01__in__entry__text {
    margin: 3rem 0 0 0;
  }
  #pvp {
    width: 100%;
  }
  #pvp .sec01 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 10rem 0;
  }
  #pvp .sec01__lead {
    margin: 3rem 0;
  }
  #pvp .sec01 dl {
    margin: 0 0 2rem 0;
  }
  #pvp .sec01 dl dt {
    color: #1662A3;
  }
  #pvp .sec01 ol, #pvp .sec01 ul {
    margin: 1rem 0;
  }
  #pvp .sec01 ol li, #pvp .sec01 ul li {
    margin: 0 0 0 2rem;
    list-style: decimal;
  }
  #sitemap {
    width: 100%;
  }
  #sitemap .sec01 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 10rem 0;
  }
  #sitemap .sec01 dl {
    margin: 0 0 2rem 0;
    width: 100%;
    display: table;
  }
  #sitemap .sec01 dl dt {
    width: 15%;
    display: table-cell;
    border-right: 1px solid #666;
  }
  #sitemap .sec01 dl dd {
    width: 85%;
    display: table-cell;
    padding: 1rem 0 1rem 3rem;
  }
  #sitemap .sec01 dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0.5rem 0;
  }
  #sitemap .sec01 dl dd ul li {
    margin: 0 1.5rem 0 0;
  }
  #sitemap .sec01 dl dd ul:last-child {
    margin: 0;
  }
  #sitemap .sec01 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem 0 0 0;
  }
  #sitemap .sec01 .list li {
    margin: 0 2rem 0 0;
  }
  #sitemap .sec01 a {
    color: #000;
    text-decoration: none;
  }
  #sitemap .sec01 a:hover {
    color: #0C4271;
    font-weight: bold;
  }
}
/* -------------------------------------------------------------------
 コンテンツ（タブレット）
------------------------------------------------------------------- */
@media screen and (max-width: 599px) {
  .pg-title {
    width: 100%;
    height: 120px;
    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;
    background: url("../../assets/img/common/title_bg.png") no-repeat;
    background-size: cover;
  }
  .pg-title h2 {
    color: #1662A3;
    font-size: 2rem;
    font-weight: bold;
  }
  .ct-title01 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
  }
  .ct-title02 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #1662A3;
    text-align: center;
  }
  #plan-top {
    width: 100%;
  }
  #plan-top .lead {
    width: 96%;
    margin: 3rem auto;
  }
  #plan-top .lead__txt {
    margin: 1.5rem 0 0 0;
  }
  #plan-top .sec01 {
    padding: 0 0 3rem 0;
  }
  #plan-top .sec01__lead {
    padding: 3rem 1rem;
    text-align: center;
    background: url("../../assets/img/plan/index/bg_twoheart.jpg") no-repeat center;
    background-size: cover;
  }
  #plan-top .sec01__lead__txt01 {
    margin: 2rem 0 1rem 0;
    font-weight: bold;
  }
  #plan-top .sec01__lead__txt02 {
    text-align: left;
  }
  #plan-top .sec01__in {
    width: 96%;
    margin: 3rem auto;
  }
  #plan-top .sec01__in__list {
    width: 85%;
    margin: 0 auto;
  }
  #plan-top .sec01__in__list__box {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
  #plan-top .sec01__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #FFAD3C;
    -webkit-box-shadow: 0 7px 0px 0 #E89C33;
            box-shadow: 0 7px 0px 0 #E89C33;
  }
  #plan-top .sec01__in__list__box__in h4 {
    padding: 0.5rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #FFAD3C;
  }
  #plan-top .sec01__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-top .sec01__in__list__box__in__in__photo {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  #plan-top .sec01__in__list__box__in__in__photo img {
    width: 100%;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd {
    text-align: right;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 {
    margin: 0 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 1.6rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dt {
    width: 60px;
    height: 50px;
    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;
    background: #C0192A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd {
    width: calc(100% - 60px);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 2.4rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 {
    margin: -0.5rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #plan-top .sec01__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 1.6rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec02 {
    padding: 0 0 3rem 0;
  }
  #plan-top .sec02__lead {
    padding: 3rem 1rem;
    text-align: center;
    background: url("../../assets/img/plan/index/bg_gardenhouse.jpg") no-repeat center;
    background-size: cover;
  }
  #plan-top .sec02__lead__txt01 {
    margin: 2rem 0 1rem 0;
    font-weight: bold;
  }
  #plan-top .sec02__lead__txt02 {
    text-align: left;
  }
  #plan-top .sec02__in {
    width: 96%;
    margin: 3rem auto;
  }
  #plan-top .sec02__in__list {
    width: 85%;
    margin: 0 auto;
  }
  #plan-top .sec02__in__list__box {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
  #plan-top .sec02__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #4A9B20;
    -webkit-box-shadow: 0 7px 0px 0 #3E831A;
            box-shadow: 0 7px 0px 0 #3E831A;
  }
  #plan-top .sec02__in__list__box__in h4 {
    padding: 0.5rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #4A9B20;
  }
  #plan-top .sec02__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-top .sec02__in__list__box__in__in__photo {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  #plan-top .sec02__in__list__box__in__in__photo img {
    width: 100%;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd {
    text-align: right;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 {
    margin: 0 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 1.6rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dt {
    width: 60px;
    height: 50px;
    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;
    background: #C0192A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd {
    width: calc(100% - 60px);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 2.4rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 {
    margin: -0.5rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #plan-top .sec02__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 1.6rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-top .sec03 {
    padding: 0 0 3rem 0;
  }
  #plan-top .sec03__lead {
    padding: 3rem 1rem;
    text-align: center;
    background: url("../../assets/img/plan/index/bg_omiya.jpg") no-repeat center;
    background-size: cover;
  }
  #plan-top .sec03__lead__txt01 {
    margin: 2rem 0 1rem 0;
    font-weight: bold;
  }
  #plan-top .sec03__lead__txt02 {
    text-align: left;
  }
  #plan-top .sec03__in {
    width: 96%;
    margin: 3rem auto;
  }
  #plan-top .sec03__in__list {
    width: 85%;
    margin: 0 auto;
  }
  #plan-top .sec03__in__list__box {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
  #plan-top .sec03__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #342271;
    -webkit-box-shadow: 0 7px 0px 0 #1E1341;
            box-shadow: 0 7px 0px 0 #1E1341;
  }
  #plan-top .sec03__in__list__box__in h4 {
    padding: 0.5rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #342271;
  }
  #plan-top .sec03__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-top .sec03__in__list__box__in__in__photo {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  #plan-top .sec03__in__list__box__in__in__photo img {
    width: 100%;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dt {
    width: 70px;
    padding: 0.5rem 0;
    background: #C0192A;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dt br {
    display: none;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dd {
    width: calc(100% - 80px);
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dd strong {
    margin: 0 1rem 0 0;
    font-size: 2rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(1) dd span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(2) dt {
    margin: 0 0.5rem 0 0;
  }
  #plan-top .sec03__in__list__box__in__in__price dl:nth-child(2) dd span {
    font-size: 1.2rem;
  }
  #plan-detail .plan-lead {
    width: 96%;
    margin: 3rem auto;
    border-radius: 15px;
  }
  #plan-detail .plan-lead__left {
    width: 100%;
  }
  #plan-detail .plan-lead__left h3 {
    border-top-left-radius: 10px;
  }
  #plan-detail .plan-lead__left__saidan {
    width: 94%;
    margin: 1rem auto;
  }
  #plan-detail .plan-lead__left__saidan img {
    width: 100%;
  }
  #plan-detail .plan-lead__left__in {
    width: 96%;
    margin: 2rem auto 0 auto;
  }
  #plan-detail .plan-lead__left__in__left {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 1rem 0;
    border: 1px solid #1662A3;
    border-radius: 15px;
  }
  #plan-detail .plan-lead__left__in__left h4 {
    padding: 1rem 0 0.5rem 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    background: #1662A3;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__left h4 br {
    display: none;
  }
  #plan-detail .plan-lead__left__in__left h4 span {
    position: relative;
    color: #FFAD3C;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #plan-detail .plan-lead__left__in__left h4 span::before {
    content: "・"; /* 文字の上に置くものを指定 */
    position: absolute; /* 相対位置とする */
    color: #fff;
    top: -1.4rem; /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
    left: 0; /* 横方向の表示位置を調整 */
  }
  #plan-detail .plan-lead__left__in__left h4 strong {
    color: #FFAD3C;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #plan-detail .plan-lead__left__in__left__lead {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
  }
  #plan-detail .plan-lead__left__in__left__lead span {
    font-size: 1.8rem;
  }
  #plan-detail .plan-lead__left__in__left__price {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FFCB1F));
    background: linear-gradient(transparent 80%, #FFCB1F 0%);
  }
  #plan-detail .plan-lead__left__in__left__price__left {
    color: #C0192A;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
  }
  #plan-detail .plan-lead__left__in__left__price__right {
    margin: 0.5rem 0 0 0.2rem;
    color: #C0192A;
    font-weight: bold;
    line-height: 1.2;
  }
  #plan-detail .plan-lead__left__in__left__price__right br {
    display: none;
  }
  #plan-detail .plan-lead__left__in__left__link {
    width: 80%;
    margin: 1.5rem auto 0 auto;
  }
  #plan-detail .plan-lead__left__in__left__link a {
    display: block;
    padding: 0.5rem 0;
    text-align: center;
    background: #1662A3;
    text-decoration: none;
    border-radius: 30px;
    color: #fff;
  }
  #plan-detail .plan-lead__left__in__right {
    width: 100%;
    margin: 2rem 0;
    text-align: center;
  }
  #plan-detail .plan-lead__left__in__right__txt {
    padding: 0.5rem 0;
    font-weight: bold;
    color: #C0192A;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    color: #232323;
    line-height: 1.4;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__type {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__price {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__price strong {
    margin: 0 0.5rem 0 0.5rem;
    font-size: 2.6rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box01__tax {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box02 {
    width: 100%;
    padding: 0 1.5rem 0 0;
    text-align: center;
    font-size: 1.4rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__normal-price-box02 strong {
    margin: 0 0.5rem;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0.5rem 0 0 0;
    color: #C0192A;
    line-height: 1.4;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__type {
    font-weight: bold;
    font-size: 1.6rem;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__price {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__price strong {
    margin: 0 0.5rem;
    font-size: 3rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box01__tax {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box02 {
    width: 100%;
    padding: 0 1.5rem 0 0;
    text-align: center;
    font-size: 1.4rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price-box02 strong {
    margin: 0 0.5rem;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__in__right__member-price {
    margin: 1rem 0;
    color: #C0192A;
    font-weight: bold;
    line-height: 1;
  }
  #plan-detail .plan-lead__left__in__right__member-price strong {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 4rem;
  }
  #plan-detail .plan-lead__left__in__right__member-price span {
    font-size: 1.2rem;
    color: #000;
  }
  #plan-detail .plan-lead__left__in__right__normal-price {
    margin: 1rem 0 0 0;
    font-size: 1.6rem;
  }
  #plan-detail .plan-lead__left__in__right__normal-price span {
    font-size: 1.2rem;
  }
  #plan-detail .plan-lead__left__flow {
    width: 94%;
    margin: 0 auto 1rem auto;
    padding: 1rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F2EBD1;
    border-radius: 10px;
  }
  #plan-detail .plan-lead__left__flow dt {
    text-align: center;
    line-height: 1;
    font-weight: bold;
  }
  #plan-detail .plan-lead__left__flow dd {
    width: 94%;
    margin: 0.5rem auto 0 auto;
    text-align: center;
  }
  #plan-detail .plan-lead__left__flow dd img {
    width: 100%;
  }
  #plan-detail .plan-lead__right {
    display: none;
  }
  #plan-detail .plan-lead-two-haert {
    border: 2px solid #FFAD3C;
  }
  #plan-detail .plan-lead-two-haert .plan-lead__left h3 {
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    background: #FFAD3C;
  }
  #plan-detail .plan-lead-garden-house {
    border: 2px solid #4A9B20;
  }
  #plan-detail .plan-lead-garden-house .plan-lead__left h3 {
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    background: #4A9B20;
  }
  #plan-detail .plan-lead-omiya {
    border: 2px solid #342271;
  }
  #plan-detail .plan-lead-omiya .plan-lead__left h3 {
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    background: #342271;
  }
  #plan-detail .bn-member {
    display: none;
  }
  #plan-detail .sec01 {
    padding: 5rem 0;
  }
  #plan-detail .sec01__in {
    width: 96%;
    margin: 0 auto;
  }
  #plan-detail .sec01__in__list {
    width: 100%;
    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: 2rem 0 0 0;
  }
  #plan-detail .sec01__in__list__box {
    width: 49%;
    display: table;
    margin: 0 0 1rem 0;
    border-radius: 10px;
    background-color: #fff;
  }
  #plan-detail .sec01__in__list__box dt {
    width: 30%;
    display: table-cell;
    padding: 1rem 0;
    text-align: center;
    vertical-align: middle;
  }
  #plan-detail .sec01__in__list__box dt img {
    width: 90%;
  }
  #plan-detail .sec01__in__list__box dd {
    width: 70%;
    padding: 1rem 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #plan-detail .sec01__in__list__box dd span {
    width: 80%;
    display: block;
    margin: 0.5rem auto 0 auto;
    color: #fff;
    font-weight: bold;
  }
  #plan-detail .sec01__in__list__box dd strong {
    margin: 0.3rem 0 0 0;
    display: block;
    font-size: 1rem;
    line-height: 1.3;
  }
  #plan-detail .sec01__in__caution {
    margin: 1rem 0 0 0;
  }
  #plan-detail .sec01-two-heart {
    background: #F9F6EC;
  }
  #plan-detail .sec01-two-heart .sec01__in__list__box {
    border: 1px solid #FFAD3C;
  }
  #plan-detail .sec01-two-heart .sec01__in__list__box dt {
    border-right: 1px solid #FFAD3C;
  }
  #plan-detail .sec01-two-heart .sec01__in__list__box dd span {
    background: #FFAD3C;
  }
  #plan-detail .sec01-garden-house {
    background: #E9FEDE;
  }
  #plan-detail .sec01-garden-house .sec01__in__list__box {
    border: 1px solid #4A9B20;
  }
  #plan-detail .sec01-garden-house .sec01__in__list__box dt {
    border-right: 1px solid #4A9B20;
  }
  #plan-detail .sec01-garden-house .sec01__in__list__box dd span {
    background: #4A9B20;
  }
  #plan-detail .sec01-omiya {
    background: #E8E2F4;
  }
  #plan-detail .sec01-omiya .sec01__in__list__box {
    border: 1px solid #342271;
  }
  #plan-detail .sec01-omiya .sec01__in__list__box dt {
    border-right: 1px solid #342271;
  }
  #plan-detail .sec01-omiya .sec01__in__list__box dd span {
    background: #342271;
  }
  #plan-detail .sec02 {
    width: 100%;
    padding: 5rem 0;
    background: url("../../assets/img/plan/common/sec02_bg.png") no-repeat;
    background-size: cover;
  }
  #plan-detail .sec02__in {
    width: 96%;
    margin: 0 auto;
  }
  #plan-detail .sec02__in__list {
    width: 80%;
    max-width: 300px;
    margin: 3rem auto 0 auto;
  }
  #plan-detail .sec02__in__list__box {
    width: 100%;
    margin: 0 0 2.5rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #plan-detail .sec02__in__list__box__in {
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #000;
  }
  #plan-detail .sec02__in__list__box__in h3 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
  }
  #plan-detail .sec02__in__list__box__in__photo {
    width: 80%;
    margin: 1rem auto;
  }
  #plan-detail .sec02__in__list__box__in__photo img {
    width: 100%;
  }
  #plan-detail .sec02__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #plan-detail .sec02__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
  }
  #plan-detail .sec02__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #plan-detail .sec02__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #plan-detail .sec02__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #plan-detail .sec02__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #plan-detail .sec02__in__list__box__in__address {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
  }
  #plan-detail .sec02__in__list__box:last-child {
    margin: 0;
  }
  #plan-detail .sec02__in__list .color01 {
    border: 3px solid #1662A3;
  }
  #plan-detail .sec02__in__list .color01 h3 {
    color: #1662A3;
  }
  #plan-detail .sec02__in__list .color02 {
    border: 3px solid #916C16;
  }
  #plan-detail .sec02__in__list .color02 h3 {
    color: #916C16;
  }
  #plan-detail .sec02__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #plan-detail .sec03 {
    padding: 5rem 0;
  }
  #plan-detail .sec03__in {
    width: 96%;
    margin: 0 auto;
  }
  #plan-detail .sec03__in__list {
    width: 85%;
    margin: 3rem auto 0 auto;
  }
  #plan-detail .sec03__in__list__box {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
  #plan-detail .sec03__in__list__box__in {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
  }
  #plan-detail .sec03__in__list__box__in h4 {
    padding: 0.5rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
  }
  #plan-detail .sec03__in__list__box__in__in {
    padding: 1.5rem 1.2rem;
  }
  #plan-detail .sec03__in__list__box__in__in__photo {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  #plan-detail .sec03__in__list__box__in__in__photo img {
    width: 100%;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd {
    text-align: right;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price01 span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 {
    margin: 0 1rem 0 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(1) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 1.6rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dt {
    width: 60px;
    height: 50px;
    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;
    background: #C0192A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd {
    width: calc(100% - 60px);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 strong {
    margin: 0 0.5rem;
    font-size: 2.4rem;
    color: #C0192A;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price01 span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 {
    margin: -0.5rem 1rem 0 0;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #plan-detail .sec03__in__list__box__in__in__price dl:nth-child(2) dd ul .price02 strong {
    margin: 0 0.5rem;
    font-size: 1.6rem;
    color: #414141;
    font-weight: bold;
  }
  #plan-detail .plan-two-haert .sec03__in__list__box__in {
    border: 3px solid #FFAD3C;
    -webkit-box-shadow: 0 7px 0px 0 #E89C33;
            box-shadow: 0 7px 0px 0 #E89C33;
  }
  #plan-detail .plan-two-haert .sec03__in__list__box__in h4 {
    background: #FFAD3C;
  }
  #plan-detail .plan-garden-house .sec03__in__list__box__in {
    border: 3px solid #4A9B20;
    -webkit-box-shadow: 0 7px 0px 0 #3E831A;
            box-shadow: 0 7px 0px 0 #3E831A;
  }
  #plan-detail .plan-garden-house .sec03__in__list__box__in h4 {
    background: #4A9B20;
  }
  #plan-detail .plan-omiya .sec03__in__list__box__in {
    border: 3px solid #342271;
    -webkit-box-shadow: 0 7px 0px 0 #1E1341;
            box-shadow: 0 7px 0px 0 #1E1341;
  }
  #plan-detail .plan-omiya .sec03__in__list__box__in h4 {
    background: #342271;
  }
  #plan-detail .sec04 {
    padding: 5rem 0;
    background: url("../../assets/img/plan/common/sec04_bg.png") no-repeat;
    background-size: cover;
  }
  #plan-detail .sec04__in {
    width: 96%;
    margin: 0 auto;
  }
  #plan-detail .sec04__in__list {
    width: 80%;
    max-width: 300px;
    margin: 2.5rem auto 0 auto;
  }
  #plan-detail .sec04__in__list__box {
    width: 100%;
    margin: 0 auto 3rem auto;
    background: #fff;
  }
  #plan-detail .sec04__in__list__box__in {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 15px;
  }
  #plan-detail .sec04__in__list__box__in__left {
    width: 100%;
  }
  #plan-detail .sec04__in__list__box__in__left__lead {
    padding: 1rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
  #plan-detail .sec04__in__list__box__in__left h3 {
    margin: 1rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #plan-detail .sec04__in__list__box__in__left__image {
    width: 100%;
  }
  #plan-detail .sec04__in__list__box__in__left__image img {
    width: 100%;
  }
  #plan-detail .sec04__in__list__box__in__left__more_txt {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: center;
    text-decoration: underline;
  }
  #plan-detail .sec04__in__list__box__in__left__more_txt span {
    font-weight: bold;
  }
  #plan-detail .sec04__in__list__box__in__right {
    display: none;
  }
  #plan-detail .sec04__in__list__box .two-heart {
    border: 3px solid #FFAD3C;
  }
  #plan-detail .sec04__in__list__box .two-heart .sec04__in__list__box__in__left__lead {
    background: #FFAD3C;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #plan-detail .sec04__in__list__box .two-heart .sec04__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow01.png") no-repeat right;
    background-size: contain;
  }
  #plan-detail .sec04__in__list__box .garden-house {
    border: 3px solid #4A9B20;
  }
  #plan-detail .sec04__in__list__box .garden-house .sec04__in__list__box__in__left__lead {
    background: #4A9B20;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #plan-detail .sec04__in__list__box .garden-house .sec04__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow02.png") no-repeat right;
    background-size: contain;
  }
  #plan-detail .sec04__in__list__box .omiya {
    border: 3px solid #342271;
  }
  #plan-detail .sec04__in__list__box .omiya .sec04__in__list__box__in__left__lead {
    background: #342271;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #plan-detail .sec04__in__list__box .omiya .sec04__in__list__box__in__left__more_txt span {
    padding: 0 3rem 0 0;
    background: url("../../assets/img/index/sec03_arrow03.png") no-repeat right;
    background-size: contain;
  }
  #hall-index {
    width: 100%;
  }
  #hall-index .sec01 {
    width: 100%;
    padding: 3rem 0;
  }
  #hall-index .sec01__lead {
    width: 96%;
    margin: 1.5rem auto 0 auto;
    text-align: left;
  }
  #hall-index .sec01__lead strong {
    font-weight: bold;
    color: #C0192A;
  }
  #hall-index .sec01__in {
    width: 96%;
    margin: 0 auto;
  }
  #hall-index .sec01__in__list {
    width: 80%;
    max-width: 300px;
    margin: 3rem auto 0 auto;
  }
  #hall-index .sec01__in__list__box {
    width: 100%;
    margin: 0 0 2.5rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #hall-index .sec01__in__list__box__in {
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #000;
  }
  #hall-index .sec01__in__list__box__in h3 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
  }
  #hall-index .sec01__in__list__box__in__photo {
    width: 80%;
    margin: 1rem auto;
  }
  #hall-index .sec01__in__list__box__in__photo img {
    width: 100%;
  }
  #hall-index .sec01__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hall-index .sec01__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
  }
  #hall-index .sec01__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #hall-index .sec01__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #hall-index .sec01__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #hall-index .sec01__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #hall-index .sec01__in__list__box__in__address {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
  }
  #hall-index .sec01__in__list__box:last-child {
    margin: 0;
  }
  #hall-index .sec01__in__list .color01 {
    border: 3px solid #1662A3;
  }
  #hall-index .sec01__in__list .color01 h3 {
    color: #1662A3;
  }
  #hall-index .sec01__in__list .color02 {
    border: 3px solid #916C16;
  }
  #hall-index .sec01__in__list .color02 h3 {
    color: #916C16;
  }
  #hall-index .sec01__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #hall-detail {
    width: 100%;
  }
  #hall-detail .sec01 {
    width: 100%;
    padding: 3rem 0 0 0;
  }
  #hall-detail .sec01 h3 {
    margin: 0 0 1rem 0;
    text-align: center;
  }
  #hall-detail .sec01 h3 span {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1662A3;
    text-align: center;
  }
  #hall-detail .sec01__profile {
    width: 96%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  #hall-detail .sec01__profile__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #hall-detail .sec01__profile__left__table {
    width: 100%;
    margin: 1rem 0 0 0;
  }
  #hall-detail .sec01__profile__left__table dl {
    width: 100%;
    display: table;
    border-bottom: 1px dotted #000;
    line-height: 1.5;
  }
  #hall-detail .sec01__profile__left__table dl dt {
    width: 30%;
    display: table-cell;
    padding: 1rem;
  }
  #hall-detail .sec01__profile__left__table dl dd {
    width: 70%;
    display: table-cell;
    padding: 1rem;
  }
  #hall-detail .sec01__profile__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #hall-detail .sec01__profile__right img {
    width: 100%;
  }
  #hall-detail .sec01__map {
    width: 96%;
    margin: 3rem auto;
  }
  #hall-detail .sec01__map iframe {
    width: 100%;
    height: 300px;
  }
  #hall-detail .sec01__plan {
    width: 96%;
    margin: 0 auto;
    padding: 2rem;
    background: #F2EBD1;
  }
  #hall-detail .sec01__plan dl {
    width: 100%;
  }
  #hall-detail .sec01__plan dl dt {
    margin: 0 0 1.5rem 0;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    color: #1662A3;
  }
  #hall-detail .sec01__plan dl dd {
    width: 90%;
    margin: 0 auto;
  }
  #hall-detail .sec01__plan dl dd ul li {
    width: 100%;
    margin: 0 0 1rem 0;
    background: #fff;
  }
  #hall-detail .sec01__plan dl dd ul li a {
    display: block;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    text-decoration: none;
    border: 3px solid #fff;
  }
  #hall-detail .sec01__plan dl dd ul li .two-heart {
    background: url("../../assets/img/hall/common/plan_twoheart_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .garden-house {
    background: url("../../assets/img/hall/common/plan_gardenhouse_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .small-cremation {
    background: url("../../assets/img/hall/common/plan_small_cremation_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .oneday-funeral {
    background: url("../../assets/img/hall/common/plan_small_oneday_funeral_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .small-family-funeral02 {
    background: url("../../assets/img/hall/common/plan_small_family_funeral02_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .small-family-funeral01 {
    background: url("../../assets/img/hall/common/plan_small_family_funeral01_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li .omiya {
    background: url("../../assets/img/hall/common/plan_omiya_bg.png") no-repeat center;
    background-size: cover;
  }
  #hall-detail .sec01__plan dl dd ul li:last-child {
    margin: 0;
  }
  #hall-detail .sec01__institution {
    margin: 5rem 0 0 0;
    padding: 5rem 0;
    background: #FCFBF7;
  }
  #hall-detail .sec01__institution__in {
    width: 96%;
    margin: 0 auto;
  }
  #hall-detail .sec01__institution__in h4 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  #hall-detail .sec01__institution__in__list {
    width: 100%;
    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;
    margin: 2.5rem 0 0 0;
  }
  #hall-detail .sec01__institution__in__list__box {
    width: 48%;
    margin: 0 0 1rem 0;
    background: #fff;
  }
  #hall-detail .sec01__institution__in__list__box__photo {
    width: 100%;
  }
  #hall-detail .sec01__institution__in__list__box__photo img {
    width: 100%;
  }
  #hall-detail .sec01__institution__in__list__box__name {
    margin: 0.5rem 0 0 0;
    padding: 0 0 0.5rem 0;
    text-align: center;
    font-size: 1.2rem;
  }
  #hall-detail .sec01__institution__in__indoor {
    width: 90%;
    max-width: 320px;
    margin: 3rem auto 0 auto;
    background: #fff;
  }
  #hall-detail .sec01__institution__in__indoor h5 {
    padding: 1rem 0;
    text-align: center;
    font-weight: bold;
  }
  #hall-detail .sec01__institution__in__indoor iframe {
    width: 100%;
    height: 300px;
  }
  #hall-detail .sec01__consul {
    width: 100%;
    margin: 3rem 0;
  }
  #hall-detail .sec01__consul__in {
    width: 96%;
    margin: 0 auto;
    padding: 2rem;
    background: #F2EBD1;
  }
  #hall-detail .sec01__consul__in h4 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #1662A3;
  }
  #hall-detail .sec01__consul__in__lead {
    margin: 1rem 0 1.5rem 0;
    text-align: left;
  }
  #hall-detail .sec01__consul__in ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #hall-detail .sec01__consul__in ul li {
    width: 32%;
  }
  #hall-detail .sec01__consul__in ul li img {
    width: 100%;
  }
  #hall-detail .sec01__consul__in__btn {
    width: 80%;
    max-width: 300px;
    margin: 3rem auto 0 auto;
  }
  #hall-detail .sec01__consul__in__btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #hall-detail .sec01__consul__in__btn a:hover {
    color: #F5EA02;
  }
  #hall-detail .sec02 {
    width: 100%;
    padding: 5rem 0;
    background: url("../../assets/img/hall/common/sec02_bg.png") no-repeat;
    background-size: cover;
  }
  #hall-detail .sec02__in {
    width: 96%;
    margin: 0 auto;
  }
  #hall-detail .sec02__in__list {
    width: 80%;
    max-width: 300px;
    margin: 3rem auto 0 auto;
  }
  #hall-detail .sec02__in__list__box {
    width: 100%;
    margin: 0 0 2.5rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #hall-detail .sec02__in__list__box__in {
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #000;
  }
  #hall-detail .sec02__in__list__box__in h3 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
  }
  #hall-detail .sec02__in__list__box__in__photo {
    width: 80%;
    margin: 1rem auto;
  }
  #hall-detail .sec02__in__list__box__in__photo img {
    width: 100%;
  }
  #hall-detail .sec02__in__list__box__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hall-detail .sec02__in__list__box__in ul li {
    margin: 0 1rem 0 0;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
  }
  #hall-detail .sec02__in__list__box__in ul .two-heart {
    border: 1px solid #FFAD3C;
    color: #FFAD3C;
  }
  #hall-detail .sec02__in__list__box__in ul .garden-house {
    border: 1px solid #4A9B20;
    color: #4A9B20;
  }
  #hall-detail .sec02__in__list__box__in ul .chiisana {
    border: 1px solid #5AB928;
    color: #5AB928;
  }
  #hall-detail .sec02__in__list__box__in ul .omiya {
    border: 1px solid #342271;
    color: #342271;
  }
  #hall-detail .sec02__in__list__box__in__address {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
  }
  #hall-detail .sec02__in__list__box:last-child {
    margin: 0;
  }
  #hall-detail .sec02__in__list .color01 {
    border: 3px solid #1662A3;
  }
  #hall-detail .sec02__in__list .color01 h3 {
    color: #1662A3;
  }
  #hall-detail .sec02__in__list .color02 {
    border: 3px solid #916C16;
  }
  #hall-detail .sec02__in__list .color02 h3 {
    color: #916C16;
  }
  #hall-detail .sec02__in__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #consul {
    width: 100%;
  }
  #consul .sec01 {
    padding: 3rem 0 5rem 0;
  }
  #consul .sec01__lead {
    width: 96%;
    margin: 0 auto 3rem auto;
  }
  #consul .sec01__lead p {
    margin: 2rem 0 0 0;
  }
  #consul .sec01__box01 {
    width: 100%;
    padding: 3rem 0;
    background: url("../../assets/img/consul/sec01_bg.jpg") no-repeat;
    background-size: cover;
  }
  #consul .sec01__box01__in {
    width: 96%;
    margin: 0 auto;
  }
  #consul .sec01__box01__in__lead {
    margin: 0 0 1.5rem 0;
    text-align: center;
  }
  #consul .sec01__box01__in__lead h4 {
    margin: 0 0 1rem 0;
    color: #1662A3;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #consul .sec01__box01__in__lead p {
    text-align: left;
  }
  #consul .sec01__box01__in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #consul .sec01__box01__in ul li {
    width: 33%;
  }
  #consul .sec01__box01__in ul li img {
    width: 100%;
  }
  #consul .sec02 {
    padding: 0 0 5rem 0;
  }
  #consul .sec02__in {
    width: 96%;
    margin: 0 auto;
  }
  #consul .sec02__in__box {
    width: 100%;
    margin: 0 0 2.5rem 0;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #1662A3;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.3);
  }
  #consul .sec02__in__box__left {
    display: none;
  }
  #consul .sec02__in__box__right h4 {
    margin: 0 0 1.5rem 0;
    text-align: center;
    color: #1662A3;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #consul .sec02__in__box__right__photo {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  #consul .sec02__in__box__right__photo img {
    width: 100%;
  }
  #consul .sec02__in__box__right__lead strong {
    color: #C0192A;
  }
  #consul .sec02__in__box__right__tel-pc {
    display: none;
  }
  #consul .sec02__in__box__right__tel-sp a {
    width: 80%;
    display: block;
    margin: 1.5rem auto 0 auto;
    padding: 0.8rem 0 0.5rem 0;
    text-decoration: none;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #1662A3;
    -webkit-box-shadow: 0px 4px 0px 1px #0C4271;
            box-shadow: 0px 4px 0px 1px #0C4271;
  }
  #consul .sec02__in__box__right__tel-sp a span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #consul .sec02__in__box__right__tel-sp a .number {
    display: inline-block;
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
    background: url("../../assets/img/common/icon_tel_wh.png") no-repeat left;
    background-size: 16px;
  }
  #consul .sec02__in__box__right ul {
    margin: 1.5rem 0 0 0;
  }
  #consul .sec02__in__box__right ul li {
    width: 80%;
    margin: 0 auto 1rem auto;
  }
  #consul .sec02__in__box__right ul li a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #consul .sec02__in__box__right ul li a:hover {
    color: #F5EA02;
  }
  #consul .sec02__in__box__right__time {
    width: 280px;
    margin: 2rem auto 0 auto;
    padding: 0.5rem;
    background: #FFCB1F;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
  }
  #after {
    width: 100%;
  }
  #after .sec01 {
    padding: 3rem 0 5rem 0;
  }
  #after .sec01__in {
    width: 100%;
  }
  #after .sec01__in__lead {
    width: 96%;
    margin: 1.5rem auto 3rem auto;
  }
  #after .sec01__in__lead__left {
    width: 100 #after .sec01__in__lead__left;
  }
  #after .sec01__in__lead__left__list {
    margin: 2rem 0 0 0;
  }
  #after .sec01__in__lead__left__list li {
    margin: 0 0 1rem 0;
  }
  #after .sec01__in__lead__right {
    width: 100 #after .sec01__in__lead__right;
  }
  #after .sec01__in__lead__right img {
    width: 100%;
  }
  #after .sec01__in__box {
    width: 100%;
    padding: 3rem 0;
  }
  #after .sec01__in__box__in {
    width: 96%;
    margin: 0 auto;
  }
  #after .sec01__in__box__in h4 {
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }
  #after .sec01__in__box__in .bg-title01 {
    padding: 1rem 0;
    color: #816E42;
    background: url("../../assets/img/after/sec01_title_bg01.png") no-repeat center;
    background-size: contain;
  }
  #after .sec01__in__box__in .bg-title02 {
    padding: 1rem 0;
    color: #1662A3;
    background: url("../../assets/img/after/sec01_title_bg02.png") no-repeat center;
    background-size: contain;
  }
  #after .sec01__in__box__in .bg-title03 {
    padding: 1rem 0;
    color: #816E42;
    background: url("../../assets/img/after/sec01_title_bg03.png") no-repeat center;
    background-size: contain;
  }
  #after .sec01__in__box__in .bg-title04 {
    padding: 1rem 0;
    color: #1662A3;
    background: url("../../assets/img/after/sec01_title_bg04.png") no-repeat center;
    background-size: contain;
  }
  #after .sec01__in__box__in__in {
    width: 100%;
  }
  #after .sec01__in__box__in__in__left {
    width: 100%;
  }
  #after .sec01__in__box__in__in__left h5 {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
    font-size: 1.6rem;
    color: #1662A3;
  }
  #after .sec01__in__box__in__in__right {
    width: 90%;
    margin: 1.5rem auto 0 auto;
  }
  #after .sec01__in__box__in__in__right img {
    width: 100%;
  }
  #after .sec01__in__box__in__btn01 {
    width: 90%;
    max-width: 300px;
    margin: 2rem auto 0 auto;
  }
  #after .sec01__in__box__in__btn01 a {
    display: block;
    padding: 1rem 0;
    background: #816E42;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    line-height: 1.3;
  }
  #after .sec01__in__box__in__btn02 {
    width: 90%;
    max-width: 300px;
    margin: 2rem auto 0 auto;
  }
  #after .sec01__in__box__in__btn02 a {
    display: block;
    padding: 1rem 0;
    background: #1662A3;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    line-height: 1.3;
  }
  #after .sec01__in .bg {
    background: url("../../assets/img/after/sec01_bg.jpg") no-repeat;
    background-size: cover;
  }
  #after .sec01__in .bg .sec01__in__box__in__in__left h5 {
    color: #816E42;
  }
  #faq {
    width: 100%;
  }
  #faq .sec01 {
    padding: 3rem 0 5rem 0;
  }
  #faq .sec01__in {
    width: 96%;
    margin: 0 auto;
  }
  #faq .sec01__in ol {
    margin: 3rem 0;
  }
  #faq .sec01__in ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 1.5rem 0;
  }
  #faq .sec01__in ol li span {
    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: 55px;
    height: 25px;
    background: #C0192A;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
  }
  #faq .sec01__in ol li a {
    display: block;
    width: calc(100% - 65px);
  }
  #faq .sec01__in dl {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    border-bottom: 1px dotted #999;
  }
  #faq .sec01__in dl dt {
    margin: 0 0 0.5rem 0;
    color: #1662A3;
    font-weight: bold;
  }
  #member {
    width: 100%;
  }
  #member .sec01 {
    padding: 3rem 0 0 0;
  }
  #member .sec01__lead {
    width: 96%;
    margin: 0 auto 3rem auto;
  }
  #member .sec01__lead__txt {
    margin: 1.5rem 0 0 0;
  }
  #member .sec01__lead__image {
    width: 86%;
    margin: 1rem auto 0 auto;
    text-align: center;
  }
  #member .sec01__lead__image img {
    width: 100%;
  }
  #member .sec01__list {
    padding: 5rem 0;
    background: #EDF3F9;
  }
  #member .sec01__list__in {
    width: 96%;
    margin: 3rem auto 0 auto;
  }
  #member .sec01__list__in__box {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #member .sec01__list__in__box h5 {
    margin: 0 0 1rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #1662A3;
  }
  #member .sec01__list__in__box__photo {
    margin: 0 0 1rem 0;
  }
  #member .sec01__list__in__box__photo img {
    width: 100%;
  }
  #member .sec01__list__in__box__tel-pc {
    display: none;
  }
  #member .sec01__list__in__box__txt {
    margin: 0 0 1.5rem 0;
  }
  #member .sec01__list__in__box__txt strong {
    color: #C0192A;
  }
  #member .sec01__list__in__box__tel-sp a {
    width: 80%;
    display: block;
    margin: 0 auto 1.5rem auto;
    padding: 0.8rem 0 0.5rem 0;
    text-decoration: none;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #1662A3;
    -webkit-box-shadow: 0px 4px 0px 1px #0C4271;
            box-shadow: 0px 4px 0px 1px #0C4271;
  }
  #member .sec01__list__in__box__tel-sp a span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #member .sec01__list__in__box__tel-sp a .number {
    display: inline-block;
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
    background: url("../../assets/img/common/icon_tel_wh.png") no-repeat left;
    background-size: 16px;
  }
  #member .sec01__list__in__box__btn {
    width: 80%;
    max-width: 300px;
    margin: 1.5rem auto;
  }
  #member .sec01__list__in__box__btn a {
    display: block;
    padding: 1rem;
    background: #1662A3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
  }
  #member .sec01__list__in__box__btn a:hover {
    color: #F5EA02;
  }
  #member .sec01__list__in__box__time {
    width: 100%;
    padding: 1rem 0;
    background: #FFCB1F;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
  }
  #member .sec01__list__in__box__caution {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  #company {
    width: 100%;
  }
  #company .sec01 {
    padding: 3rem 0 0 0;
  }
  #company .sec01__lead {
    width: 96%;
    margin: 0 auto;
  }
  #company .sec01__lead p {
    margin: 2rem 0 0 0;
  }
  #company .sec01__name {
    width: 100%;
    margin: 2.5rem 0 0 0;
    padding: 2rem 0 0 0;
    background: url("../../assets/img/company/sec01_bg01.png") no-repeat bottom;
    background-size: cover;
  }
  #company .sec01__name__in {
    width: 96%;
    margin: 0 auto;
  }
  #company .sec01__name__in__left {
    text-align: center;
  }
  #company .sec01__name__in__left__lead {
    font-weight: bold;
    color: #fff;
  }
  #company .sec01__name__in__left__name {
    width: 80%;
    margin: 0 auto;
  }
  #company .sec01__name__in__left__name img {
    width: 100%;
  }
  #company .sec01__name__in__right {
    width: 50%;
    max-width: 300px;
    margin: 0 auto;
  }
  #company .sec01__name__in__right img {
    width: 100%;
  }
  #company .sec01__list {
    padding: 5rem 0 3rem 0;
    background: url("../../assets/img/company/sec01_bg02.png") no-repeat right;
  }
  #company .sec01__list__in {
    width: 96%;
    margin: 0 auto;
  }
  #company .sec01__list__in__box {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  #company .sec01__list__in__box__txt {
    width: 100%;
  }
  #company .sec01__list__in__box__txt h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #1662A3;
    line-height: 1.2;
  }
  #company .sec01__list__in__box__txt h4 span {
    margin: 0 1rem 0 0;
    padding: 0 1rem 0 0;
    font-size: 3rem;
    font-weight: bold;
    border-right: 1px solid #1662A3;
  }
  #company .sec01__list__in__box__photo {
    width: 100%;
    margin: 1.5rem 0 0 0;
  }
  #company .sec01__list__in__box__photo img {
    width: 100%;
  }
  #company .sec02 {
    width: 100%;
    padding: 5rem 0;
    background: url("../../assets/img/company/sec02_bg.jpg") no-repeat;
    background-size: cover;
  }
  #company .sec02__in {
    width: 96%;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
  }
  #company .sec02__in .table {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
  #company .sec02__in .table dl {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px dotted #999;
  }
  #voice-top {
    width: 100%;
  }
  #voice-top .sec01 {
    padding: 3rem 0 5rem 0;
  }
  #voice-top .sec01__in {
    width: 96%;
    margin: 0 auto;
  }
  #voice-top .sec01__in__list {
    width: 100%;
    margin: 2.5rem 0 0 0;
  }
  #voice-top .sec01__in__list__box {
    display: block;
    width: 80%;
    min-width: 280px;
    margin: 0 auto 2.5rem auto;
    padding: 2.5rem;
    border: 2px solid #1B579C;
    text-decoration: none;
    color: #000;
  }
  #voice-top .sec01__in__list__box dt {
    text-decoration: underline;
  }
  #voice-top .sec01__in__list__box dd {
    margin: 1.5rem 0 0 0;
    text-align: right;
  }
  #voice-top .sec01__in__list__box:hover {
    background: #1B579C;
    color: #fff;
  }
  #voice-top .sec01__in__list::before {
    content: "";
    display: block;
    width: 280px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #voice-top .sec01__in__list::after {
    content: "";
    display: block;
    width: 280px;
  }
  #voice-detail {
    width: 100%;
  }
  #voice-detail .sec01 {
    padding: 3rem 0 5rem 0;
  }
  #voice-detail .sec01__in {
    width: 96%;
    margin: 0 auto;
  }
  #voice-detail .sec01__in__entry {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  #voice-detail .sec01__in__entry__table {
    width: 100%;
    margin: 0 auto;
  }
  #voice-detail .sec01__in__entry__table dl {
    width: 100%;
    display: table;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }
  #voice-detail .sec01__in__entry__table dl dt {
    width: 30%;
    padding: 1rem;
    display: table-cell;
    background: #E5EAED;
    border-right: 1px solid #999;
  }
  #voice-detail .sec01__in__entry__table dl dd {
    width: 70%;
    padding: 1rem;
    display: table-cell;
  }
  #voice-detail .sec01__in__entry__table dl:last-child {
    border-bottom: 1px solid #999;
  }
  #voice-detail .sec01__in__entry__image {
    width: 100%;
    margin: 1.5rem 0 0 0;
  }
  #voice-detail .sec01__in__entry__image img {
    max-width: 100%;
  }
  #voice-detail .sec01__in__links {
    margin: 2.5rem 0 0 0;
  }
  #voice-detail .sec01__in__links li {
    margin: 0 0 1rem 0;
    text-align: center;
  }
  #kyouka {
    width: 100%;
  }
  #kyouka .sec01 {
    width: 100%;
    margin: 3rem 0;
  }
  #kyouka .sec01__in {
    width: 96%;
    margin: 0 auto;
  }
  #kyouka .sec01__in__lead {
    margin: 1.5rem 0;
    text-align: left;
  }
  #kyouka .sec01__in__order {
    width: 300px;
    margin: 0 auto;
  }
  #kyouka .sec01__in__order dl {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  #kyouka .sec01__in__order dl dt {
    font-weight: bold;
    color: #1662A3;
    font-size: 1.6rem;
  }
  #kyouka .sec01__in__order dl dd {
    margin: 1rem 0 0 0;
  }
  #kyouka .sec01__in__order dl dd .tel-pc span {
    display: none;
  }
  #kyouka .sec01__in__order dl dd .tel-sp a {
    display: block;
    padding: 1rem;
    background: #3C6FAA;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
  }
  #kyouka .sec01__in__order dl dd .tel-sp a span {
    padding: 0 0 0 3rem;
    font-weight: bold;
    background: url("../../assets/img/common/icon_tel_wh.png") no-repeat left;
    background-size: 20px;
  }
  #kyouka .sec01__in__list {
    width: 100%;
    margin: 5rem 0;
  }
  #kyouka .sec01__in__list__box {
    width: 100%;
    margin: 0 0 2.5rem 0;
    text-align: center;
  }
  #kyouka .sec01__in__list__box__photo {
    width: 100%;
  }
  #kyouka .sec01__in__list__box__photo img {
    max-width: 100%;
  }
  #kyouka .sec01__in__list__box__name {
    margin: 1rem 0 0 0;
    text-align: center;
    font-weight: bold;
  }
  #kyouka .sec01__in__list__box__price strong {
    margin: 0 1rem 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #C0192A;
  }
  #topics-top {
    width: 100%;
  }
  #topics-top .sec01 {
    padding: 3rem 0 5rem 0;
  }
  #topics-top .sec01__in {
    width: 96%;
    margin: 0 auto;
  }
  #topics-top .sec01__in__table {
    margin: 3rem 0 0 0;
  }
  #topics-top .sec01__in__table dl {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px dotted #999;
  }
  #topics-detail {
    width: 100%;
  }
  #topics-detail .sec01 {
    padding: 3rem 0 5rem 0;
  }
  #topics-detail .sec01__in {
    width: 96%;
    margin: 0 auto;
  }
  #topics-detail .sec01__in__entry {
    margin: 2rem 0 0 0;
  }
  #topics-detail .sec01__in__entry__photo {
    width: 100%;
    text-align: center;
  }
  #topics-detail .sec01__in__entry__photo img {
    max-width: 100%;
  }
  #topics-detail .sec01__in__entry__text {
    margin: 3rem 0 0 0;
  }
  #topics-detail .sec01__in__links {
    margin: 2.5rem 0 0 0;
  }
  #topics-detail .sec01__in__links li {
    margin: 0 0 1rem 0;
    text-align: center;
  }
  #pvp {
    width: 100%;
  }
  #pvp .sec01 {
    width: 96%;
    margin: 0 auto;
    padding: 3rem 0 5rem 0;
  }
  #pvp .sec01__lead {
    margin: 2rem 0;
  }
  #pvp .sec01 dl {
    margin: 0 0 2rem 0;
  }
  #pvp .sec01 dl dt {
    color: #1662A3;
  }
  #pvp .sec01 ol, #pvp .sec01 ul {
    margin: 1rem 0;
  }
  #pvp .sec01 ol li, #pvp .sec01 ul li {
    margin: 0 0 0 2rem;
    list-style: decimal;
  }
  #sitemap {
    width: 100%;
  }
  #sitemap .sec01 {
    width: 96%;
    margin: 0 auto;
    padding: 3rem 0 5rem 0;
  }
  #sitemap .sec01 dl {
    margin: 0 0 2rem 0;
    width: 100%;
    display: table;
  }
  #sitemap .sec01 dl dt {
    width: 30%;
    display: table-cell;
    border-right: 1px solid #999;
  }
  #sitemap .sec01 dl dd {
    width: 70%;
    display: table-cell;
    padding: 1rem 0 1rem 3rem;
  }
  #sitemap .sec01 dl dd ul li {
    margin: 0 1.5rem 0 0;
  }
  #sitemap .sec01 dl dd ul:last-child {
    margin: 0;
  }
  #sitemap .sec01 .list {
    margin: 2rem 0 0 0;
  }
  #sitemap .sec01 .list li {
    margin: 0 2rem 0 0;
  }
  #sitemap .sec01 a {
    color: #000;
    text-decoration: none;
  }
  #sitemap .sec01 a:hover {
    color: #0C4271;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 1025px) {
  #normal-form {
    width: 100%;
  }
  #normal-form #contact {
    width: 900px;
    margin: 0 auto;
  }
  #normal-form #contact .read {
    text-align: center;
  }
  #normal-form #contact .table {
    width: 100%;
    margin: 3rem 0 0 0;
    border-top: 1px solid #666;
    border-collapse: collapse;
  }
  #normal-form #contact .table dl {
    width: 100%;
    display: table;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }
  #normal-form #contact .table dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    border-right: 1px solid #666;
    background: #EFEFEF;
  }
  #normal-form #contact .table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  #normal-form #contact .table dl dd {
    width: 70%;
    display: table-cell;
    padding: 2rem;
  }
  #normal-form #contact .table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #normal-form #contact .table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  #normal-form #contact .table dl dd .float-check-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #normal-form #contact .table dl dd .float-check-radio li {
    margin: 0 1.5rem 0.3rem 0;
  }
  #normal-form #contact .table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #normal-form #contact .table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  #normal-form #contact .table dl dd input {
    padding: 1.5rem;
  }
  #normal-form #contact .table dl dd input[type=text] {
    font-size: 1.6rem;
  }
  #normal-form #contact .table dl dd input[type=tel] {
    font-size: 1.6rem;
  }
  #normal-form #contact .table dl dd input[type=number] {
    font-size: 1.6rem;
  }
  #normal-form #contact .table dl dd select {
    padding: 0.4rem;
    font-size: 1.6rem;
  }
  #normal-form #contact .table dl dd textarea {
    padding: 1.5rem;
    font-size: 1.6rem;
    font-family: "Noto Sans Japanese";
  }
  #normal-form #contact .table dl dd .form-30 {
    width: 30px;
  }
  #normal-form #contact .table dl dd .form-40 {
    width: 40px;
  }
  #normal-form #contact .table dl dd .form-50 {
    width: 50px;
  }
  #normal-form #contact .table dl dd .form-60 {
    width: 60px;
  }
  #normal-form #contact .table dl dd .form-70 {
    width: 70px;
  }
  #normal-form #contact .table dl dd .form-80 {
    width: 80px;
  }
  #normal-form #contact .table dl dd .form-90 {
    width: 90px;
  }
  #normal-form #contact .table dl dd .form-100 {
    width: 100px;
  }
  #normal-form #contact .table dl dd .form-110 {
    width: 110px;
  }
  #normal-form #contact .table dl dd .form-120 {
    width: 120px;
  }
  #normal-form #contact .table dl dd .form-130 {
    width: 130px;
  }
  #normal-form #contact .table dl dd .form-140 {
    width: 140px;
  }
  #normal-form #contact .table dl dd .form-150 {
    width: 150px;
  }
  #normal-form #contact .table dl dd .form-200 {
    width: 200px;
  }
  #normal-form #contact .table dl dd .form-250 {
    width: 250px;
  }
  #normal-form #contact .table dl dd .form-300 {
    width: 300px;
  }
  #normal-form #contact .table dl dd .form-350 {
    width: 350px;
  }
  #normal-form #contact .table dl dd .form-m {
    width: 400px;
  }
  #normal-form #contact .table dl dd .form-l {
    width: 100%;
  }
  #normal-form #contact .table dl dd .error {
    max-width: 270px;
  }
  #normal-form #contact .table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  #normal-form #contact .table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  #normal-form #contact .table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  #normal-form #contact .error-box {
    width: 500px;
    margin: 0 auto 3rem auto;
    padding: 1.5rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  #normal-form #contact .error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  #normal-form #contact .error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  #normal-form #contact-check {
    width: 900px;
    margin: 0 auto;
  }
  #normal-form #contact-check .read {
    margin: 4.5rem 0;
    text-align: center;
  }
  #normal-form #contact-check .table {
    width: 100%;
    margin: 3rem 0 0 0;
    border-top: 1px solid #000000;
    border-collapse: collapse;
  }
  #normal-form #contact-check .table dl {
    width: 100%;
    display: table;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
  }
  #normal-form #contact-check .table dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    border-right: 1px solid #000000;
    background: #EFEFEF;
  }
  #normal-form #contact-check .table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  #normal-form #contact-check .table dl dd {
    width: 70%;
    display: table-cell;
    padding: 2rem;
  }
  #normal-form #contact-error {
    width: 1200px;
    margin: 0 auto;
  }
  #normal-form #contact-error .read {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #FF0004;
  }
  #normal-form #contact-error ul {
    width: 50%;
    margin: 0 auto;
    color: #FF0033;
  }
  #normal-form #contact-error ul li {
    margin: 0 0 0 2rem;
    list-style-type: disc;
  }
  #normal-form #contact-error .txt {
    margin: 2rem 0 4rem 0;
    text-align: center;
  }
  #normal-form #contact-finish {
    width: 1200px;
    margin: 0 auto;
  }
  #normal-form #contact-finish .read {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  #normal-form #contact-finish .txt {
    margin: 0 0 4rem 0;
  }
  #normal-form #contact-finish .txt p {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  #normal-form .tel-box {
    width: 400px;
    margin: 4rem auto;
    padding: 1rem 0 2rem 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  #normal-form .tel-box .tel-pc {
    margin: 1.5rem auto 1rem auto;
    text-align: center;
    line-height: 1;
  }
  #normal-form .tel-box .tel-pc span {
    padding: 0 0 0 5rem;
    font-size: 2.8em;
    font-weight: 700;
    background: url("../../assets/img/common/icon_tel.png") no-repeat left;
    background-size: 40px;
  }
  #normal-form .tel-box .tel-sp {
    display: none;
  }
  #normal-form .tel-box .time {
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
  }
  #normal-form .tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  #normal-form .submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  #normal-form .submit input {
    width: 280px;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
  }
  #normal-form .submit form.inline {
    display: inline;
  }
  #normal-form .page-back {
    margin: 4rem 0 0 0;
    text-align: center;
  }
  #normal-form .page-back a {
    text-decoration: none;
    text-align: center;
    color: #000;
  }
  #consul-form {
    width: 100%;
  }
  #consul-form #form {
    width: 900px;
    margin: 0 auto 10rem auto;
  }
  #consul-form #form .read {
    text-align: center;
  }
  #consul-form #contact-check {
    width: 900px;
    margin: 0 auto 10rem auto;
  }
  #consul-form #contact-check .read {
    margin: 4.5rem 0;
    text-align: center;
  }
  #consul-form #contact-error {
    width: 1200px;
    margin: 10rem auto;
  }
  #consul-form #contact-error .read {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #FF0004;
  }
  #consul-form #contact-error ul {
    width: 50%;
    margin: 0 auto;
    color: #FF0033;
  }
  #consul-form #contact-error ul li {
    margin: 0 0 0 2rem;
    list-style-type: disc;
  }
  #consul-form #contact-error .txt {
    margin: 2rem 0 4rem 0;
    text-align: center;
  }
  #consul-form #contact-finish {
    width: 1200px;
    margin: 10rem auto;
  }
  #consul-form #contact-finish .thx-title {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
  }
  #consul-form #contact-finish .txt {
    margin: 0 0 4rem 0;
    line-height: 2;
  }
  #consul-form #contact-finish .txt p {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  #member-form {
    width: 100%;
  }
  #member-form #form {
    width: 900px;
    margin: 0 auto 10rem auto;
  }
  #member-form #form .read {
    text-align: center;
  }
  #member-form #contact-check {
    width: 900px;
    margin: 0 auto 10rem auto;
  }
  #member-form #contact-check .read {
    margin: 4.5rem 0;
    text-align: center;
  }
  #member-form #contact-error {
    width: 1200px;
    margin: 10rem auto;
  }
  #member-form #contact-error .read {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #FF0004;
  }
  #member-form #contact-error ul {
    width: 50%;
    margin: 0 auto;
    color: #FF0033;
  }
  #member-form #contact-error ul li {
    margin: 0 0 0 2rem;
    list-style-type: disc;
  }
  #member-form #contact-error .txt {
    margin: 2rem 0 4rem 0;
    text-align: center;
  }
  #member-form #contact-finish {
    width: 1200px;
    margin: 10rem auto;
  }
  #member-form #contact-finish .thx-title {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
  }
  #member-form #contact-finish .txt {
    margin: 0 0 4rem 0;
    line-height: 2;
  }
  #member-form #contact-finish .txt p {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  #document_request {
    width: 100%;
  }
  #document_request #contact {
    margin: 5rem auto 0 auto;
  }
  #document_request #contact .form-area {
    width: 900px;
    margin: 0 auto;
    padding: 5rem 0;
  }
  #document_request #contact .form-title {
    text-align: center;
    font-size: 2.8rem;
  }
  #document_request #contact .read {
    text-align: center;
    font-size: 2rem;
  }
  #document_request #contact .pvp-box {
    width: 900px;
    margin: 3rem auto 0 auto;
  }
  #document_request #contact .pvp-box .pvp-read {
    text-align: center;
  }
  #document_request #contact .pvp-box-in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #666;
  }
  #document_request #contact .pvp-box-in .pvp-txt01 {
    margin: 0 0 1.5rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ol {
    margin: 1rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ul {
    margin: 1rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  #document_request #contact .pvp-box .pvp-check {
    width: 350px;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  #document_request #contact .pvp-box .pvp-check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  #document_request #contact .pvp-box .pvp-check .triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  #document_request #contact .pvp-box .pvp-check .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  #document_request #contact .pvp-box .pvp-check .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  #document_request #contact-check {
    width: 900px;
    margin: 5rem auto 0 auto;
    padding: 0 0 7rem 0;
  }
  #document_request #contact-check .read {
    margin: 4.5rem 0;
    text-align: center;
  }
  #document_request #contact-error {
    width: 1200px;
    margin: 0 auto;
  }
  #document_request #contact-error .read {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #FF0004;
  }
  #document_request #contact-error ul {
    width: 50%;
    margin: 0 auto;
    color: #FF0033;
  }
  #document_request #contact-error ul li {
    margin: 0 0 0 2rem;
    list-style-type: disc;
  }
  #document_request #contact-error .txt {
    margin: 2rem 0 4rem 0;
    text-align: center;
  }
  #document_request #contact-finish {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #document_request #contact-finish .read {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  #document_request #contact-finish .txt {
    text-align: center;
  }
  #document_request #contact-finish .txt p {
    margin: 0 0 1rem 0;
  }
  #document_request #contact-finish .txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .form-table {
    width: 100%;
    margin: 3rem 0 0 0;
    border-top: 1px solid #666;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    display: table;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }
  .form-table dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    border-right: 1px solid #666;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    width: 70%;
    display: table-cell;
    padding: 2rem;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.4rem;
  }
  .form-table dl dd .float-check-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 1.5rem 0.3rem 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 1rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.6rem;
  }
  .form-table dl dd select {
    padding: 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd textarea {
    padding: 1rem;
    font-size: 1.6rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 100px;
  }
  .form-table dl dd .form-s {
    width: 200px;
  }
  .form-table dl dd .form-m {
    width: 350px;
  }
  .form-table dl dd .form-l {
    width: 500px;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 500px;
    margin: 0 auto 3rem auto;
    padding: 1.5rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 400px;
    margin: 4rem auto;
    padding: 2rem 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  .form-tel-box .txt01 {
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box .tel-pc {
    margin: 1.5rem auto 1rem auto;
    text-align: center;
    line-height: 1;
  }
  .form-tel-box .tel-pc span {
    padding: 0 0 0 5rem;
    font-size: 2.8em;
    font-weight: 700;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat left 18px;
    background-size: 34px;
  }
  .form-tel-box .tel-sp {
    display: none;
  }
  .form-tel-box .time {
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
  }
  .form-tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box {
    width: 900px;
    margin: 2rem auto 5rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box .txt02 {
    text-align: center;
  }
  .form-flow-box .flow {
    width: 450px;
    height: 100px;
    margin: 4rem auto 0 auto;
    position: relative;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 130px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 70px;
    height: 70px;
    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;
    margin: 0 auto;
    font-size: 4.2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #EFEFEF;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #1662A3;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #000;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 300px;
    height: 12px;
    position: absolute;
    top: 30px;
    left: 80px;
    z-index: -1;
    background: #EFEFEF;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 280px;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,b2b2b2+100 */
    background: #d8d8d8; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#b2b2b2));
    background: linear-gradient(to bottom, #d8d8d8 0%, #b2b2b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d8d8d8", endColorstr="#b2b2b2",GradientType=0 ); /* IE6-9 */
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    margin: 7rem 0 0 0;
    text-align: center;
  }
  .form-page-back a {
    text-align: center;
    color: #000;
  }
}
@media print {
  body {
    zoom: 50%;
  }
  #hd {
    display: none;
  }
  #slide {
    display: none;
  }
  #sidemenu {
    display: none;
  }
  #bn-area {
    padding: 5rem;
    text-align: center;
  }
  .print-bn {
    display: block !important;
  }
  #bn-area__in {
    display: none;
  }
  #ft-tel {
    display: none;
  }
  #ft-tel__in {
    display: none;
  }
  #ft {
    display: none;
  }
  #location {
    display: none;
  }
  .top-link {
    display: none !important;
  }
  .top-link a {
    display: none !important;
  }
  .copyright {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #consul-form {
    width: 100%;
  }
  #consul-form #form {
    width: 96%;
    margin: 0 auto 5rem auto;
  }
  #consul-form #form .read {
    text-align: center;
  }
  #consul-form #contact-check {
    width: 96%;
    margin: 2.5rem auto 5rem auto;
  }
  #consul-form #contact-check .read {
    margin: 3rem 0;
  }
  #consul-form #contact-error {
    width: 96%;
    margin: 5rem auto;
  }
  #consul-form #contact-error .read {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #FF0004;
  }
  #consul-form #contact-error ul {
    width: 50%;
    margin: 0 auto;
    color: #FF0033;
  }
  #consul-form #contact-error ul li {
    margin: 0 0 0 2rem;
    list-style-type: disc;
  }
  #consul-form #contact-error .txt {
    margin: 2rem 0 4rem 0;
    text-align: center;
  }
  #consul-form #contact-finish {
    width: 96%;
    margin: 2.5rem auto 5rem auto;
  }
  #consul-form #contact-finish .thx-title {
    margin: 0 0 2.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }
  #consul-form #contact-finish .txt {
    margin: 0 0 3rem 0;
  }
  #consul-form #contact-finish .txt p {
    margin: 1rem 0 0 0;
  }
  #member-form {
    width: 100%;
  }
  #member-form #form {
    width: 96%;
    margin: 0 auto 5rem auto;
  }
  #member-form #form .read {
    text-align: center;
  }
  #member-form #contact-check {
    width: 96%;
    margin: 2.5rem auto 5rem auto;
  }
  #member-form #contact-check .read {
    margin: 3rem 0;
  }
  #member-form #contact-error {
    width: 96%;
    margin: 5rem auto;
  }
  #member-form #contact-error .read {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #FF0004;
  }
  #member-form #contact-error ul {
    width: 50%;
    margin: 0 auto;
    color: #FF0033;
  }
  #member-form #contact-error ul li {
    margin: 0 0 0 2rem;
    list-style-type: disc;
  }
  #member-form #contact-error .txt {
    margin: 2rem 0 4rem 0;
    text-align: center;
  }
  #member-form #contact-finish {
    width: 96%;
    margin: 2.5rem auto 5rem auto;
  }
  #member-form #contact-finish .thx-title {
    margin: 0 0 2.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }
  #member-form #contact-finish .txt {
    margin: 0 0 3rem 0;
  }
  #member-form #contact-finish .txt p {
    margin: 1rem 0 0 0;
  }
  #document_request {
    width: 100%;
  }
  #document_request #contact {
    margin: 10rem 0 5rem 0;
  }
  #document_request #contact .form-area {
    width: 96%;
    margin: 0 auto;
  }
  #document_request #contact .form-title {
    text-align: center;
    font-size: 2rem;
  }
  #document_request #contact .read {
    text-align: center;
    font-size: 1.6rem;
  }
  #document_request #contact .pvp-box {
    width: 96%;
    margin: 3rem auto 0 auto;
  }
  #document_request #contact .pvp-box .pvp-read {
    text-align: center;
  }
  #document_request #contact .pvp-box-in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #666;
  }
  #document_request #contact .pvp-box-in .pvp-txt01 {
    margin: 0 0 1.5rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ol {
    margin: 1rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ul {
    margin: 1rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  #document_request #contact .pvp-box .pvp-check {
    width: 100%;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  #document_request #contact .pvp-box .pvp-check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  #document_request #contact .pvp-box .pvp-check .triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  #document_request #contact .pvp-box .pvp-check .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  #document_request #contact .pvp-box .pvp-check .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  #document_request #contact-check {
    width: 96%;
    margin: 10rem auto 0 auto;
    padding: 0 0 7rem 0;
  }
  #document_request #contact-check .read {
    margin: 2.5rem 0;
  }
  #document_request #contact-error {
    width: 96%;
    margin: 10rem auto 0 auto;
    padding: 0 0 7rem 0;
  }
  #document_request #contact-error .read {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #FF0004;
  }
  #document_request #contact-error ul {
    width: 50%;
    margin: 0 auto;
    color: #FF0033;
  }
  #document_request #contact-error ul li {
    margin: 0 0 0 2rem;
    list-style-type: disc;
  }
  #document_request #contact-error .txt {
    margin: 2rem 0 4rem 0;
    text-align: center;
  }
  #document_request #contact-finish {
    width: 96%;
    margin: 10rem auto 0 auto;
    padding: 0 0 7rem 0;
  }
  #document_request #contact-finish .read {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  #document_request #contact-finish .txt p {
    margin: 0 0 1rem 0;
  }
  #document_request #contact-finish .txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .form-table {
    width: 100%;
    margin: 3rem 0 0 0;
    border-top: 1px solid #999;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
  }
  .form-table dl dt {
    padding: 1rem;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    padding: 1rem;
    border-top: 1px solid #999;
  }
  .form-table dl dd ul li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd ul li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd .float-check-radio li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 1rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.4rem;
  }
  .form-table dl dd select {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .form-table dl dd textarea {
    padding: 1rem;
    font-size: 1.4rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 100%;
  }
  .form-table dl dd .form-s {
    width: 100%;
  }
  .form-table dl dd .form-m {
    width: 100%;
  }
  .form-table dl dd .form-l {
    width: 100%;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 90%;
    margin: 0 auto 3rem auto;
    padding: 1rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 90%;
    min-width: 320px;
    margin: 4rem auto;
    padding: 2rem 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .form-tel-box .txt01 {
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box .tel-pc {
    display: none;
  }
  .form-tel-box .tel-sp {
    width: 85%;
    margin: 1.5rem auto 2.5rem auto;
  }
  .form-tel-box .tel-sp a {
    display: block;
    padding: 1rem 0 0.8rem 0;
    text-decoration: none;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #1662A3;
    -webkit-box-shadow: 0px 4px 0px 1px #0C4271;
            box-shadow: 0px 4px 0px 1px #0C4271;
  }
  .form-tel-box .tel-sp a span {
    padding: 0 0 0 2rem;
    font-weight: bold;
    font-size: 1.6rem;
    background: url("../../assets/img/common/icon_tel_wh.png") no-repeat left;
    background-size: 16px;
  }
  .form-tel-box .time {
    font-weight: bold;
    text-align: center;
  }
  .form-tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box {
    width: 96%;
    margin: 2rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box .txt02 {
    margin: 0 0 2rem 0;
    text-align: center;
  }
  .form-flow-box .flow {
    width: 270px;
    height: 100px;
    margin: 0 auto;
    position: relative;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 90px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 60px;
    height: 60px;
    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;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #EFEFEF;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #1662A3;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #000;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 200px;
    height: 10px;
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: -1;
    background: #EFEFEF;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 160px;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,b2b2b2+100 */
    background: #d8d8d8; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#b2b2b2));
    background: linear-gradient(to bottom, #d8d8d8 0%, #b2b2b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d8d8d8", endColorstr="#b2b2b2",GradientType=0 ); /* IE6-9 */
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    margin: 7rem 0 0 0;
    text-align: center;
  }
  .form-page-back a {
    text-align: center;
    color: #000;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  #normal-form {
    width: 100%;
  }
  #normal-form #contact {
    width: 900px;
    margin: 0 auto;
  }
  #normal-form #contact .read {
    text-align: center;
  }
  #normal-form #contact .table {
    width: 100%;
    margin: 3rem 0 0 0;
    border-top: 1px solid #666;
    border-collapse: collapse;
  }
  #normal-form #contact .table dl {
    width: 100%;
    display: table;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }
  #normal-form #contact .table dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    border-right: 1px solid #666;
    background: #EFEFEF;
  }
  #normal-form #contact .table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  #normal-form #contact .table dl dd {
    width: 70%;
    display: table-cell;
    padding: 2rem;
  }
  #normal-form #contact .table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #normal-form #contact .table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  #normal-form #contact .table dl dd .float-check-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #normal-form #contact .table dl dd .float-check-radio li {
    margin: 0 1.5rem 0.3rem 0;
  }
  #normal-form #contact .table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #normal-form #contact .table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  #normal-form #contact .table dl dd input {
    padding: 1.5rem;
  }
  #normal-form #contact .table dl dd input[type=text] {
    font-size: 1.6rem;
  }
  #normal-form #contact .table dl dd input[type=tel] {
    font-size: 1.6rem;
  }
  #normal-form #contact .table dl dd input[type=number] {
    font-size: 1.6rem;
  }
  #normal-form #contact .table dl dd select {
    padding: 0.4rem;
    font-size: 1.6rem;
  }
  #normal-form #contact .table dl dd textarea {
    padding: 1.5rem;
    font-size: 1.6rem;
    font-family: "Noto Sans Japanese";
  }
  #normal-form #contact .table dl dd .form-30 {
    width: 30px;
  }
  #normal-form #contact .table dl dd .form-40 {
    width: 40px;
  }
  #normal-form #contact .table dl dd .form-50 {
    width: 50px;
  }
  #normal-form #contact .table dl dd .form-60 {
    width: 60px;
  }
  #normal-form #contact .table dl dd .form-70 {
    width: 70px;
  }
  #normal-form #contact .table dl dd .form-80 {
    width: 80px;
  }
  #normal-form #contact .table dl dd .form-90 {
    width: 90px;
  }
  #normal-form #contact .table dl dd .form-100 {
    width: 100px;
  }
  #normal-form #contact .table dl dd .form-110 {
    width: 110px;
  }
  #normal-form #contact .table dl dd .form-120 {
    width: 120px;
  }
  #normal-form #contact .table dl dd .form-130 {
    width: 130px;
  }
  #normal-form #contact .table dl dd .form-140 {
    width: 140px;
  }
  #normal-form #contact .table dl dd .form-150 {
    width: 150px;
  }
  #normal-form #contact .table dl dd .form-200 {
    width: 200px;
  }
  #normal-form #contact .table dl dd .form-250 {
    width: 250px;
  }
  #normal-form #contact .table dl dd .form-300 {
    width: 300px;
  }
  #normal-form #contact .table dl dd .form-350 {
    width: 350px;
  }
  #normal-form #contact .table dl dd .form-m {
    width: 400px;
  }
  #normal-form #contact .table dl dd .form-l {
    width: 100%;
  }
  #normal-form #contact .table dl dd .error {
    max-width: 270px;
  }
  #normal-form #contact .table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  #normal-form #contact .table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  #normal-form #contact .table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  #normal-form #contact .error-box {
    width: 500px;
    margin: 0 auto 3rem auto;
    padding: 1.5rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  #normal-form #contact .error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  #normal-form #contact .error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  #normal-form #contact-check {
    width: 900px;
    margin: 0 auto;
  }
  #normal-form #contact-check .read {
    margin: 4.5rem 0;
    text-align: center;
  }
  #normal-form #contact-check .table {
    width: 100%;
    margin: 3rem 0 0 0;
    border-top: 1px solid #000000;
    border-collapse: collapse;
  }
  #normal-form #contact-check .table dl {
    width: 100%;
    display: table;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
  }
  #normal-form #contact-check .table dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    border-right: 1px solid #000000;
    background: #EFEFEF;
  }
  #normal-form #contact-check .table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  #normal-form #contact-check .table dl dd {
    width: 70%;
    display: table-cell;
    padding: 2rem;
  }
  #normal-form #contact-error {
    width: 1200px;
    margin: 0 auto;
  }
  #normal-form #contact-error .read {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #FF0004;
  }
  #normal-form #contact-error ul {
    width: 50%;
    margin: 0 auto;
    color: #FF0033;
  }
  #normal-form #contact-error ul li {
    margin: 0 0 0 2rem;
    list-style-type: disc;
  }
  #normal-form #contact-error .txt {
    margin: 2rem 0 4rem 0;
    text-align: center;
  }
  #normal-form #contact-finish {
    width: 1200px;
    margin: 0 auto;
  }
  #normal-form #contact-finish .read {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  #normal-form #contact-finish .txt {
    margin: 0 0 4rem 0;
  }
  #normal-form #contact-finish .txt p {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  #normal-form .tel-box {
    width: 400px;
    margin: 4rem auto;
    padding: 1rem 0 2rem 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  #normal-form .tel-box .tel-pc {
    margin: 1.5rem auto 1rem auto;
    text-align: center;
    line-height: 1;
  }
  #normal-form .tel-box .tel-pc span {
    padding: 0 0 0 5rem;
    font-size: 2.8em;
    font-weight: 700;
    background: url("../../assets/img/common/icon_tel.png") no-repeat left;
    background-size: 40px;
  }
  #normal-form .tel-box .tel-sp {
    display: none;
  }
  #normal-form .tel-box .time {
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
  }
  #normal-form .tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  #normal-form .submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  #normal-form .submit input {
    width: 280px;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
  }
  #normal-form .submit form.inline {
    display: inline;
  }
  #normal-form .page-back {
    margin: 4rem 0 0 0;
    text-align: center;
  }
  #normal-form .page-back a {
    text-decoration: none;
    text-align: center;
    color: #000;
  }
  #consul-form {
    width: 100%;
  }
  #consul-form #form {
    width: 900px;
    margin: 0 auto 10rem auto;
  }
  #consul-form #form .read {
    text-align: center;
  }
  #consul-form #contact-check {
    width: 900px;
    margin: 0 auto 10rem auto;
  }
  #consul-form #contact-check .read {
    margin: 4.5rem 0;
    text-align: center;
  }
  #consul-form #contact-error {
    width: 1200px;
    margin: 10rem auto;
  }
  #consul-form #contact-error .read {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #FF0004;
  }
  #consul-form #contact-error ul {
    width: 50%;
    margin: 0 auto;
    color: #FF0033;
  }
  #consul-form #contact-error ul li {
    margin: 0 0 0 2rem;
    list-style-type: disc;
  }
  #consul-form #contact-error .txt {
    margin: 2rem 0 4rem 0;
    text-align: center;
  }
  #consul-form #contact-finish {
    width: 1200px;
    margin: 10rem auto;
  }
  #consul-form #contact-finish .thx-title {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
  }
  #consul-form #contact-finish .txt {
    margin: 0 0 4rem 0;
    line-height: 2;
  }
  #consul-form #contact-finish .txt p {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  #member-form {
    width: 100%;
  }
  #member-form #form {
    width: 900px;
    margin: 0 auto 10rem auto;
  }
  #member-form #form .read {
    text-align: center;
  }
  #member-form #contact-check {
    width: 900px;
    margin: 0 auto 10rem auto;
  }
  #member-form #contact-check .read {
    margin: 4.5rem 0;
    text-align: center;
  }
  #member-form #contact-error {
    width: 1200px;
    margin: 10rem auto;
  }
  #member-form #contact-error .read {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #FF0004;
  }
  #member-form #contact-error ul {
    width: 50%;
    margin: 0 auto;
    color: #FF0033;
  }
  #member-form #contact-error ul li {
    margin: 0 0 0 2rem;
    list-style-type: disc;
  }
  #member-form #contact-error .txt {
    margin: 2rem 0 4rem 0;
    text-align: center;
  }
  #member-form #contact-finish {
    width: 1200px;
    margin: 10rem auto;
  }
  #member-form #contact-finish .thx-title {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
  }
  #member-form #contact-finish .txt {
    margin: 0 0 4rem 0;
    line-height: 2;
  }
  #member-form #contact-finish .txt p {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  #document_request {
    width: 100%;
  }
  #document_request #contact {
    margin: 5rem auto 0 auto;
  }
  #document_request #contact .form-area {
    width: 900px;
    margin: 0 auto;
    padding: 5rem 0;
  }
  #document_request #contact .form-title {
    text-align: center;
    font-size: 2.8rem;
  }
  #document_request #contact .read {
    text-align: center;
    font-size: 2rem;
  }
  #document_request #contact .pvp-box {
    width: 900px;
    margin: 3rem auto 0 auto;
  }
  #document_request #contact .pvp-box .pvp-read {
    text-align: center;
  }
  #document_request #contact .pvp-box-in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #666;
  }
  #document_request #contact .pvp-box-in .pvp-txt01 {
    margin: 0 0 1.5rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ol {
    margin: 1rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ul {
    margin: 1rem 0;
  }
  #document_request #contact .pvp-box-in .pvp-txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  #document_request #contact .pvp-box .pvp-check {
    width: 350px;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  #document_request #contact .pvp-box .pvp-check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  #document_request #contact .pvp-box .pvp-check .triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  #document_request #contact .pvp-box .pvp-check .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  #document_request #contact .pvp-box .pvp-check .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  #document_request #contact-check {
    width: 900px;
    margin: 5rem auto 0 auto;
    padding: 0 0 7rem 0;
  }
  #document_request #contact-check .read {
    margin: 4.5rem 0;
    text-align: center;
  }
  #document_request #contact-error {
    width: 1200px;
    margin: 0 auto;
  }
  #document_request #contact-error .read {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #FF0004;
  }
  #document_request #contact-error ul {
    width: 50%;
    margin: 0 auto;
    color: #FF0033;
  }
  #document_request #contact-error ul li {
    margin: 0 0 0 2rem;
    list-style-type: disc;
  }
  #document_request #contact-error .txt {
    margin: 2rem 0 4rem 0;
    text-align: center;
  }
  #document_request #contact-finish {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #document_request #contact-finish .read {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  #document_request #contact-finish .txt {
    text-align: center;
  }
  #document_request #contact-finish .txt p {
    margin: 0 0 1rem 0;
  }
  #document_request #contact-finish .txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .form-table {
    width: 100%;
    margin: 3rem 0 0 0;
    border-top: 1px solid #666;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    display: table;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }
  .form-table dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    border-right: 1px solid #666;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    width: 70%;
    display: table-cell;
    padding: 2rem;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.4rem;
  }
  .form-table dl dd .float-check-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 1.5rem 0.3rem 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 1rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.6rem;
  }
  .form-table dl dd select {
    padding: 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd textarea {
    padding: 1rem;
    font-size: 1.6rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 100px;
  }
  .form-table dl dd .form-s {
    width: 200px;
  }
  .form-table dl dd .form-m {
    width: 350px;
  }
  .form-table dl dd .form-l {
    width: 500px;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 500px;
    margin: 0 auto 3rem auto;
    padding: 1.5rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 400px;
    margin: 4rem auto;
    padding: 2rem 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  .form-tel-box .txt01 {
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box .tel-pc {
    margin: 1.5rem auto 1rem auto;
    text-align: center;
    line-height: 1;
  }
  .form-tel-box .tel-pc span {
    padding: 0 0 0 5rem;
    font-size: 2.8em;
    font-weight: 700;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat left 18px;
    background-size: 34px;
  }
  .form-tel-box .tel-sp {
    display: none;
  }
  .form-tel-box .time {
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
  }
  .form-tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box {
    width: 900px;
    margin: 2rem auto 5rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box .txt02 {
    text-align: center;
  }
  .form-flow-box .flow {
    width: 450px;
    height: 100px;
    margin: 4rem auto 0 auto;
    position: relative;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 130px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 70px;
    height: 70px;
    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;
    margin: 0 auto;
    font-size: 4.2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #EFEFEF;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #1662A3;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #000;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 300px;
    height: 12px;
    position: absolute;
    top: 30px;
    left: 80px;
    z-index: -1;
    background: #EFEFEF;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 280px;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,b2b2b2+100 */
    background: #d8d8d8; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#b2b2b2));
    background: linear-gradient(to bottom, #d8d8d8 0%, #b2b2b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d8d8d8", endColorstr="#b2b2b2",GradientType=0 ); /* IE6-9 */
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    margin: 7rem 0 0 0;
    text-align: center;
  }
  .form-page-back a {
    text-align: center;
    color: #000;
  }
}
/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .top-link {
    width: 80px;
    position: fixed;
    right: 80px;
    bottom: 30px;
    z-index: 9999;
    line-height: 1.2;
  }
  .top-link a {
    width: 80px;
    height: 80px;
    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;
    background: #1662A3;
    border: 3px solid #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
  .top-link a:hover {
    color: #FFCB1F;
  }
  #ft-tel {
    width: 100%;
    height: 130x;
    position: fixed;
    bottom: 0;
    background: url("../../assets/img/common/ft_tel_bg.png") repeat-x bottom;
    z-index: 8888;
  }
  #ft-tel__in {
    width: 1200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  #ft-tel__in .pc {
    width: 1200px;
    height: 70px;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #ft-tel__in .pc .left {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 15rem;
  }
  #ft-tel__in .pc .left__txt {
    font-weight: bold;
    line-height: 1.5;
    color: #FFCB1F;
  }
  #ft-tel__in .pc .left__number {
    margin: 0.3rem 0 0 1.5rem;
    font-size: 3.8rem;
    line-height: 1;
    color: #fff;
  }
  #ft-tel__in .pc .left__number span {
    padding: 0 0 0 4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: url("../../assets/img/common/icon_tel_wh.png") no-repeat left;
    background-size: 32px;
  }
  #ft-tel__in .pc .right {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #ft-tel__in .pc .right li {
    margin: 0 0.5rem;
    background: #fff;
    border-radius: 7px;
  }
  #ft-tel__in .pc .right li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #ft-tel__in .sp {
    display: none;
  }
  #ft {
    width: 100%;
    min-width: 100%;
    padding: 5rem 0;
    background: #fff;
  }
  #ft__in {
    width: 1200px;
    margin: 0 auto;
  }
  #ft__in .logo {
    text-align: center;
  }
  #ft__in nav {
    margin: 3rem 0 0 0;
    font-size: 1.4rem;
  }
  #ft__in nav dl {
    margin: 1.5rem 0 0 0;
    width: 100%;
    display: table;
  }
  #ft__in nav dl dt {
    width: 15%;
    display: table-cell;
    border-right: 1px solid #666;
  }
  #ft__in nav dl dd {
    width: 85%;
    display: table-cell;
    padding: 1rem 0 1rem 3rem;
  }
  #ft__in nav dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0.5rem 0;
  }
  #ft__in nav dl dd ul li {
    margin: 0 1.5rem 0 0;
  }
  #ft__in nav dl dd ul:last-child {
    margin: 0;
  }
  #ft__in nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  #ft__in nav .list li {
    margin: 0 2rem 0 0;
  }
  #ft__in nav .list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem 0 0 0;
  }
  #ft__in nav .list02 li {
    margin: 0 2rem 0 0;
  }
  #ft__in nav a {
    color: #000;
    text-decoration: none;
  }
  #ft__in nav a:hover {
    color: #0C4271;
    font-weight: bold;
  }
  #ft__in .bn-list {
    width: 100%;
    margin: 3rem 0 0 0;
  }
  #ft__in .bn-list-box {
    width: 200px;
  }
  #ft__in .bn-list-box a {
    color: #000;
    text-decoration: none;
  }
  #ft__in .bn-list-box a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #ft__in .bn-list-box p {
    font-size: 1.4rem;
  }
  .copyright {
    margin: 14rem 0 0 0;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    text-align: center;
    background: #1662A3;
    color: #fff;
  }
  .copyright-form {
    margin: 10rem 0 0 0;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    text-align: center;
    background: #1662A3;
    color: #fff;
  }
}
@media print {
  body {
    zoom: 50%;
  }
  #hd {
    display: none;
  }
  #slide {
    display: none;
  }
  #sidemenu {
    display: none;
  }
  #bn-area {
    padding: 5rem;
    text-align: center;
  }
  .print-bn {
    display: block !important;
  }
  #bn-area__in {
    display: none;
  }
  #ft-tel {
    display: none;
  }
  #ft-tel__in {
    display: none;
  }
  #ft {
    display: none;
  }
  #location {
    display: none;
  }
  .top-link {
    display: none !important;
  }
  .top-link a {
    display: none !important;
  }
  .copyright {
    display: none;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  .top-link {
    width: 80px;
    position: fixed;
    right: 80px;
    bottom: 100px;
    z-index: 9999;
    line-height: 1.2;
  }
  .top-link a {
    width: 80px;
    height: 80px;
    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;
    background: #1662A3;
    border: 3px solid #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
  .top-link a:hover {
    color: #FFCB1F;
  }
  #ft-tel {
    width: 100%;
    height: 130x;
    position: fixed;
    bottom: 0;
    background: url("../../assets/img/common/ft_tel_bg.png") repeat-x bottom;
    z-index: 8888;
  }
  #ft-tel__in {
    width: 1200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  #ft-tel__in .pc {
    width: 1200px;
    height: 70px;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #ft-tel__in .pc .left {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 15rem;
  }
  #ft-tel__in .pc .left__txt {
    font-weight: bold;
    line-height: 1.5;
    color: #FFCB1F;
  }
  #ft-tel__in .pc .left__number {
    margin: 0.3rem 0 0 1.5rem;
    font-size: 3.8rem;
    line-height: 1;
    color: #fff;
  }
  #ft-tel__in .pc .left__number span {
    padding: 0 0 0 4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: url("../../assets/img/common/icon_tel_wh.png") no-repeat left;
    background-size: 32px;
  }
  #ft-tel__in .pc .right {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #ft-tel__in .pc .right li {
    margin: 0 0.5rem;
    background: #fff;
    border-radius: 7px;
  }
  #ft-tel__in .pc .right li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #ft-tel__in .sp {
    display: none;
  }
  #ft {
    width: 100%;
    min-width: 100%;
    padding: 5rem 0;
    background: #fff;
  }
  #ft__in {
    width: 1200px;
    margin: 0 auto;
  }
  #ft__in .logo {
    text-align: center;
  }
  #ft__in nav {
    margin: 3rem 0 0 0;
    font-size: 1.4rem;
  }
  #ft__in nav dl {
    margin: 1.5rem 0 0 0;
    width: 100%;
    display: table;
  }
  #ft__in nav dl dt {
    width: 15%;
    display: table-cell;
    border-right: 1px solid #666;
  }
  #ft__in nav dl dd {
    width: 85%;
    display: table-cell;
    padding: 1rem 0 1rem 3rem;
  }
  #ft__in nav dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0.5rem 0;
  }
  #ft__in nav dl dd ul li {
    margin: 0 1.5rem 0 0;
  }
  #ft__in nav dl dd ul:last-child {
    margin: 0;
  }
  #ft__in nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  #ft__in nav .list li {
    margin: 0 2rem 0 0;
  }
  #ft__in nav .list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem 0 0 0;
  }
  #ft__in nav .list02 li {
    margin: 0 2rem 0 0;
  }
  #ft__in nav a {
    color: #000;
    text-decoration: none;
  }
  #ft__in nav a:hover {
    color: #0C4271;
    font-weight: bold;
  }
  #ft__in .bn-list {
    width: 100%;
    margin: 3rem 0 0 0;
  }
  #ft__in .bn-list-box {
    width: 200px;
  }
  #ft__in .bn-list-box a {
    color: #000;
    text-decoration: none;
  }
  #ft__in .bn-list-box a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #ft__in .bn-list-box p {
    font-size: 1.4rem;
  }
  .copyright {
    margin: 0 0 10rem 0;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .copyright-form {
    margin: 10rem 0 0 0;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    text-align: center;
    background: #1662A3;
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .top-link {
    margin: 0 0 2rem 0;
    text-align: center;
  }
  .top-link a {
    display: block;
    padding: 1rem 0;
    color: #fff;
    background: #1662A3;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .top-link a br {
    display: none;
  }
  #ft-tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #F2EBD1;
  }
  #ft-tel .pc {
    display: none;
  }
  #ft-tel .image {
    display: none;
  }
  #ft-tel .sp {
    width: 100%;
    padding: 0.5rem 0 1rem 0;
  }
  #ft-tel .sp .text {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    text-align: center;
    color: #D10003;
  }
  #ft-tel .sp .contact {
    width: 96%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #ft-tel .sp .contact li {
    width: 48.5%;
  }
  #ft-tel .sp .contact li .btn-tel {
    width: 100%;
    display: block;
    padding: 0.8rem 0 0.5rem 0;
    text-decoration: none;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #1662A3;
    -webkit-box-shadow: 0px 4px 0px 1px #0C4271;
            box-shadow: 0px 4px 0px 1px #0C4271;
  }
  #ft-tel .sp .contact li .btn-tel span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #ft-tel .sp .contact li .btn-tel .number {
    display: inline-block;
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
    background: url("../../assets/img/common/icon_tel_wh.png") no-repeat left;
    background-size: 16px;
  }
  #ft-tel .sp .contact li .btn-dr {
    width: 100%;
    display: block;
    padding: 0.8rem 0 0.5rem 0;
    text-decoration: none;
    line-height: 1.4;
    color: #1662A3;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #FFCB1F;
    -webkit-box-shadow: 0px 4px 0px 1px #E89C33;
            box-shadow: 0px 4px 0px 1px #E89C33;
    font-size: 1.4rem;
  }
  #ft-tel .sp .contact li .btn-dr span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #ft {
    width: 100%;
    margin: 0 auto;
  }
  #ft .logo {
    display: none;
  }
  #ft nav {
    display: none;
  }
  #ft .bn-list {
    width: 100%;
    margin: 0 0 11.5rem 0;
  }
  #ft .bn-list-box {
    width: 180px;
    margin: 0 auto;
  }
  #ft .bn-list-box img {
    width: 120px;
  }
  #ft .bn-list-box a {
    color: #000;
    text-decoration: none;
  }
  #ft .bn-list-box p {
    font-size: 1.2rem;
    text-align: center;
  }
  .copyright {
    padding: 1rem 0;
    background: #1662A3;
    text-align: center;
    font-size: 1rem;
    color: #fff;
  }
  .copyright-form {
    padding: 1rem 0;
    background: #1662A3;
    text-align: center;
    font-size: 1rem;
    color: #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
}
@media print {
  body {
    zoom: 50%;
  }
  #hd {
    display: none;
  }
  #slide {
    display: none;
  }
  #sidemenu {
    display: none;
  }
  #bn-area {
    padding: 5rem;
    text-align: center;
  }
  .print-bn {
    display: block !important;
  }
  #bn-area__in {
    display: none;
  }
  #ft-tel {
    display: none;
  }
  #ft-tel__in {
    display: none;
  }
  #ft {
    display: none;
  }
  #location {
    display: none;
  }
  .top-link {
    display: none !important;
  }
  .top-link a {
    display: none !important;
  }
  .copyright {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .mt-sp00 {
    margin-top: 0 !important;
  }
  .pt-sp00 {
    padding-top: 0 !important;
  }
  .mt-sp05 {
    margin-top: 0.5rem !important;
  }
  .pt-sp05 {
    padding-top: 0.5rem !important;
  }
  .mt-sp10 {
    margin-top: 1rem !important;
  }
  .pt-sp10 {
    padding-top: 1rem !important;
  }
  .mt-sp15 {
    margin-top: 1.5rem !important;
  }
  .pt-sp15 {
    padding-top: 1.5rem !important;
  }
  .mt-sp20 {
    margin-top: 2rem !important;
  }
  .pt-sp20 {
    padding-top: 2rem !important;
  }
  .mt-sp25 {
    margin-top: 2.5rem !important;
  }
  .pt-sp25 {
    padding-top: 2.5rem !important;
  }
  .mt-sp30 {
    margin-top: 3rem !important;
  }
  .pt-sp30 {
    padding-top: 3rem !important;
  }
  .mt-sp35 {
    margin-top: 3.5rem !important;
  }
  .pt-sp35 {
    padding-top: 3.5rem !important;
  }
  .mt-sp40 {
    margin-top: 4rem !important;
  }
  .pt-sp40 {
    padding-top: 4rem !important;
  }
  .mt-sp45 {
    margin-top: 4.5rem !important;
  }
  .pt-sp45 {
    padding-top: 4.5rem !important;
  }
  .mt-sp50 {
    margin-top: 5rem !important;
  }
  .pt-sp50 {
    padding-top: 5rem !important;
  }
  .mt-sp55 {
    margin-top: 5.5rem !important;
  }
  .pt-sp55 {
    padding-top: 5.5rem !important;
  }
  .mt-sp60 {
    margin-top: 6rem !important;
  }
  .pt-sp60 {
    padding-top: 6rem !important;
  }
  .mt-sp65 {
    margin-top: 6.5rem !important;
  }
  .pt-sp65 {
    padding-top: 6.5rem !important;
  }
  .mt-sp70 {
    margin-top: 7rem !important;
  }
  .pt-sp70 {
    padding-top: 7rem !important;
  }
  .mt-sp75 {
    margin-top: 7.5rem !important;
  }
  .pt-sp75 {
    padding-top: 7.5rem !important;
  }
  .mt-sp80 {
    margin-top: 8rem !important;
  }
  .pt-sp80 {
    padding-top: 8rem !important;
  }
  .mt-sp85 {
    margin-top: 8.5rem !important;
  }
  .pt-sp85 {
    padding-top: 8.5rem !important;
  }
  .mt-sp90 {
    margin-top: 9rem !important;
  }
  .pt-sp90 {
    padding-top: 9rem !important;
  }
  .mt-sp95 {
    margin-top: 9.5rem !important;
  }
  .pt-sp95 {
    padding-top: 9.5rem !important;
  }
  .mt-sp100 {
    margin-top: 10rem !important;
  }
  .pt-sp100 {
    padding-top: 10rem !important;
  }
  .mr-sp00 {
    margin-right: 0 !important;
  }
  .pr-sp00 {
    padding-right: 0 !important;
  }
  .mr-sp05 {
    margin-right: 0.5rem !important;
  }
  .pr-sp05 {
    padding-right: 0.5rem !important;
  }
  .mr-sp10 {
    margin-right: 1rem !important;
  }
  .pr-sp10 {
    padding-right: 1rem !important;
  }
  .mr-sp15 {
    margin-right: 1.5rem !important;
  }
  .pr-sp15 {
    padding-right: 1.5rem !important;
  }
  .mr-sp20 {
    margin-right: 2rem !important;
  }
  .pr-sp20 {
    padding-right: 2rem !important;
  }
  .mr-sp25 {
    margin-right: 2.5rem !important;
  }
  .pr-sp25 {
    padding-right: 2.5rem !important;
  }
  .mr-sp30 {
    margin-right: 3rem !important;
  }
  .pr-sp30 {
    padding-right: 3rem !important;
  }
  .mr-sp35 {
    margin-right: 3.5rem !important;
  }
  .pr-sp35 {
    padding-right: 3.5rem !important;
  }
  .mr-sp40 {
    margin-right: 4rem !important;
  }
  .pr-sp40 {
    padding-right: 4rem !important;
  }
  .mr-sp45 {
    margin-right: 4.5rem !important;
  }
  .pr-sp45 {
    padding-right: 4.5rem !important;
  }
  .mr-sp50 {
    margin-right: 5rem !important;
  }
  .pr-sp50 {
    padding-right: 5rem !important;
  }
  .mr-sp55 {
    margin-right: 5.5rem !important;
  }
  .pr-sp55 {
    padding-right: 5.5rem !important;
  }
  .mr-sp60 {
    margin-right: 6rem !important;
  }
  .pr-sp60 {
    padding-right: 6rem !important;
  }
  .mr-sp65 {
    margin-right: 6.5rem !important;
  }
  .pr-sp65 {
    padding-right: 6.5rem !important;
  }
  .mr-sp70 {
    margin-right: 7rem !important;
  }
  .pr-sp70 {
    padding-right: 7rem !important;
  }
  .mr-sp75 {
    margin-right: 7.5rem !important;
  }
  .pr-sp75 {
    padding-right: 7.5rem !important;
  }
  .mr-sp80 {
    margin-right: 8rem !important;
  }
  .pr-sp80 {
    padding-right: 8rem !important;
  }
  .mr-sp85 {
    margin-right: 8.5rem !important;
  }
  .pr-sp85 {
    padding-right: 8.5rem !important;
  }
  .mr-sp90 {
    margin-right: 9rem !important;
  }
  .pr-sp90 {
    padding-right: 9rem !important;
  }
  .mr-sp95 {
    margin-right: 9.5rem !important;
  }
  .pr-sp95 {
    padding-right: 9.5rem !important;
  }
  .mr-sp100 {
    margin-right: 10rem !important;
  }
  .pr-sp100 {
    padding-right: 10rem !important;
  }
  .mb-sp00 {
    margin-bottom: 0 !important;
  }
  .pb-sp00 {
    padding-bottom: 0 !important;
  }
  .mb-sp05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-sp05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-sp10 {
    margin-bottom: 1rem !important;
  }
  .pb-sp10 {
    padding-bottom: 1rem !important;
  }
  .mb-sp15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-sp15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-sp20 {
    margin-bottom: 2rem !important;
  }
  .pb-sp20 {
    padding-bottom: 2rem !important;
  }
  .mb-sp25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-sp25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-sp30 {
    margin-bottom: 3rem !important;
  }
  .pb-sp30 {
    padding-bottom: 3rem !important;
  }
  .mb-sp35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-sp35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-sp40 {
    margin-bottom: 4rem !important;
  }
  .pb-sp40 {
    padding-bottom: 4rem !important;
  }
  .mb-sp45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-sp45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-sp50 {
    margin-bottom: 5rem !important;
  }
  .pb-sp50 {
    padding-bottom: 5rem !important;
  }
  .mb-sp55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-sp55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-sp60 {
    margin-bottom: 6rem !important;
  }
  .pb-sp60 {
    padding-bottom: 6rem !important;
  }
  .mb-sp65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-sp65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-sp70 {
    margin-bottom: 7rem !important;
  }
  .pb-sp70 {
    padding-bottom: 7rem !important;
  }
  .mb-sp75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-sp75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-sp80 {
    margin-bottom: 8rem !important;
  }
  .pb-sp80 {
    padding-bottom: 8rem !important;
  }
  .mb-sp85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-sp85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-sp90 {
    margin-bottom: 9rem !important;
  }
  .pb-sp90 {
    padding-bottom: 9rem !important;
  }
  .mb-sp95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-sp95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-sp100 {
    margin-bottom: 10rem !important;
  }
  .pb-sp100 {
    padding-bottom: 10rem !important;
  }
  .ml-sp00 {
    margin-left: 0 !important;
  }
  .pl-sp00 {
    padding-left: 0 !important;
  }
  .ml-sp05 {
    margin-left: 0.5rem !important;
  }
  .pl-sp05 {
    padding-left: 0.5rem !important;
  }
  .ml-sp10 {
    margin-left: 1rem !important;
  }
  .pl-sp10 {
    padding-left: 1rem !important;
  }
  .ml-sp15 {
    margin-left: 1.5rem !important;
  }
  .pl-sp15 {
    padding-left: 1.5rem !important;
  }
  .ml-sp20 {
    margin-left: 2rem !important;
  }
  .pl-sp20 {
    padding-left: 2rem !important;
  }
  .ml-sp25 {
    margin-left: 2.5rem !important;
  }
  .pl-sp25 {
    padding-left: 2.5rem !important;
  }
  .ml-sp30 {
    margin-left: 3rem !important;
  }
  .pl-sp30 {
    padding-left: 3rem !important;
  }
  .ml-sp35 {
    margin-left: 3.5rem !important;
  }
  .pl-sp35 {
    padding-left: 3.5rem !important;
  }
  .ml-sp40 {
    margin-left: 4rem !important;
  }
  .pl-sp40 {
    padding-left: 4rem !important;
  }
  .ml-sp45 {
    margin-left: 4.5rem !important;
  }
  .pl-sp45 {
    padding-left: 4.5rem !important;
  }
  .ml-sp50 {
    margin-left: 5rem !important;
  }
  .pl-sp50 {
    padding-left: 5rem !important;
  }
  .ml-sp55 {
    margin-left: 5.5rem !important;
  }
  .pl-sp55 {
    padding-left: 5.5rem !important;
  }
  .ml-sp60 {
    margin-left: 6rem !important;
  }
  .pl-sp60 {
    padding-left: 6rem !important;
  }
  .ml-sp65 {
    margin-left: 6.5rem !important;
  }
  .pl-sp65 {
    padding-left: 6.5rem !important;
  }
  .ml-sp70 {
    margin-left: 7rem !important;
  }
  .pl-sp70 {
    padding-left: 7rem !important;
  }
  .ml-sp75 {
    margin-left: 7.5rem !important;
  }
  .pl-sp75 {
    padding-left: 7.5rem !important;
  }
  .ml-sp80 {
    margin-left: 8rem !important;
  }
  .pl-sp80 {
    padding-left: 8rem !important;
  }
  .ml-sp85 {
    margin-left: 8.5rem !important;
  }
  .pl-sp85 {
    padding-left: 8.5rem !important;
  }
  .ml-sp90 {
    margin-left: 9rem !important;
  }
  .pl-sp90 {
    padding-left: 9rem !important;
  }
  .ml-sp95 {
    margin-left: 9.5rem !important;
  }
  .pl-sp95 {
    padding-left: 9.5rem !important;
  }
  .ml-sp100 {
    margin-left: 10rem !important;
  }
  .pl-sp100 {
    padding-left: 10rem !important;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
}
/* ---------- venobox --------- */
.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  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;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.vbox-title {
  width: 100%;
  float: left;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 40px;
  display: none;
  left: 0;
}

.vbox-close, .vbox-title {
  height: 40px;
  text-align: center;
  overflow: hidden;
  position: fixed;
  z-index: 3;
}

.vbox-close {
  cursor: pointer;
  top: -1px;
  right: 0;
  width: 50px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  font-size: 24px;
  line-height: 1;
}

.vbox-num {
  left: 0;
  height: 40px;
  display: block;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 10px;
  display: none;
}

.vbox-next, .vbox-num, .vbox-prev {
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  z-index: 3;
}

.vbox-next, .vbox-prev {
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 45px;
  height: 45px;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
  text-indent: -75pt;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

.venoframe {
  max-width: 100%;
  width: 100%;
  border: 0;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .vbox-inline, .venoframe {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 40pc;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .vbox-inline, .venoframe {
    max-width: 75pc;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 60pc;
    height: 540px;
  }
}
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-figlio {
  -webkit-box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 0.3s ease-out;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */