@charset "UTF-8";

/* ===================================================================
	/
	/	header
	/
	=================================================================== */
header.site-header {
  position: fixed;
  width: 100%;
  z-index: 200;
  padding: 40px 0;
  transition: 0.5s ease;
  background-color: #fff;
}
header.site-header .container_w {
  width: 95%;
  transition: 0.5s ease;
}
header .header_inner {

}
header .h_logo a:hover {
  opacity: 0.8;
}
header .h_logo img {
  max-width: 150px;
}
header .h_menu ul {
  gap: 0 60px;
}
header .h_menu ul li {
  margin-bottom: 0;
}
header .h_menu ul li a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  display: block;
  transition: 0.3s ease;
}
header .h_menu ul li a:hover {
  color: #CAA267;
  text-decoration: none !important;
  transition: 0.3s ease;
}
header .h_menu ul li.h_contact a {
  color: #fff;
  background-color: #2A2C38;
  border: 1px solid #2A2C38;
  text-align: center;
  display: block;
  padding: 10px 30px 10px 30px;
  position: relative;
}
header .h_menu ul li.h_contact a:hover {
  text-decoration: none;
  background-color: #CAA267;
  border-color: #CAA267;
  transition: 0.3s ease;
}
header .h_menu ul li.child {
  position: relative;
  text-decoration: none;
}
header .h_menu ul li.child > a::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  color: #0C0C1E;
  font-size: 14px;
  font-size: 1.4rem;
  transition: 0.3s ease;
}
header .h_menu ul li.child > a:hover:after {
  color: #CAA267;
}
header .h_menu ul li.child .sub_menu {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 4;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  /*border: 2px solid #000;*/
}
header .h_menu ul li.child:hover > .sub_menu,
header .h_menu ul li.child:active > .sub_menu {
  visibility: visible;
  opacity: 1;
}
header .h_menu ul li.child .sub_menu ul li {
  text-align: center;
}
header .h_menu ul li.child .sub_menu ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none;
  background-color: #f1f1f1;
}
header .h_menu ul li.child .sub_menu ul li a:hover {
  color: #4b4095 !important;
    background-color: #d7d1ff;
  transition: 0.3s ease;
}
header .h_menu ul li.child .sub_menu ul li:last-of-type a {
  border-bottom: none;
}



/* h_scroll */
header.site-header.h_scroll {
  padding: 25px 0;
  transition: 0.5s ease;
  background-color: #fff;
}


/* under */
.under header.site-header {
  background-color: #fff;
}
.under header .container {

}
.under header.site-header .header_inner {
  box-shadow: unset;
}


.global-nav {
  position: fixed;
  right: -55%;
  /* これで隠れる */
  top: 0;
  width: 50%;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 15px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 62px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}

.hamburger > p {
  top: 40px;
  right: 12px;
  position: absolute;
  font-size: 10px !important;
  font-size: 1rem !important;
  letter-spacing: 0px;
  color: #06062C;
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__img {
  padding: 0 20px 20px;
  margin: 0 auto;
}

.global-nav__item {
  text-align: center;
  padding: 0 15px;
}

.global-nav__item a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  /*font-weight: bold;*/
  color: #3D332A;
}
.global-nav__item a:hover {
  text-decoration: none !important;
}
.global-nav a .en {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0;
}
.global-nav ul li {
  margin-bottom: 0;
  line-height: unset;
}

.hamburger__line {
  position: absolute;
  right: 18px;
  width: 28px;
  height: 2px;
  background-color: #06062C;
  transition: all .6s;
}

ul.navsns {
  width: 100px;
  padding-right: 0;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
}

.hamburger__line--1 {
  top: 15px;
}
.hamburger__line--2 {
  top: 24px;
}
.hamburger__line--3 {
  top: 33px;
}

.black-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 26px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  right: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 26px;
}

.is-fixed {
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 300;
  background: #fff;
}

.hamburger {
  display: none;
}



@media screen and (max-width:1280px) {
  header.site-header {
    padding: 30px 0;
  }
  header.site-header.h_scroll {
    padding: 20px 0;
  }
  header .h_logo img {
    width: 160px;
  }
  /*header .h_menu ul {
    gap: 0 40px;
  }*/
}

@media screen and (max-width:1024px) {
  header.site-header {
    padding: 25px 0;
  }
  header.site-header.h_scroll {
    padding: 20px 0;
  }
  header .h_logo img {
    width: 130px;
  }
  header .h_menu ul {
    gap: 0 40px;
  }
  header .h_menu ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  header .h_menu ul li.child .sub_menu {
    width: 160px;
  }
  header .h_menu ul li.child .sub_menu ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0;
  }
}

@media screen and (max-width:768px) {
  header.site-header {
    padding: 15px 0;
  }
  header.site-header.h_scroll {
    padding: 15px 0;
  }
  header .h_logo img {
    width: 110px;
  }
  header .h_menu {
    display: none;
  }
  .hamburger {
    display: block;
    position: fixed;
  }
  .global-nav ul {
    display: block;
  }
  .global-nav ul li.child ul {
    position: relative;
    left:0;
    top:0;
    width:100%;
    visibility:visible;/*JSで制御するため一旦表示*/
    opacity:1;/*JSで制御するため一旦表示*/
    display: none;/*JSのslidetoggleで表示させるため非表示に*/
    transition:none;/*JSで制御するためCSSのアニメーションを切る*/
    /*border-bottom: 1px solid #BFA16A;*/
    background: #f8f8f8;
  }
  .global-nav ul li.child > a {
    position: relative;
  }
  .global-nav ul li.child > a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
    color: #4B4095;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width:479px) {
  .global-nav {
    width: 80%;
    right: -85%;
  }
  .global-nav__item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:370px) {
  /*.global-nav__item a {
    font-size: 13px;
  }*/
}





/* ===================================================================
	/
	/	f_contact
	/
	=================================================================== */
.f_contact {
  padding: 100px 0;
  background-image: url(../images/f_contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.f_contact .f_contact_wrap {
  max-width: 900px;
  width: 100%;
  margin: 50px auto 0;
  gap: 20px;
}
.f_contact .f_contact_wrap .f_contact_box {
  width: calc( 100% / 3 - 13.4px );
  text-align: center;
}
.f_contact .f_contact_wrap .f_contact_box a {
  font-size: 1.8rem;
  color: #000;
  position: relative;
  background-color: #fff;
  padding: 40px 0 0;
  height: 160px;
}
.f_contact .f_contact_wrap .f_contact_box a::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.f_contact .f_contact_wrap .f_contact_box.tel a::before {
  background-image: url(../images/tel_icon.png);
  transition: 0.3s ease;
}
.f_contact .f_contact_wrap .f_contact_box.mail a::before {
  background-image: url(../images/mail_icon.png);
  transition: 0.3s ease;
}
.f_contact .f_contact_wrap .f_contact_box.line a::before {
  background-image: url(../images/line_icon.png);
  transition: 0.3s ease;
}
.f_contact .f_contact_wrap .f_contact_box.tel a:hover::before {
  background-image: url(../images/tel_icon_w.png);
  transition: 0.3s ease;
}
.f_contact .f_contact_wrap .f_contact_box.mail a:hover::before {
  background-image: url(../images/mail_icon_w.png);
  transition: 0.3s ease;
}
.f_contact .f_contact_wrap .f_contact_box.line a:hover::before {
  background-image: url(../images/line_icon_w.png);
  transition: 0.3s ease;
}
.f_contact .f_contact_wrap .f_contact_box a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2A2C38;
}
.f_contact .f_contact_wrap .f_contact_box a p {
  transition: 0.3s ease;
}
.f_contact .f_contact_wrap .f_contact_box .p_tel {
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
}
.f_contact .f_contact_wrap .f_contact_box .hour {
  font-size: 15px;
  font-size: 1.5rem;
}
.f_contact .f_contact_wrap .f_contact_box a:hover p {
  color: #fff !important;
  transition: 0.3s ease;
}






@media screen and (max-width:1024px) {
  .f_contact .f_contact_wrap .f_contact_box a {
    font-size: 16px;
    font-size: 1.6rem;
    height: 150px;
  }
  .f_contact .f_contact_wrap .f_contact_box .p_tel {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .f_contact .f_contact_wrap .f_contact_box .hour {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:768px) {
  .f_contact {
    padding: 80px 0;
  }
  .f_contact .f_contact_wrap .f_contact_box {
    width: 70%;
    margin: 0 auto;
  }
  .f_contact .f_contact_wrap .f_contact_box {
    width: calc( 100% / 2 - 10px );
  }
  .f_contact .f_contact_wrap .f_contact_box.tel {
    width: 100%;
  }
  .f_contact .f_contact_wrap .f_contact_box a {
    height: 130px;
  }
  .f_contact .f_contact_wrap .f_contact_box a::before {
    top: 20px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width:479px) {
  .f_contact {
    padding: 60px 0;
    background-position: right -400px bottom;
  }
  .f_contact .f_contact_wrap {
    gap: 10px;
    margin: 30px auto 0;
  }
  .f_contact .f_contact_wrap .f_contact_box {
    width: calc( 100% / 2 - 5px );
  }
  .f_contact .f_contact_wrap .f_contact_box a {
    font-size: 14px;
    font-size: 1.4rem;
    height: unset;
    line-height: 1.5;
    padding: 45px 0 10px;
  }
  .f_contact .f_contact_wrap .f_contact_box a::before {
    top: 15px;
    width: 25px;
    height: 25px;
  }
  .f_contact .f_contact_wrap .f_contact_box .hour {
    font-size: 13px;
    font-size: 1.3rem;
  }
}




/* ===================================================================
	/
	/	f_blog
	/
	=================================================================== */
.f_blog {
  padding: 100px 0;
  background-color: #fff;
}
.f_blog .f_blog_wrap {
  gap: 40px;
}
.f_blog .f_blog_wrap li {
  width: calc( 100% / 4 - 30px );
}
.f_blog .f_blog_wrap li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
  transition: 0.3s ease;
}
.f_blog .f_blog_wrap li a:hover {
  color: #CAA267;
}
.f_blog .f_blog_wrap li a:hover img {
  opacity: 0.8;
  transition: 0.3s ease;
}
.f_blog .btn_more {
  margin: 80px auto 0;
}


@media screen and (max-width:1280px) {
  .f_blog .f_blog_wrap li img {
    height: 160px;
  }
}

@media screen and (max-width:1024px) {
  .f_blog .f_blog_wrap {
    gap: 30px 20px;
  }
  .f_blog .f_blog_wrap li {
    width: calc( 100% / 4 - 15px );
  }
  .f_blog .f_blog_wrap li img {
    height: 140px;
  }
}

@media screen and (max-width:768px) {
  .f_blog {
    padding: 80px 0;
  }
  .f_blog .f_blog_wrap li {
    width: calc( 100% / 2 - 10px );
  }
  .f_blog .f_blog_wrap li img {
    height: 28vw;
    margin-bottom: 0;
  }
  .f_blog .btn_more {
    margin: 50px auto 0;
  }
}

@media screen and (max-width:479px) {
  .f_blog {
    padding: 60px 0;
  }
  /*.f_blog .f_blog_wrap li {
    width: 100%;
  }
  .f_blog .f_blog_wrap li img {
    height: 55vw;
  }*/
}





/* ===================================================================
	/
	/	footer
	/
	=================================================================== */
footer {
  padding: 80px 0;
  background-image: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
footer .f_inner {
  text-align: center;
}
footer .f_inner img {
  max-width: 150px;
  width: 100%;
}
footer .f_inner p {
  margin: 30px 0 50px;
}
footer .copyright p {
  font-size: 11px;
  font-size: 1.1rem;
}


@media screen and (max-width:1024px) {


}

@media screen and (max-width:768px) {
  footer {
    padding: 60px 0;
  }
  footer .f_inner img {
    max-width: 120px;
  }
}

@media screen and (max-width:479px) {
  footer {
    padding: 40px 0;
  }
  footer .f_inner p {
    margin: 20px 0 30px;
  }
}


/* ===================================================================
	/
	/	page-top
	/
	=================================================================== */
#page-top {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 100;
}
#page-top a {
  background: #000;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 60px;
}
#page-top a: {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  #page-top a {
    width: 45px;
    height: 45px;
  }
  #page-top a i {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 45px;
  }
}

@media only screen and (max-width: 768px) {
  #page-top {
    bottom: 4%;
  }
}
