@charset "UTF-8";
/*共通部分*/
.sp_nav_btn {
  position: absolute;
  right: 0;
  top: 0;
}

.sp_nav_btn a {
  color: #000000;
}

.grecaptcha-badge {
  display: none;
}

/**********************************************************************
	ページヘッダ - className : Header-site
***********************************************************************/
.Header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-bottom: 0;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
}

.Header.is_hide {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.Header.is_scroll {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 0 rgba(74, 73, 66, 0.05);
}

.Header.is_scroll .H_logo img {
  width: 80px;
  height: auto;
}

.Header.fixed {
  position: fixed;
}

.H_logo a {
  display: block;
  line-height: 62px;
}

.H_logo a:hover {
  text-decoration: none;
}

.H_logo span {
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: black;
  letter-spacing: 0.5px;
  font-size: 2.2rem;
  padding-left: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .H_logo a {
    line-height: 35px;
  }
  .H_logo span {
    font-size: 1.2rem;
  }
}

.HeaderBox {
  padding: 10px 0;
}

.HeaderArea {
  margin: 0 auto;
  position: relative;
}

.HeaderArea .Gnav_menu {
  text-align: right;
}

.HeaderContact {
  font-weight: bold;
}

.HeaderContact li {
  /*display: flex;*/
  align-items: center;
  margin: 0 1px;
  padding: 5px 10px;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  border-left: 1px solid #f6f2ea;
  border-right: 1px solid #f6f2ea;
  border-bottom: 1px solid #baa882;
}

.HeaderContact li:nth-of-type(1) {
  color: #d4bf94;
}

.HeaderContact li:nth-of-type(2), .HeaderContact li:nth-of-type(3) {
  color: #baa882;
  background: #f6f2ea;
}

.HeaderContact li a {
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.HeaderContact li a:hover {
  cursor: pointer;
  opacity: .7;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  .Header.is_scroll .H_logo img {
    width: 40px;
  }
  .Header.is_scroll .HeaderBox {
    padding-top: 10px;
  }
  .HeaderArea {
    width: 100%;
  }
  .HeaderBox {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 15px 0;
  }
  .sp_nav_btn {
    cursor: pointer;
    padding: 8px 9px;
    display: inline-block;
    position: absolute;
    right: 10px;
    left: auto;
    z-index: 102;
    transition: opacity .3s;
    border: 0;
    top: 25px;
  }
  .sp_nav_btn .menu_btn_inner {
    position: relative;
    width: 26px;
    height: 18px;
  }
  .sp_nav_btn a {
    color: #000000;
  }
  .sp_nav_btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #000000;
    opacity: 1;
    left: 0;
    border-radius: 20px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }
  .sp_nav_btn span:first-child {
    top: 0;
  }
  .sp_nav_btn span:nth-child(2) {
    top: 8px;
  }
  .sp_nav_btn span:nth-child(3) {
    bottom: 0;
  }
  .HContact a {
    font-size: 1.2rem;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .H_logo img {
    width: 40px;
    height: auto;
  }
  .HeaderBox {
    padding: 10px 0;
  }
  .HeaderArea .btn-bd {
    box-shadow: none;
  }
}

.Gnav_menu {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.Gnav_menu > li {
  display: inline-block;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.Gnav_menu > li > a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000000;
  padding: 10px;
  border-bottom: 2px solid transparent;
  position: relative;
}

.Gnav_menu > li:hover > a {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #d4bf94 0%, #baa882 100%);
  border-image-slice: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
}

.Nav_wide .Nav_wide_box {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  width: 100%;
  font-weight: bold;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #f6f2ea;
}

.Nav_wide:hover .Nav_wide_box {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.HeaderContact .Nav_wide{
  position : relative;
}
.HeaderContact .Nav_wide_box{
  width: 25vw;
  left: 0;
  margin-top: 2px;
}

/**********************************************************************
	SP - className :
***********************************************************************/
.Sp-nav {
  opacity: 0;
  height: 0;
}

.Sp-nav .close-sp_nav {
  position: absolute;
  top: 10px;
  right: 10px;
}

.Sp-nav h1 {
  padding: 10px;
  font-size: 0.8rem;
}

.Sp-nav .FSns a {
  color: #d4bf94;
}
.Sp-nav .HeaderContact {
  position: static;
  padding: 20px;
  display: block;
}
.Sp-nav .HeaderContact li {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.Sp-nav .HeaderContact li:nth-of-type(2), .Sp-nav .HeaderContact li:nth-of-type(3) {
  background : white;
}
.Sp-nav .HeaderContact li a {
  padding: 10px;
  display: block;
}
.Sp-nav .m-btn::after{
  display: none;
}
.Page_title {
  padding-bottom: 60px;
}

.Page_title .ttl_02 {
  color: #d4bf94;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .Page_title {
    margin-bottom: 20px;
  }
}

.Page_title_img {
  position: relative;
  text-align: center;
}

.Page_title_img::before {
  content: '';
  width: 110%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  background: #f6f2ea;
  z-index: -1;
}

.FooterTxt {
  background: #fbfaf7;
  font-size: 1.2rem;
  padding: 50px 20px;
}

@media only screen and (max-width: 767px) {
  .FooterTxt {
    font-size: 1.0rem;
    padding: 10px;
  }
}

.GFooter {
  color: #ffffff;
  font-size: 1.2rem;
  padding: 60px 0;
  background: #baa882;
  position: relative;
}

.GFooter .GFooterDetail {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

.GFooter .GFooterDetail dt {
  display: table-cell;
  vertical-align: middle;
  width: 5em;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.GFooter .GFooterDetail dd {
  padding-left: 1em;
}

.GFooter .FTel {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 30px;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.GFooter .FTel i {
  font-size: 2.8rem;
  margin-right: 10px;
}

.GFooter .FTel a {
  color: white;
}

.FSns {
  text-align: center;
}

.FSns li {
  display: inline-block;
  margin: 0 5px;
}

.FSns i {
  font-size: 3.6rem;
}

.FSns a {
  color: white;
}

.FSns a:hover {
  opacity: .7;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.FLink {
  font-size: 1.2rem;
}

.FLink .FLinkList {
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.FLink .FLinkList a {
  display: block;
  padding: 5px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .FLink .FLinkList a {
    padding: 10px;
    background: white;
    margin-bottom: 1px;
  }
}

.FCopy {
  font-size: 1.0rem;
  color: #989898;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
}

.Totop {
  cursor: pointer;
  z-index: 2;
  transition: all .3s;
}

.Totop:hover {
  background: #d4bf94;
}

/**********************************************************************
	共通
***********************************************************************/
.InfoList {
  border-bottom: 1px solid #f6f2ea;
  display: table;
  width: 100%;
  padding: 10px;
}

.InfoList:first-child {
  border-top: 1px solid #f6f2ea;
}

.InfoList > * {
  float: left;
}

.InfoList .InfoDate {
  width: 6em;
}

.InfoList .InfoTag {
  width: 7em;
}

.InfoList .InfoTitle {
  width: calc(100% - 6em - 8em);
}

@media only screen and (max-width: 767px) {
  .InfoList .InfoTitle {
    clear: both;
    width: 100%;
    margin-top: 5px;
  }
}

.Breadcrumb {
  font-size: 1.2rem;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.Breadcrumb a {
  text-decoration: underline;
  color: #000000;
}

.Breadcrumb a:hover {
  text-decoration: none;
}

.Breadcrumb .cd-breadcrumb {
  padding: 0;
}

.Breadcrumb .cd-breadcrumb li > * {
  font-size: 1.2rem;
}

.cd-breadcrumb {
  font-size: 1.4rem;
  background: #ffffff;
}

.cd-breadcrumb.triangle a {
  display: block;
}

.cd-breadcrumb.triangle a:hover {
  background: #000000;
  border: #000000;
  color: #ffffff;
  text-decoration: none;
}

.cd-breadcrumb.triangle li::after {
  border-left-color: #f6f2ea;
}

.cd-breadcrumb.triangle li > * {
  background: #ffffff;
  border: #ffffff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .cd-breadcrumb.triangle {
    background: #ffffff;
  }
  .cd-breadcrumb.triangle a {
    display: inline-block;
  }
}

.SliderWrap {
  position: relative;
  margin-bottom: 120px;
}

.SliderWrap .Slider {
  margin-bottom: 10px;
}

.SliderWrap .Slider_arrows {
  position: absolute;
  z-index: 90;
  top: 50%;
  width: 100%;
}

.SliderWrap .slick-prev, .SliderWrap .slick-next {
  width: 14px;
  /* 画像幅 */
  height: 24px;
  /* 画像高さ */
}

.SliderWrap .slick-prev:before, .SliderWrap .slick-next:before {
  content: "";
  color: #000000;
}

.SliderWrap button.slick-prev, .SliderWrap button.slick-next {
  z-index: 999;
}

.SliderWrap .slick-prev {
  left: -50px;
}

.SliderWrap .slick-next {
  right: -50px;
}

@media only screen and (max-width: 1299px) {
  .SliderWrap .slick-prev {
    left: 10px;
  }
  .SliderWrap .slick-next {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .SliderWrap {
    margin-bottom: 60px;
  }
  .SliderWrap .Slider_arrows {
    top: 0;
  }
  .SliderWrap .slick-prev, .SliderWrap .slick-next {
    top: 0;
    padding-top: 75%;
  }
}

.PageNavi .wp-pagenavi {
  text-align: center;
}

.PageNavi .wp-pagenavi a, .PageNavi .wp-pagenavi span {
  border: 1px solid #f6f2ea;
  border-radius: 5px;
  padding: 10px 12px;
}

.PageNavi .wp-pagenavi a:hover, .PageNavi .wp-pagenavi span.current {
  background: #d4bf94;
  color: #ffffff;
  border-color: #d4bf94 !important;
}

.PageNavi .wp-pagenavi .pages {
  display: none;
}

.Lead {
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
}

.Lead .LeadTtl {
  font-size: 3rem;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .Lead .LeadTtl {
    font-size: 1.6rem;
  }
}

.FaqList {
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.FaqList .FaqTxt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.FaqList .FaqQ, .FaqList .FaqA {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  flex-basis: 40px;
}

.FaqList .FaqQ + p, .FaqList .FaqA + p {
  flex-basis: calc(100% - 60px);
}

.FaqList .FaqQ {
  background: #baa882;
  color: white;
}

.FaqList .FaqA {
  background: #fbfaf7;
  color: #baa882;
}

.CourceImg {
  position: relative;
  margin-bottom: 30px;
}

.CourceImg::before {
  content: '';
  background: #fbfaf7;
  width: 50%;
  height: 120%;
  position: absolute;
  left: -40px;
  top: -20%;
  z-index: -1;
}

.CourceBox:nth-of-type(2n-1) .CourceImg {
  padding-right: 20px;
}

.CourceBox:nth-of-type(2n) .CourceImg {
  padding-left: 20px;
}

.CourceBox:nth-of-type(2n) .CourceImg::before {
  left: auto;
  right: -40px;
}

.Flow li {
  background: linear-gradient(#fbfaf7 80%, white 20%);
}

.Flow li:not(:last-child) {
  position: relative;
}

.Flow li:not(:last-child)::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 80px;
  width: 1px;
  height: 20%;
  background-color: #d4bf94;
}

@media only screen and (max-width: 767px) {
  .Flow li:not(:last-child)::before {
    left: 10px;
  }
}

.Gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.Gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.BeforeAfter li:first-child {
  position: relative;
}

.BeforeAfter li:first-child:after {
  content: "▶";
  position: absolute;
  top: 120px;
  right: -26px;
}

@media only screen and (max-width: 1199px) {
  .BeforeAfter li:first-child:after {
    top: 30%;
    right: -26px;
  }
}

@media only screen and (max-width: 767px) {
  .BeforeAfter li:first-child:after {
    top: 30%;
    right: -18px;
  }
}

.ServiceOption {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 1.2rem;
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.5);
  font-family: "Cormorant Garamond", serif;
  color: #f6f2ea;
}

@media only screen and (max-width: 767px) {
  .ServiceOption {
    font-size: 1rem;
    top: 8px;
    left: 8px;
  }
}


.staff_flex{
  flex-basis: calc(100% / 3 * 2 - 40px);
  margin: 0 20px;
}