@charset "utf-8";
/* CSS Document */
/*
Theme Name:golf-fate
Theme URL:https://golf-fate.jp
Description:golf-fate
Author:JOS
*/

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #373737;
}
html {
  /* font-size: 12px; */
}
a {
  text-decoration: none;
  color: inherit;
}
main {
  overflow: hidden;
  width: 100%;
}
/*--------------------------------
	共通
----------------------------------- */
[class$="__inner"] {
  width: 100%;
  margin: 0 auto;
  padding: 0 7.14%;
  max-width: calc(1200px + 14.28%);
  box-sizing: border-box;
  position: relative;
}

[class$="__content-tit"] {
  font-size: clamp(1.9rem, 3.286vw, 2.875rem); /* 46px */
  font-weight: bold;
  text-align: center;
}
[class$="__content-exp"] {
  font-size: clamp(0.7rem, 1.142vw, 1rem);
  width: 100%;
  text-align: center;
}

[class$="__wrap-tit"] {
  text-align: left;
  font-size: clamp(1.3rem, 2.143vw, 1.875rem);
  font-weight: bold;
  border-left: 8px solid #6DDAF2;
  padding-left: 20px;
  line-height: 1.3;
}

/* ------------------------------
   header 
---------------------------------*/
.header {
  /* padding-top: min(7.78vw, 11rem); */
  padding-top: 100px;
  position: relative;
}
.header__nav {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  color: #3c3c3c;
  transition: all 0.5s;
  background: rgba(299, 299, 299, 0.8);
  top: 0;
  right: 0;
  left: 0;
}
.header__nav-log {
  width: clamp(9.5rem, 12.85vw, 18rem);
  text-align: center;
}
.header__nav-link {
  pointer-events: none;
  cursor: default;
}
.header__nav-subtit {
  font-size: min(0.714vw, 1rem);
  line-height: 1.4;
}
.header__nav-tit {
  font-size: min(2vw, 1.75rem);
  font-weight: bold;
}
.header__nav-pic {
  width: min(100%, 15.5rem);
  display: block;
}
.header__nav-toggle {
  display: none;
}
.header__nav-menu {
  width: 60%;
  max-width: 800px;
}
.spacer {
    clear: both;
    font-size: 0px;
}

.breadcrumb-area{
  padding-top: 20px;
  color: #373737;
  font-size: clamp(0.65rem, 1vw, 0.875rem);
}
/*--------------------------------
	menu
----------------------------------- */
.menu {
  width: 100%;
}
.menu__list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.menu__item {
  flex: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.menu__item a {
  font-size: 18px;
  padding: 36.5px 0;
  flex: 1;
  text-align: center;
}

.menu__item:last-child{
  background-color: #37ABFF;
  color: #fff;
}

/*--------------------------------
	footer
----------------------------------- */
footer{
  background-color: #37ABFF;
}
.footer__content {
  width: 100%; 
  padding: 80px 0 40px;

}
.footer__office{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footer__office-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  font-size: clamp(0.75rem, 1.286vw, 1.125rem); /* 18px */
  line-height: 2;
  color: #fff;
}
.footer__office-address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.footer__office-logo {
  font-size: clamp(1.3rem, 2.143vw, 1.875rem);
}
.footer__office-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.footer__office-item {
  text-align: left;
}
.footer__office-item span {
  display: inline-block;
  background-color: #0480D9;
  padding: 0 10px;
  border-radius: 9999px;
  font-size: clamp(0.65rem, 1vw, 0.875rem);
  line-height: 1.75;
}
.footer__office-item p {
  padding-top: 5px;
  font-size: clamp(0.7rem, 1.142vw, 1rem);
  line-height: 1.2;
}
.footer__office-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 75px;
  width: 50%;
  max-width: 500px;
}
.footer__office-map {
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 400px;
}
/* Google Mapのiframe */
.footer__office-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__reserve {
  display: block;
  font-size: clamp(1rem, 1.714vw, 1.5rem);
  color: #fff;
  width: 80%;
  max-width: 390px;
  padding: 0.5em 0;
  background-color: #00CB1B;
  border-radius: 20px;
  border: 2px solid #fff;
  text-align: center;
  /* transition: .3s cubic-bezier(0.5, 1, 0.89, 1); */
}
/* .footer__reserve:hover {
  background: #fff;
  color: #00CB1B;
	font-weight: bold;
} */
.footer__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: min(6vw, 60px);
}
.footer__sns {
  margin: 0 auto; 
}
.footer__sns i {
  font-size: clamp(1.3rem, 2.143vw, 1.875rem);
  color: #fff;
}
.footer__menu {
  margin-top: min(2vw, 20px);
  display: flex;
  gap: 20px;
  color: #fff;
  font-size: clamp(0.7rem, 1.142vw, 1rem);
  line-height: 1;
}
.footer__menu li {
  border-right: 2px solid #fff;
  padding-right: 20px;
}
.footer__menu li:last-child {
  border-right: none;
  padding-right: 0;
}
.footer__copyright {
  margin-top: min(4vw, 40px);
  color: #fff;
  font-size: clamp(0.75rem, 0.936vw, 1.125rem);
}


/*--------------------------------
	TB用
----------------------------------- */
@media all and (max-width: 768px) {
  /*----------------- 
   共通
  -------------------*/
  [class$="__inner"] {
    padding: 0 7.5%;
  }
}
/*--------------------------------
	SP用
----------------------------------- */
@media all and (max-width: 530px) {
  /*----------------- 
   共通
  -------------------*/
  [class$="__inner"] {
    padding: 0 5%;
  }

}