@charset "utf-8";
/* ===================================================
	Reset
====================================================== */
#customer_header *,
#customer_footer * { box-sizing: border-box; }

#customer_header h1,
#customer_header h2,
#customer_header h3,
#customer_header h4,
#customer_header h5,
#customer_header h6,
#customer_footer h1,
#customer_footer h2,
#customer_footer h3,
#customer_footer h4,
#customer_footer h5,
#customer_footer h6 { margin: 0;}

#customer_header ul,
#customer_header ol,
#customer_header li,
#customer_footer ul,
#customer_footer ol,
#customer_footer li { padding: 0; margin: 0; list-style-type: none;}

#customer_header dl,
#customer_footer dl { padding: 0; margin: 0;}

#customer_header p,
#customer_footer p { padding: 0; margin: 0;}


/* ===================================================
	Custom CSS
	※ 予約番自体のコンテンツに影響するのを避けるため、
	　必ず #customer_header または #customer_footer からの継承で記述してください。
====================================================== */
body { min-width: 1200px; font-size: 16px; background: #fff; color: #000;}
@media screen and (max-width: 768px) {
	body { min-width: 0; }
}

#customer_header,
#customer_footer {
	margin: 0;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
	font-weight: 500;
	line-height: 2;
	color: #444;
	text-align: left;
	background-color: #fff;
	overflow-x: hidden;
}

#customer_header #header_wrap,
#customer_header #nav_wrap,
#customer_footer #footer_wrap {
	padding: 0; margin: 0;
}

#customer_header a,
#customer_footer a { color: #555; text-decoration: none;}

#customer_header img,
#customer_footer img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}


@media screen and (orientation:landscape) {
	body { width: 100%;}
}
#customer_header .d-none,
#customer_footer .d-none { display: none !important; }
@media screen and (min-width: 769px) {
	#customer_header .container,
	#customer_footer .container { max-width: 1200px; padding-left: 40px; padding-right: 40px;}
	#customer_header .d-md-none,
	#customer_footer .d-md-none { display: none !important; }
	#customer_header .d-md-block,
	#customer_footer .d-md-block { display: block !important; }
	
}
@media screen and (min-width: 992px)  {
	#customer_header .d-lg-none,
	#customer_footer .d-lg-none {
		display: none !important;
	  }
	  #customer_header .d-lg-block,
	  #customer_footer .d-lg-block {
		display: block !important;
	  }
	  #customer_header .d-lg-flex,
	  #customer_footer .d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	  }
}

/* button */
#customer_header .btn,
#customer_footer .btn {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 2.5px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
}
@media (min-width: 769px) {
	#customer_header .btn,
	#customer_footer .btn {
		border-radius: 5px;
	}
}
#customer_header .btn:hover,
#customer_footer .btn:hover {
	opacity: 0.7;
}

#customer_header .btn-primary,
#customer_footer .btn-primary {
	background-color: #452a1f;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	height: 45px;
	border: none;
}
@media (min-width: 769px) {
	#customer_header .btn-primary,
	#customer_footer .btn-primary {
		font-size: 16px;
	}
}

  @media (min-width: 769px) {
	#customer_header .btn-primary,
	#customer_footer .btn-primary {
	  max-width: 252px;
	  height: 60px;
	}
  }
  #customer_header .btn-primary2,
  #customer_footer .btn-primary2 {
	background-color: #452a1f;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 700;
	max-width: 188px;
	height: 375px;
  }
  @media (min-width: 769px) {
	#customer_header .btn-primary2,
	#customer_footer .btn-primary2 {
	  max-width: 300px;
	  height: 50px;
	}
  }
  #customer_header .btn-primary4,
  #customer_footer .btn-primary4 {
	background-color: #452a1f;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 700;
	max-width: 300px;
	height: 375px;
  }
  @media (min-width: 769px) {
	#customer_header .btn-primary4,
	#customer_footer .btn-primary4 {
	  max-width: 400px;
	  height: 50px;
	}
  }
  #customer_header .btn-primary3,
  #customer_footer .btn-primary3 {
	background-color: #452a1f;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 700;
	max-width: 250px;
	height: 40px;
  }
  @media (min-width: 769px) {
	#customer_header .btn-primary3,
	#customer_footer .btn-primary3 {
	  font-size: 18px;
	  max-width: 400px;
	  height: 70px;
	}
  }
  #customer_footer .btn--yellow {
	background-color: #927528;
  }
  #customer_footer .btn--orange {
	background-color: #c67517;
  }
  #customer_footer .btn--arrow {
	background-image: url(../img/ic_arrow_white.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 6px auto;
	transition: opacity 0.5s, background-position 0.5s;
	padding: 0;
  }
  @media (min-width: 769px) {
	#customer_footer .btn--arrow {
	  background-size: 8px auto;
	  background-position: right 20px center;
	}
	#customer_footer .btn--arrow:hover {
	  background-position: right 17px center;
	}
  }
  @media (min-width: 769px) and (max-width: 1300px) {
	#customer_footer .btn--arrow {
	  background-position: right 10px center;
	}
	#customer_footer .btn--arrow:hover {
	  background-position: right 7px center;
	}
  }
  #customer_footer .btn--arrow-primary {
	background-image: url(../img/ic_arrow_primary.png);
  }
  #customer_footer .btn--border {
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #aaaaaa;
	color: #444;
  }


  #customer_footer .txt-arrow {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.075em;
	position: relative;
	padding-right: 10px;
  }
  @media (min-width: 769px) {
	#customer_footer .txt-arrow {
	  padding-right: 15px;
	  font-size: 16px;
	}
  }
  #customer_footer .txt-arrow::after {
	content: "";
	background: url(../img/ic_arrow_primary.png) no-repeat center/contain;
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	right: 0;
	width: 6px;
	height: 9px;
  }
  @media (min-width: 769px) {
	#customer_footer .txt-arrow::after {
	  width: 8px;
	  height: 11px;
	}
  }


  @media (min-width: 769px) {
	#customer_header .hover-line,
	#customer_footer .hover-line {
	  position: relative;
	  padding-bottom: 1px;
	}
	#customer_header .hover-line::before,
	#customer_footer .hover-line::before {
	  content: "";
	  display: inline-block;
	  width: 100%;
	  height: 1px;
	  background: currentColor;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  transform-origin: left center;
	  transform: scaleX(0);
	  transition: transform 0.5s;
	}
	#customer_header .hover-line:hover::before,
	#customer_footer .hover-line:hover::before {
	  transform: scaleX(1);
	}
  }
  #customer_header .hover-line--target[target=_blank]::after,
  #customer_footer .hover-line--target[target=_blank]::after {
	content: "";
	background: url("../img/ic_hp.svg") no-repeat center/contain;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
  }
  @media (min-width: 769px) {
	#customer_header .hover-line--target[target=_blank]::after,
	#customer_footer .hover-line--target[target=_blank]::after {
	  width: 20px;
	  height: 20px;
	}
  }


  #customer_header .p-language {
	width: 112.5px;
	position: relative;
	z-index: 1;
  }
  #customer_header .p-language:hover dd { display: block; }
  @media (min-width: 769px) {
	#customer_header .p-language {
	  width: 150px;
	}
  }
  #customer_header .p-language dt {
	border: solid 1px #FFF;
	background: rgba(255, 255, 255, 0.2);
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.075em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 30px;
	cursor: pointer;
  }
  @media (min-width: 769px) {
	#customer_header .p-language dt {
	  height: 40px;
	  font-size: 16px;
	}
  }
  #customer_header .p-language dt::before {
	content: "";
	width: 17.5px;
	height: 17.5px;
	display: block;
	background: url(../img/ic_lang_w.png) no-repeat center;
	background-size: cover;
	margin-right: 0.7em;
  }
  @media (min-width: 769px) {
	#customer_header .p-language dt::before {
	  width: 23px;
	  height: 23px;
	  margin-right: 7px;
	}
  }
  #customer_header .p-language dt::after {
	content: "";
	width: 5px;
	height: 5px;
	border: solid currentColor;
	border-width: 0 1px 1px 0;
	display: inline-block;
	transform-origin: center;
	transform: rotate(45deg);
	margin-left: 0.4em;
	transition: transform 0.5s, margin 0.5s;
	margin-top: -0.18em;
  }
  @media (min-width: 769px) {
	#customer_header .p-language dt::after {
	  margin-top: -1px;
	}
  }
  #customer_header .p-language dt .is-active::after {
	transform: rotate(-135deg);
	margin-top: 0.18em;
  }
  #customer_header .p-language dd {
	position: absolute;
	width: 100%;
	display: none;
	margin: 0;
  }
  #customer_header .p-language dd ul li {
	position: relative;
  }
  #customer_header .p-language dd ul li + li::before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	top: -0.5px;
	background-image: linear-gradient(to right, currentColor, currentColor 2px, transparent 2px);
	background-size: 4px 2px;
	background-position: left bottom;
	background-repeat: repeat-x;
  }
  #customer_header .p-language dd ul li a {
	color: #452a1f;
	font-size: 15px;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	background: rgba(255, 255, 255, 0.8);
	transition: background 0.5s;
  }
  #customer_header .p-language dd ul li a:hover { color: #fff !important; }
  @media (min-width: 769px) {
	#customer_header .p-language dd ul li a {
	  height: 40px;
	}
  }
  #customer_header .p-language dd ul li a:hover {
	opacity: 1;
	color: #ffffff;
	background: rgba(41, 22, 23, 0.8);
  }
  #customer_header .p-language.--mb {
	position: absolute;
	top: 70px;
	right: 10px;
  }


  #customer_header .p-sns,
  #customer_footer .p-sns {
	display: flex;
	align-items: center;
	column-gap: 10px;
  }
  #customer_header .p-sns a,
  #customer_footer .p-sns a {
	width: 30px;
	height: 30px;
  }
  @media (min-width: 769px) {
	#customer_header .p-sns,
	#customer_footer .p-sns {
		column-gap: 20px;
	}
  }
  @media (min-width: 769px) and (min-width: 769px) {
	#customer_header .p-sns a,
	#customer_footer .p-sns a {
	  width: 40px;
	  height: 40px;
	}
  }
  @media (min-width: 769px) {
	#customer_header .c-phone,
	#customer_footer .c-phone { pointer-events: none; }
  }
  
  

  /* title */
  #customer_header .p-mv {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
  }
  @media (min-width: 769px) {
	#customer_header .p-mv {
	  min-height: 400px;
	}
  }
  #customer_header .p-mv::after {
	content: "";
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
  }
  #customer_header .p-mv__ttl {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	text-align: center;
	z-index: 2;
  }
  @media (max-width: 768px) {
	#customer_header .p-mv__ttl {
	  margin-top: 17px;
	}
  }
  #customer_header .p-mv__ttl .jp {
	color: #fff;
	font-size: 32.5px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	display: block;
	line-height: 1;
	letter-spacing: 0.1em;
	text-shadow: 0 0 10px #000, 0 0 10px rgba(0, 0, 0, 0.3);
  }
  @media (min-width: 769px) {
	#customer_header .p-mv__ttl .jp {
	  font-size: 42px;
	}
  }
  #customer_header .p-mv__ttl .en {
	color: #ffc03f;
	display: block;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 9px;
  }
  @media (min-width: 769px) {
	#customer_header .p-mv__ttl .en {
	  margin-top: 18px;
	}
  }
  #customer_header .p-mv::after { background-image: url(../img/banner_489ban_sp.jpg); }
  @media (min-width: 769px) {
	#customer_header .p-mv::after { background-image: url(../img/banner_489ban.jpg); }
  }


/* パンくず */
/* breadcrumb */
#customer_header #breadcrumb {
	margin: 10px;
	text-align: right;
}
@media (min-width: 769px) {
	#customer_header #breadcrumb {
		margin-right: 20px;
		margin-left: 20px;
	}
}
#customer_header #breadcrumb li {
	display: inline-block;
}
#customer_header #breadcrumb li::before {
	content: ">";
	margin: 0 5px;
	font-size: 10px;
}
@media (min-width: 769px) {
	#customer_header #breadcrumb li::before {
		font-size: 14px;
	}
}
#customer_header #breadcrumb li:first-child:before {
	display: none;
}
#customer_header #breadcrumb li a {
	color: #000;
	font-size: 12px;
	line-height: 1.2;
}
@media (min-width: 769px) {
	#customer_header #breadcrumb li a {
		position: relative;
		padding-bottom: 1px;
		font-size: 16px;
	}
	#customer_header #breadcrumb li a::before {
		content: "";
		display: inline-block;
		width: 100%;
		height: 1px;
		background: currentColor;
		position: absolute;
		bottom: 0;
		left: 0;
		transform-origin: left center;
		transform: scaleX(0);
		transition: transform 0.5s;
	}
	#customer_header #breadcrumb li a:hover::before {
		transform: scaleX(1);
	}
}


/* Header
------------------------------------------------------ */
#customer_header .p-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
  }
  @media (min-width: 769px) {
	#customer_header .p-header {
	  min-width: 1200px;
	}
  }
  @media (min-width: 1201px) {
	#customer_header .p-header {
	  left: 0 !important;
	}
  }
  @media (max-width: 768px) {
	#customer_header .p-header {
	  left: 0 !important;
	}
  }
  #customer_header .p-header.openMenu .p-header__f .p-header__contact {
	display: none;
  }
  #customer_header .p-header.openMenu .p-header__hamburger {
	position: relative;
	background: none;
  }
  #customer_header .p-header__hamburger .close_menu {
	opacity: 0;
    pointer-events: none;
    font-size: 0;
    position: absolute;
	height: 100px;
    width: 100px;
  }
  #customer_header .p-header__wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
  }
  @media (min-width: 769px) {
	#customer_header .p-header__wrap {
	  padding-right: 330px;
	}
  }
  #customer_header .p-header__logo {
	margin-right: auto;
	padding-left: 10px;
  }
  #customer_header .p-header__logo img {
	width: 127.5px;
  }
  @media (min-width: 769px) {
	#customer_header .p-header__logo {
	  padding-left: 20px;
	}
	#customer_header .p-header__logo img {
	  width: 255px;
	}
  }
  #customer_header .p-header__info {
	display: none;
  }
  @media (min-width: 769px) {
	#customer_header .p-header__info {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-pack: end;
		  -ms-flex-pack: end;
			  justify-content: flex-end;
	  margin-top: 27px;
	}
  }
  #customer_header .p-header__phone {
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-shadow: 0 0 10px #000, 0 0 10px rgba(0, 0, 0, 0.3);
	line-height: 1;
  }
  #customer_header .p-header__phone a { color: #fff; }
  @media (min-width: 769px) {
	#customer_header .p-header__phone {
	  font-size: 20px;
	}
	#customer_header .p-header__phone a {
	  font-size: 30px;
	}
  }
  #customer_header .p-header__language {
	position: relative;
  }
  @media (min-width: 769px) {
	#customer_header .p-header__language {
	  margin-left: 27px;
	}
  }
  #customer_header .p-header__contact {
	background-color: #452a1f;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	width: 120px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
  }
  #customer_header .p-header__contact:hover { text-decoration: none; color: #fff; }
  #customer_header .p-header__contact::before {
	content: "";
	background: url("../img/ic_calendar.png") no-repeat center/contain;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 17px;
	margin-right: 4px;
  }
  @media (min-width: 769px) {
	#customer_header .p-header__contact {
	  font-size: 22px;
	  width: 200px;
	  height: 100px;
	  -webkit-transition: background 0.3s;
	  transition: background 0.3s;
	}
	#customer_header .p-header__contact::before {
	  width: 30px;
	  height: 28px;
	  margin-right: 10px;
	}
	#customer_header .p-header__contact:hover {
	  background-color: #613b2c;
	}
  }
  #customer_header .p-header__hamburger {
	cursor: pointer;
	background-color: #fff;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  @media (min-width: 769px) {
	#customer_header .p-header__hamburger {
	  width: 100px;
	  height: 100px;
	}
  }
  #customer_header .p-header__f {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	z-index: 102;
  }
  #customer_header .p-header .open_menu {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 60px;
	width: 60px;
  }
  @media (min-width: 769px) {
	#customer_header .p-header .open_menu {
	  height: 100px;
	  width: 100px;
	}
	#customer_header .p-header .open_menu:hover span:last-child {
	  margin-right: 0;
	}
  }
  @media (min-width: 769px) and (min-width: 769px) {
	#customer_header .p-header .open_menu:hover span:last-child {
	  width: 35px;
	}
  }
  #customer_header .p-header .open_menu span {
	background-color: #000;
	width: 20px;
	height: 1px;
	transition: width 0.5s, margin 0.5s, opacity 0.5s, transform 0.5s;
	font-size: 0;
  }
  @media (min-width: 769px) {
	#customer_header .p-header .open_menu span {
	  width: 35px;
	}
  }
  #customer_header .p-header .open_menu span + span {
	margin: 5px 0 0;
  }
  @media (min-width: 769px) {
	#customer_header .p-header .open_menu span + span {
	  margin: 10px 0 0;
	}
  }
  #customer_header .p-header .open_menu span:last-child {
	width: 15px;
	margin-right: 5px;
  }
  @media (min-width: 769px) {
	#customer_header .p-header .open_menu span:last-child {
	  width: 25px;
	  margin-right: 10px;
	}
  }


  #customer_header .p-navi {
	background: url("../img/bg_menu.jpg") #fff no-repeat center/cover;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	overflow: hidden;
	z-index: 101;
	-webkit-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi {
	  height: 100vh;
	}
  }
  #customer_header header:target .p-navi { opacity: 1; pointer-events: auto; }
  #customer_header header:target .p-header__hamburger .close_menu { pointer-events: auto; }
  #customer_header header:target .p-header__contact { display: none; }
  #customer_header header:target .p-header__hamburger .open_menu span+span { margin-top: -1px; }
  #customer_header header:target .p-header__hamburger .open_menu span:first-child { transform: rotate(45deg); }
  #customer_header header:target .p-header__hamburger .open_menu span:nth-child(2) { opacity: 0; }
  #customer_header header:target .p-header__hamburger .open_menu span:last-child { width: 20px; margin-right: 0; transform: rotate(-45deg); }
  @media (min-width: 769px) {
	#customer_header header:target .p-header__hamburger .open_menu span:last-child { width: 35px; }
  }

  #customer_header .p-navi__wrap {
	background-color: #fff;
	max-width: 800px;
	width: 100%;
	height: 100%;
	padding: 25px 25px;
	overflow: auto;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__wrap {
	  padding: 20px 60px 120px;
	  margin-left: auto;
	}
  }
  #customer_header .p-navi__logo img {
	width: 120px;
	display: block;
	margin: 0 auto;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__logo img {
	  width: 220px;
	}
  }
  #customer_header .p-navi__logo h2 {
	font-weight: 500;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__logo h2 {
	  font-size: 18px;
	}
  }
  #customer_header .p-navi__sns {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin-top: 6px;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__sns {
	  margin-top: 12px;
	}
  }
  #customer_header .p-navi__nav {
	margin-top: 30px;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__nav {
	  margin-top: 60px;
	}
  }
  #customer_header .p-navi__nav .nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 0;
  }
  #customer_header .p-navi__nav .nav::before { content: none; }
  @media (min-width: 769px) {
	#customer_header .p-navi__nav .nav {
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	  gap: 20px 0;
	}
  }
  #customer_header .p-navi__nav .nav-item__link {
	background-color: transparent;
	color: #444444;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	transition: opacity 0.3s ease-in-out;
	position: relative;
	padding: 0;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__nav .nav-item__link {
	  font-size: 20px;
	}
	#customer_header .p-navi__nav .nav-item__link:hover {
	  opacity: 0.7;
	}
  }
  #customer_header .p-navi__nav .nav-item__link::before {
	content: "▶︎";
	color: #6e412f;
	font-size: 10px;
	position: relative;
	top: 4px;
	margin-right: 5px;
	line-height: 1;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__nav .nav-item__link::before {
	  top: 9px;
	  margin-right: 10px;
	}
  }
  #customer_header .p-navi__button {
	margin-top: 25px;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__button {
	  margin-top: 50px;
	}
  }
  #customer_header .p-navi__button .btn-primary {
	font-size: 15px;
	font-weight: 700;
	height: 40px;
	letter-spacing: 0.075em;
	position: relative;
	max-width: 100%;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__button .btn-primary {
	  font-size: 20px;
	  height: 80px;
	}
  }
  #customer_header .p-navi__button ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 10px;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__button ul {
	flex-direction: row;
	  margin-top: 20px;
	}
  }
  #customer_header .p-navi__button ul li a {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.075em;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__button ul li a {
	  font-size: 18px;
	}
  }
  #customer_header .p-navi__button ul li a::after {
	content: ">";
	color: #452a1f;
	font-size: 12px;
	font-weight: 700;
	display: inline;
	margin-left: 5px;
  }
  #customer_header .p-navi__phone {
	border-top: 1px solid #aaaaaa;
	color: #444444;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	padding-top: 19px;
	margin-top: 20px;
  }
  #customer_header .p-navi__phone span {
	font-size: 14px;
  }
  @media (min-width: 769px) {
	#customer_header .p-navi__phone {
	  font-size: 34px;
	  padding-top: 39px;
	  margin-top: 40px;
	}
	#customer_header .p-navi__phone span {
	  font-size: 18px;
	}
  }



/* Footer
------------------------------------------------------ */
#customer_footer .p-footer:not(.p-footer--en) {
	border-top: 5px solid #452a1f;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer:not(.p-footer--en) {
	  border-top-width: 10px;
	}
  }
  #customer_footer .p-footer__di {
	background-color: #452a1f;
	padding: 5px 0;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__di {
	  padding: 4px 0;
	}
  }
  #customer_footer .p-footer__di .nav {
	display: flex;
	flex-direction: column;
  }
  @media (max-width: 768px) {
	#customer_footer .p-footer__di .nav {
	  display: none;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__di .nav {
		justify-content: center;
		align-items: center;
		flex-direction: row;
		column-gap: 40px;
	}
  }
  #customer_footer .p-footer__di .nav li {
	color: #fff;
	position: relative;
  }
  @media (max-width: 768px) {
	#customer_footer .p-footer__di .nav li {
	  padding-left: 10px;
	}
  }
  #customer_footer .p-footer__di .nav li::after {
	content: "";
	background-color: #fff;
	width: 5px;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__di .nav li::after {
	  width: 2px;
	  height: 20px;
	  top: 50%;
	  transform: translateY(-50%);
	  right: -22px;
	  left: auto;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__di .nav li:last-child::after {
	  display: none;
	}
  }
  #customer_footer .p-footer__di .nav li a {
	line-height: 1;
  }
  #customer_footer .p-footer__top {
	background: url(../img/bg_pattern02.jpg) repeat;
	padding: 50px 0;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__top {
	  padding: 60px 15px 70px;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__wrap {
	  display: flex;
	  align-items: center;
	  column-gap: 80px;
	}
  }
  @media (min-width: 769px) and (max-width: 1300px) {
	#customer_footer .p-footer__wrap {
		column-gap: 60px;
	}
  }
  #customer_footer .p-footer .address p {
	font-size: 15px;
	line-height: 1.625;
	font-weight: bold;
	text-align: center;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .address p {
	  text-align: left;
	}
  }
  #customer_footer .p-footer .address .p-sns {
	margin-top: 13px;
  }
  @media (max-width: 768px) {
	#customer_footer .p-footer .address .p-sns {
		justify-content: center;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .address .p-sns {
	  margin-top: 17px;
	}
  }
  #customer_footer .p-footer__info p {
	font-size: 15px;
	line-height: 1.625;
	font-weight: bold;
	text-align: center;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__info p {
	  text-align: left;
	}
  }
  #customer_footer .p-footer__info .p-sns {
	margin-top: 13px;
  }
  @media (max-width: 768px) {
	#customer_footer .p-footer__info .p-sns {
		justify-content: center;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__info .p-sns {
	  margin-top: 17px;
	}
  }
  #customer_footer .p-footer__logo {
	margin: 0 auto 14px;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__logo {
	  margin-bottom: 17px;
	}
  }
  #customer_footer .p-footer__logo img {
	max-width: 132px;
	display: block;
	margin: 0 auto 20px;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__logo img {
	  max-width: 220px;
	  margin-bottom: 17px;
	}
  }
  @media (max-width: 768px) {
	#customer_footer .p-footer__menu {
	  margin-top: 25px;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__menu {
		flex: auto;
	}
  }
  @media (max-width: 768px) {
	#customer_footer .p-footer__nav {
	  padding: 20px 5px;
	}
  }
  #customer_footer .p-footer__nav .nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 0;
  }
  #customer_footer .p-footer__nav .nav::before {
	content: none;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__nav .nav {
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	  gap: 5px 10px;
	}
  }
  #customer_footer .p-footer__nav .nav-item__link {
	background-color: transparent;
	color: #444444;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	transition: opacity 0.3s ease-in-out;
	position: relative;
	padding: 0;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__nav .nav-item__link { font-size: 16px; }
  }
  #customer_footer .p-footer__nav .nav-item__link:hover { text-decoration: none;}
  @media (min-width: 769px) {
	#customer_footer .p-footer__nav .nav-item__link:hover {
	  opacity: 0.7;
	}
  }
  #customer_footer .p-footer__nav .nav-item__link::before {
	content: "▶︎";
	color: #6e412f;
	font-size: 10px;
	position: relative;
	top: 4px;
	margin-right: 5px;
	line-height: 1;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__nav .nav-item__link::before {
	  top: 5px;
	  margin-right: 10px;
	}
  }
  #customer_footer .p-footer__button {
	margin-top: 25px;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__button {
	  margin-top: 43px;
	}
  }
  #customer_footer .p-footer__button .lst-btn {
	display: flex;
	flex-direction: column;
	column-gap: 22px;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__button .lst-btn {
		flex-direction: row;
	}
  }
  #customer_footer .p-footer__button .text-center {
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: right;
  }
  @media (max-width: 768px) {
	#customer_footer .p-footer__button .text-center { text-align: center; }
  }
  @media (max-width: 768px) {
	#customer_footer .p-footer__button .lst-btn__item:not(:last-child) {
	  margin-bottom: 5px;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__button .lst-btn__item {
		flex: 1;
	}
  }
  #customer_footer .p-footer__button .lst-btn--small { flex-wrap: wrap; justify-content: flex-start; }
  @media (min-width: 769px) {
	#customer_footer .p-footer__button .lst-btn--small { gap: 22px; }
	#customer_footer .p-footer__button .lst-btn--small .lst-btn__item { flex: none; width: calc((100% - 4.4rem) / 3); }
	#customer_footer .p-footer__button .lst-btn--small .btn-primary {
	  height: 50px;
	}
  }
  #customer_footer .p-footer__bottom {
	background: url(../img/bg_pattern01.jpg) repeat;
	padding: 42px 0;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__bottom {
	  padding: 82px 15px 50px;
	}
  }
  #customer_footer .p-footer .p-gr-logo__head {
	text-align: center;
	margin-bottom: 25px;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo__head {
	  margin-bottom: 55px;
	}
  }
  #customer_footer .p-footer .p-gr-logo__head .txt {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo__head .txt {
	  font-size: 17px;
	  margin-bottom: 30px;
	}
  }
  #customer_footer .p-footer .p-gr-logo__head .logo {
	max-width: 240px;
	margin: 0 auto;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo__head .logo {
	  max-width: 400px;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo__row {
		display: flex;
		column-gap: 60px;
	}
	#customer_footer .p-footer .p-gr-logo__row .gr-logo {
		flex: 1;
	}
  }
  @media (max-width: 768px) {
	#customer_footer .p-footer .p-gr-logo__row .gr-logo:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  #customer_footer .p-footer .p-gr-logo__item:not(:last-child) {
	margin-bottom: 20px;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo__item:not(:last-child) {
	  margin-bottom: 32px;
	}
  }
  #customer_footer .p-footer .p-gr-logo .gr-logo__ttl {
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	color: #000;
	font-size: 15px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	line-height: 1.2;
	text-align: center;
	padding: 5px 0;
  }
  #customer_footer .p-footer .p-gr-logo .gr-logo__ttl span {
	font-size: 12px;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo .gr-logo__ttl {
	  font-size: 20px;
	  padding: 10px 0;
	}
  }
  #customer_footer .p-footer .p-gr-logo .gr-logo__lst {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 20px;
		gap: 40px 10px;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo .gr-logo__lst {
	  gap: 30px 10px;
	  margin-top: 30px;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo .gr-logo__lst--5col .gr-logo__item {
		justify-content: center;
		row-gap: 15px;
		flex: 0 0 calc(20% - 10px);
		max-width: calc(20% - 10px);
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo .gr-logo__lst--3col .gr-logo__item {
		justify-content: center;
		flex: 0 0 calc(33.33% - 10px);
		max-width: calc(33.33% - 10px);
	}
  }
  #customer_footer .p-footer .p-gr-logo .gr-logo__item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	flex: 0 0 100%;
	max-width: 100%;
	gap: 15px 11px;
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo .gr-logo__item {
		flex-direction: row;
		justify-content: center;
		gap: 30px 22px;
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
  }
  #customer_footer .p-footer .p-gr-logo .gr-logo__item span {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.075em;
	display: block;
	line-height: 1;
	white-space: nowrap;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo.--en .gr-logo__lst {
		align-items: flex-start;
	}
  }
  #customer_footer .p-footer .p-gr-logo.--en .gr-logo__item {
		flex-direction: column;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer .p-gr-logo.--en .gr-logo__item {
	  row-gap: 15px;
	}
  }
  #customer_footer .p-footer .p-gr-logo.--en .gr-logo__item span {
	text-align: center;
	white-space: normal;
  }
  #customer_footer .p-footer__txt {
	font-weight: bold;
	line-height: 1.625;
	display: flex;
	gap: 25px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__txt {
		flex-direction: row;
		column-gap: 20px;
		margin-top: 30px;
	}
  }
  #customer_footer .p-footer__txt .left {
	border: solid 1px #000;
	letter-spacing: 0.075em;
	padding: 10px;
	text-align: center;
	line-height: 1.625;
	width: 100%;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__txt .left {
		padding: 22px 15px;
		flex: 0 0 310px;
	}
  }
  #customer_footer .p-footer__txt .left small {
	vertical-align: sub;
	line-height: 1;
  }
  #customer_footer .p-footer__txt .right {
	flex: 1;
  }
  @media (max-width: 768px) {
	#customer_footer .p-footer__txt .right {
	  font-size: 15px;
	}
  }
  #customer_footer .p-footer__copyright {
	background-color: #452a1f;
	color: #fff;
	line-height: 2;
	text-align: center;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__copyright {
	  padding: 11px 15px 8px;
	}
  }
  #customer_footer .p-footer__arr-btn {
	border: 1px solid #452a1f;
	background-color: transparent;
	color: #452a1f;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	padding: 7px 0;
	position: relative;
	text-align: center;
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer__arr-btn {
	  display: none;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer--en .p-footer__wrap {
		padding-left: 100px;
		column-gap: 90px;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer--en .p-footer__button .lst-btn {
		column-gap: 30px;
	}
  }
  @media (min-width: 769px) {
	#customer_footer .p-footer--en .p-footer__txt .left {
		flex-basis: 360px;
	}
  }


/* ---------------------------------------------------
	update log
------------------------------------------------------



------------------------------------------------------ */