@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
color:#000000;
margin:0;
padding:0;
background:#FFFFFF; /* fcfcfa */
font-family: "Abel", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align:center;
font-size:100%;
 -webkit-text-size-adjust: none;
 	position:relative;
	letter-spacing: 1px;
}

a:link{ color:#000;text-decoration:none;}
a:visited{ color:#000;text-decoration:none;}
a:hover{ color:#000;text-decoration:none;}
a:active{ color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
* {
 	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
a:hover {
	opacity:0.8;
}

/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/

img {
	max-width: 100%;
	height: auto;
}

.l-inner {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
.l-inner--pd {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: content-box;
	padding: 0 20px;
}
.l-inner--pd2 {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: content-box;
	padding: 95px 20px 0 20px;
}

.l-wrap {
	padding-top: 80px;
	margin-bottom: 210px;	
}
.l-pagelayout {
	margin-bottom: 110px;
}

@media screen and (max-width: 640px) {
	.l-inner {
	}
	.l-inner--pd {
		padding: 0 20px;
	}
	.l-inner--pd2 {
		padding: 47px 4% 0 4%;
	}

	.l-wrap {
		padding-top: 50px;
		margin-bottom: 140px;	
	}
	.l-pagelayout {
		margin-bottom: 75px;
	}
}


.c-header {
	
}
.c-headerWrap {
	position: relative;
}
.c-header__logo {
	position: absolute;
	width: 120px;
	top:0;
	left: 0;
	z-index: 10000;
}

.c-header__menuBtn {
	width: 80px;
	height: 80px;
	background: #a38562;
	position: fixed;
	top: 0;
	right: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 0 0 0;
	z-index: 10000;
	cursor: pointer;
}
.c-header__menuBtnInner,
.c-header__menuBtnInner span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.c-header__menuBtnInner {
  position: relative;
	width: 36px;
	height: 40px;
}
.c-header__menuBtnInner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.c-header__menuBtnInner span:nth-of-type(1) {
  top: 0;
}
.c-header__menuBtnInner span:nth-of-type(2) {
  top: 19px;
}
.c-header__menuBtnInner span:nth-of-type(3) {
  bottom: 0;
}
.is--open .c-header__menuBtnInner span:nth-of-type(1) {
  -webkit-transform: translateY(18px) rotate(-45deg);
  transform: translateY(18px) rotate(-45deg);
}
.is--open .c-header__menuBtnInner span:nth-of-type(2) {
  opacity: 0;
}
.is--open .c-header__menuBtnInner span:nth-of-type(3) {
  -webkit-transform: translateY(-17px) rotate(45deg);
  transform: translateY(-17px) rotate(45deg);
}
.c-header h1 {
	display: none;
}


@media screen and (max-width: 640px) {
	.c-header {

	}
	.c-headerWrap {
	}
	.c-header__logo {
		width: 70px;
	}

	.c-header__menuBtn {
		width: 50px;
		height: 50px;
		padding: 14px 0 0 0;
	}
	.c-header__menuBtnInner {
		width: 20px;
		height: 22px;
	}
	.c-header__menuBtnInner span {
		height: 2px;
	}
	.c-header__menuBtnInner span:nth-of-type(1) {
		top: 0;
	}
	.c-header__menuBtnInner span:nth-of-type(2) {
		top: 10px;
	}
	.c-header__menuBtnInner span:nth-of-type(3) {
		bottom: 0;
	}
	.is--open .c-header__menuBtnInner span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.is--open .c-header__menuBtnInner span:nth-of-type(2) {
		opacity: 0;
	}
	.is--open .c-header__menuBtnInner span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}




.c-menuOuter {
	max-width: 300px;
	position: fixed;
	top:0;
	bottom:0;
	right: -100%;
	z-index: 9999;
}
.c-menuOuter.is--open {
	right: 0;
}
.c-menu {
	max-width: 300px;
	background: #a38662;
	padding: 95px 0 0 0;
}
.c-menuInner {
	overflow-y: scroll;
}
.c-menu_title {
	background: #8c7150;
	color: #FFF;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 18px;
}
.c-menuListMain {
	margin-bottom: 20px;
}
.c-menuListMain li {
	font-size: 16px;
	line-height: 1.4;
	border-top: #FFF dotted 1px;
}
.c-menuListMain li a {
	color: #FFF;
	text-align: left;
	padding: 20px 20px 20px 20px;
	display: block;
	position: relative;
	font-weight: bold;
}
.c-menuListMain li a:before ,
.c-menuListMain li a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
	content: '';
	vertical-align: middle;
}
.c-menuListMain li a:before {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
}
.c-menuListMain li a:after {
	right: 18px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #a38662;
}
.c-menuListOther {
	padding: 0 20px;
	margin-bottom: 32px;
}
.c-menuListOther li {
}
.c-menuListOther li + li {
	margin-top: 10px;
}
.c-menuListOther li a {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0;
}
.c-menuListOther li a span {
	display: inline-block;
	position: relative;
}
.c-menuListOther li a span:before {
	content: '';
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	margin: auto;
}
.c-menuListOther li a.c-menuListOther__tell ,
.c-menuListOther li a.c-menuListOther__counseling {
	background: #000;
	color: #b29780;
} 

.c-menuListOther li a.c-menuListOther__tell {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: 16px 10px;
}
.c-menuListOther li a.c-menuListOther__tell span {
	padding-left: 18px;
}
.c-menuListOther li a.c-menuListOther__tell span:before {
	background: url(../images/footer/icon_phone.png) no-repeat center center;
	width: 9px;
	height: 22px;
	left: 0;
}

.c-menuListOther li a.c-line{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
	padding: 16px 10px;
	background: #00b900;
	color: #fff;
}
.c-menuListOther li a.c-line span {
	padding-left: 36px;
}
.c-menuListOther li a.c-line span:before {
	background: url(../images/common/icon-line.png) no-repeat center center;
	background-size:100%;
	width: 30px;
	height: 30px;
	left: 0;
}



.c-menuListOther li a.c-menuListOther__counseling {
	padding: 20px 10px 19px 10px;
}
.c-menuListOther li a.c-menuListOther__counseling span {
	padding-right: 15px;
}
.c-menuListOther li a.c-menuListOther__counseling span:before {
	width: 8px;
	height: 8px;
	border-top: 1px solid #b29780;
	border-right: 1px solid #b29780;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
}

.c-menuListOther li a.c-menuListOther__contact ,
.c-menuListOther li a.c-menuListOther__repeat ,
.c-menuListOther li a.c-menuListOther__monitor {
	background: #FFF;
	color: #a38662;
	padding: 20px 10px 19px 10px;
}
.c-menuListOther li a.c-menuListOther__contact span ,
.c-menuListOther li a.c-menuListOther__repeat span ,
.c-menuListOther li a.c-menuListOther__monitort span {
	padding-left: 32px;
}
.c-menuListOther li a.c-menuListOther__contact span:before ,
.c-menuListOther li a.c-menuListOther__repeat span:before ,
.c-menuListOther li a.c-menuListOther__monitort span:before {
	left: 0;
	background: url(../images/common/icon-mail.png) no-repeat center center;
	background-size: 22px;
	width: 22px;
	height: 22px;
}
.c-menuListBanner {
	padding: 0 20px 50px 20px;
}
.c-menuListBanner li {
	
}
.c-menuListBanner li + li {
	margin-top: 10px;	
}

@media screen and (max-width: 640px) {
	.c-menuOuter {
		max-width: none;
		width: 100%;
	}
	.c-menuOuter.is--open {
		right: 0;
	}
	.c-menu {
		max-width: none;
		width: 100%;
		padding: 60px 0 0 0;
	}	
}




.c-pageTopReturn {
	position: relative;
}
.c-pageTopReturn a {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	height: 40px;
	width: 40px;
	background: #000;
	text-indent:-9999px;
	text-align: left;
	z-index: 9990;
}
.c-pageTopReturn a:before {
	position: absolute;
	top: 0;
	bottom: 6px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-bottom: 8px solid #FFF;	
}

	@media screen and (max-width: 640px) {
	.c-pageTopReturn {
	}
	.c-pageTopReturn a {
		bottom: 17px;
		right: 17px;
	}	
}

/*@media screen and (min-width:641px){
	.c-fixedLinkOuter{display: none;}
}*/

.c-fixedLinkOuter {
	position: relative;
}
.c-fixedLink {
	background: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9980;
}
.c-fixedLinkWrap {
	max-width: 1100px;
	margin: 0 auto;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;	
  display: none;
}
.c-fixedLink a {
	width: 50%;
	box-sizing: border-box;
	/*color: #a38662;*/
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.c-fixedLink a + a {
	border-left: #333333 1px solid;
}
.c-fixedLink a span {
	display: inline-block;
	position: relative;
}
.c-fixedLink__tellTxt {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20px;
	padding: 19px 10px 19px 16px;
}
.c-fixedLink__tellTxt:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	background: url(../images/footer/icon_phone.png) no-repeat left center;
	width: 9px;
	height: 22px;
}
.c-fixedLink__linkArrow {
	padding: 22px 15px 21px 10px;
}
.c-fixedLink__linkArrow:before {
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	vertical-align: middle;	
	width: 8px;
	height: 8px;
	border-top: 1px solid #a38662;
	border-right: 1px solid #a38662;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.c-fixedLink a:nth-child(1){width: 44%;}
.c-fixedLink a:nth-child(2),
.c-fixedLink a:nth-child(3){width: 28%;}
.c-fixedLinkWrap .reservation_icon{padding: 20px 10px 17px 10px;}
.c-fixedLinkWrap .reservation_icon::before{
  content: "";
  display: inline-block;
  background: url(../images/footer/footer_icon_reserve_sp.svg) no-repeat center center;
  background-size: contain;
  height: 14px;
  width: 11px;
  margin-right: 7px;
  vertical-align: middle;
}
.c-fixedLinkWrap .c-line{
  font-weight: 500;
  background: #00b900;
  color: #fff;
}
.c-fixedLinkWrap .c-line .line_icon{padding: 16px 0 12px 0;}
.c-fixedLinkWrap .c-line .line_icon::before{
  content: "";
  display: inline-block;
  background: url(../images/common/icon-line.png) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
	.c-fixedLink a {
		font-size: 13px;
		line-height: 1;
		letter-spacing: 0;
	}
	.c-fixedLink a span{font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
	.c-fixedLink a span.text-sub{font-size: 10px;}
	.c-fixedLink__linkArrow {
    padding: 19px 10px 17px 10px;
  }
	.c-fixedLink__linkArrow:before {
    width: 6px;
    height: 6px;
    top: 2px;
  }
	.c-fixedLink__tell{padding: 17px 0;}
	.c-fixedLink__tellTxt{font-size: 15px; padding: 0; font-weight: bold; line-height: 1.3;}
	.c-fixedLink__tellTxt:before{
		background: url(../images/footer/footer_icon_tel_sp.svg) no-repeat left center;
		background-size: contain;
		height: 11px;
		width: 20px;
		position: relative;
		display: inline-block;
		margin-right: 5px;
	}
}


.c-footer {
	background: #000;
}
.c-footerTopLink {
	border-top: #333333 1px solid;
	padding: 10px 0;
}
.c-footerTopLinkWrap {
	max-width: 1100px;
	box-sizing: content-box;
	padding: 0 20px;
	margin: 0 auto;	
}
.c-footerTopLink a {
	color: #FFF;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}
.c-footerTopLink__logo {
	margin-right: 10px;
}
.c-footerMenu {
	border-top: #333333 1px solid;
	padding: 40px 0 30px 0;
}
.c-footerMenuWrap {
	max-width: 1100px;
	box-sizing: content-box;
	padding: 0 20px;
	margin: 0 auto;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;	
}
.c-footerMenuList {
	text-align: left;
}
.c-footerMenuList + .c-footerMenuList {
	margin-left: 30px;
}
.c-footerMenuList p ,
.c-footerMenuList a {
	color: #FFF;
}
.c-footerMenuList__parents {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: bold;
}
.c-footerMenuList__parentsEn {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}
.c-footerMenuList__child {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0;
}
.c-footerMenuList__child + .c-footerMenuList__child {
	margin-top: 10px;
}
.c-footerMenuList__childList {
}
.c-footerMenuList__childList li {
}
.c-footerMenuList__childList li + li {
	margin-top: 10px;
}

.c-footerOtherMenu {
	background: #222222;	
}
.c-footerOtherMenuWrap {
	max-width: 1100px;
	box-sizing: content-box;
	padding: 12px 20px;
	margin: 0 auto;
	position: relative;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;		
}
.c-footerOtherMenuList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.c-footerOtherMenuList li {
	font-size: 12px;
	line-height: 1.4;
}
.c-footerOtherMenuList li a {
	color: #dddddd;
}
.c-footerOtherMenuList li + li {
	margin-left: 10px;
	border-left: #ddd 1px solid;
	padding-left: 10px;
}
.c-footerOtherMenu__copy {
	font-size: 11px;
	line-height: 1.4;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0;
	color: #FFF;
}

@media screen and (min-width: 641px) {
	.c-footerMenuList--spAcc .c-footerMenuList__child {
		display: block !important;
	}	
}

@media screen and (max-width: 640px) {
	.c-footer {
	}
	.c-footerTopLink {
		padding: 3px 0;
	}
	.c-footerTopLinkWrap {
		padding: 0 5px;
		margin: 0 auto;	
	}
	.c-footerTopLink a {
		font-size: 13px;
		line-height: 1.4;
	}
	.c-footerTopLink__logo {
		margin-right: 10px;
	}
	.c-footerMenu {
		border-top: #333333 1px solid;
		padding: 0 0 0 0;
	}
	.c-footerMenuWrap {
		padding: 0 0;
		display : block;
	}
	.c-footerMenuList {
		text-align: left;
	}
	.c-footerMenuList + .c-footerMenuList {
		margin-left: 0;
	}
	.c-footerMenuList__parents {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 0;
		padding: 13px 20px 14px 10px;
		position: relative;
		border-bottom: #333333 1px solid;
		cursor: pointer;
	}
	.c-footerMenuList__parentsEn {
		font-size: 15px;
		margin-right: 5px;
	}
	.c-footerMenuList__parents:before ,
	.c-footerMenuList__parents:after {
		content: '';
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		background: #FFF;
	}
	.c-footerMenuList__parents:before {
		height: 15px;
		width: 2px;
		right: 18px;
	}
	.c-footerMenuList__parents:after {
		height: 2px;
		width: 15px;
		right: 12px;
	}
	.c-footerMenuList__parents.is--open:after {
		opacity: 0;
	}
	.c-footerMenuList__child {
		font-size: 12px;
		line-height: 1.4;
		letter-spacing: 0;
		border-bottom: #333333 1px solid;
	}
	.c-footerMenuList__child a {
		display: block;
		background: #000;
		padding: 16px 20px 15px 10px;
	}
	.c-footerMenuList__child + .c-footerMenuList__child {
		margin-top: 0;
	}
	.c-footerMenuList__childList {
	}
	.c-footerMenuList__childList li {
	}
	.c-footerMenuList__childList li + li {
		border-top: #333333 1px solid;
		margin-top: 0;
	}
	.c-footerMenuList__childList li a {
		background: #1a1a1a;
		padding: 14px 20px 13px 20px;
	}
	.c-footerMenuList--spAcc .c-footerMenuList__child {
		display: none;
	}
	
	
	.c-footerOtherMenu {
	}
	.c-footerOtherMenuWrap {
		padding: 15px 10px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;	
	}
	.c-footerOtherMenuList {
		display : -webkit-box;
		display : -webkit-flex;
		display : -ms-flexbox;
		display : flex;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;		
		margin-bottom: 10px;
	}
	.c-footerOtherMenuList li {
		font-size: 11px;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.c-footerOtherMenuList li a {
		color: #dddddd;
	}
	.c-footerOtherMenuList li + li {
		margin-left: 10px;
		border-left: #ddd 1px solid;
		padding-left: 10px;
	}
	.c-footerOtherMenu__copy {
		font-size: 11px;
		line-height: 1.4;
	}
}


@media screen and (min-width: 641px) {
	.u-showSP {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.u-showPC {
		display: none;
	}
}

.u-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.u-fwb {
	font-weight: bold !important;
}

.fs-0{ font-size: 0!important;}
.icon_bnr{ display: inline-block; margin-right: 5px;}
.icon_bnr:last-child{ margin-right: 0;}

