@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  background: #fff;
  color: #333;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  word-break: break-word; }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px; } }
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0; }

/* =============================================
 * Custom
*=============================================*/
.h2 {
  color: #7E6200;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 15px;
  position: relative; }
  .h2:after {
    content: '';
    background-image: linear-gradient(to right, #A3803F, #DEC794, #A3803F);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .h2 .sub {
    display: block;
    color: #B0881A;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 10px; }

.h-18 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px; }

.h-21 {
  font-weight: 500;
  font-size: 21px;
  line-height: 32px; }

.h-25 {
  font-weight: 500;
  font-size: 25px;
  line-height: 50px; }

.h-35 {
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 72px; }

.h-icon {
  background: url("../img/common/title-icon.png") no-repeat center left/40px auto;
  padding-left: 50px;
  box-sizing: border-box; }

.h-icon2 {
  margin-top:50px;
  background: url("../img/common/title-icon2.png") no-repeat center left/20px auto;
  padding-left: 30px;
  color:#B0881A;
  box-sizing: border-box; }

.h-icon3 {
  background: url("../img/common/title-icon3.png") no-repeat top left/20px auto;
  background-position-y: 5px;
  padding-left: 30px;
  font-weight:bold;
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 20px; }

  .h-18 {
    font-size: 16px;
    line-height: 24px; }

  .h-21 {
    font-size: 18px;
    line-height: 26px; }

  .h-25 {
    font-size: 20px;
    line-height: 30px; }

  .h-35 {
    font-size: 25px;
    line-height: 35px; }

  .h-icon {
    background-size: 30px auto;
    padding-left: 35px; }
  .h-icon2 {
    background-size:17px auto;
    padding-left: 20px; }
  .h-icon3 {
    background-size:14px auto;
	background-position-y: 5px;
    padding-left: 18px; }
}
/* button */
.button {
  position: relative; }

.button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 487px;
  height: 50px;
  background-image: linear-gradient(to right, #A3803F, #D5B378);
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  z-index: 1;
  border-radius: 0; }
  .button a:hover {
    background-size: 200% 100%;
    opacity: 1; }
  .button a:not(.arrow-1):after {
    content: '';
    width: 41px;
    height: 5px;
    background: url("../img/common/btn-arrow.png") no-repeat center top/cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    transition: all 0.3s; }
  .button a:not(.arrow-1):hover:after {
    transform: translate(5px, -50%); }
  .button a.arrow-1:after {
    content: '';
    border-width: 5px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    position: absolute;
    bottom: 3px;
    right: 3px; }

@media screen and (max-width: 767px) {
  .button a {
    font-size: 16px; } }
/* -- -- */
.txt-udl {
  text-decoration: underline; }

a.txt-udl:hover {
  text-decoration: none; }

.txt-c {
  text-align: center; }

.txt-j {
  text-align: justify; }

.txt-r {
  text-align: right; }

.cl-blue {
  color: #3D9FCA; }

.cl-green {
  color: #77D1A0; }

.cl-red {
  color: #C90606; }

.cl-yellow {
  color: #795A02; }

.cl-black {
  color: #4B4B4B; }

.cl-white {
  color: #fff; }

.udl01 {
  background-image: linear-gradient(#AE0615, #AE0615);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.udl02 {
  background-image: linear-gradient(#002A7D, #002A7D);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.fw-r {
  font-weight: 400; }

.fw-m {
  font-weight: 500; }

.fw-b {
  font-weight: 700; }

.fw-black {
  font-weight: 900; }

.bdra-10 {
  border-radius: 10px; }

.bdra-20 {
  border-radius: 20px; }

.bdra-30 {
  border-radius: 30px; }

.img_shadow {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }

.img-obj {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .bdra-20 {
    border-radius: 10px; }

  .bdra-30 {
    border-radius: 15px; } }
/* -- --*/
.w600 {
  max-width: 600px;
  margin: 0 auto; }

.w800 {
  max-width: 800px;
  margin: 0 auto; }

.w900 {
  max-width: 900px;
  margin: 0 auto; }

/* -- --*/
.section-space {
  padding: 100px 0; }

.mt0 {
  margin-top: 0px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt100 {
  padding-top: 100px; }

.pb30 {
  padding-bottom: 30px; }

.pb50 {
  padding-bottom: 50px; }

.pb100 {
  padding-bottom: 100px; }

@media screen and (max-width: 767px) {
  .section-space {
    padding: 50px 0; }

  .pt20, .pt30{
    padding-top: 15px; }
	
  .pt40{
    padding-top:25px;}

  .pt50 {
    padding-top: 30px; }

  .pt100 {
    padding-top: 50px; }

  .pb30 {
    padding-bottom: 15px; }

  .pb50 {
    padding-bottom: 30px; }

  .pb100 {
    padding-bottom: 50px; } }
/* -- --*/
.bg-cl01 {
  background-color: #77D1A0; }

.bg-cl02 {
  background-color: #F3F7F8; }

/* -- -- */
.img-zoom,
.img-zoom figure {
  display: block;
  overflow: hidden; }

.img-zoom .img,
.img-zoom .img-obj {
  transition: 0.6s ease-in-out; }

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
  transform: scale(1.07); }

/* -- --*/
.photo-full img {
  width: 100%;
  max-width: inherit; }

@media screen and (max-width: 767px) {
  .photo-full {
    width: 100%;
    height: 50vw; }

  .photo-full img {
    height: 100%;
    object-fit: cover; } }
/* -- --*/
hr {
  border: 0;
  border-bottom: 2px solid #F5F1E7; }

/* -- --*/
.timetable {
  width: 100%;
  max-width: 487px; }
  .timetable th,
  .timetable td {
    height: 34px;
    text-align: center;
    vertical-align: middle; }
  .timetable th {
    background-image: linear-gradient(to right, #555, #0F0F0F);
    color: #fff; }
  .timetable td {
    background-color: #fff; }
  .timetable thead th {
    border-bottom: 1px solid #fff; }
    .timetable thead th + th {
      width: 50px;
      border-left: 1px solid #fff; }
  .timetable tbody td {	  
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6; }
  .timetable tbody tr th {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff; }

@media screen and (max-width: 767px) {
  .timetable th,
  .timetable td {
    height: 32px;
    font-size: 12px;
    line-height: 20px; }
  .timetable thead th + th {
    width: 32px; } }
/* -- --*/
.phone a {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  width: 320px;
  background-image: linear-gradient(to left, #2987BD, #2B4788);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 0;
  position: relative; }
  .phone a:after {
    content: '';
    border-width: 5px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    position: absolute;
    bottom: 3px;
    right: 3px; }
  .phone a span {
    display: inline-block;
    background: url("../img/common/icon-phone.png") no-repeat center left 10px/10px auto;
    font-size: 18px;
    border-left: 1px solid #fff;
    padding-left: 25px; }

/* -- --*/
.box-border {
  border: 2px solid #D5B378;
  position: relative;
  padding: 27px; }
  .box-border:before {
    content: '';
    border: 1px solid #D5B378;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px; }

@media screen and (max-width: 767px) {
  .box-border {
    padding: 20px; } }
/* -- --*/
.box-img {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px; }
  .box-img h3 {
    width: 100%; }
  .box-img figure {
    width: 300px; }
  .box-img .txt {
    width: calc(100% - 350px); }
    .box-img .txt a {
      color: #2987BD;
      text-decoration: underline; }
      .box-img .txt a:hover {
        text-decoration: none; }

@media screen and (max-width: 767px) {
  .box-img {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 30px; }
    .box-img figure {
      width: 100%;
      max-width: 300px; }
    .box-img .txt {
      width: 100%; } }
/* -- --*/
.video {
  max-width: 480px;
  margin: 0 auto; }
  .video .in {
    width: 100%;
    padding-top: 67%;
    position: relative; }
    .video .in > * {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      background-size: cover; }

/*=============================================
 * <header>
 *=============================================*/
header {
  background: #fff;
  width: 100%;
  padding: 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box; }
  header .wrap {
    display: flex;
    align-items: center; }
  header .logo {
    flex: 1 0 0; }
    header .logo a {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #FFFBF0;
      width: 244px;
      height: 146px; }

.navbar {
  position: relative;
  padding: 20px 0; }
  .navbar .txt {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    position: absolute;
    top: 35px;
    left: 0; }
  .navbar .tel {
    width: 244px;
    margin-left: auto;
    padding-bottom: 20px; }
    .navbar .tel a {
      display: flex;
      justify-content: center;
      gap: 10px;
      background-image: linear-gradient(to right, #A3803F, #D5B378);
      color: #fff;
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
      padding: 7px 0;
      position: relative; }
      .navbar .tel a:after {
        content: '';
        border-width: 4px;
        border-color: transparent #fff #fff transparent;
        border-style: solid;
        position: absolute;
        bottom: 2px;
        right: 2px; }
      .navbar .tel a span {
        display: inline-block;
        background: url("../img/common/icon-phone.png") no-repeat center left 10px/10px auto;
        font-size: 14px;
        border-left: 1px solid #fff;
        padding-left: 25px; }
  .navbar .nav {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center; }
    .navbar .nav a {
      display: block;
      font-weight: 500;
      font-size: 14px;
      line-height: 14px;
      border-top: 2px solid #F5F1E7;
      border-bottom: 2px solid #F5F1E7;
      padding: 10px 30px; }
      .navbar .nav a span {
        display: block;
        font-weight: 700;
        font-size: 12px;
        color: #B0881A; }
      .navbar .nav a:hover, .navbar .nav a.current {
        background-color: #F5F1E7;
        opacity: 1; }

@media screen and (max-width: 1200px) {
  header .logo a {
    width: 170px; }

  .navbar .nav a {
    padding: 10px 20px; } }
@media screen and (max-width: 1023px) {
  .navbar .txt {
    font-size: 10px; }
  .navbar .nav {
    gap: 10px; }
    .navbar .nav a {
      padding: 10px; } }
@media screen and (max-width: 767px) {
  header .wrap {
    padding-left: 0; }
  header .logo a {
    width: 130px;
    height: 70px; }

  .navbar {
    background: #FFFBF0;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 100px 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear; }
    .navbar .tel {
      width: 100%; }
    .navbar .nav {
      flex-direction: column;
      gap: 20px; }
      .navbar .nav li {
        width: 100%; }
      .navbar .nav a {
        display: flex;
        align-items: center;
        gap: 10px; }

  .navOpen .navbar {
    opacity: 1;
    visibility: visible; } }
@media screen and (min-width: 768px) {
  .navbar {
    height: auto !important; } }
/*=============================================
 * <footer>
 *=============================================*/
footer {
  background: #FFFBF0; }
  footer .gmap {
    width: 100%;
    height: 300px; }
    footer .gmap iframe {
      display: block;
      width: 100%;
      height: 100%; }
  footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px; }
  footer .col {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 15px;
    width: 486px; }
  footer .logo {
    width: 180px; }
  footer .txt {
    width: 290px;
    font-size: 12px;
    line-height: 22px; }
  footer .tel {
    padding-top: 12px; }
    footer .tel a {
      display: flex;
      justify-content: center;
      gap: 10px;
      background-image: linear-gradient(to left, #2987BD, #2B4788);
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      line-height: 30px;
      padding: 5px 0;
      position: relative; }
      footer .tel a:after {
        content: '';
        border-width: 5px;
        border-color: transparent #fff #fff transparent;
        border-style: solid;
        position: absolute;
        bottom: 3px;
        right: 3px; }
      footer .tel a span {
        display: inline-block;
        background: url("../img/common/icon-phone.png") no-repeat center left 10px/10px auto;
        font-size: 18px;
        border-left: 1px solid #fff;
        padding-left: 25px; }
  footer nav {
    width: 635px;
    font-size: 14px;
    line-height: 30px; }
    footer nav dl {
      display: grid;
      grid-template-columns: 148px 1fr;
      gap: 4px; }
      footer nav dl dt {
        text-align: right; }
      footer nav dl dd {
        display: flex;
        flex-wrap: wrap; }
        footer nav dl dd p:not(:last-child):after {
          content: ' ／ ';
          display: inline-block;
          margin: 0 3px; }
        footer nav dl dd a {
          border-bottom: 1px solid transparent; }
          footer nav dl dd a:hover {
            border-bottom-color: #333; }
  footer address {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(to right, #A3803F, #D5B378);
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-top: 45px; }

@media screen and (max-width: 1200px) {
  footer nav {
    width: 455px; } }
@media screen and (max-width: 1023px) {
  footer .wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px; }
  footer nav {
    width: 635px; } }
@media screen and (max-width: 767px) {
  footer .col {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%; }
  footer .txt {
    padding: 5px 0 20px; }
  footer nav {
    display: grid;
    gap: 15px;
    width: 100%; }
    footer nav dl {
      grid-template-columns: 1fr;
      gap: 0px; }
      footer nav dl dt {
        text-align: left; } }
/*=============================================
 * <kv>
 *=============================================*/
#kv {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/common/kv-bg-img.jpg") no-repeat center/cover;
  height: 201px;
  position: relative; }
  #kv .page-title {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center; }

@media screen and (max-width: 767px) {
  #kv {
    height: 150px; }
    #kv .page-title {
      line-height: 35px;
      font-size: 20px; } }
/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
  font-size: 12px;
  line-height: 12px;
  position: relative;
  padding: 10px 0 90px; }
  .breadcrumbs .wrap {
    overflow: auto hidden;
    padding-bottom: 10px; }
  .breadcrumbs ul {
    display: flex;
    width: max-content; }
    .breadcrumbs ul li {
      display: flex;
      align-items: center; }
      .breadcrumbs ul li:not(:last-child):after {
        content: '→';
        margin: 0 5px; }
  .breadcrumbs a:hover {
    text-decoration: underline; }

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-bottom: 40px; } }
/* =============================================
 * 404
 *=============================================*/
#content-404 {
  padding: 100px 0; }
  #content-404 .txt {
    padding-top: 30px; }

#content-404 .button {
  padding-top: 40px; }

@media screen and (max-width: 767px) {
  #content-404 {
    padding: 50px 0; }
    #content-404 .txt {
      padding-top: 30px; }

  #content-404 .button {
    padding-top: 30px; } }
/*=============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
  position: relative; }

.wpcf7 .select {
  position: relative; }

.wpcf7 .select {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap {
  display: block;
  flex: 1;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap::after {
  content: '';
  width: 15px;
  height: 8px;
  background: url("../img/common/icon-angle-down.png") no-repeat center top/cover;
  position: absolute;
  top: 19px;
  right: 20px; }

.wpcf7 .select select {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  box-shadow: none;
  background-color: #EAEAEA;
  border: 0;
  border-radius: 5px;
  line-height: 30px;
  padding: 8px 20px;
  cursor: pointer; }

.wpcf7 .select select::-ms-expand {
  display: none; }

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
  display: block;
  width: 100%;
  background-color: #EAEAEA;
  border: 0;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 8px 20px;
  line-height: 30px; }

.wpcf7 textarea {
  height: 175px;
  resize: vertical; }

.wpcf7 input[type="date"] {
  padding-right: 40px; }

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position: top 22px right 15px;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  left: 0; }

.wpcf7 ::-webkit-input-placeholder {
  color: #C1C1C1; }

.wpcf7 ::-moz-placeholder {
  color: #C1C1C1; }

.wpcf7 :-ms-input-placeholder {
  color: #C1C1C1; }

.wpcf7 :-moz-placeholder {
  color: #C1C1C1; }

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 20px; }

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
  cursor: pointer; }

.wpcf7-checkbox input,
.wpcf7-radio input {
  display: none; }

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  display: inline-grid;
  grid-template-columns: 14px 1fr;
  align-items: flex-start;
  gap: 5px;
  cursor: pointer; }

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
  content: '';
  grid-area: 1/1;
  margin: auto;
  border-radius: 3px; }

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  width: 14px;
  height: 14px;
  border: 1px solid #707070;
  box-sizing: border-box;
  position: relative;
  top: 2px; }

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
  width: 10px;
  height: 10px;
  background-color: #465E68;
  position: relative;
  top: 2px;
  display: none; }

.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  display: block; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #E50012; }

.wpcf7 .result-txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap; }

/*=============================================
 * section cta
 *=============================================*/
.section__cta {
  padding: 100px 0; }
  .section__cta .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    padding-top: 50px; }
    .section__cta .box h3 {
      background: url("../img/common/title-icon.png") no-repeat center left/40px auto;
      font-weight: 700;
      font-size: 21px;
      line-height: 24px;
      margin-bottom: 30px;
      padding-left: 50px; }
    .section__cta .box .note {
      padding-top: 15px; }
    .section__cta .box .button {
      padding-top: 30px; }

@media screen and (max-width: 1023px) {
  .section__cta .box {
    grid-template-columns: 1fr; }
    .section__cta .box .col {
      width: 100%;
      max-width: 487px;
      margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .section__cta {
    padding: 50px 0; }
    .section__cta .box {
      gap: 30px;
      padding-top: 25px; }
      .section__cta .box h3 {
        background-size: 30px auto;
        font-size: 18px;
        margin-bottom: 15px;
        padding-left: 40px; } }
.box-cta {
  display: grid;
  gap: 40px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(126, 98, 0, 0.15);
  padding: 60px 0;
  position: relative; }
  .box-cta:before {
    content: '';
    width: 162px;
    height: 93px;
    background: url("../img/index/cta-icon.png") no-repeat center top/cover;
    position: absolute;
    bottom: 20px;
    right: 10px; }
  .box-cta .border-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .box-cta .border-top:before {
      content: '';
      width: 100%;
      height: 5px;
      background-image: linear-gradient(to right, #A3803F, #DEC794, #A3803F);
      position: absolute;
      top: 0;
      left: 0; }
    .box-cta .border-top:after {
      content: '';
      width: 100%;
      height: 3px;
      background-image: linear-gradient(to right, #A3803F, #DEC794, #A3803F);
      position: absolute;
      top: 7px;
      left: 0; }
  .box-cta .border-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .box-cta .border-bottom:before {
      content: '';
      width: 100%;
      height: 5px;
      background-image: linear-gradient(to right, #A3803F, #DEC794, #A3803F);
      position: absolute;
      bottom: 0;
      left: 0; }
    .box-cta .border-bottom:after {
      content: '';
      width: 100%;
      height: 3px;
      background-image: linear-gradient(to right, #A3803F, #DEC794, #A3803F);
      position: absolute;
      bottom: 7px;
      left: 0; }
  .box-cta h3 {
    font-weight: 500;
    font-size: 27px;
    line-height: 35px; }
  .box-cta .tel {
    width: 320px;
    margin: 0 auto; }
    .box-cta .tel > span {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 19px;
      gap: 20px;
      padding-bottom: 10px; }
      .box-cta .tel > span:before {
        content: '';
        width: 0;
        height: 20px;
        border-left: 1px solid;
        transform: rotate(-35deg); }
      .box-cta .tel > span:after {
        content: '';
        width: 0;
        height: 20px;
        border-left: 1px solid;
        transform: rotate(35deg); }
    .box-cta .tel a {
      display: flex;
      justify-content: center;
      gap: 15px;
      background-image: linear-gradient(to left, #2987BD, #2B4788);
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      line-height: 30px;
      padding: 10px 0;
      position: relative; }
      .box-cta .tel a:after {
        content: '';
        border-width: 5px;
        border-color: transparent #fff #fff transparent;
        border-style: solid;
        position: absolute;
        bottom: 3px;
        right: 3px; }
      .box-cta .tel a span {
        display: inline-block;
        background: url("../img/common/icon-phone.png") no-repeat center left 10px/14px auto;
        font-size: 26px;
        border-left: 1px solid #fff;
        padding-left: 35px; }
		.cta__notice{
			font-size:18px;
		}

@media screen and (max-width: 767px) {
  .box-cta {
    gap: 20px;
    padding: 40px 20px; }
    .box-cta:before {
      width: 80px;
      height: 46px; }
    .box-cta h3 {
      font-size: 20px;
      line-height: 30px; }
    .box-cta .tel {
      width: 100%;
      max-width: 320px; }
     .box-cta .tel a span {
        font-size: 19px; }
	.box-cta .tel > span {
		font-size: 18px;
	}
	.cta__notice{
		font-size:14px;
	}

}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=shared.css.map */
