@charset "utf-8";
/*==========================================================================

   width settings

==========================================================================*/
body {
	min-width: 1100px; /* 幅狭時のスクロールで見切り調整 */
}
.container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

/*==========================================================================

   outline

==========================================================================*/
#header {
	background: #fff;
}

/*==========================================================================

   header

==========================================================================*/
.header-container { padding-top: 178px;}
#header					  {	margin-top: -178px;}

.headerInfo-inner {
	position: relative;
}

.headerInfo-inner.container {
	width: auto;;
	min-width: 1100px;
}
.headerInfo {
	position: relative;
	height: 120px;
}
.headerInfo-profile {
	position: relative;
	top: 8px;
}
.headerInfo-profile__number {
	display: inline-block;
	font-size: 26px;
	color: #123563;
	margin-left: 14px;
}
.headerInfo-profile__sns {
	display: inline-block;
}
.headerInfo-profile__sns__list {
	position: relative;
	top: -.25em;
}
.sns01__item {
	display: inline-block;
	margin-left: 5px;
}
.headerInfo-profile__name {
	margin: 5px 0 7px 14px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
}
.headerInfo-profile__hours {
	font-size: 11px;
	font-weight: bold;
	margin-left: 14px;
}
.headerInfo-access {
	margin: 5px 5px 0 0;
}
.headerInfo-access__list {
	text-align: right;
}
.headerInfo-access__item {
	display: inline-block;
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #123563;
}

.header-logo {
	width: 314px;
	height: 92px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -157px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	z-index: 100;
}
.header-logo .is-logo {
	display: block;
	height: 100%;
	background-size: 314px 92px;
	background-repeat: no-repeat;
	background-image: url(../img/logo01.png);
}
.headerInfo-contact {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 300px;
}
.headerInfo-contact .contact-btns01__list {
	height: 40px;
}

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

	globalNav - base

	----------------------------------
*/
.globalNav {
	position: relative;
	width: 100%;
}
.globalNav a {
	color: #000;
}

/* clearfix */
.globalNav:before,
.globalNav:after {
	content: " ";
	display: table;
}
.globalNav:after {
	clear: both;
}
.globalNav {
	*zoom: 1;
}

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

	globalNav - main

	----------------------------------
*/
.globalNav__list {
	width: 1020px;
	margin: 0 auto;
	text-align: center;
}
.globalNav__item {
	display: inline-block;
	font-size: 14px;
	text-align: center;
}
.globalNav__label {
	margin: 0 20px;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
}

.globalNav__label:first-child { margin-left: 0;}
.globalNav__label:last-child { margin-right: 0;}

a.globalNav__label,
span.globalNav__label {
	font-weight: bold;
	position: relative;
}
.globalNav__label::after {
  content: '';
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 3px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #123563;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.globalNav__label:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
}
.globalNav__label::before {
	position: absolute;
	left: 50%;
	top: 18px;
	content: '';
	width: 0;
	height: 0;
	margin-left: -9px;
	border: 9px solid transparent;
	border-bottom: 6px solid #123563;
	transition: all .1s ease;
	visibility: hidden;
}
.globalNav__label:hover::before {
  visibility: visible;
	transition: all .1s ease;
}



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

	globalNav - child

	----------------------------------
*/
.globalChildNav {
	position: absolute;
	top: 26px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 35px 10px 28px;
	background: #123563;
	transition: all .2s;
}
.globalChildNav {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.globalChildNav a {
	color: #fff;
}
.globalChildNav__list {
	width: 1020px;
	margin: 0 auto 20px;
	font-size: 0;
}

.globalChildNav__list.wide .globalChildNav__item {
	margin: 0 5px;
}
.globalChildNav__item {
	display: inline-block;
	/* width: 138px; */
	margin: 0 2px;
	font-size: 13px;
	line-height: 1.2;
	vertical-align: top;
}
.globalChildNav__item .is-item__image {
	margin-bottom: 12px;
	border: 1px solid #123563;
	transition: all .3s;
}
.globalChildNav__item:hover .is-item__image {
	border: 1px solid #d5dbe3;
}
.globalChildNav__item:hover .is-item__image img {
	opacity: .6;transition: all .3s;

}
/*
	----------------------------------

	globalNav - hover action

	----------------------------------
*/
.globalNav__item:hover > .globalChildNav {
	top: 36px;
	visibility: visible;
	opacity: 1;
	z-index: 10;
}

.globalNav__label.active::before {
  visibility: visible;
}
.globalNav__label.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
}


/*==========================================================================

   header - scroll

==========================================================================*/
#header.scroll {
	position: fixed;
	top: 0;
	width: 100%;
	margin-top: 0;
	padding-bottom: 3px;
	z-index: 100;
	transition: margin-top .3s;
}
#header.scroll .header-logo {
	width: 215px;
	height: 33px;
	top: 12px;
	margin-left: -107px;
}
#header.scroll .header-logo .is-logo {
	display: block;
	height: 100%;
	background-size: 215px 33px;
	background-repeat: no-repeat;
	background-image: url(../img/logo02.png);
}
#header.scroll .headerInfo {
	height: 50px;
}
#header.scroll .headerInfo-contact {
	top: 0;
	right: 0;
}
#header.scroll .headerInfo-profile__name,
#header.scroll .headerInfo-profile__hours,
#header.scroll .headerInfo-access {
	display: none;
}



/*==========================================================================

   section

==========================================================================*/
.section01.section01--has-hr01 {
	position: relative;
	margin-top: 50px;
	padding-top: 50px;
}
.section01.section01--has-hr01::before {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	display: block;
	width: 500px;
	height: 2px;
	margin-left: -250px;
	background: #ccc;
}



/*==========================================================================

   page-cover

==========================================================================*/
.page-cover01 {
	position: relative;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

/* 202005追加 */
.page-cover01 {
	margin-right: auto;
	margin-left: auto;
	background-size: 1310px;
}

.page-cover01.cover01--h510 { height: 332px;} /* header=178px, 510px-178px= [332px] */
.page-cover01.cover01--h756 { height: 578px;} /* header=178px, 510px-178px= [578px] */

.page-cover01:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto 0;
	border-top: 58px solid transparent;
	border-right: 750px solid #fff;
}
.page-cover01:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto 0;
	border-top: 58px solid transparent;
	border-left: 750px solid #fff;
}
.page-cover01__title {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: table;
	width: 208px;
	height: 177px;
	margin: 0 0 -25px -107px;
	z-index: 2;
	border: 3px solid #123564;
}
.page-cover01__title-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	line-height: 1.4;
	color: #d9dee6;
	background-color: rgba(18, 53, 99, .8);
}

/*==========================================================================

   page-header

==========================================================================*/
.page-header01 {
	margin-bottom: 50px;
	text-align: center;
}
.page-header01__title {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.page-header01__title2 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #123563;
}
.page-header01__title3 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.4;
	margin: 20px auto 40px;
}
.page-header01__desc {
	font-size: 16px;
	line-height: 1.7;
}






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

	header

-------------------------------------------------------*/
.headerFace {
}
.header__logo {
}
#header.scroll .header__logo img {
}


/* hover - underline */
.header-gNavList__item > a {
  position: relative;
  display: inline-block;
}
.header-gNavList__item > a::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #b5903d;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header-gNavList__item > a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
}


.header-gNavList__item > a:hover::before {
    position: absolute;
		left: 50%;
		top: 21px;
		content: '';
    width: 0;
    height: 0;
		margin-left: -9px;
    border: 9px solid transparent;
    border-top: 6px solid #b5903d;
		transition: all .3s ease;
}





/* hover - dropdown */
.header-gNavList__child {
	overflow: hidden;
	opacity: 0;
	height: 0;
	position: absolute;
	left: 0;
	width: 220px;
	margin-top: -10px;
	transition: opacity,margin .3s;
}
.header-gNavList__item:hover > .header-gNavList__child {
	opacity: 1;
	height: auto;
	margin-top: 0;
	padding-top: 10px;
	z-index: 1000;
}
.header-gNavList__childItem {
	text-align: left;
}
.header-gNavList__childItem a {
	display: block;
	padding: 15px 10px;
	/*background: #b5903d;*/
	background: rgba(255,255,255,0.75);
	transition: all .3s;
}
.header-gNavList__childItem a:hover {
	/*background: #fff;*/
	background: rgba(255,255,255,1);
	transition: all .3s;
}




/*==========================================================================

   footer

==========================================================================*/
.footerSalon {
	padding: 37px 0 60px;
	color: #fff;
	background: #123563;
}
.footerSalon__title {
	margin-bottom: 47px;
	font-size: 22px;
	text-align: center;
	color: #899ab1;
}
.footerSalon-main {
	float: left;
	width: 400px;
}
.footerSalon-main__title {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.footerSalon-main__title-main {
	font-size: 17px;
}
.footerSalon-main__phone {
	margin-bottom: 7px;
	font-size: 24px;
}
.footerSalon-main__time {
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 1.3;
	color: #ccc;
}
.footerSalon-main__address {
	margin-bottom: 17px;
    font-size: 11px;
    line-height: 1.3;
    color: #ccc;
}
.footerSalon-main__contactNav {
	width: 369px;
}
.footerSalon-main__contactNav .contact-btns01__list {
	height: 40px;
}



.footerSalon-aside {
	float: right;
	width: 545px;
	padding: 16px;
	color: #000;
	background: #fff;
}
.footerSalon-aside__title {
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
.footerSalon-aside__body {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}
.footerSalon-aside__desc {
	font-size: 12px;
	line-height: 1.5;
	flex-basis: 385px;
	align-content: center;
}
.footerSalon-aside__img {
	flex-basis: 130px;
}
.footerSalon-aside__img img {
	width: 130px;
	height: 90px;
	object-fit: cover;
}
.footerSalon-aside__salonJumpLink {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.footerMap {
	position: relative;
}
.footerMap::before {
	position: absolute;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: -42px;
	border: 42px solid transparent;
	border-top: 34px solid #123563;
	z-index: 10;
}
.gmap {
	height: 435px;
}
#gmap-canvas {
	width: 100%;
	height: 100%;
}
.footerAccess {
	padding: 25px 0;
	background: #fff;
}
.footerAccess-chapel {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.footerAccess-chapel__title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
.footerAccess-chapel__address {
	margin: 15px 0 22px;
}
.footerAccess-chapel__links {
	margin-bottom: 25px;
}
.footerAccess-chapel__links__item {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 1.2;
}
.footerAccess-root {
	float: right;
	width: 450px;
	padding: 0 25px;
}
.footerAccess-root__item {
	margin-bottom: 20px;
}
.footerAccess-root__item-title {
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.footerAccess-root__item-text {
	font-size: 12px;
	line-height: 1.4;
}
.footerNav {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #dcdddc;
	background: #f5f6f5;
}
.footer-gNav {
	display: table;
	width: 100%;
	font-size: 12px;
	box-sizing: border-box;
	border-right: 1px solid #e5e5e5;
}
.footer-gNav-col {
	display: table-cell;
	padding: 10px 0;
	box-sizing: border-box;
	border-left: 1px solid #e5e5e5;
}
.footer-gNav-col.col--01 { width: 210px;}
.footer-gNav-col.col--02 { width: 270px;}
.footer-gNav-col.col--03 { width: 298px;}

.footer-gNav-cat {
	padding: 25px 30px 13px 15px;
}
.footer-gNav-cat__title {
	margin-bottom: 15px;
	font-size: 13px;
}
.footer-gNav-catList__item {
	margin-bottom: 10px;
	line-height: 1.3;
}
.footer-gNav-cat.is-home,
.footer-gNav-cat.is-testimonials {
	border-bottom: 1px solid #e5e5e5;
}
.footer-legalNavList {
	font-size: 12px;
	text-align: right;
}
.footer-legalNavList__item {
	display: inline-block;
	margin-left: 15px;
}

.footerSign {
	padding: 20px 0 80px;
	color: #fff;
	background: #123563;
}
.footerSign a {
	color: #fff;
}
.footerSign__logo {
	width: 249px;
	height: 38px;
	margin: 50px auto 30px;
	text-align: center;
}
.footerSign__copyright {
	display: block;
	margin: 50px auto 0;
	font-size: 10px;
	text-align: center;
}
.footer-order{
    text-align:center;
    padding-bottom:100px;
}
.footer-order a:hover{
    opacity:0.6;
}

.footerSign .foot_text02 {
	font-size: 12px;
  margin: 30px 0 50px;
	text-align: center;
}


/*==========================================================================

   パンくずリスト

==========================================================================*/
.breadcrumb_bg {
	/*width: 1310px;*/
	height: 23px;
	/*background-color: rgba(18, 53, 99, 0.7);*/
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0 auto 10px auto;
}
.breadcrumb_area {
	position: relative;
	width: 974px;
	margin: 0 auto;
}
ul.breadcrumb__list {
	position: absolute;
	top: 5px;
	/*left: 50%;
	margin: 5px 0 0 -500px;*/
	z-index: 1;
}

ul.breadcrumb__list, ul.breadcrumb__list a {
	font-size: 11px;
	font-weight: bold;
	color: #133362;
	/*background: #fff;
	opacity: 0.6;
	padding: 2px 5px;*/
}
ul.breadcrumb__list a:hover {
	text-decoration: underline;
}
ul.breadcrumb__list li.breadcrumb__item {
	display: inline-block;
}
.breadcrumb_arrow:before {
	display: inline-block;
	font: normal normal normal 14px/1 "icomoon";
	content: "\f105";
	margin-top: -.203em;
	margin: 0 20px;
	vertical-align: middle;
	color: #133362;
	/*color: #2278b2;*/
	font-weight: bold;
}
/*.breadcrumb__item a:after {
	display: inline-block;
	font: normal normal normal 14px/1 "icomoon";
	content: "\f105";
	margin-top: -.205em;
	margin: 0 20px;
	vertical-align: middle;
	color: #133362;
	font-weight: bold;
}*/


/*==========================================================================

policy

==========================================================================*/
.policy_text{
	line-height: 1.8;
	width:900px;
	margin: 0 auto 40px;
}
.policy_text dt{
	font-size: 1.6em;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom:1px solid #f2f2f2;
}


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

  ba-navi

----------------------------------------------------*/
.ba-navi{
  text-align: center;

}
.ba-navi.kazoku{
  margin-top: 0;
}

.ba-navi.ba{
  margin-top: 0;
  margin-bottom: 50px;
}

.ba-navi ul {
  font-size: 0;
}

.ba-navi .ttl{
  font-size: 12px;
   margin:18px 0 14px;
}

.ba-navi li{
  display: inline-block;
  list-style: none;
  font-size: 12px;
  border-radius: 20px;
}
.ba-navi .color-btn li{
  color:#fff;
  margin-left: 10px;
}
.ba-navi li a{
  text-decoration: none;
  display: block;
  line-height: 1.5;
}

.ba-navi li{
   transition: 0.4s;
}

.ba-navi .botder-btn-none li {
    font-size: 12px;
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid #d4d3d3;
    margin-bottom: 6px;
    border-radius: 0px;
}

.ba-navi .botder-btn-none li:last-child {
    border: none;
}

.ba-navi li:hover{
  opacity: 0.3;
  transition: 0.4s;
}

.ba-navi .color-btn li:nth-child(1){
  margin-left: 0;
}
.ba-navi .color-btn li a{
  padding:1px 0;
  color:#fff;
  width: 176px;
   line-height:2;
}

.ba-navi .color-btn li a:before{
    display: inline-block;
    font: normal normal normal 100%/1 "icomoon";
    content: "\f105";
    position: relative;
    top: -.1em;
    margin-right: .75em;
    vertical-align: middle;
}

.ba-navi .color-btn li.kazoku{
  background-color: #2278b2;
}

.ba-navi .color-btn li.jinjya{
  background-color: #6a4c06;
}

.ba-navi .color-btn li.resort{
  background-color: #0b58b7;
}

.ba-navi .botder-btn li{
  border: 1px solid #b2b2b2;
  margin-left: 10px;
  margin-bottom: 10px;
}
.ba-navi .botder-btn li:nth-child(1){
  margin-left: 0;
}

.ba-navi .botder-btn li a{
  padding:1px 0;
  width: 176px;
  line-height:2;
}

.ba-navi .botder-btn li a:after{
    display: inline-block;
   	font: normal normal normal 100%/1 "icomoon";
    content: "\f105";
    position: relative;
    top: -.1em;
    margin-left: .75em;
    vertical-align: middle;
}
