@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list-alt:before {
  content: "\e908";
}

.icon-resv:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e942";
}

.icon-right1:before {
  content: "\e905";
}

/*矢印*/
.icon-right2:before {
  content: "\ea3c";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-line:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e904";
}

.icon-docx:before {
  content: "\e906";
}

.icon-pdf:before {
  content: "\e907";
}

/* ==================================================
	header
================================================== */
.header {
  padding-top: 20px;
  position: relative;
  color: #4d4c4d;
  box-sizing: border-box;
  z-index: 10;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0 !important;
    z-index: 999;
    background: #fff;
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
  }
}
/* ========== end △ */
.header .header_inner {
  width: 100%;
}
.header .header_top {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
  margin: 0 auto 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .header .header_top {
    width: 100%;
    margin: 0;
    padding: 0 5px;
    justify-content: space-between;
    align-items: center;
  }
}
/* ========== end △ */
.header .header_top .header_logo {
  width: 280px;
  margin-right: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .header .header_top .header_logo {
    width: 55%;
  }
}
/* ========== end △ */
.header .header_top .header_contact-txt01 {
  font-size: 1.4rem;
}
.header .header_top .header_contact-txt02 span {
  font-size: 3.0rem;
}
.header .header_top .header_login {
  width: 100px;
  margin-left: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .header .header_top .header_login {
    width: 20%;
    margin-right: 60px;
  }
}
/* ========== end △ */
/* ==================================================
	gnav
================================================== */
#gnav {
  background: #cda06a;
  width: 900px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  #gnav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow-y: auto;
    padding-bottom: 100px;
    background: none;
    display: none;
    width: 100%;
  }
}
/* ========== end △ */
#gnav a {
  transition: none !important;
}

.nav_menu {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .nav_menu {
    flex-wrap: wrap;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    background-color: transparent;
  }
}
/* ========== end △ */
.nav_menu.active {
  transform: translateY(0%);
}
.nav_menu .nav_menu__item {
  position: relative;
  line-height: 1;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 481px) {
  .nav_menu .nav_menu__item {
    width: 180px;
    position: relative;
  }
  .nav_menu .nav_menu__item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: #fff;
    width: 1px;
    height: 16px;
  }
  .nav_menu .nav_menu__item:nth-child(1):before {
    content: none;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .nav_menu .nav_menu__item {
    width: 100%;
    background: #cda06a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    flex-grow: 1;
  }
}
/* ========== end △ */
.nav_menu .nav_menu__item a {
  display: block;
  padding: 10px 0;
  text-decoration: none !important;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .nav_menu .nav_menu__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  .nav_menu .nav_menu__item a.nav_menu__drop::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transform: rotate(135deg);
    position: absolute;
    right: 4%;
    top: 21px;
  }
}
/* ========== end △ */
.nav_menu .nav_menu__item a span {
  display: block;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 481px) {
  .nav_menu .nav_menu__item a:hover {
    opacity: 0.7;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 481px) {
  .nav_menu .nav_menu__item:hover .sub_menu {
    z-index: 999;
    width: 100%;
  }
  .nav_menu .nav_menu__item:hover .sub_menu .sub_menu__item {
    overflow: hidden;
    height: auto;
    background: rgba(205, 160, 106, 0.9);
  }
  .nav_menu .nav_menu__item:hover .sub_menu .sub_menu__item:nth-child(1) a {
    padding-top: 10px;
  }
  .nav_menu .nav_menu__item:hover .sub_menu .sub_menu__item:nth-child(3) a {
    padding-bottom: 10px;
  }
  .nav_menu .nav_menu__item:hover .sub_menu a {
    padding: 5px;
    color: #fff;
    position: relative;
    font-size: 1.4rem;
  }
  .nav_menu .nav_menu__item:hover .sub_menu a:hover {
    background: none;
    opacity: 0.7;
  }
}
/* ========== end △ */
.nav_menu .nav_menu__item .sub_menu {
  display: none;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 481px) {
  .nav_menu .nav_menu__item .sub_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: absolute;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 481px) {
  .nav_menu .nav_menu__item .sub_menu .sub_menu__item {
    overflow: hidden;
    height: 0;
    transition: .2s;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .nav_menu .nav_menu__item .sub_menu .sub_menu__item {
    border-top: 1px dashed #ccc;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #cda06a;
  }
  .hamburger::after {
    content: "MENU";
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    display: block;
    position: absolute;
    bottom: 7px;
    left: 5px;
    color: #fff;
    width: 40px;
    height: 10px;
  }
  .hamburger.active::after {
    content: "CLOSE";
    display: block;
    position: absolute;
    left: 5px;
    color: #fff;
    width: 40px;
    height: 10px;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 10px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 8px;
  }

  .hamburger span:nth-child(2) {
    top: 18px;
  }

  .hamburger span:nth-child(3) {
    top: 28px;
  }

  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* ========== end △ */
.body-fixed {
  position: fixed;
  width: 100%;
}

/* ==================================================
footer
================================================== */
#pagetop_btn_f {
  width: 60px;
  opacity: 0.8;
  position: fixed;
  z-index: 20;
  right: 1rem;
  bottom: -100%;
  transition: all 0.5s ease;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  #pagetop_btn_f {
    display: none;
  }
}
/* ========== end △ */
#pagetop_btn_f.visible {
  bottom: 1rem;
}
#pagetop_btn_f a {
  display: block;
  text-decoration: none;
}

.footer {
  padding: 30px 0;
  border-top: 10px solid #cda06a;
  background: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .footer {
    padding: 20px;
  }
}
/* ========== end △ */
.footer-inner {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .footer-inner {
    width: 100%;
    display: block;
  }
}
/* ========== end △ */
.footer-logo {
  width: 160px;
  text-align: center;
}
.footer-logo .foot_logo_02 {
  width: 50px;
  margin-top: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    margin: 0 auto;
  }
  .footer-logo .foot_logo_02 {
    margin-top: 0;
    margin-left: 10px;
  }
}
/* ========== end △ */
.footer-adress {
  margin-left: 20px;
}
.footer-adress img {
  width: 230px;
}
.footer-adress-txt01 {
  font-size: 1.2rem;
  margin-top: 5px;
}
.footer-adress-txt02 {
  font-size: 1.0rem;
}
.footer-adress-tel {
  font-size: 2.3rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .footer-adress {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer-adress img {
    width: 250px;
    margin: 10px auto 0;
    display: block;
  }
}
/* ========== end △ */
.footer-menu {
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu ul:nth-child(n+2) {
  margin-left: 24px;
}
.footer-menu li {
  font-size: 1.4rem;
  font-family: "丸フォーク M";
  display: flex;
  align-items: center;
}
.footer-menu li a {
  display: block;
  padding: 3px 0;
}
.footer-menu li:nth-child(n+2) {
  margin-left: 20px;
}
.footer-menu-main {
  display: flex;
  align-items: center;
}
.footer-menu-main:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #dd848d;
  border-radius: 50%;
  margin-right: 3px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .footer-menu {
    margin-left: 0;
    margin-top: 20px;
    display: block;
  }
  .footer-menu ul {
    margin-left: 0 !important;
  }
  .footer-menu li a {
    padding: 5px 0;
  }
}
/* ========== end △ */
.footer-banner {
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .footer-banner {
    margin-top: 20px;
  }
  .footer-banner .copy {
    text-align: center !important;
    margin-top: 20px !important;
    font-size: 1.0rem !important;
  }
}
/* ========== end △ */
/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #4d4c4d;
  font-size: 1.6rem;
  font-family: "新ゴ R", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  border-top: 10px solid #cda06a;
  margin-top: -36px;
  padding-bottom: 50px;
  background-color: #f9f5f0;
  background-image: linear-gradient(-90deg, #fff 50%, transparent 50%);
  background-size: 20px 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  #wrapper {
    font-size: 1.4rem;
    overflow: hidden;
    background-size: 13px 13px;
  }
}
/* ========== end △ */
/* ==================================================
	共通 追加
================================================== */
img {
  width: 100%;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

a {
  transition: all 0.3s ease;
}

a.disabled {
  pointer-events: none;
}

.shingo {
  font-family: "新ゴ R";
}

.shingo-b {
  font-family: "新ゴ B";
}

.maru {
  font-family: "丸フォーク M";
}

.fitimg {
  width: 100%;
  object-fit: cover;
}

.zoom {
  overflow: hidden;
}
.zoom img {
  transition: all 1s ease;
}
.zoom img:hover {
  transform: scale(1.1);
}

.btn {
  width: 280px;
  margin: 50px auto 0;
}
.btn a {
  display: block;
  padding: 20px 0;
  border-radius: 50px;
  border: 2px solid #234872;
  color: #234872;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}
.btn a:hover {
  background: #234872;
  color: #fff;
}
.btn a span {
  margin-left: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .btn {
    width: 230px;
    margin: 30px auto 0;
  }
  .btn a {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.btn_long {
  width: 280px;
  margin: 50px auto 0;
  width: 350px;
}
.btn_long a {
  display: block;
  padding: 20px 0;
  border-radius: 50px;
  border: 2px solid #234872;
  color: #234872;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}
.btn_long a:hover {
  background: #234872;
  color: #fff;
}
.btn_long a span {
  margin-left: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .btn_long {
    width: 230px;
    margin: 30px auto 0;
  }
  .btn_long a {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .btn_long {
    width: 100%;
  }
}
/* ========== end △ */
.btn_page {
  width: 280px;
}
.btn_page a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 50px;
  border: 2px solid #234872;
  color: #234872;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}
.btn_page a:hover {
  background: #234872;
  color: #fff;
}
.btn_page a span {
  margin-right: 20px;
  font-size: 30px;
}

.white_box {
  background: #fff;
  border: 2px solid #cda06a;
  border-radius: 10px;
}
.white_box-inner {
  padding: 20px 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .white_box-inner {
    padding: 20px 20px;
  }
}
/* ========== end △ */
a.scroll {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.indent_wrap p, .indent_wrap li {
  text-indent: -1em;
  padding-left: 1em;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* サイズ
-------------------------------------------------- */
.w900 {
  width: 900px;
  margin: 0 auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .w900 {
    width: 90%;
  }
}
/* ========== end △ */
.font30 {
  font-size: 3.0rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .font30 {
    font-size: 2.4rem;
  }
}
/* ========== end △ */
.font24 {
  font-size: 2.4rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .font24 {
    font-size: 2.0rem;
  }
}
/* ========== end △ */
.font20 {
  font-size: 2.0rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .font20 {
    font-size: 1.8rem;
  }
}
/* ========== end △ */
.font14 {
  font-size: 1.4rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .font14 {
    font-size: 1.2rem;
  }
}
/* ========== end △ */
.font12 {
  font-size: 1.2rem;
}

/* カラー
-------------------------------------------------- */
.pink {
  color: #ff9699;
}

.red {
  color: #cf1126;
}

.brown {
  color: #cda06a;
}

.purple {
  color: #757cbb;
}

.darkpink {
  color: #dd848d;
}

.blue {
  color: #105db4;
}

/* レイアウト
-------------------------------------------------- */
.cont_fl {
  display: flex;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .cont_fl {
    display: block;
  }
}
/* ========== end △ */
.align_center {
  align-items: center;
}

.align_base {
  align-items: baseline;
}

.jus_between {
  justify-content: space-between;
}

.jus_center {
  justify-content: center;
}

.boxleft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.boxleft-img {
  width: 50%;
  position: relative;
}
.boxleft-img img {
  z-index: 2;
  position: relative;
  width: 95%;
  margin-left: 5%;
}
.boxleft-img:after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 80%;
  height: 300px;
  background: #234872;
  z-index: 1;
}
.boxleft-txt {
  width: 45%;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .boxleft {
    display: block;
  }
  .boxleft-img {
    width: 90%;
    margin: 0 auto;
  }
  .boxleft-img img {
    width: 100%;
    margin: 0 auto;
  }
  .boxleft-img:after {
    bottom: -8%;
    left: -5%;
  }
  .boxleft-txt {
    width: 100%;
    margin-top: 70px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .boxleft {
    margin-top: 30px;
  }
  .boxleft-img {
    width: 100%;
  }
  .boxleft-img:after {
    left: -6%;
    height: 150px;
  }
  .boxleft-txt {
    margin-top: 50px;
  }
}
/* ========== end △ */
/* ==================================================
	slick
================================================== */
.slick-slider .slide-arrow {
  width: 20px;
  top: 80px;
  cursor: pointer;
  z-index: 10;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .slick-slider .slide-arrow {
    width: 15px;
    top: 35%;
  }
}
/* ========== end △ */
.slick-slider .prev-arrow {
  position: absolute;
  left: -20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .slick-slider .prev-arrow {
    left: -13px;
  }
}
/* ========== end △ */
.slick-slider .next-arrow {
  position: absolute;
  right: -20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .slick-slider .next-arrow {
    right: -13px;
  }
}
/* ========== end △ */
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
}
.slick-slider .slick-dots li button:before {
  content: "";
  background: #b9cdb7;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-slider .slick-dots li.slick-active button:before {
  background: #cda06a;
}
.slick-slider .slick-slide img {
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .slick-slider .slick-dots li {
    margin: 0 2px;
  }
}
/* ========== end △ */
/* ==================================================
	inview
================================================== */
/* fade in up */
.fade-in-up {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.0s ease;
}
.fade-in-up.inview-js-on {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.inview-js-on .fade-in-up {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}


/* 2021年11月26日追加 */
div.blog_wrap img {
	width: initial;
	max-width: 100%;
	height: auto;
}

.wp-block-video video {
	max-width: 100%;
}
@media only screen and (max-width: 480px) {
/* 2022年1月24日追加 */
.wp-block-video video {
	max-width: 100%;
}
}