@charset "utf-8";

/* for Common & Smartphone*/
html,body{
	position:relative;
	height:100%;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;/*10px基準*/
	}
/* for SP iPhone5*/
@media screen and (max-width:320px) {
  html{
    font-size: 56.25%;/*9px基準*/
  }
}
@media screen and  (max-width:767px){
  /* スマートフォン 767px以下 */
  :target {
    scroll-margin-top: 60px;
  }
}
@media screen and (min-width:768px){
  :target {
    scroll-margin-top: 70px;
  }
}


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: 400;
	color:#000;
	line-height:1.6;
}
h1,h2,h3,h4,h5,h6,p{
  /*font-weight: 400 !important;*/
  font-weight: 400;
}

@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基準*/
	}
}

.pageWrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page{
  order: 1;
}
.descTxt{
  order: 2;
  clear: both;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  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) {
  .descTxt{
    margin: 0 0 15px 0;
    padding: 20px 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:#000;
	text-decoration: none;
	}
a:visited{
	color:#000;
	}

a:active/*,
a:hover*/{
	color:#000;
	}
.disabled{
	cursor:default;
  opacity: 1 !important;
}
.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: 400;
	}

.fMin{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ 明朝", serif;
	font-weight: 500;
	}
.fEn{
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	}

.bold{
  font-weight: 700 !important;
	}
.fEn.bold{
  font-weight: 800 !important;
	}


/*txt*/
.tCol00{
	color: #000;
}
.tCol99{
	color: #fff;
}
.tCol01{
  color: #197a3b;
}
.tCol02{
  color: #d9e367;
}


.bg00{
  background: #000;
}
.bg99{
  background: #fff;
}
.bg01{
  background: #197a3b !important;
}
.bg02{
  background: #d9e367 !important;
}
.bg03{
  background: #fff9b1;
}



/* 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:1020px;/*1000px*/
		width: auto !important;
		width: 1020px;
		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:850px;
		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表示*/

}


/*
header
*/
.header{
	position: relative;
	width: 100%;
	height: 65px;
  background: #fff;
	border-bottom: 4px solid #197a3b;
	/*z-index: 886;*/
  z-index: 889;
	}
.header > div{
	height: 100%;
	}
.header.active{
  background: none;
  border-bottom-color: transparent;
}
.header .pjName{
	position: absolute;
	left: 10px;
	top: 50%;
	width: 60%;
  max-width: 320px;
  text-align: left;
	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){
	transition: .5s;
}




/* for PC*/
@media print, screen and (min-width:768px) {
	.header{
    position: fixed;
    left: 0;
    top: 0;
    height: 75px;
    border-bottom-width: 8px;
	  /*z-index: 889;*/
	}
	.header .pjName{
    top: 50%;
    left: 10px;
		width: auto;
		}

  .hScroll.header .hBtn{
		/*display: block;*/
    opacity: 1;
	}
  /*.header.active{
    background: none;
    border-bottom-color: transparent;
  }*/
  .header.active .hBtn,
  .header.active .hNav,
  .header.active .hSns{
    display: none;
  }
  

}


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

}




/*btnMenu [
----------------------------------------------------------- */
.btnMenu{
  position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	color: #197a3b;
	background: #fff9b1;
	z-index: 888;
}
.btnMenu.active{}
.btnMenu span{
	position: absolute;
	left: 50%;
	display: block;
	width: 30px;
	height: 2px;
	background: #197a3b;
  border-radius: 200px;
	transform: translate(-50%,0);
	transform-origin: left;
  transition: .3s;
}
.btnMenu span:nth-of-type(1){
	top: 15px;
}
.btnMenu span:nth-of-type(2){
	top: 21px;
}
.btnMenu span:nth-of-type(3){
	top: 27px;
}

/*gNav開いてる時*/
.btnMenu.active span:nth-of-type(1),
.btnMenu.active span:nth-of-type(3){	
	top: 21px;
}
.btnMenu.active span:nth-of-type(2){	
	opacity: 0;
}
.btnMenu.active span:nth-of-type(1){
	transform: rotate(45deg) translate(-50%,0);
}
.btnMenu.active span:nth-of-type(3){
	transform: rotate(-45deg) translate(-50%,0);
}
.btnMenu p{
	position: absolute;
	left: 0;
  top: 32px;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;/*12 / 16*/
  font-weight: 700;
	transition: .3s;
}

/* for PC*/
@media print, screen and (min-width:768px) {
	.btnMenu{
    position: absolute;
    right: 10px;
    width: 60px;
		height: 60px;
	}
	.btnMenu:hover{
		cursor: pointer;
	}
  .btnMenu span{
    width: 36px;
  }
	
  :nth-of-type(1),
	.btnMenu span:nth-of-type(2),
	.btnMenu span:nth-of-type(3){}
	.btnMenu span:nth-of-type(1){
		top: 13px;
	}
	.btnMenu span:nth-of-type(2){
		top: 21px;
	}
	.btnMenu span:nth-of-type(3){
		top: 29px;
	}

	/*gNav開いてる時*/
	.btnMenu.active span:nth-of-type(1),
	.btnMenu.active span:nth-of-type(3){	
		top: 21px;
	}
	.btnMenu.active span:nth-of-type(1){}
	.btnMenu.active span:nth-of-type(3){}
	.btnMenu p{
    top: 34px;
		font-size: 1.3rem;/*12 / 13*/
	}
}




/*hBtn [
----------------------------------------------------------- */
.hBtn{
  position: fixed;
	top: auto;
  right: auto;
  bottom: 0;
	left: 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	width: 100%;
	height: 60px;
	z-index: 888;
}
.hBtn > *{
  width: 30%;
  font-size: 1.1rem;
  text-align: center;
}
.hBtn .btnMap,
.hBtn .btnTel{
  width: calc((100% - 30% * 2) / 2);
  font-size: 1.0rem;
}
.hBtn > * a{
  display: block;
  height: 100%;
  padding: 36px 0 0 0;
  background-position: center 10px;
  background-repeat: no-repeat;
  text-align: center;
}
.hBtn .btnRsv a{
  background-color: #197a3b;
  background-image: url("../images/common/ico_rsv.svg");
  background-size: 28px auto;
  color: #fff;
}
.hBtn .btnReq a{
  background-color: #d9e367;
  background-image: url("../images/common/ico_req.svg");
  background-size: 24px auto;
  color: #197a3b;
}
.hBtn .btnMap a{
  background-color: #f39800;
  background-image: url("../images/common/ico_map.png");
  background-position: center 8px;
  background-size: 24px auto;
  color: #fff;
}
.hBtn .btnTel a{
  background-color: #fffbd7;
  background-image: url("../images/common/ico_tel.png");
  background-position: center 9px;
  background-size: 24px auto;
  color: #000;
}

@media screen and (max-width:767px) {
  .hSns{
    position: absolute;
    right: 70px;
    top: 50%;
    width: 34px;
    transform: translate(0,-50%);
  }
  .hSns li{
    width: 100%;
  }
}


.hSns li:nth-of-type(1),
.hNav{
  display: none;
}



/* for PC*/
@media print, screen and (min-width:768px) {
  .hBtn{
    position: absolute;
    top: 0;
    right: calc(60px + 10px);
    bottom: auto;
    left: auto;
    width: auto;
    height: 60px;
  }
  .hBtn > *{
    width: 120px;
    font-size: 1.2rem;
    text-align: center;
  }
  .hBtn .btnMap,
  .hBtn .btnTel{
    width: 60px;
    font-size: 1.2rem;
  }
  .hBtn .btnTel{
    display: none;
  }
  .hBtn > * a{
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    text-align: center;
  }
  .hBtn > * a span{
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    line-height: 1.2;
  }
  .hBtn .btnRsv a{
    background-size: 24px auto;
    background-position: 15px center;
  }
  .hBtn .btnReq a{
    background-size: 20px auto;
    background-position: 20px center;
  }
  .hBtn .btnMap a{
    background-image: none;
  }
  .hBtn .btnMap a span{
    display: block;
    width: 100%;
    left: 0;
    line-height: 1.6;
  }
  .hBtn .btnTel a{}
  
  
  .hSns{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: calc(360px + 10px);
    top: 0;
    height: 60px;
    padding: 0 8px;
  }
  .hSns li:nth-of-type(1){
    display: block;
  }
  .hSns li{
    width: 34px;
    margin: 0 6px;
  }
  .hSns li a{
    display: block;
  }
  
  
  .hNav{
    display: block;
    position: absolute;
    top: 8px;
    right: calc(360px + 108px + 10px);
    height: 60px;
  }
  .hNav li{
    font-size: 1.0rem;
    line-height: 1.0;
    text-align: right;
  }
  .hNav li a{
    position: relative;
    display: block;
    height: 17px;
    line-height: 17px;
    padding-right: 10px;
  }
  .hNav li a::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #197a3b;
    border-right: none;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  
  
}


/*gNav [
----------------------------------------------------------- */
.gNav {
	/*display: none;*/
  /*visibility: hidden;*/
  opacity: 0;
	position: fixed;
	/*z-index: 998;*/
	z-index: -100;
	top: 0;
	/*left: 100vw;*/
  left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,249,177,0.98);/*#fff9b1*/
	overflow-y: auto;
  transition: .3s;
}
.gNav.active {
  /*visibility: visible;*/
  opacity: 1;
  left: 0;
  z-index: 887;
}
.gNav > div {
	padding: 70px 0 60px 0;
}
.gNav > div > .gnList {
	/*display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;*/
}
    
.gNav > div > .gnList .nav {
	/*border-bottom: 1px solid rgba(0,0,0,0.2);*/
	text-align: left;
	line-height: 1.0;
}
#gnModelhouse.nav{
  white-space: nowrap;
  line-height: 1.3;
}
.gNav > div > .gnList .nav a {
	position: relative;
	display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  justify-content: space-between;
	/*padding: 4.00vw 5.33vw;*/
  padding: 4.00vw 15vw;
  color: #197a3b;
}


.gNav > div > .gnList .nav a .fEn {
  margin: 0 20px 0 0;
	font-size: 2.0rem;/*20 / 26*/
  font-weight: 700;
  letter-spacing: 0.05em;
}
.gNav > div > .gnList .nav a .fJa {
	font-size: 1.3rem;/*13 / 13*/
}

.gNav > div > .gnList .nav.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 > .gnList02{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
  text-align: center;
}
.gNav > div > .gnList02 li{
  margin: 10px;
  font-size: 1.1rem;
  line-height: 1.0;
  text-align: center;
}
.gNav > div > .gnList02 li a{
  position: relative;
  display: block;
  padding-right: 10px;
}
.gNav > div > .gnList02 a::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #197a3b;
  border-right: none;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}


.gnBtn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
	width: calc(100% - 20vw);
  margin: 10px auto 20px auto;
}
.gnBtn > *{
  width: 48%;
	height: 70px;
  font-size: 1.4rem;
  text-align: center;
}
.gnBtn .btnMap{
  width: 100%;
	height: 30px;
  margin: 0 0 10px 0;
}
.gnBtn > * a{
  position: relative;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.gnBtn .btnRsv a{
  background-color: #197a3b;
  background-image: url("../images/common/ico_rsv.svg");
  background-size: 24px auto;
  background-position: 15px center;
  color: #fff;
}
.gnBtn .btnReq a{
  background-color: #d9e367;
  background-image: url("../images/common/ico_req.svg");
  background-size: 20px auto;
  background-position: 20px center;
  color: #197a3b;
}
.gnBtn .btnMap a{
  background-color: #f39800;
  background-image: none;
  color: #fff;
}
.gnBtn > * a span{
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  line-height: 1.2;
}
.gnBtn .btnMap a span{
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.gnSns{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  justify-content: center;
  text-align: center;
}
.gnSns li{
  width: 40px;
  margin: 0 10px;
}

.gNav .contact{
  padding: 30px 0;
}
.gNav .contact dt{}
.gNav .contact dd,
.gNav .contact dd:first-of-type a{
  color: #197a3b;
}
.gNav .contact dd:first-of-type::before{}



/* for PC*/
@media print, screen and (min-width:768px) {
	.gNav {}
	.gNav.active {}
	.gNav > div {
    width: 100%;
    margin: 0 auto;
		padding: 80px 0 50px 0;
	}
	.gNav > div > .gnList {
    display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
		/*width: 700px;*/
    width: 750px;
		margin: 0 auto 30px auto;
	}
	.gNav > div > .gnList .nav {
    /*width: 40%;*/
    width: 45%;
  }
  
	.gNav > div > .gnList .nav a {
    padding: 20px 0;
  }
  .gNav > div > .gnList .nav a .fEn {
    margin: 0 15px 0 0;
    font-size: 2.8rem;/*18 / 28*/
  }
  .gNav > div > .gnList .nav a .fJa {
    font-size: 1.3rem;/*13 / 13*/
  }
  .gNav > div > .gnList .nav a:hover {}
  
  .gNav > div > .gnList02{
    margin: 0 0 30px 0;
  }
  .gNav > div > .gnList02 li{
    font-size: 1.3rem;
  }
  .gNav > div > .gnList02 li a{}
  .gNav > div > .gnList02 a::after{}
  
  .gnBtn{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .gnBtn > *{
    width: 32%;
    height: 50px;
  }
  .gnBtn .btnMap{
    width: 32%;
    height: 50px;
    margin: 0;
  }
  .gnBtn > * a{}
  .gnBtn .btnRsv a{
    background-position: calc(50% - 5.2em);
  }
  .gnBtn .btnReq a{
    background-position: calc(50% - 2.5em);
  }
  .gnBtn .btnMap a{}
  .gnBtn > * a span{
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .gnBtn .btnRsv a span{
    padding-left: 26px;
  }
  .gnBtn .btnReq a span{
    padding-left: 26px;
  }
  .gnBtn .btnMap a span{}

  .gnSns{
    margin: 0 0 30px 0;
  }
  .gnSns li{}
  
  .gNav .contact{
    padding: 0 0 40px 0;
  }
  .gNav .contact dt,
  .gNav .contact dd{
    text-align: center !important;
  }
  .gNav .contact dt,
  .gNav .contact dd,
  .gNav .contact dd:first-of-type a{}
  .gNav .contact dd:first-of-type::before{}

}



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

/*hover*/
/*.gNav ul .nav a:hover,
.gNavPC ul .nav a:hover{
  opacity: 1;
}*/



/*未公開*/
.gNav > div > .gnList .nav.cs,
.gNavPC ul .nav.cs {
  opacity: 0.3;
}


/* for PC*/
@media print, screen and (min-width:768px) {
	.gNavPC{
    position: fixed;
    left: 0;
    top: 80px;
		display: block;
    width: 100%;
    /*height: 0;*/
    height: 50;
    background: #f1dcc1;
    /*opacity: 0;*/
    transition: .3s;
    z-index: 887;
	}
	
	.gNavPC ul{
		display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	.gNavPC ul .nav{
    width: calc((1080 / 9) * 100%);
		font-size: 1.4rem;
		text-align: center;
	}
	.gNavPC ul .nav a{
    position: relative;
		display: block;
		height: 50px;
		line-height: 50px;
	}
	
	.gNavPC ul .nav:not(.cs) a:hover{
    font-weight: 700;
	}
  .gNavPC ul .nav a span{
    display: block;
    width: 100%;
    height: 100%;
  }
  
	/*current*/
	.top .gNavPC ul .nav:nth-of-type(1) span::after,
	.location .gNavPC ul .nav:nth-of-type(2) span::after,
	.access .gNavPC ul .nav:nth-of-type(3) span::after,
	.landplan .gNavPC ul .nav:nth-of-type(4) span::after,
	.plan .gNavPC ul .nav:nth-of-type(5) span::after,
	.gallery .gNavPC ul .nav:nth-of-type(6) span::after,
	.vr .gNavPC ul .nav:nth-of-type(7) span::after,
	.quality .gNavPC ul .nav:nth-of-type(8) span::after,
	.outline .gNavPC ul .nav:nth-of-type(9) span::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    display: block;
    width: 40%;
    height: 4px;
    border-radius: 200px;
    -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);
	}  
}



/*
footer
*/
.footer{
  padding: 20px 0 30px 0;
  border-top: 4px solid #197a3b;
}

.footer .fSns{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin: 40px 0;
}
.footer .fSns li{
  width: 34px;
  margin: 0 20px;
}


.contact {
  text-align: center;
  line-height: 1.0;
}
.footer .contact{}
.footer .contact a{
  color: #197a3b;
}
.contact dt{
  margin: 0;
  font-size:clamp(1.0rem, 2.93vw, 1.1rem);/*11*/
  line-height: 1.6;
}
.contact dd{
  margin: 0 0 10px 0;
  font-size:clamp(2.8rem, 10.13vw, 3.8rem);/*38 / 38*/
  line-height: 1.0;
}
.contact dd:first-of-type a{  
  display: inline-block;
  vertical-align: middle;
  color: #197a3b;
  font-weight: 800;
}
.contact dd:first-of-type::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 38px;
  height: 26px;
  line-height: 26px;
  background: url("../images/common/ico_fd.svg") no-repeat center center;
  background-size: cover;
}
.contact dd:last-of-type{
  margin: 0;
  padding: 0;
  font-size:clamp(1.0rem, 2.93vw, 1.1rem);/*11*/
  letter-spacing: normal;
}


.footer .fCompany{
  /*display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
}
.footer .fCompany dl{
  display: inline-block;
  width: 250px;
  margin: 0 10px 20px 10px;
  text-align: center;
}
.footer .fCompany dl:last-of-type{
 width: 320px;
}
.footer .fCompany dl dt{
  font-size: 1.1rem;/*11*/
}
.footer .fCompany dl dd{
  font-size: 1.1rem;/*11*/
}

.copyright{
  margin: 0 0 70px 0;
  font-size: 1.0rem;
  text-align: center;
  line-height: 1.2;
}


/*
footer
*/
@media print, screen and (min-width:768px) {
	.footer{
    padding: 40px 0;
    border-top-width: 8px;
  }
  .footer > div{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
  }
  .footer .fSns{
    display: none;
  }
  
  .contact {
    margin-left: auto;
    text-align: left;
  }
  .footer .contact{
    order: 2;
  }
  .footer .contact a{}
  .contact dt{
    font-size:clamp(1.0rem, 1.1vw, 1.1rem);/*11*/
  }
  .contact dd{
    font-size:clamp(2.8rem, 3.8vw, 3.8rem);/*38 / 38*/
  }
  .contact dd:first-of-type a{}
  .contact dd:first-of-type::before{}
  .contact dd:last-of-type{
    font-size:clamp(1.0rem, 1.1vw, 1.1rem);/*11*/
    text-align: right;
  }
  
  .footer .fCompany{
    order: 1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*width: 520px;*/
    width: calc((600 / 1000) * 100%);
    max-width: 600px;
  }
  .footer .fCompany dl{
    display: block;
    width: calc((250 / 520) * 100%);
    max-width: 250px;
    margin: 0;
    text-align: left;
  }
  .footer .fCompany dl:last-of-type{
    width: calc((320 / 520) * 100%);
    max-width: 320px;
  }
  .footer .fCompany dl dt{
    font-size:clamp(1.0rem, 1.1vw, 1.1rem);/*11*/
  }
  .footer .fCompany dl dd{
    font-size:clamp(1.0rem, 1.1vw, 1.1rem);/*11*/
  }

  .copyright{
    margin: 0 0 10px 0;
  }

  
}

/*summary [
----------------------------------------------------------- */
.summary{
  padding: 10px 0 100px 0;
  border-color: rgba(0,0,0,0.2);
  border-style: solid;
  border-width: 1px 0 0 0;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4;
}

@media print, screen and (min-width:768px) {
  .summary{
    font-size: 1.2rem;
  }
}


/*hBtn [
----------------------------------------------------------- */
.btnFix{
	position: fixed;
	left: 0;
	bottom: 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	width: 100%;
	padding: 1px 1px;
	z-index: 997;
	background: rgba(255,255,255,1);
}
.btnFix .btn{
	padding: 1px;
	text-align: center;
}
.btnFix .btn a{
	display: block;
	height: 60px;
	background-position: center 8px;
	background-repeat: no-repeat;
	color: #fff;
}
.btnFix .btn.btnTel{
  width: 25%;
  font-size: 1.3rem;
}
.btnFix .btn.btnTel a{
	padding-top: 34px;
	background-color: #999;
	background-image: url("../images/ico_tel.png");
	background-size: 24px 24px;
	border: 1px solid #aaa;
}
.btnFix .btn.btnInq{
  width: 75%;
  border-radius: 0;
  font-size: 1.6rem;
}
.btnFix .btn.btnInq a{
  line-height: 60px;
  filter: none;
}

.btnFix .btnInq a .ico{
  right: 10px;
  width: 26px;
  height: 26px;
}
.btnFix .btnInq .ico::before,
.btnFix .btnInq .ico::after{}
.btnFix .btnInq a .ico::before{
  width: 10px;
  height: 2px;
}
.btnFix .btnInq a .ico::after{
  right: calc((26px - 10px) / 2);
  top: calc(50% - 1px);
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
}

@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;
  border-radius: 50%;
	}
.btnPageTop:hover{
  cursor: pointer;
}
.btnPageTop span{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.4);
  border-radius: inherit;
	}
.btnPageTop span::after{
	content:"";
	position:absolute;
	display:block;
	left: 50%;
	top: 15px;
	width:15px;
	height:15px;
	margin:-5px 0 0 -10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
  transform-origin: right top;
	-webkit-transform: rotate(-45deg) translate(-50%,0);
	transform: rotate(-45deg) translate(-50%,0);
	}

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









/*
contents
*/
main{
	display: block;
}
.contents{
  position: relative;
  z-index: 100;
  overflow-x: hidden;
}
.conH{
  position: relative;
  text-align: center;
}
.conH::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: .3s;
}

.contents .section:nth-of-type(2n) .conH::before{
  background: rgba(217,227,103,0.4);
}
.contents .section:nth-of-type(2n+1) .conH::before{
  background: rgba(25,122,59,0.4);
}

/*is_current*/
.conH.is-current{}
.contents .section:nth-of-type(2n) .conH:hover::before,
.contents .section:nth-of-type(2n) .conH.is-current::before{
  background: rgba(217,227,103,0);
}
.contents .section:nth-of-type(2n+1) .conH:hover::before,
.contents .section:nth-of-type(2n+1) .conH.is-current::before{
  background: rgba(25,122,59,0);
}

.conH > div{
  position: absolute;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .conH > div{
    left: 0;
    top: 0;
    width: 100%;
  }
}

.conH .conHBody{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 85%;
  padding: 20px;
  background: rgba(255,255,255,0.7);
  border-radius: 8px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  color: #197a3b;
}
.conH .conHBody .t01{
  margin: 0 0 10px 0;
  font-size:clamp(1.1rem, 3.77vw, 1.4rem);/*14 / 21*/
  line-height: 1.0;
  font-weight: 700;
}
.conH .conHBody .t02{
  margin: 0 0 5px 0;
  font-size:clamp(1.2rem, 4.26vw, 1.6rem);/*16 / 30*/
  line-height: 1.0;
  font-weight: 700;
}

.conH .conHBody > .fEn{
  font-size:clamp(1.2rem, 4.26vw, 1.6rem);/*16/ 20*/
  font-weight: 800;
}

.conH .conHBody .btn{
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #680000;
  color: #fff;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.conH figure{
  position: relative;
}
.conH figure figcaption{
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 1.0rem;
  line-height: 1.0;
  text-align: right;
  z-index: 2;
}



.conBody{
  display: none;
  margin-bottom: 50px;
}


.conIntro{
  padding: 30px 0;
  background: #d9e367;
}
.conIntro > div{
  position: relative;
  /*display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
}
.conIntro h3{
  /*width: calc(100% - 100px - 10px);*/
  color: #197a3b;
  font-size:clamp(1.6rem, 5.86vw, 2.2rem);/*22 / 36*/
  text-align: left;
  line-height: 1.6;
  font-weight: 700;
}
.conIntro figure{
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 100px;
}


.ttlEn{
  position: relative;
  margin: 0 0 30px 0;
  padding-left: 0.2em;
  font-size:clamp(calc(2.4rem * 0.7), calc(24vw / 3.75), 2.4rem);/*24 / 28*/
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.0;
}

.ttlEn.type02{
  position: relative;
  margin: 0 0 20px 0;
  padding-left: 0.1em;
  /*font-size:clamp(calc(1.6rem * 0.7), calc(16vw / 3.75), 1.6rem);16 / 18*/
  font-size:clamp(calc(1.8rem * 0.7), calc(18vw / 3.75), 1.8rem);/*18 / 20*/
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.0;
}




/*セクション*/
.section{
  /*padding-bottom: 50px !important;*/
}

.sec01{
  margin-bottom: 50px !important;
}
.sec02{
  margin-bottom: 30px !important;
}

.sec03{
  padding: 50px 0;
}


/*コピー*/
.copy01{
  margin: 0 0 30px 0;
  font-size:clamp(1.6rem, 5.86vw, 2.2rem);/*22 / 24*/
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}

.copy02{
  margin: 0 0 20px 0;
  font-size:clamp(1.3rem, 4.80vw, 1.8rem);/*18 / 20*/
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}


/*リード*/
.lead00{
  font-size:clamp(1.3rem, 4.26vw, 1.6rem);/*16 / 18*/
  line-height: 2.4;
  font-weight: normal;
}
.lead01{
  font-size:clamp(1.2rem, 3.73vw, 1.4rem);/*14 / 16*/
  line-height: 2.4;
  font-weight: normal;
}
.lead02{
  font-size:clamp(1.2rem, 3.73vw, 1.4rem);/*14 / 15*/
  line-height: 2.2;
  font-weight: normal;
}
.lead03{
  font-size:clamp(1.0rem, 2.93vw, 1.1rem);/*11 / 13*/
  line-height: 2.0;
  font-weight: normal;
}
.lead04{
  font-size:clamp(1.1rem, 3.46vw, 1.3rem);/*13 / 14*/
  line-height: 2.0;
  font-weight: normal;
}

.br{
  display: inline-block;
}

.pinch{
  position: relative;
  margin: 0 0 20px 0;
}
.pinch::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin: 0 5px 0 0;
  background: url("../images/common/ico_pinch.svg") no-repeat center center;
  background-size: cover;
}

/* for PC*/
@media print, screen and (min-width:768px) {
	.contents{}
  
  .conH{}
  .conH:hover{
    cursor: pointer;
  }
  .conH > div{
    left: 50%;
    top: 0;
    width: 100% !important;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .conH .conHBody{
    position: absolute;
    left: 0;
    width: 350px;
    padding: 25px 20px;
    border-radius: 16px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: left;
  }
  .conH .conHBody .t01{
    margin: 0 0 15px 0;
    font-size:clamp(1.5rem, 2.1vw, 2.1rem);/*14 / 21*/
  }
  .conH .conHBody .t02{
    margin: 0 0 30px 0;
    font-size:clamp(2.2rem, 3.0vw, 3.0rem);/*16 / 30*/
    line-height: 1.4;
  }

  .conH .conHBody > .fEn{
    font-size:clamp(1.5rem, 2.0vw, 2.0rem);/*16/ 20*/
  }

  .conH .conHBody .btn{
    position: absolute;
    bottom: 15px;
    left: auto;
    right: 25px;
    width: 64px;
    height: 64px;
    -webkit-transform: none;
    transform: none;
  }

  .conH figure{}
  .conH figure figcaption{}

  .conBody{
    margin-bottom: 80px;
  }

  .conIntro{
    padding: 50px 0;
  }
  .conIntro > div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .conIntro h3{
    width: calc(100% - 330px);
    font-size:clamp(2.7rem, 3.6vw, 3.6rem);/*22 / 36*/
  }
  .conIntro figure{
    position: static;
    width: 330px;
  }

  
  

  .ttlEn{
    margin: 0 0 40px 0;
    padding-left: 0.4em;
    /*font-size:clamp(1.5rem, 2.0vw, 2.0rem);18 / 20*/
    font-size:clamp(calc(2.8rem * 0.7), calc(28vw / 10.00), 2.8rem);/*24 / 28*/
    letter-spacing: 0.4em;
  }
  .ttlEn.type02{
    margin: 0 0 30px 0;
    padding-left: 0.3em;
    font-size:clamp(calc(2.0rem * 0.7), calc(20vw / 10.00), 2.0rem);/*18 / 20*/
    letter-spacing: 0.3em;
  }
  
  
  /*セクション*/
  .section{
    clear: both;
    /*padding-bottom: 80px !important;*/
  }
  .sec01{
    margin-bottom: 100px !important;
  }
  .sec02{
    margin-bottom: 60px !important;
  }
  .sec03{
    padding: 100px 0;
  }
  
  /*コピー*/
  .copy01{
    margin: 0 0 40px 0;
    padding-left: 0.3em;
    font-size:clamp(1.8rem, 2.4vw, 2.4rem);/*22 / 24*/
    letter-spacing: 0.1em;
  }
  
  .copy02{
    margin: 0 0 30px 0;
    font-size:clamp(1.5rem, 2.0vw, 2.0rem);/*18 / 20*/
  }
  
  /*リード*/

  .lead00{
    font-size:clamp(1.6rem, 1.66vw, 1.8rem);/*16 / 18*/
  }
  .lead01{
    font-size:clamp(1.4rem, 1.48vw, 1.6rem);/*14 / 16*/
    letter-spacing: 0.1em;
  }
  .lead02{
    font-size:clamp(1.4rem, 1.38vw, 1.5rem);/*14 / 15*/
    letter-spacing: 0.1em;
  }
  .lead03{
    font-size:clamp(1.1rem, 1.20vw, 1.3rem);/*11 / 13*/
    letter-spacing: 0.1em;
  }
  .lead04{
    font-size:clamp(1.3rem, 1.29vw, 1.4rem);/*13 / 14*/
    letter-spacing: 0.1em;
  }

}


/*VRバナー*/
.bnrVR{}
.bnrVR a{
  position: relative;
  display: block;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}
.bnrVR a .btn{
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 200px;
  height: 26px;
  line-height: 26px;
  background: #000;
  border-radius: 200px;
  color: #fff;
  font-size:clamp(1.2rem, 3.73vw, 1.4rem);/*14 / 16*/
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
/* for PC*/
@media print, screen and (min-width:768px) {
  .bnrVR{}
  .bnrVR a{}
  .bnrVR a .btn{
    bottom: 25px;
    width: 300px;
    height: 46px;
    line-height: 46px;
    font-size:clamp(1.4rem, 1.48vw, 1.6rem);/*14 / 16*/
  }
}


/*ボタン--汎用*/
.btnGen.type01{
  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 #000;
}
.btnGen.type01 a:hover{
  background: #000;
  color: #fff;
}

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



/*ボタン--問い合わせ*/
.btnInq{
  position: relative;
  border-radius: 20px;
  font-size:clamp(1.5rem, 4.80vw, 1.8rem);/*18 / 24*/
}
.btnInq a{
  position: relative;
  display: block;
  height: 100%;
  line-height: inherit;
  background: #000;
  border-radius: inherit;
  color: #fff;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}
.btnInq a p:not(.fEn){
  padding-left: 0.1em;
  letter-spacing: 0.1em;
}
.btnInq a .ico{
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  transition: .3s;
}
.btnInq .ico::before,
.btnInq .ico::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.btnInq a .ico::before{
  left: 50%;
  width: 16px;
  height: 3px;
  background: #000;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.btnInq a .ico::after{
  right: calc((40px - 10px) / 2);
  top: calc(50% - 1.5px);
  width: 11px;
  height: 11px;
  border-color: #000;
  border-width: 3px 3px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg) translate(0,-50%);
  transform: rotate(45deg) translate(0,-50%);
}

/*hover*/
.btnInq a:hover{
	opacity: 1;
  background: rgba(255,255,255,1.0);
  color: #000;
}
.btnInq a:hover .ico{
  right: calc(15px - 5px);
  background: #000;
}
.btnInq a:hover .ico::before{
  background: #fff;
}
.btnInq a:hover .ico::after{
  border-color: #fff;
}


/* for PC*/
@media print, screen and (min-width:768px) {
  .btnInq{
    font-size:clamp(1.8rem, 2.22vw, 2.4rem);/*18 / 24*/
  }
  .btnInq a{}
  .btnInq a p:not(.fEn){
    padding-left: 0.2em;
    letter-spacing: 0.2em;
  }
  .btnInq a .fEn{}
  .btnInq a .fEn span{}
  .btnInq a .ico{
    right: 30px;
    width: 100px;
    height: 100px;
  }
  .btnInq a .ico::before{
    width: 24px;
  }
  .btnInq a .ico::after{    
    right: calc((100px - 20px) / 2);
    top: calc(50% - 2.0px);
    width: 13px;
    height: 13px;
  }

  /*hover*/
  .btnInq a:hover{}
  .btnInq a:hover .ico{
    right: calc(30px - 5px);
  }
  .btnInq a:hover .ico::before{}
  .btnInq a:hover .ico::after{}

}



/*btnCV [
----------------------------------------------------------- */
.btnCV{
  position: relative;
}
.btnCV .btnInq{
  height: 120px;
  line-height: 120px;
}
.btnInq a p:not(.fEn){
  position: relative;
  z-index: 2;
}
.btnCV .btnInq a .fEn{
  position: absolute;
  left: 20px;
  top: 50%;
  color: rgba(204,204,204,0.15);
  font-size:clamp(4.0rem, 13.33vw, 5.0rem);/*50 / 100*/
  text-align: left;
  line-height: 1.0;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 1;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.btnCV .btnInq a .fEn span{
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 25%;
}



/* for PC*/
@media print, screen and (min-width:768px) {
	.btnCV{}
  .btnCV .btnInq{
    height: 250px;
    line-height: 250px;
  }
  .btnCV .btnInq a p:not(.fEn){}
  .btnCV .btnInq a .fEn{
    left: 40px;
    font-size:clamp(5.0rem, 9.25vw, 10.0rem);/*50 / 100*/
  }

}


/*光るボタン*/
@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;
}


/*画像のアール*/
.pR,
.pR *:not(.type00){
  overflow: hidden;
}

/*10*/
.pR.type00{
  border-radius: 0;
}
/*10*/
.pR.type01,
.pR.type01 figure,
.pR.type01 img{
  border-radius: 10px;
}
/*15*/
.pR.type02,
.pR.type02 figure,
.pR.type02 img{
  border-radius: 15px;
}
/*20*/
.pR.type03,
.pR.type03 figure,
.pR.type03 img{
  border-radius: 20px;
}
/*30*/
.pR.type04,
.pR.type04 figure,
.pR.type04 img{
  border-radius: 30px;
}






/*キャプション*/
.caption{
	clear: both;
	padding: 20px 0;
  color: #5a5a5a;
}
.cap{
	font-size: 1.0rem;
	line-height: 1.4;
	letter-spacing: normal;
  z-index: 2;
}
.cap02{
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: normal;
  z-index: 2;
}
.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,
.cap02.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,
.cap02.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(0,0,0,1);
}

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


.btnPrint{
  width: 80%;
  max-width: 200px;
  height: 40px;
  margin: 0 auto;
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
  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: #2b2b2b;
}


/* for PC*/
@media print, screen and (min-width:768px) {
    .btnPrint{
      height: 50px;
      font-size: 1.6rem;/*14 / 16*/
    }
    .btnPrint a{
      line-height: 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) {
/*縦横両方の記述*/

}







/*set aos
--------------------------------- */
/*背景検知用*/
* [data-aos="ca-chckbg"],
* [data-aos="ca-chckbg"].aos-animate {
	transform: translateY(0);
}

/*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;
}


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

* [data-aos="ca-fadeleft"] {
	transform: translateX(30px);
  opacity: 0;
}
* [data-aos="ca-fadeleft"].aos-animate {
	transform: translateX(0);
  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);
  }
  
  
  * [data-aos="ca-fadeleft"] {
    transform: translateX(60px);
  }
  * [data-aos="ca-faderight"] {
    transform: translateX(-60px);
  }

}





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