@charset "utf-8";

.clearfix:after {
	content				: "" ;
	display				: block ;
	clear				: both ;
}

.clearfix	{
	display				: block ;
}

/* Hides from IE-mac \*/
* html .clearfix { height : 1% ; }
/* End hide from IE-mac */

html	{
	background		: none ;
	position		: relative ;
	width			: 100% ;
	height			: 100% ;
	margin: 0;
	padding: 0;
}

body	{
	width	: 100% ;
	padding	: 0 ;
	margin	: 0 ;
	font-family: 'Noto Sans JP', sans-serif;
	font-size	: 16px ;
	font-weight	: 400 ;
	line-height	: 1.5;
	color	: #333333;
	-webkit-text-size-adjust: 100%;
	position: relative ;
	overflow-x: hidden;
	background-color: #fff;
}

a img	{
	border			: none ;
}

a:hover img{
}

a	{
	color: #000;
	text-decoration	: none ;
}

a:hover{
	text-decoration	: none ;
}

form{
	margin			: 0 ;
	padding			: 0 ;
}



/* ========== GLOBAL NAV ========== */
.gnav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 180px;
}

.gnav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gnav__item a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  padding-bottom: 4px;
}

/* アンダーラインアニメーション（お問い合わせ以外） */
.gnav__item:not(.gnav__item--contact) a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0099c3;
  transition: width 0.3s ease;
}

.gnav__item:not(.gnav__item--contact) a:hover::after {
  width: 100%;
}

/* お問い合わせボタン */
.gnav__item--contact a {
  background-color: #0099c3;
  color: #fff;
  padding: 10px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.gnav__item--contact a:hover {
  background-color: #fff;
  color: #0099c3;
  outline: 2px solid #0099c3;
}

/* SP非表示 */
@media screen and (max-width: 768px) {
  .gnav {
    display: none;
  }
}
/* ========== /GLOBAL NAV ========== */



/* ========== SECTION HEADING ========== */
.sec-heading {
  position: relative;
  width: 100%;
  background-image: url(../img/arrow_short.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 800px 43px;
  margin: 0 0 40px;
}

.sec-heading__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sec-heading__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  margin: 0;
  padding: 0 0 13px;
}

@media screen and (max-width: 768px) {
  .sec-heading {
    background-size: 85% 43px;
    background-position: left bottom;
  }

  .sec-heading__inner {
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }

  .sec-heading__title {
    font-size: 24px;
    padding: 0 0 20px;
  }
}


/* ========== /SECTION HEADING ========== */



/* ========== FOOTER ========== */
.footer {
  width: 100%;
  background-color: #0099c3;
}

.footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 30px;
}

/* ロゴ＋ナビ */
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer__logo img {
  width: 240px;
  height: auto;
  display: block;
}

/* フッターナビ */
.footer__nav-list {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__nav-item a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer__nav-item a:hover {
  opacity: 0.7;
}

/* お問い合わせボタン */
.footer__nav-item--contact a {
  background-color: #fff;
  color: #0099c3;
  padding: 8px 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer__nav-item--contact a:hover {
  background-color: #004364;
  color: #fff;
  opacity: 1;
}

/* 住所 */
.footer__address {
  padding-top: 20px;
  padding-bottom: 50px;
}

.footer__address p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 1.6;
}

/* コピーライト */
.footer__copy {
  background-color: #fff;
  padding: 12px 0;
  text-align: center;
}

.footer__copy p {
  font-size: 12px;
  color: #0099c3;
  margin: 0;
}

/* ========== RESPONSIVE ========== */
@media screen and (max-width: 768px) {

  .footer__inner {
    width: 90%;
    padding: 40px 0 30px;
  }

  .footer__top {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer__nav {
    display: none;
  }

  .footer__address {
    text-align: center;
  }

  .footer__address p {
    font-size: 16px;
  }

}
/* ========== /FOOTER ========== */

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.pcbr{
	display: none;
}



}


@media screen and (min-width: 769px) {
/*　画面サイズが769pxからはここを読み込む　*/

.sp_head{
	display: none !important;
}
.sp_loge{
	display: none;
}
.sp_loge02{
	display: none;
}

.spbr{
	display: none;
}

.sp_loungeInstaWrap {
	display: none;
}

/* 透明オーバーレイ */
.sp_instaOverlay {
	display: none;
}

.sp_loungeInstaWrap iframe {
	display: none;
}

/* ========== HAMBURGER MENU ========== */
.hbg-overlay {
  display: none;
}
.hbg-drawer {
  display: none;
}
.hbg-btn {
  display: none;
}

}



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

  /* ボタン */
  .hbg-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    position: fixed;
    top: 12px;
    right: 16px;
    width: 44px;
    height: 44px;
    background: #fff;
    border: none;
    padding: 8px;
    cursor: pointer;
    z-index: 1000;
  }

  .hbg-btn span {
    display: block;
    height: 2px;
    background: #1a2333;
    border-radius: 2px;
    transition: all 0.3s ease;
    width: 100%;
  }

  .hbg-btn.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hbg-btn.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .hbg-btn.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* オーバーレイ */
  .hbg-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 900;
  }

  .hbg-overlay.open {
    display: block;
  }

  /* ドロワー */
  .hbg-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 75%;
    max-width: 300px;
    height: 100%;
    background: #fff;
    z-index: 950;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    overflow-y: auto;
  }

  .hbg-drawer.open {
    transform: translateX(0);
  }

  /* メニューリスト */
.hbg-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

  .hbg-list li a {
    display: block;
    padding: 14px 24px;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    border-bottom: 0.5px solid #eeeeee;
    transition: background-color 0.2s ease;
  }

  .hbg-list li a:hover {
    background-color: #f5f5f5;
  }

  /* バナー */
.hbg-bnr {
  padding: 0 16px 20px;
  margin-top: 30px;
  flex-shrink: 0;
}

  .hbg-bnr img {
    width: 100%;
    height: auto;
    display: block;
  }

}
/* ========== /HAMBURGER MENU ========== */