@charset "utf-8";

/* for Common & Smartphone*/
html,body{
	position:relative;
	height:100%;
}
html {
  font-size: 62.5%;/*10px基準*/
	}

@media screen and (min-width:768px){
  /* PC 769px以上 */
  /*html {
		font-size: 62.5%;
	}*/
}
@media screen and  (max-width:767px){
  /* スマートフォン 767px以下 */
  /*html{
    font-size: 2.66vw;375px基準で10px
  }*/
  /*gNavが開いている時ページスクロールしない*/
  /*body.fixed{
    position: fixed;
  }*/
}

body{
	position:relative;
	-webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  font-family:YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: normal;
	font-weight: 300;
	color:#3c3b37;
	line-height:1.6;
}
h1,h2,h3,h4,h5,h6,p{
  font-weight: 300 !important;
}
strong{
  font-weight: 300;
}

@media screen and (max-width:320px) {
	html{
		font-size: 50%;/*8px基準*/
	}
}
/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 840px) and (orientation:portrait) {
/*縦向きのみの記述*/
	
}
/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
	html{
		/*font-size: 50%;*//*8px基準*/
	}
}

.page{
	height: 100%;
}

.seo{
  clear: both;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
}
/* for PC*/
@media print, screen and (min-width:768px) {
  .seo{
    margin: 0 0 15px 0;
    padding: 30px 0 15px 0;
    font-size: 1.4rem;
  }
}

.sp{display:block;}
.pc{display:none;}

.spIL{display:inline;}
.pcIL{display:none;}

.conSP{
	/*margin-left: 5.33vw !important;
	margin-right: 5.33vw !important;*/
  margin-left: 2.66vw !important;
	margin-right: 2.66vw !important;
}



/*リンク 
*/
a:link{
	color:#3c3b37;
	text-decoration: none;
	}
a:visited{
	color:#3c3b37;
	}

a:active/*,
a:hover*/{
	color:#3c3b37;
	}
.disabled{
	cursor:default;
}
.txtUL{
	text-decoration: underline;
}

img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
    width: 100%;
}
.img100{
	width:100%;
}

.relative{
	position:relative;
	}
.static{
	position:static !important;
	}
.hide{
	display:none;
	}

/*font*/
.normal{
	font-family:YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	/*font-weight: normal;
	font-weight: 300;*/
	}
.bold{
	font-family:YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	/*font-weight: bold;*/
	font-weight: 500 !important;
	}
.fMin{
	font-family: YakuHanMP_Noto, 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ 明朝", serif;
	font-weight: 400;
	}
.fMin .bold{
	font-family: YakuHanMP_Noto, 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ 明朝", serif;
	font-weight: 400;
	}
.fEn{
	font-family: 'Italiana', serif;
  font-weight: 400;
	}
/*txt*/
.tCol00{
	color: #3c3b37;
}
.tCol99{
	color: #fff;
}
.tCol01{
  /*color: #F7E8E9;*/
  color: #f6eda1;
}
.tCol02{
  /*color: #EFD2D4;*/
  color: #F7CFB4;
}
.tCol03{
  /*color: #af204b;*/
  color: #E45F06;
}
.tCol04{
  color: #eddc44;
}
.tCol05{
  /*color: #f6eda1;*/
  color: #F7CFB4;
}



.bg00{
  background: #3c3b37;
}
.bg99{
  background: #fff;
}
.bg01{
  /*background: #FCF6F6 !important;*/
  background: #FCEFE6 !important;
  /*background: #fcfae3 !important;*/
}
.bg02{
  /*background: #EFD2D4 !important;*/
  /*background: #f6eda1 !important;*/
  background: #F7CFB4 !important;
}
.bg03{
  background: #9d9d9b !important;  
}



/* for PC*/
@media print, screen and (min-width:768px) {
	.sp{display:none;}
	.pc{display:block;}

	.spIL{display:none;}
	.pcIL{display:inline;}

	.conSP{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.conPC{
		max-width:1100px;/*1080px*/
		width: auto !important;
		width: 1100px;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:10px;
		padding-right:10px;
	}
	.conPCW{
		max-width:1280px;
		margin-left:auto !important;
		margin-right:auto !important;
	}
	.conPCS{
		max-width:920px;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:10px;
		padding-right:10px;
	}
	.conPCSS{
		max-width:820px;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:10px;
		padding-right:10px;
	}

	a:link,
	a:visited{}
	a:active,
	a:not(.disabled):hover{
		text-decoration:none;
		}
	a,
	.hover{
		-webkit-transition: .3s;
		transition: .3s;
		}
	a:not(.noRO):hover,
	.hover:hover{
		filter:alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity:0.7;
		-khtml-opacity: 0.7; 
		opacity:0.7;
		zoom:1; 
		}

	.hover img:hover {
		filter: alpha(opacity=70);/* IE lt 8 */
		-ms-filter: "alpha(opacity=70)"; /* IE 8 */
		}

	.disabled{
		text-decoration:none;
	}

}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
	.conPCSS{
		max-width:700px;
	}
}


/*
header
*/
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background: rgba(255,255,255,0.8);
	/*z-index:999;*/
	z-index: 888;
	}
.header.active{
	background: rgba(255,255,255,0);
	}
.header .pjName{
	position: absolute;
	left: 10px;
	top: 50%;
	width: 56%;
  max-width: 175px;
	line-height: 1.0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
	transition: .5s;
}
.header .pjName a{
	display: block;
	}
.header .pjName a img{
  display: block;
	width: 100%;
	}

.hScroll.header:not(.active){
	background: rgba(255,255,255,0.8);
	transition: .5s;
}


.header.active .pjName{
  background: url("../images/pj_name_white.svg") no-repeat center center !important;
  background-size: contain !important;
}
.header.active .pjName img{
  visibility: hidden !important;
}


/* for PC*/
@media print, screen and (min-width:768px) {
	.header{
		height:130px;
	}
	.header .pjName{
    top: calc((100% - 50px) / 2);
    left: 16px;
		width: auto;
    max-width: 230px;
		}

 /* .hScroll.header{
		background: rgba(255,255,255,0.8);
		transition: .5s;
	}
	.hScroll.header.active{
		background: rgba(255,255,255,0);
		transition: .5s;
	}*/
  
  
  /*.gNavPC{
		opacity: 0;
		transition: .5s;
	}
	.hScroll.header{
		background: rgba(255,255,255,0.8);
		transition: .5s;
	}
	.hScroll.header.active{
		background: rgba(255,255,255,0);
		transition: .5s;
	}
  */
	.hScroll.header .gNavPC,
  .hScroll.header .hBtn{
		display: block;
    opacity: 1;
	}
  /*.hScroll.header .pjName{
   max-width: 240px;
  }*/
}


/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  .header .pjName,
  .hScroll.header .pjName{
    top: 21px;
    max-width: 200px;
    -webkit-transform: none;
    transform: none;
  }
}



/*hBtn [
----------------------------------------------------------- */
.hBtn{
  display: none;
	position: fixed;
	rigth: 120px;
	top: 0;
	width: auto;
	/*background: rgba(255,255,255,0.9);*/
}
.hBtn .btn{
  position: relative;
	float: right;
	font-size: 1.2rem;/*12 / 14*/
	text-align: center;
}
.hBtn .btn:not(.btnEnt)::before{
	content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #3c3b37;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg) translate(0,50%);
  transform: rotate(45deg) translate(0,50%);
}

.hBtn .btn.current:not(.btnEnt)::before{
	/*border-color: #d26e78;*/
  /*border-color: #eddc44;*/
  border-color: #E45F06;
}
.hBtn .btn a{
	display: block;
	height: 60px;
	line-height: 60px;
}
.hBtn .btn.current a{
	/*color: #d26e78;*/
  /*color: #eddc44;*/
  color: #E45F06;
}
.btnEnt{
	width: 60px;
	height: 60px;
}
.btnEnt a{
	width: 100%;
	height: 100%;
	color: #fff;
	/*background: #d1b999;*/
  background: #3c3b37;
}
.btnEnt.btnRsv a{
  /*background: #c1777d;*/
  /*background: #eddc44;*/
  background: #E45F06;
}
.btnEnt p{
	text-align: center;
	font-size: 1.2rem;/*12 / 14*/
}
.hBtn .btn.btnRsv a{}

.hBtn .btn.btnOL{}
.hBtn .btn.btnMap{}
.btnLogin{}
.btnLogin a{
}
.btnLogin a span{
}

.header.active .hBtn .btn:not(.btnRsv) a{
  color: #fff;
}
.header.active .hBtn .btn:not(.btnEnt)::before{
  border-color: #fff;
  border-left: none;
  border-bottom: none;
}

/* for PC*/
@media print, screen and (min-width:768px) {
	/*hBtn*/
	.hBtn{
    display: block;
		right: 160px;
		width: auto;
	}
	.hBtn .btn{
		width: auto;
		padding: 0;
		margin: 0 0 0 15px;
	}
	.hBtn .btn a{
		position: relative;
		display: block;
    width: 80px;
		height: 80px;
		line-height: 80px;
		padding: 0 0 0 12px;
		text-align: left;
		letter-spacing: 0.1em;
	}
	.hBtn .btn:not(.btnEnt) a::before{
		top: calc(50% - 6px);
		width: 8px;
		height: 8px;
	}
	.hBtn .btnEnt{
    /*width: 160px;*/
    width: 100px;
	  height: 80px;
    letter-spacing: normal;
    margin-left: 0;
  }
	.hBtn .btnEnt.btnRsv{
    margin-left: 15px;
  }
	.hBtn .btnEnt a{
    width: 100%;
    padding: 0;
    line-height: 1.4;
  }
	.hBtn .btnEnt.btnRsv a{
    /*color: #3c3b37;*/
    color: #fff;
  }
  .hBtn .btnEnt p{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    font-size: 1.3rem;/*12 / 13*/
    white-space: nowrap;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .hBtn .btn.btnOL,
  .hBtn .btn.btnMap,
  .hBtn .btn.btnLogin{}
  .hBtn .btn.btnOL a,
  .hBtn .btn.btnMap a{
    width: auto;
  }
  .hBtn .btn.btnOL{}
  .hBtn .btn.btnOL a{
    width: auto;
  }
  .hBtn .btn.btnMap{}
  .hBtn .btn.btnMap a{
    width: auto;
  }
  .hBtn .btn.btnLogin{
    width: 100px;
  }
  .hBtn .btn.btnLogin a{
    width: auto;
    position: relative;
  }
  .hBtn .btn.btnLogin a span{
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    line-height: 1.4;
  }
  .hBtn .btn.btnLogin a span br{
    display: block;
  }
  
  
}


/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  .hBtn .btn{
		margin: 0 0 0 5px;
    font-size: 1.0rem;/*12 / 14*/
	}
}


/*btnInfo [
----------------------------------------------------------- */
.btnInfo{
	/*position: fixed;*/
  position: absolute;
	right: 60px;
	top: 0;
	width: 60px;
	height: 60px;
  font-size: 3.0rem;/*30 / 38*/
  /*line-height: 60px;*/
  line-height: 1.0;
	color: #fff;
	/*background: #efd2d4;*/
  /*background: #f6eda1;*/
  background: #F7CFB4;
	z-index: 888;
}
.btnInfo::before{
  content: "";
  position: absolute;
  right: 20%;
  top: 20%;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  /*background: #d26e78;*/
  background: #E45F06;
}

.btnInfo p{
	position: absolute;
	left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #3c3b37;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ 明朝", serif;
}
.btnInfo p::before,
.btnInfo p::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  transform-origin: center center;
  opacity: 0;
  transition: .3s;
}

.btnInfo.active p{
  width: 30px;
  height: 30px;
  text-align: left;
  text-indent: -999999px;
}
.btnInfo.active p::before,
.btnInfo.active p::after{
  width: 1px;
  height: 100%;
  background: #3c3b37;
  opacity: 1;
}
.btnInfo.active p::before{
  transform: rotate(45deg);
}
.btnInfo.active p::after{
  transform: rotate(-45deg) ;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .btnInfo{
    right: 80px;
    width: 80px;
    height: 80px;
    font-size: 3.8rem;/*30 / 38*/
    cursor: pointer;
  }
  .btnInfo::before{
    width: 8px;
    height: 8px;
  }
  .btnInfo p{
    width: 40px;
    height: 40px;
  }
  .btnInfo.active{}
  .btnInfo.active p{
    width: 40px;
    height: 40px;
  }
}

/*information [
----------------------------------------------------------- */
.information {
	display: none;
	position: fixed;
	/*z-index: 998;*/
	z-index: 887;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f5f5f5;
	overflow-y: auto;
}
.information.active {}

.information > div {
	/*padding: 100px 5.33vw 0 5.33vw;*/
  padding: 100px 4vw;
}
.information .contact {
	border-bottom: none;
}
.information h2{
  margin: 0 0 40px 0;
  font-size:min(calc(100vw / (11*0.5)),10rem);
  font-weight: 400;
  line-height: 1.0;
  text-align: center;
  /*color: #f7e8e9;*/
  /*color: #f6eda1;*/
  color: #F7CFB4;
}
.information .news dt{
  margin: 0 0 5px 0;
  font-size: 1.1rem;/*11 / 13*/
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.information .news dd{
  margin: 0 0 15px 0;
  text-align: left;
  line-height: 1.2;
}
.information .news01{
  margin: 0 0 20px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #777;
}
.information .news01 dt{
  display: none;
}
.information .news01 dd{
  font-size: 2.0rem;/*20 / 23*/
}
.information .news01 dd p{
  margin-top: 10px;
  font-size: 70%;
  letter-spacing: 0.05em;
}

.information .news02{
  height: 50vh;
  padding: 20px 0 30px 0;
  border-top: 1px solid #5a5a5a;
  overflow: auto;
}
.information .news02 dd{
  font-size: 1.3rem;;/*13 / 15*/
}
.information .news02 dd a{
  text-decoration: underline;
}


/* for PC*/
@media print, screen and (min-width:768px) {
  .information {}
  .information.active {}

  .information > div {
    max-width: 750px;
    margin: 0 auto;
    padding: 140px 0;
  }
  .information h2{
    margin: 0 0 100px 0;
  }
  .information .news{}
  .information .news dt{
    clear: both;
    float: left;
    width: 200px;
    margin: 0 0 15px 0;
    font-size: 1.3rem;/*11 / 13*/
  }
  .information .news dd{
    float: right;
    margin: 0 0 15px 0;
  }
  .information .news dd a{}
  .information .news01{
    margin: 0 0 60px 0;
    padding: 0 0 60px 0;
  }
  .information .news01 dt{
    padding: 0.5em 0 0 0;
    width: 220px;
  }
  .information .news01 dd{
    width: 100%;
    text-align: center;
    /*width: calc(100% - 230px);*/
    font-size: 2.3rem;/*20 / 23*/
    letter-spacing: 0.2em;
  }

  .information .news02{
    height: 180px;
    padding-top: 60px;
  }
  .information .news02 dt{
    width: 150px;
    padding: 0.2em 0 0 0;
  }
  .information .news02 dd{
    width: calc(100% - 160px);
    font-size: 1.5rem;/*13 / 15*/
  }
  
}



/*btnMenu [
----------------------------------------------------------- */
.btnMenu{
	/*position: fixed;*/
  position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	color: #fff;
	background: #3c3b37;
	/*z-index: 999;*/
	z-index: 888;
}
.btnMenu.active{}
.btnMenu::before,
.btnMenu::after{
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	width: 20px;
	height: 1px;
	background: #fff;
	transform: translate(-50%,0);
	transform-origin: left;
  transition: .3s;
}
.btnMenu::before{
	top: 20px;
}
.btnMenu::after{
	top: 27px;
}

/*gNav開いてる時*/
.btnMenu.active::before,
.btnMenu.active::after{	
	top: calc(20px + 6px);
}
.btnMenu.active::before{
	transform: rotate(45deg) translate(-50%,0);
}
.btnMenu.active::after{
	transform: rotate(-45deg) translate(-50%,0);
}
.btnMenu p{
	position: absolute;
	left: 0;
	/*bottom: 10px;*/
  top: 32px;
	width: 100%;
	padding: 0 0 0 0.1em;
	text-align: center;
	font-size: 1.2rem;/*12 / 16*/
	letter-spacing: 0.1em;
	transition: .3s;
}

/* for PC*/
@media print, screen and (min-width:768px) {
	.btnMenu{
		/*position: relative;
		float: right;*/
		width: 80px;
		height: 80px;
	}
	/*.btnMenu.active{
		right: 20px;
	}*/
	.btnMenu:hover{
		cursor: pointer;
	}
	.btnMenu::before,
	.btnMenu::after{}
	.btnMenu::before{
		top: 26px;
	}
	.btnMenu::after{
		top: 34px;
	}

	/*gNav開いてる時*/
	.btnMenu.active::before,
	.btnMenu.active::after{	
		top: calc(22px + 6px);
	}
	.btnMenu.active::before{}
	.btnMenu.active::after{}
	.btnMenu p{
		/*bottom: 10px;*/
    top: 40px;
		font-size: 1.6rem;/*12 / 16*/
	}
}





/*gNav [
----------------------------------------------------------- */
.gNav {
	display: none;
	position: fixed;
	/*z-index: 998;*/
	z-index: 887;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #63625f;
	color: #fff;
	overflow-y: auto;
}
.gNav.active {}
.gNav > div {
	padding: 100px 5.33vw 100px 5.33vw;
}
.gNav > div > .gnList .nav {
	border-bottom: 1px solid rgba(255,255,255,1.0);
	text-align: center;
	line-height: 1.2;
}
.gNav > div > .gnList .nav a {
	position: relative;
	display: block;
	padding: 10px 0;
	color: #fff;
}
.gNav > div > .gnList .nav.type01 a::after {
  content: "";
	position: absolute;
  right: 10px;
  top: 50%;
	display: block;
  width: 5px;
	height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

/*工事中*/
.gNav > div > .gnList .nav a.cs {
	opacity: 0.2;
  cursor: default;
}



.gNav > div > .gnList .nav.type01 a .fEn {
  display: block;
  margin: 0 0 3px 0;
	font-size: 3.0rem;/*30 / 35*/
}
.gNav > div > .gnList .nav.type01 a .fJa {
  display: block;
	font-size: 1.1rem;/*11 / 13*/
}

.gNav > div > .gnList .nav.type01 a:not(.cs):hover {
	background: #3c3b37;
  opacity: 1;
}


.gNav > div > .gnList .nav.type01.new span {
  position: absolute;
  left: 30%;
  top: 50%;
	display: inline-block;
	vertical-align: middle;
  height: 17px;
  line-height: 16px;
  padding: 0 5px;
  border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	font-family: 'Italiana', serif;
	font-size: 1.1rem;
	text-align: center;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}


.gNav > div > .gnList .nav.type02{
  float: left;
  width: 50%;
  border-bottom: none;
	font-size: 1.2rem;/*12 / 14*/
  text-align: left;
  line-height: 1.2;
}
.gNav > div > .gnList .nav.type02 a{
  position: relative;
  padding: 20px 0;
}
.gNav > div > .gnList .nav.type02 a::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gNav > div > .gnList .nav.navOL.type02 a::before{
  background-image: url("../images/ico_ol.svg");
}
.gNav > div > .gnList .nav.navMap.type02 a::before{
  background-image: url("../images/ico_map.svg");
}



.gNav .contact,
.information .contact{
  padding: 0;
  background: none;
}
.gNav .contact ul,
.information .contact ul{
  padding: 20px 0;
}

.gNav .contact .tel a,
.information .contact .tel a{
  color: #fff;
}
.gNav .contact .btn,
.information .contact .btn{
  margin: 0 auto 20px auto;
  background: #fff;
  border: 1px  solid #fff;
  font-size: 1.6rem;/*16 / 18*/
}
.gNav .contact .btn a,
.information .contact .btn a{
  display: block;
  height: 60px;
  line-height: 60px;  
  color: #3c3b37;
}
.gNav .contact .btn a::before,
.information .contact .btn a::before{
  width: 25px;
  background: #3c3b37;
}
.gNav .contact .btn a::after,
.information .contact .btn a::after{
  border-color: #3c3b37;
}
.gNav .contact .btn a::before,
.gNav .contact .btn a::after,
.information .contact .btn a::before,
.information .contact .btn a::after{
  right: 15px;
}


.gNav .contact .btn:nth-of-type(1) a,
.information .contact .btn:nth-of-type(1) a{
  /*background: #eddc44;*/
  background: #E45F06;
  color: #fff;
}
.gNav .contact .btn:nth-of-type(2) a,
.information .contact .btn:nth-of-type(2) a{
  background: #3c3b37;
  color: #fff;
}
.gNav .contact .btn:nth-of-type(1) a::before,
.gNav .contact .btn:nth-of-type(2) a::before,
.information .contact .btn:nth-of-type(1) a::before,
.information .contact .btn:nth-of-type(2) a::before{
  width: 25px;
  background: #fff;
}
.gNav .contact .btn:nth-of-type(1) a::after,
.gNav .contact .btn:nth-of-type(2) a::after,
.information .contact .btn:nth-of-type(1) a::after,
.information .contact .btn:nth-of-type(2) a::after{
  border-color: #fff;
}

/*.gNav .contact .btn:nth-of-type(1) a:hover,
.information .contact .btn:nth-of-type(1) a:hover{
  background: #fff;
}
.gNav .contact .btn:nth-of-type(2) a:hover,
.information .contact .btn:nth-of-type(2) a:hover{
  background: #fff;
  color: #3c3b37;
}
.gNav .contact .btn:nth-of-type(2) a:hover::before,
.information .contact .btn:nth-of-type(2) a:hover::before{
  background: #3c3b37;
}
.gNav .contact .btn:nth-of-type(2) a:hover::after,
.information .contact .btn:nth-of-type(2) a:hover::after{
  border-color: #3c3b37;
}*/

.gNav .contact .btn:nth-of-type(3) a,
.information .contact .btn:nth-of-type(3) a{
  background: #fff;
}
.gNav .contact .btn:nth-of-type(3) a:hover,
.information .contact .btn:nth-of-type(3) a:hover{}

/*
.gNav .contact .btn a:hover,
.information .contact .btn a:hover{
  background: #be9b6e;
  color: #fff;
  opacity: 1;
}
.gNav .contact .btn a:hover::before,
.information .contact .btn a:hover::before{
  background: #fff;
}
.gNav .contact .btn a:hover:after,
.information .contact .btn a:hover:after{
  border-color: #fff;
}

.gNav .contact .btn a.bg02:hover{
  background: #eddc44 !important;
}
*/

.top .gNav ul .nav:nth-of-type(1) a,
.value .gNav ul .nav:nth-of-type(2) a,
.location .gNav ul .nav:nth-of-type(3) a,
.access .gNav ul .nav:nth-of-type(4) a,
.plan .gNav ul .nav:nth-of-type(5) a,
.design .gNav ul .nav:nth-of-type(6) a,
.quality .gNav ul .nav:nth-of-type(7) a,
.gallery .gNav ul .nav:nth-of-type(8) a,
.completion .gNav ul .nav:nth-of-type(9) a,
.brand .gNav ul .nav:nth-of-type(10) a{
  /*color: #efd2d4;*/
  /*color: #f6eda1;*/
  color: #F7CFB4;
}

/* for PC*/
@media print, screen and (min-width:768px) {
	.gNav {}
	.gNav.active {}
	.gNav > div {
    max-width: 550px;
    margin: 0 auto;
		padding: 140px 0 50px 0;
	}
	.gNav > div > .gnList {
		width: 100%x;
		margin: 0 0 60px 0;
	}
	.gNav > div > .gnList .nav {}
  
  
	.gNav > div > .gnList .nav a {}
  .gNav > div > .gnList .nav.type01 a .fEn {
    margin: 0 0 5px 0;
    font-size: 3.5rem;/*30 / 35*/
  }
  .gNav > div > .gnList .nav.type01 a .fJa {
    font-size: 1.3rem;/*11 / 13*/
  }

  .gNav > div > .gnList .nav.type01 a:hover {}
  
  .gNav > div > .gnList .nav.type02{
    width: 155px;
    font-size: 1.4rem;/*12 / 14*/
  }
  .gNav > div > .gnList .nav.type02 a{
    padding: 35px 0;
  }
  .gNav > div > .gnList .nav.type02 a::before{
    width: 22px;
    height: 22px;
  }
  .gNav > div > .gnList .nav.navOL.type02 a::before{}
  .gNav > div > .gnList .nav.navMap.type02 a::before{}

  
  
  .gNav .contact,
  .information .contact{}
  .information .contact{
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .gNav .contact ul,
  .information .contact ul{}
  .gNav .contact .btn,
  .information .contact .btn{
    margin: 0 0 55px 0;
    font-size: 1.6rem;/*16 / 18*/
  }
  .information .contact .btn{
    border: 1px solid #777;
  }
  .gNav .contact .btn:nth-of-type(1),
  .information .contact .btn:nth-of-type(1){
    float: left;
    width: 48%;
  }
  .gNav .contact .btn:nth-of-type(2),
  .information .contact .btn:nth-of-type(2){
    float: right;
    width: 48%;
  }
  .gNav .contact .btn:nth-of-type(3),
  .information .contact .btn:nth-of-type(3){
    clear: both;
  }
  .gNav .contact .btn a,
  .information .contact .btn a{
    height: 80px;
    line-height: 80px;  
  }
  .gNav .contact .btn{
    margin-bottom: 20px;
  }
  .gNav .contact .btn:last-of-type{
    margin-bottom: 55px;
  }
}



/*gNavPC [
----------------------------------------------------------- */
.gNavPC{
	display: none;
}
.header.active .gNavPC{
	display: none;
  opacity: 0;
	}

/* for PC*/
@media print, screen and (min-width:768px) {
	.gNavPC{
		display: block;
		margin: 80px 0 0 0;
    border-bottom: 1px solid #eee;
	}
	
	.gNavPC ul{
		display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		/*border-bottom: 1px solid #bbb;*/
	}
	.gNavPC ul .nav{
		font-size: 1.3rem;
		text-align: center;
	}
	.gNavPC ul .nav a{
		display: block;
		height: 50px;
		line-height: 50px;
		/*height: 60px;
		line-height: 60px;*/
	}
	.gNavPC ul .nav a span{
		position: relative;
		/*display: inline-block;
		vertical-align: middle;*/
		padding: 0 0 4px 0;
	}
	
	.gNavPC ul .nav a:hover{
		color: #999;
		opacity: 1;
	}
  
  /*coming soon*/
	.gNavPC ul .nav .cs{
    color: #bbb;
    cursor: default;
	}
	.gNavPC ul .nav .cs:hover{
    color: #bbb;
	}
	
	/*current*/
	.top .gNavPC ul .nav:nth-of-type(1) span::after,
	.value .gNavPC ul .nav:nth-of-type(2) span::after,
	.location .gNavPC ul .nav:nth-of-type(3) span::after,
	.access .gNavPC ul .nav:nth-of-type(4) span::after,
	.plan .gNavPC ul .nav:nth-of-type(5) span::after,
	.design .gNavPC ul .nav:nth-of-type(6) span::after,
	.quality .gNavPC ul .nav:nth-of-type(7) span::after,
	.gallery .gNavPC ul .nav:nth-of-type(8) span::after,
	.completion .gNavPC ul .nav:nth-of-type(9) span::after,
	.brand .gNavPC ul .nav:nth-of-type(10) span::after,
	.voice .gNavPC ul .nav:nth-of-type(11) span::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    display: block;
    width: 100%;
    height: 2px;
		/*background: #efd2d4*/
    /*background: #d26e78;*/
    /*background: #eddc44;*/
    background: #E45F06;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	}
	/*new*/
	.gNavPC ul .nav.new{
		position: relative;
	}
	.gNavPC ul .nav.new::before{
		content: "NEW";
		position: absolute;
		left: 50%;
		top: -10px;
		/*color: #3c6edc;*/
    color: #AC1619;
		font-family: 'Italiana', serif;
		font-size: 1.1rem;
		text-align: center;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
}

/* IE11 hack */
	@media all and (-ms-high-contrast:none){
		.gNavPC ul{
			display:block;
			text-align: center;
		}
		.gNavPC ul::after{
			content: "";
			display:block;
			clear: both;
		}
		.gNavPC ul li{
			float: left;
			width: 10%;
		}
	}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  .gNavPC ul .nav{
		font-size: 1.1rem;
	}
}


/*
fNav
*/
.fNav{
	padding: 20px 0;
}
.fNav .nav{
	float: left;
	width: calc(100% / 3);
	font-size: 1.1rem;
	line-height: 1.2;
	/*text-align: left;*/
	text-align: center;
}
.fNav .nav a,
.fNav .nav span{
	display: block;
	padding: 10px;
}
.fNav .nav a.cs,
.fNav .nav span{		
  color: #bbb;
  cursor: default;
}
.fNav .nav a.cs:hover,
.fNav .nav span:hover{		
  opacity: 1;
}

/* for PC*/
@media print, screen and (min-width:768px) {
	.fNav{}
	.fNav .nav{
		float: none;
		display: inline-block;
		width: auto;
		border-right: 1px solid #3c3b37;
		text-align: center;
	}
	.fNav .nav:last-of-type{
		border-right: none;
	}
	.fNav .nav a,
  .fNav .nav span{		
		padding: 0 10px;
	}

}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
  .fNav .nav{
    font-size: 1.0rem;
  }
  .fNav .nav a,
  .fNav .nav span{
    padding: 5px 4px;
  }
}


/*
footer
*/
.footer{
  padding-bottom: 100px;
}
.footer a{
  text-decoration: none;
}


.contact{
  padding: 30px 0;
  border-bottom: 1px solid #5a5a5a;
  text-align: center;
  line-height: 1.2;
}
.contact dt{
  margin: 0 0 10px 0;
  font-size: 1.3rem;/*13 / 13*/
  line-height: 1.6;
}
.contact dd{
  margin: 0 0 15px 0;
  padding: 0 0 0 0.2em;
  font-size: 2.7rem;/*27 / 27*/
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.contact dd:first-of-type span{  
  display: inline-block;
  vertical-align: baseline;
}
.contact dd:first-of-type::before{
  content: "";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px 0 0;
  width: 34px;
  height: 20px;
  background: url("../images/ico_fd.svg") no-repeat center center;
  background-size: cover;
}
.contact dd:last-of-type{
  margin: 0;
  padding: 0;
  font-size: 1.3rem;/*13 / 13*/
  letter-spacing: normal;
}


.footer .fCompany{
  padding: 30px 0;
  /*border-top: 1px solid #5a5a5a;*/
  text-align: center;
}
.footer .fCompany li{
  width: 70%;
  max-width: 296px;
  margin: 0 auto 30px auto;
  font-size: 1.1rem;
  text-align: center;
}
.footer .fCompany li span{
  display: block;
  padding-left: 22%;
  text-align: left;
}

.footer .copyright{
  background: #fff;
  padding: 0 0 10px 0;
	font-size: 1.0rem;/*10 / 10*/
	text-align: center;
	line-height: 1.2;
}


/*fBnr*/
.fBnr{
	padding: 0 0 20px 0;
	text-align: center;
}
.fBnr .bnr{
	max-width: 350px;
	width: 60%;
	margin: 0 auto 10px auto;
  background: #fff;
	border: 1px solid #bbb;
}
.fBnr .bnr a{
	display: block;
}



/*
footer
*/
@media print, screen and (min-width:768px) {
	.footer{
    padding-bottom: 10px;
  }
  .footer a{}

  
  .contact{
    padding: 40px 0;
  }
  .contact dt{
    margin: 0 0 15px 0;
  }
  .contact dd{
    margin: 0 0 15px 0;
    font-size: 2.7rem;/*27 / 27*/
  }
  .contact dd:first-of-type span{}
  .contact dd:first-of-type::before{}
  .contact dd:last-of-type{}
  
  .footer .fCompany{
    float: left;
    width: 60%;
    text-align: center;
  }
  .footer .fCompany li{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.8%;
    font-size: 1.3rem;
  }
  .footer .fCompany li span{}
  .footer .fBnr{
    float: right;
    width: 20%;
    padding: 30px 0;
    }
  .fBnr .bnr{
    max-width: initial;
    width: 100%;
    margin: 0;
  }
  .footer .copyright{
    padding: 0 0 10px 0.15em;
    font-size: 1.0rem;/*10 / 10*/
    letter-spacing: 0.1em;
  }
}




/*hBtn [
----------------------------------------------------------- */
.btnFix{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1px 2px;
	z-index: 997;
	background: rgba(255,255,255,1);
}
.btnFix .btn{
	float: left;
	width: calc(100% / 5);
	padding: 2px;
	font-size: 1.1rem;/*11 / 14*/
	text-align: center;
}
.btnFix .btn a{
	display: block;
	height: 60px;
	padding-top: 34px;
	background-color: #3c3b37;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 25px auto;
	color: #fff;
}
.btnFix .btn.btnOL{
	display: none;
}
.btnFix .btn.btnTel a{
	background-color: #fff;
	background-image: url("../images/ico_tel.png");
	background-position: center 2px;
	background-size: 36px 36px;
	border: 1px solid #5a5a5a;
	color: #3c3b37;
}

.btnFix .btn.btnReq a{
	background-image: url("../images/ico_req.png");
	background-size: 20px auto;
	border: 1px solid #3c3b37;
}
.btnFix .btn.btnRsv a{
  /*background-color: #c1777d;*/
  /*background-color: #eddc44;*/
  background-color: #E45F06;
	background-image: url("../images/ico_rsv.png");
	/*border: 1px solid #c1777d;*/
  /*border: 1px solid #eddc44;*/
  border: 1px solid #E45F06;
  color: #3c3b37;
}
.btnFix .btn.btnMap a{
	background-color: #fff;
	background-image: url("../images/ico_map.png");
	background-position: center 2px;
	background-size: 36px auto;
	border: 1px solid #5a5a5a;
	color: #3c3b37;
}
.btnFix .btn.btnOl a{
	background-color: #fff;
	background-image: url("../images/ico_ol_bk.svg");
	background-position: center 8px;
	background-size: 22px auto;
	border: 1px solid #5a5a5a;
	color: #3c3b37;
}
.btnFix .btn.btnLogin a{
	/*background-color: #efd2d4;*/
  /*background-color: #f6eda1;*/
  background-color: #F7CFB4;
	background-image: url("../images/ico_login.svg");
	background-position: center 5px;
	background-size: 26px auto;
	/*border: 1px solid #d26e78;
	color: #d26e78;*/
  /*border: 1px solid #eddc44;*/
  border: 1px solid #E45F06;
  color: #3c3b37;
}


@media print, screen and (min-width:768px) {
  .btnFix{
    display: none;
  }
}

/*btnPageTop*/
.btnPageTop{
	display: none;
	position:fixed;
	right:10px;
	bottom:65px;
	width:48px;
	height:48px;
  z-index: 150;
	}
.btnPageTop a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
  border-radius: inherit;
	}
.btnPageTop a::after{
	content:"";
	position:absolute;
	display:block;
	left:50%;
	top:50%;
	width:20px;
	height:20px;
	margin:-5px 0 0 -10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}


/* for PC*/
@media print, screen and (min-width:768px) {
  /*btnPageTop*/
  .btnPageTop{
    bottom:10px;
    }
  }




/*
contents
*/
main{
	display: block;
}
.contents{
  position: relative;
  margin: 60px 0 0 0;
  background: #fff;
  z-index: 100;
}
.conBody{
  padding: 40px 0 0 0;
}
.pageH{
  position: relative;
  padding: 0 0 90px 0;
  text-align: center;
}
.pageH .fEn{
  padding: 40px 0 0 0;
  font-size:min(calc(100vw / (11*0.5)),20rem);
  font-weight: 400;
  /*color: #efd2d4;*/
  /*color: #f6eda1;*/
  color: #F7CFB4;
  line-height: 1.0;
}
.pageH h1{
  padding: 0 0 0 0.4em;
  font-size: 1.4rem;/* 14 / 18*/
  font-weight: 400;
  letter-spacing: 0.4em;
}

.pageH span{
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 1px;
  height: 70px;
  overflow: hidden;
}
.pageH span::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 0;
  background: #3C3B37;
  animation: phScrl 2s ease 0s infinite normal;
}

@keyframes phScrl{
	0%{
		height: 0;
    margin-top: 0;
	}
	50%{
		height: 100%;
		margin-top: 0;
	}
	100%{
		height: 100%;
		margin-top: 70px;
	}
}

.crumbs{
  position: absolute;
  text-align: right;
  right: 5px;
  top: 20px;
  z-index: 10;
}
.crumbs li{
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px 0 0;
  font-size: 1.0rem;
  text-align: right;
}
.crumbs li::after{
  content: ">";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 5px;
}

.crumbs li:last-of-type{
  margin-right: 0;
}
.crumbs li:last-of-type::after{
  content: none;
}
.crumbs li a{}

.ttlEn{
  position: relative;
  margin: 0 0 30px 0;
  padding-left: 0.2em;
  font-size: 2.4rem;/*24 / 30*/
  text-align: center;
  letter-spacing: 0.2em;
}

.ttlEn.type02{
  margin: 0 0 40px 0;
  padding-left: 0.1em;
  font-size: 2.8rem;/*28 / 35*/
  text-align: center;
  letter-spacing: 0.1em;
}

/*セクション*/
.sec01{
  margin-bottom: 50px !important;
}
.sec02{
  margin-bottom: 30px !important;
}


/*コピー*/
.copy01{
  margin: 0 0 40px 0;
  padding-left: 0.5em;
  font-size: 2.4rem;/*24 / 38*/
  letter-spacing: 0.1em;
}
.copy02{
  margin: 0 0 20px 0;
  /*padding-left: 0.2em;*/
  font-size: 1.8rem;/*18 / 23*/
  /*letter-spacing: 0.05em;*/
}
.copy02.type02{
  font-size: 1.7rem;/*17 / 23*/
}
.copy03{
  margin: 0 0 20px 0;
  /*padding-left: 0.6em;*/
  font-size: 1.6rem;/*16 / 18*/
  /*letter-spacing: 0.1em;*/
}
.copy04{
  margin: 0 0 20px 0;
  /*padding-left: 0.6em;*/
  font-size: 2.0rem;/*20 / 30*/
  /*letter-spacing: 0.1em;*/
}

.copy01.taL,
.copy02.taL,
.copy03.taL{
  padding-left: 0;
}

/*リード*/
.lead01{
  font-size: 1.4rem;/*14 / 16*/
  line-height: 2.0;
  font-weight: normal;
}
.lead02{
  font-size: 1.3rem;/*13 / 15*/
  line-height: 2.0;
  font-weight: normal;
}
.lead03{
  font-size: 1.1rem;/*11 / 13*/
  line-height: 2.0;
  font-weight: normal;
}




/* for PC*/
@media print, screen and (min-width:768px) {
	.contents{
    /*margin: 80px 0 0 0;*/
    margin: 130px 0 0 0;
  }
  .conBody{
    padding: 60px 0 0 0;
  }
  .pageH{
    padding: 0 0 100px 0;
  }
  .pageH .fEn{
    padding: 40px 0 0 0;
  }
  .pageH h1{
    font-size: 1.8rem;/* 14 / 18*/
  }
  .pageH span{}
  
  
  .crumbs{
    right: 10px;
  }
  .crumbs li{
    font-size: 1.2rem;
  }
  .crumbs li::after{}

  .crumbs li:last-of-type{}
  .crumbs li:last-of-type::after{}
  .crumbs li a{}
  
  .ttlEn{
    margin: 0 0 50px 0;
    padding-left: 0.45em;
    font-size: 3.0rem;/*24 / 30*/
    letter-spacing: 0.4em;
  }
  .ttlEn.type02{
    margin: 0 0 70px 0;
    font-size: 3.5rem;/*28 / 35*/
  }
  /*セクション*/
  .sec01{
    clear: both;
    margin-bottom: 100px !important;
  }
  .sec02{
    margin-bottom: 60px !important;
  }
  
  /*コピー*/
  .copy01{
    margin: 0 0 80px 0;
    padding-left: 0.6em;
    font-size: 3.8rem;/*24 / 30*/
    letter-spacing: 0.1em;
  }
  .copy02{
    margin: 0 0 40px 0;
    padding-left: 0.7em;
    font-size: 2.3rem;/*18 / 23*/
    letter-spacing: 0.2em;
  }
  .copy02.type02{
    font-size: 2.3rem;/*17 / 23*/
  }
  .copy03{
    margin: 0 0 20px 0;
    padding-left: 0.1em;
    font-size: 1.8rem;/*16 / 18*/
    letter-spacing: 0.05em;
    line-height: 1.6;
  }  
  .copy04{
    margin: 0 0 70px 0;
    padding-left: 0.2em;
    font-size: 3.0rem;/*20 / 30*/
    letter-spacing: 0.1em;
  }
  
  /*リード*/
  .lead01{
    font-size: 1.6rem;/*14 / 16*/
    letter-spacing: 0.1em;
  }
  .lead02{
    font-size: 1.4rem;/*13 / 14*/
    letter-spacing: 0.1em;
  }
  .lead03{
    font-size: 1.3rem;/*11 / 13*/
    letter-spacing: 0.1em;
  }

}


/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/
  .pageH{
    padding: 0 0 80px 0;
  }
  .pageH span{}
}




/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  /*セクション*/
  .sec01{
    margin-bottom: 70px !important;
  }
  .sec02{
    margin-bottom: 40px !important;
  }
  
  /*コピー*/
  .copy01{
    margin: 0 0 40px 0;
    font-size: 3.2rem;/*24 / 38*/
    letter-spacing: 0.05em;
  }
  .copy02{
    margin: 0 0 50px 0;
    font-size: 2.0rem;/*20 / 23*/
    letter-spacing: 0.1em;
  }
  .copy03{
    margin: 0 0 20px 0;
    font-size: 1.7rem;/*16 / 18*/
    letter-spacing: 0.05em;
  }
}

/*ボタン--汎用*/
.btnGen.type01,
.btnGen.type02{
  max-width: 250px;
  margin: 0 auto;
  padding: 0 0 0 0.1em;
  border-radius: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;/*13 / 15*/
  letter-spacing: 0.1em;
}
.btnGen.type01 a{
  display: block;
  border-radius: inherit;
  height: 100%;
  line-height: inherit;
  border: 1px solid #3C3B37;
}
.btnGen.type01 a:hover{
  opacity: 1;
  background: #3C3B37;
  color: #fff;
}


.btnGen.type02 a{
  display: block;
  border-radius: inherit;
  height: 100%;
  line-height: inherit;
  background: #3C3B37;
  border: 1px solid #3C3B37;
  color: #fff;
}
.btnGen.type02 a:hover{
  opacity: 1;
  background: #fff;
  color: #3C3B37;
}


/* for PC*/
@media print, screen and (min-width:768px) {
  .btnGen.type01,
  .btnGen.type02{
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;/*13 / 15*/
  }
  .btnGen.type01 a{}
}


.fWrap{
  position: relative;
  z-index: 100;
  background: #fff;
}

/*btnCV [
----------------------------------------------------------- */
.btnCV{
  position: relative;
	padding: 50px 0 40px 0;
	background: url("../images/bg_cv_sp.jpg") repeat center bottom;
  background-size: cover;
	text-align: center;
  color: #fff;
}
.btnCV .t00{
  margin: 0 0 20px 0;
  font-size:min(4.8vw ,2.4rem);/*24 / 30*//*375pxで20px*/
  text-align: center;
  color: #be9b6e;
}
.btnCV .t01{
  margin: 0 0 10px 0;
  font-size: 1.8rem;/*18 / 22*/
  line-height: 1.4;
  font-weight: 400;
}
.btnCV .t02{
  margin: 0 0 15px 0;
  padding: 0 0 0 0.1em;
  /*font-size: 3.0rem;30 / 40*/
  font-size: 2.0rem;/*20 / 24*/
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.btnCV .t04{
  margin: 0 0 15px 0;
  padding: 0 0 0 0.1em;
  font-size: 3.8rem;/*38 / 52*/
  /*font-size: 3.4rem;34 / 48*/
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.btnCV .t03{
  margin: 0 0 20px 0;
  font-size: 1.4rem;/*14 / 18*/
  /*font-size: 1.3rem;13 / 16*/
  line-height: 1.6;
  font-weight: 400;
}


.btnCV .btn{
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.8rem;/*18 / 23*/
}
.btnCV .btn a{
  position: relative;
  display: block;
  height: 100px;
  color: #fff;
}
.btnCV .btn a p{
  position: absolute;
  left: 50%;
	top: 50%;
  width: 100%;
  padding: 0 0 0 0.2em;
  line-height: 1.4;
  letter-spacing: 0.2em;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.btnCV .btn a p i{
  /*display: block;*/
  display: none;
  /*font-size: calc((40/23)*100%);*/
  font-size: 150%;
  font-style: normal;
  letter-spacing: normal;
}


.btnCV .btn a span{
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  transition: .3s;
}
.btnCV .btn a span::before{
  width: 30px;
}
.btnCV .btn .icoArr.arrR::before,
.btnCV .btn .icoArr.arrR::after{
  right: 0;
}
.btnCV .btn a:hover{
	opacity: 1;
  background: #efd2d4;
}
.btnCV .btn a:hover span{
  right: calc(15px - 5px);
}

.btnCV .btnEntry{}
.btnCV .btnEntry a{
  background: rgba(60,59,55,1);
}
.btnCV .btnEntry a:hover{
  background: rgba(60,59,55,0.7);
}

.btnCV .btnRsv{
  margin: 0 0 15px 0;
}
.btnCV .btnRsv a{
  /*background: rgba(237,220,68,1);*/
  /*color: #3c3b37;*/
  background: #E45F06;
  color: #fff;
}
.btnCV .btnRsv a span::before{
  /*background: #3c3b37;*/
  background: #fff;
}
.btnCV .btnRsv a span::after{
  /*border-color: #3c3b37;*/
  border-color: #fff;
}
.btnCV .btnRsv a:hover{
  background: rgba(237,220,68,0.7);
  background: rgba(228,95,6,0.7);
}


/* for PC*/
@media print, screen and (min-width:768px) {
	.btnCV{
    padding: 100px 0 90px 0;
    background-image: url("../images/bg_cv_pc.jpg");
  }
  .btnCV .t00{
    margin: 0 0 40px 0;
    font-size: 4.0rem;/*30 / 40*/
  }
  .btnCV .t01{
    margin: 0 0 15px 0;
    font-size: 2.2rem;/*18 / 22*/
  }
  .btnCV .t02{
    margin: 0 0 40px 0;
    padding: 0 0 0 0.1em;
    font-size: 2.4rem;/*20 / 24*/
    letter-spacing: 0.1em;
  }
  .btnCV .t04{
    margin: 0 0 20px 0;
    padding: 0 0 0 0.2em;
    /*font-size: 4.7rem;35 / 47*/
    font-size: 5.2rem;/*38 / 52*/
    letter-spacing: 0.2em;
  }
  .btnCV .t03{
    margin: 0 0 30px 0;
    padding: 0 0 0 0.1em;
    font-size: 1.8rem;/*14 / 18*/
    letter-spacing: 0.1em;
  }



  .btnCV .btn{
    position: relative;
    width: 48%;
    font-size: 2.3rem;/*18 / 23*/
  }
  .btnCV .btn a{
    height: 150px;
  }
  .btnCV .btn a p{
    padding: 0 0 0 0.4em;
    letter-spacing: 0.4em;
  }
  .btnCV .btn a p i{
    font-size: calc((40/23)*100%);
  }

  .btnCV .btn a span{
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .btnCV .btn a span::before{
    width: 25px;
  }
  .btnCV .btn .icoArr.arrR::before,
  .btnCV .btn .icoArr.arrR::after{
    right: 0;
  }
  .btnCV .btn a:hover{}
  .btnCV .btn a:hover span{
    right: calc(25px - 10px);
  }
  .btnCV .btnEntry{
    float: right;
    margin: 0;
  }
  .btnCV .btnEntry a{}
  .btnCV .btnEntry a:hover{}

  .btnCV .btnRsv{
    float: left;
    margin: 0;
  }
  .btnCV .btnRsv a{}
  .btnCV .btnRsv a:hover{}

}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  .btnCV{
    min-height: 480px;
  }
  .btnCV .btn a{
    height: 100px;
    line-height: 100px;
    padding: 0;
  }
  .btnCV .btn a .fEn{
    font-size: 2.8rem;/*20 / 38*/
    letter-spacing: 0.2em;
  }
  .btnCV .btn a .fEn + p{
    font-size: 1.3rem;/*13 / 15*/ 
  }
  .btnCV .t04{
    padding-left: 0;
    font-size: 1.4rem;/*15 / 16*/
    letter-spacing: normal;
  }
}




/*loginBox
--------------------------------- */

.loginBox{
  width: 90%;
  max-width: 690px;
  margin: 20px auto 0 auto;
  /*padding: 10px;*/
  /*background: #F7E8E9;*/
  /*background: #E45F06;*/
  /*background: #eddc44;*/
  background: #E45F06;
}
.loginBox input{
  width: 100%;
  height: 100%;
  line-height: inherit;
  border:none;
  outline: none;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ 明朝", serif;
}

.loginBox .inputPW{
  float: left;
  width: 75%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: left;
}
.loginBox .inputPW input{
  padding: 0 0 0 1em;
  background: #fff;
  font-size: 1.6rem;
}
.loginBox .btnSubmit{
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
}
.loginBox .btnSubmit input{
  padding: 0 0 0 0.05em;
  /*background: #C1777D;*/
  /*background: #eddc44;*/
  background: #E45F06;
  font-size: 1.5rem;/*15 / 18*/
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

/*sweetalert*/
.swal-button {
  /*background-color: #C1777D;*/
  background-color: #eddc44;
  box-shadow: none !important;
}
.swal-button:not([disabled]):hover {
  background-color: #d1b999;
}


/* for pc */
@media screen and (min-width: 768px) {
  .loginBox{
    width: 690px;
    margin: 30px auto 0 auto;
    /*padding: 20px;*/
  }
  .loginBox input{}

  .loginBox .inputPW{
    float: left;
    width: 455px;
    height: 70px;
    line-height: 70px;
  }
  .loginBox .inputPW input{
    font-size: 1.8rem;
  }
  .loginBox .btnSubmit{
    width: calc(100% - 455px);
    height: 70px;
    line-height: 70px;
  }
  .loginBox .btnSubmit input{
    font-size: 1.8rem;/*15 / 18*/
  }
}




/*btn*/
.btnEntry01{
  position: relative;
  max-width: 580px;
  width: 90%;
	margin: 20px auto 30px auto;
  font-size: 1.8rem;/*18 / 23*/
}
.btnEntry01 a{
  position: relative;
  display: block;
  height: 90px;
  background: #3c3b37;
  color: #fff;
}
.btnEntry01 a p{
  position: absolute;
  left: 50%;
	top: 50%;
  width: 100%;
  padding: 0 0 0 0.2em;
  line-height: 1.4;
  letter-spacing: 0.2em;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.btnEntry01 a p i{
  display: block;
  /*font-size: calc((40/23)*100%);*/
  font-size: 150%;
  font-style: normal;
  letter-spacing: normal;
}


.btnEntry01 a span{
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  transition: .3s;
}
.btnEntry01 a span::before{
  width: 30px;
}
.btnEntry01 .icoArr.arrR::before,
.btnEntry01 .icoArr.arrR::after{
  right: 0;
}
.btnEntry01 a:hover{
	opacity: 1;
  background: #d1b999;
}
.btnEntry01 a:hover span{
  right: calc(15px - 5px);
}


/* for PC*/
@media print, screen and (min-width:768px) {
  .btnEntry01{
    margin: 30px auto 50px auto;
    font-size: 2.0rem;/*16 / 20*/
  }
  .btnEntry01 a{
    height: 120px;
  }
  .btnEntry01 a p{
    padding: 0 0 0 0.4em;
    letter-spacing: 0.4em;
  }
  .btnEntry01 a p i{
    font-size: calc((40/23)*100%);
  }

  .btnEntry01 a span{
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .btnEntry01 a span::before{
    width: 25px;
  }
  .btnEntry01 .icoArr.arrR::before,
  .btnEntry01 .icoArr.arrR::after{
    right: 0;
  }
  .btnEntry01 a:hover{}
  .btnEntry01 a:hover span{
    right: calc(25px - 10px);
  }
}

/*→*/

/*icoArr*/
.icoArr,
a.icoArr{
	position: relative;
	display: block;
	padding-left: 0.1em;
	letter-spacing: 0.1em;
	color: #fff;
	transition: .3s;
}
.icoArr::before,
.icoArr::after{
	content: "";
	position: absolute;
	display: block;
}
.icoArr::before{
	top: 50%;
  width: calc(25px + 9px);
	height: 1px;
	background: #fff;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.icoArr::after{
	top: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.icoArr.arrR::before,
.icoArr.arrR::after{
  right: 30px;
}

/*a.icoArr:hover,
a:hover .icoArr{
	background: #fff !important;
	color: #3c3b37 !important;
	opacity: 1 !important;
}
a.icoArr:hover::before,
a:hover .icoArr::before{
	background: #3c3b37;
}
a.icoArr:hover::after,
a:hover .icoArr::after{
	border-color: #3c3b37;
}*/

/* for PC*/
@media print, screen and (min-width:768px) {	
	.icoArr,
	a.icoArr{
    height: 50px;
    line-height: 50px;
	}
	.icoArr::before,
	.icoArr::after{}
	.icoArr::before{}
	.icoArr::after{}
	
  .icoArr.arrR::before,
  .icoArr.arrR::after{
    right: 10px;
  }
	
}




/*光るボタン*/
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 150%; }
    100% { left: 150%; }
}

.shiny {
    position: relative;
    display: block;
    width: 100%;
    /*height: 40px;
    line-height: 40px;*/
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    /*background-color: #384878;*/
    overflow: hidden;
}

.shiny::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}




/*キャプション*/
.caption{
	clear: both;
	padding: 20px 0;
  background: #f5f5f5;
  color: #5a5a5a;
}
.cap{
	font-size: 1.0rem;
	line-height: 1.4;
	letter-spacing: normal;
  z-index: 2;
}
.cap02{
	font-size: 1.0rem;
	line-height: 1.2;
	letter-spacing: normal;
  z-index: 2;
}
.hensai{
  margin: 0 0 30px 0;
  padding: 10px;
  border: 1px solid #ccc;
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: normal;
}
.cap.type01,
.cap02.type01{
  position: absolute !important;
  right: 5px;
  bottom: 2px;
}
.cap.type02,
.cap02.type02{
  position: absolute !important;
  right: 10px;
  bottom: 2px;
}

.cap.type03,
.cap02.type03{
  position: absolute !important;
  left: 5px;
  bottom: 2px;
}

.cap.type04,
.cap02.type04{
  position: absolute !important;
  left: 10px;
  bottom: 2px;
}


.mvCap.shadow,
.cap.shadow{
	text-shadow: 1px 1px 0 rgba(255,255,255,1), -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1);
}
.mvCap.tCol99.shadow,
.cap.tCol99.shadow{
	text-shadow: 1px 1px 0 rgba(0,0,0,1), -1px -1px 0 rgba(0,0,0,1), 1px -1px 0 rgba(0,0,0,1), -1px 1px 0 rgba(20,0,0,1);
}

/* for PC*/
@media print, screen and (min-width:768px) {
	.caption{
		padding: 30px 0;
	}
	.cap{}
  .cap02{
    font-size: 1.2rem;
  }
  .hensai{
    padding: 20px;
    font-size: 1.3rem;
  }
  
  .cap.type01,
  .cap02.type01{
    right: 2px
  }
  .cap.type02,
  .cap02.type02{
    right: 4px;
  }
}


.btnPrint{
  width: 80%;
  max-width: 200px;
  height: 40px;
  margin: 0 auto;
  background: #3c3b37;
  border: 1px solid #3c3b37;
  font-size: 1.4rem;/*14 / 16*/
}
.btnPrint a{
  position: relative;
  display: block;
  height: 100%;
  line-height: 40px;
  border-radius: inherit;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
.map01 .btn a:hover{
  background: #fff;
  color: #3c3b37;
}


/* for PC*/
@media print, screen and (min-width:768px) {
    .btnPrint{
      height: 50px;
      font-size: 1.6rem;/*14 / 16*/
    }
    .btnPrint a{
      line-height: 50px;
    }
}



/*plaList
--------------------------------- */
.plaList{
  margin: 30px 0 0 0;
}
.plaList li{
  width: 80%;
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 1.2;
}
.plaList li:last-of-type{
  margin-bottom: 0;
}
.plaList li a{
  display: block;
  position: relative;
  padding: 20px 0 80px 0;
  background: #3C3B37;
  background: -moz-linear-gradient(45deg, #767673 0%, #3C3B37 100%);
  background: -webkit-linear-gradient(45deg, #767673 0%, #3C3B37 100%);
  background: linear-gradient(45deg, #767673 0%, #3C3B37 100%);
  color: #fff;
}
.plaList li.current a{
  /*background: #EFD2D4;*/
  /*background: #f6eda1;*/
  background: #F7CFB4;
  cursor: default;
}
.plaList li a .type{
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
}
.plaList li a .type *{
  vertical-align: baseline;
}
.plaList li a .type > strong{
  font-size: 3.6rem;/*36 / 45*/
  font-weight: normal;
  font-weight: 400;
}
.plaList li a .type .fJa{
  font-family:YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-size: 90%;
}
.plaList li a .type > span{
  font-size: 2.0rem;/*20 / 25*/
}

.plaList li a.new::before{
  content: "NEW";
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 3em;
  padding: 2px 0;
  line-height: 1.0;
  /*background: #c1777d;*/
  /*background: #eddc44;*/
  background: #E45F06;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Italiana', serif;
  font-weight: 400;
  text-align: center;
}



.plaList li a .layout{
  width: 90%;
  margin: 0 0 10px 0;
  padding: 7px 0;
  background: #8A8987;
  font-size: 2.0rem;/*20 / 24*/
}

.plaList li a .area{
  font-size: 3.0rem;/*30 / 36*/
}

.plaList li a .btn{
  position: absolute;
  right: -5px;
  bottom: 20px;
  display: block;
  width: 90%;
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 0.5em;
  font-size: 1.8rem;/*18 / 20*/
  text-align: left;
  /*background: #EFD2D4;*/
  /*background: #f6eda1;*/
  background: #F7CFB4;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  color: #3C3B37;
  transition: .3s;
}
.plaList li a .btn .icoArr.arrR{
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.plaList li a .btn .icoArr.arrR::before,
.plaList li a .btn .icoArr.arrR::after{
  right: 6px;
}
.plaList li a .btn .icoArr.arrR::before{
  background: #3C3B37;
}
.plaList li a .btn .icoArr.arrR::after{
  border-color: #3C3B37;
}
.plaList li a:hover{
  opacity: 1;
}
.plaList li a:hover .btn{
  right: -10px;
  background: #fff;
}



/* for pc*/
@media screen and (min-width: 768px) {
  .plaList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 590px;
    margin-top: 70px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .plaList::after{
    content: none;
  }
  .plaList li{
    /*width: 42.3%;*/
    /*width: calc((250/1080)*100%);*/
    width: calc((250/590)*100%);
    margin: 0 0 50px 0;;
  }
  .plaList li:nth-last-of-type(-n+2){
    margin-bottom: 0;
  }
  .plaList li a{
    padding: 20px 0 100px 0;
  }
  .plaList li a .type{
    margin: 0 0 10px 0;
  }
  .plaList li a .type *{}
  .plaList li a .type > strong{
    font-size: 4.5rem;/*36 / 45*/
  }
  .plaList li a .type > span{
    font-size: 2.5rem;/*20 / 25*/
  }

  .plaList li a .layout{
    margin: 0 0 10px 0;
    padding: 15px 0;
    font-size: 2.4rem;/*20 / 24*/
  }

  .plaList li a .area{
    font-size: 3.6rem;/*30 / 36*/
  }

  .plaList li a .btn{
    right: -10px;
    height: 50px;
    line-height: 50px;
    width: 80%;
    font-size: 2.0rem;/*18 / 20*/
  }
  .plaList li a .btn .icoArr.arrR{}
  .plaList li a .btn .icoArr.arrR::before,
  .plaList li a .btn .icoArr.arrR::after{}
  .plaList li a .btn .icoArr.arrR::before{}
  .plaList li a .btn .icoArr.arrR::after{
    border-color: #3C3B37;
  }
  .plaList li a:hover .btn{
    right: -15px;
  }
}



/*other plan*
--------------------------------- */
/*base.cssに移動*/
.othPlan{
  padding: 40px 0;
}
.othPlan .ttlEn{
  margin-bottom: 20px;;
}
.othPlan .plaList li{
  width: 100%;
  margin-bottom: 5px;
}
.othPlan .plaList li a{
  padding-bottom: 30px;
}
.othPlan .plaList li:not(.current) a:hover{
  /*background: #eee;*/
  opacity: .7;
}



/* for pc*/
@media screen and (min-width: 768px) {
  .othPlan{
    padding: 80px 0;
  }
  .othPlan .ttlEn{
    margin-bottom: 30px;;
  }
  .othPlan .plaList{
    max-width: 1080px;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .othPlan .plaList li{
    width: calc((250/1080)*100%);
    margin: 0 1px;
  }
  .othPlan .plaList li a{
    padding-bottom: 50px;
  }
  
}










/* for SP iPhone5*/
@media screen and (max-width:320px) {
	
}

/* for SP landscape*/
@media screen and (max-width:767px) and (orientation: landscape) {
}


/* for iPad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/*縦横両方の記述*/

}




.holiday{
  max-width: 680px;
  margin: 20px 2vw 0 2vw;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1.6;
  /*color: #a00;*/
}
.holiday p:nth-of-type(1){
  margin: 0 0 5px 0;
  text-align: center;
}
.holiday p:nth-of-type(2){
  text-align: left;
}

/* for pc */
@media print, screen and (min-width:768px) {
  .holiday{
    display: inline-block;
    margin: 20px auto 0 auto;
    font-size: 1.3rem;
  }
  .holiday p:nth-of-type(1){}
  .holiday p:nth-of-type(2){
    text-align: center;
  }
}





/*set aos
--------------------------------- */
/*custom animation*/
* [data-aos="ca-slideup"] {
	transform: translateY(30px);
}
* [data-aos="ca-slideup"].aos-animate {
	transform: translateY(0);
}

* [data-aos="ca-slideleft"] {
	transform: translateX(30px);
}
* [data-aos="ca-slideleft"].aos-animate {
	transform: translateY(0);
}

* [data-aos="ca-slideright"] {
	transform: translateX(-30px);
}
* [data-aos="ca-slideright"].aos-animate {
	transform: translateY(0);
}


* [data-aos="ca-fade"] {
  opacity: 0;
}
* [data-aos="ca-fade"].aos-animate {
  opacity: 1;
}

* [data-aos="ca-fadeup"] {
	transform: translateY(30px);
  opacity: 0;
}
* [data-aos="ca-fadeup"].aos-animate {
	transform: translateY(0);
  opacity: 1;
}

/*ca-fadeup02*/
* [data-aos="ca-fadeup02"] {
	transform: translateY(30px);
}
* [data-aos="ca-fadeup02"].aos-animate {
	transform: translateY(0);
}
* [data-aos="ca-fadeup02"] img {
	 opacity: 0;
  transition-duration: .6s;
}
* [data-aos="ca-fadeup02"].aos-animate img {
	opacity: 1;
}



/* for pc*/
@media screen and (min-width: 768px) {
	/*custom animation*/
	* [data-aos="ca-slideup"] {
		transform: translateY(60px);
	}
  * [data-aos="ca-fadeup"] {
    transform: translateY(60px);
  }
  * [data-aos="ca-fadeup02"] {
    transform: translateY(60px);
  }
  
  * [data-aos="ca-slideleft"] {
    transform: translateX(60px);
  }

  * [data-aos="ca-slideright"] {
    transform: translateX(-60px);
  }

}





/*for ios*/
.ios a:hover{
	opacity: 1 !important;
}