@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
テキスト関連
--------------------------------------------------*/

p{
  color: inherit;
}

code{
  display: block;
  border: 1px solid #E5BFC0;
  background: #FFE4E4;
  padding: 1em;
}

.h-title-frame01{
  border: 1px solid #d6d6d6;
  padding: .7em 1em .65em;
  line-height: 1.3;
  margin-bottom: .85em;
  font-size: 1.15em;
  color: #333;
}
@media only screen and (max-width: 767px){
  .h-title-frame01{
    padding-left: .75em;    
  }
}


/*サイズ*/
.h-fz-small{ font-size: .9em; line-height: 1.6;}
.h-fz-large{ font-size: 1.313em; line-height: 1.8;}
.h-fz-xlarge{ font-size: 1.65em; line-height: 1.6;}
.h-fz-xxlarge{ font-size: 1.85em; line-height: 1.6;}

.h-p-small{ font-size: .9em; line-height: 1.6; padding: 0; margin: .5em 0;}
.h-p-regular{ font-size: 1em; line-height: 1.8; padding: 0; margin: .35em 0;}
.h-p-large{ font-size: 1.313em; line-height: 1.8; padding: 0; margin: .35em 0;}
.h-p-xlarge{ font-size: 1.65em; line-height: 1.6; padding: 0; margin: .3em 0;}
.h-p-xxlarge{ font-size: 1.85em; line-height: 1.6; padding: 0; margin: .3em 0;}

@media only screen and (max-width: 767px){
  .h-fz-small{ font-size: .9em;}
  .h-fz-large{ font-size: 1em}
  .h-fz-xlarge{ font-size: 1.31em;}
  .h-fz-xxlarge{ font-size: 1.46em;}
  
  .h-p-small{ font-size: .9em;}
  .h-p-large{ font-size: 1em}
  .h-p-xlarge{ font-size: 1.31em;}
  .h-p-xxlarge{ font-size: 1.46em;}
}


.h-titleImg01{
	padding-bottom: 0;	
}
@media only screen and (max-width: 767px){
  .h-titleImg01{
		margin-bottom: 1.5em;
	}
}


/*タイトル*/
.h-title01{
  font-size: 2.5em;
  font-weight: normal;
  margin: 1.5em 0 1.5em;
}
@media only screen and (max-width: 767px){
  .h-title01{
    font-size: 1.5em;
    margin: 2.5em 0 2em;
		line-height: 1.4;
  }
	.h-titleImg01 + .h-title01{
		margin-top: 1.1em;
	}
}

.h-title-block01{
  box-shadow:inset 0px 1px 1px rgba(0,0,0,0.07);
  border-radius:5px ;
  background:linear-gradient(180deg,rgb(250,250,250) 0%,rgb(240,240,240) 100%);
  padding:30px;
  margin: 1em 0;
  font-size: 2em;
  text-align:center;
  font-weight: normal;
}
@media only screen and (max-width: 767px){
  .h-title-block01{
    font-size: 1.23em;
  }
}

.h-numberTitle{
	display: flex;
	margin: 3.08em 0;
	align-items: center;
}
.h-numberTitle:target{
	padding-top: 120px;
}

@media only screen and (max-width: 720px){
	.h-numberTitle{
		display: block;
		padding-top: 0 !important;
	}
}
.h-numberTitle .num{
	font-size: 5.54em;
	color: #d6d6d6;
	line-height: .8;
	width: 1.8em;
	text-align: center;
	padding: 0;
	margin: 0;
}
@media only screen and (max-width: 720px){
	.h-numberTitle .num{
		float: left;
		width: auto;
		font-size: 4.62em;		
	}
}

.h-numberTitle_wrap{
	border-left: 1px dotted #ccc;
	padding-left: 1.54em;
	width: calc(100% - 1.8em);
	box-sizing: border-box;
}
@media only screen and (max-width: 720px){
	.h-numberTitle_wrap{
		border: none;
		padding: 0;
		width: auto;
	}
}
.h-numberTitle .small{
	font-size: 1.23em;
	margin: 0;
	line-height: 1.3;
	padding: 0 0 .2em .1em;
	color: #888;
	font-style: italic;
}
@media only screen and (max-width: 720px){
	.h-numberTitle .small{
		font-size: 1.15em;
		padding: 1.9em 0 0 .5em;
		margin-bottom: .2em;
		overflow: hidden;
	}
}
.h-numberTitle .text{
	line-height: 1.35;
	margin: 0;
	font-size: 2.46em;
}
.h-numberTitle .text::after{
	content: "";
	display: block;
	margin-bottom: -.1em;
}
@media only screen and (max-width: 720px){
	.h-numberTitle .text{
		font-size: 1.54em;
		margin-top: .6em;
	}
}


/*テキスト装飾*/
.h-align-center{ text-align: center;}
.h-align-right{ text-align: right;}


.h-line{ border: none; border-bottom: 1px solid #d6d6d6;clear: both;}
.h-line-dot{ border: none; border-bottom: 1px dotted #ccc;}


.h-mt-small{ margin-top: 10px !important;}
.h-mt-medium{ margin-top: 30px !important;}
.h-mt-large{ margin-top: 45px !important;}
.h-mt-xlarge{ margin-top: 65px !important;}
@media only screen and (max-width: 767px){
  .h-mt-small{ margin-top: 10px !important;}
  .h-mt-medium{ margin-top: 20px !important;}
  .h-mt-large{ margin-top: 30px !important;}
  .h-mt-xlarge{ margin-top: 40px !important;}
}

.h-fc-em{
  color: #E03376;
}
.h-fc-warning{
  color: #f00;
}


/*--------------------------------------------------
アイコン
--------------------------------------------------*/
.h-icon{
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	background: no-repeat;
	background-size: cover;
	position: relative;
	top: -.15em;
}
.h-icon::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.h-icon-photo{background-image: url(/common/images/icon/ic_photo.svg);}
.h-icon-photokids{background-image: url(/common/images/icon/ic_photokids.svg);}
.h-icon-maker{background-image: url(/common/images/icon/ic_maker.svg);}
.h-icon-calender{background-image: url(/common/images/icon/ic_calender.svg);}

/*--------------------------------------------------
レイアウトブロック
--------------------------------------------------*/

/*-----▼セクション----*/

.h-section01:not(:first-child){
  margin-top: 100px; 
}
@media only screen and (max-width: 767px){
  .h-section01:not(:first-child){
    margin: 50px 0 0;  
  }  
}

/*-----▼メニュー----*/

.h-naviList01{
  margin-bottom: 30px;
}

.h-naviList01 ul{
}

.h-naviList01 li{
  padding: 15px 0 !important;
  position: relative;
  list-style: none;
  margin: 0;
  cursor: pointer;
  border: none !important;
  border-bottom: 1px solid #eee !important;
}

.h-naviList01 li::before{
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) scale(1,.8);
  border: 6px solid transparent;
  border-left-color: #999;
}

.h-naviList01 li a{
  display: block;
}


.h-naviList01 li::after{
  content: "";
  display: block;
  clear: both;
}

.h-naviList01 li .image{
  width: 30%;
  margin-right: 15px;
  float: left;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.h-naviList01 li dl{
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}

.h-naviList01 li dt{
  font-size: 18px;
}
.h-naviList01 li dt a{
  color: inherit;
  line-height: 1.3 !important;
  padding: 0 !important;
  font-size: inherit !important;
  background: none !important;
}

.h-naviList01 li dd{
  margin: 0;
  margin-top: .5em;
  font-size: 12px;
}

/*-----▼3列ブロック----*/

.h-list3clm01{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 20px;
}

@media only screen and (max-width: 959px){
  .h-list3clm01{
    display: block;
    margin-bottom: 25px;
  }
}

.h-list3clm01 > li{
  flex-basis: calc(100% / 3 - 30px);
  flex-shrink: 0;
  list-style: none;
  box-sizing: border-box;
  margin: 30px 15px 0;
}
/*@media only screen and (max-width: 959px){
.h-list3clm01 > li{
  width: 50%;
}
}*/
@media only screen and (max-width: 959px){
  .h-list3clm01 > li{
    width: auto;
    float: none;
    padding: 15px 0;
    border: solid #eee;
    border-width: 1px 0 0;
    margin: 0;
  }
  .h-list3clm01 > li:first-child{
    margin-top: 20px;
  }
  .h-list3clm01 > li:last-child{
    border-width: 1px 0;
  }
  .h-list3clm01 > li::after{
    content: "";
    display: block;
    clear: both;
  }
}

@media only screen and (min-width: 960px){
  .h-list3clm01 > li:nth-child(-n+3){
    margin-top: 0;  
  }
}
/*@media only screen and (max-width: 959px) and (min-width: 758px){
.h-list3clm01 > li:nth-child(-n+2){
  margin-top: 0;  
}
.h-list3clm01 > li:nth-child(2n+1){
  clear: both;
}
}*/

.h-list3clm01 figure{
  display: block;
  font-size: 1px;
  line-height: 1;
}

@media only screen and (max-width: 959px){
  .h-list3clm01 figure{
    width: 30%;
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px){
  .h-list3clm01 figure{
    margin-right: 10px;        
  }
}

.h-list3clm01 figure img{
  width: 100%;
  height: auto;
}

.h-list3clm01 dl{
  margin: 0;
}    
@media only screen and (max-width: 959px){
  .h-list3clm01 dl{
    float: left;
    width: calc(100% - (30% + 15px));
  }      
}
@media only screen and (max-width: 767px){
  .h-list3clm01 dl{
    width: calc(100% - (30% + 10px));
  }
}

.h-list3clm01 dt{
  font-weight: bold;
  font-size: 16px;
  margin: .8em 0 .5em;
}
@media only screen and (max-width: 959px){
  .h-list3clm01 dt{
    margin-top: .2em;
  }
}

.h-list3clm01 dd{
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

/*-----▲3列ブロック----*/

/*-----▼2列ブロック----*/

.h-list2clm01{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 959px){
  .h-list2clm01{
    display: block;
    margin-bottom: 25px;
  }
}

.h-list2clm01 > li{
  flex-basis: calc((100% - 60px) / 2);
list-style: none;
box-sizing: border-box;
margin: 60px 0 0;
}
/*@media only screen and (max-width: 959px){
.h-list3clm01 > li{
  width: 50%;
}
}*/
@media only screen and (max-width: 959px){
  .h-list2clm01 > li{
    width: auto;
    float: none;
    padding: 15px 0;
    border: solid #eee;
    border-width: 1px 0 0;
    margin: 0;
  }
  .h-list2clm01 > li:first-child{
    margin-top: 20px;
  }
  .h-list2clm01 > li:last-child{
    border-width: 1px 0;
  }
  .h-list2clm01 > li::after{
    content: "";
    display: block;
    clear: both;
  }
}

@media only screen and (min-width: 960px){
  .h-list2clm01 > li:nth-child(-n+2){
    margin-top: 0;  
  }
}
/*@media only screen and (max-width: 959px) and (min-width: 758px){
.h-list3clm01 > li:nth-child(-n+2){
  margin-top: 0;  
}
.h-list3clm01 > li:nth-child(2n+1){
  clear: both;
}
}*/

.h-list2clm01 figure{
  display: block;
  font-size: 1px;
  line-height: 1;
}

@media only screen and (max-width: 959px){
  .h-list2clm01 figure{
    width: 30%;
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px){
  .h-list2clm01 figure{
    margin-right: 10px;        
  }
}

.h-list2clm01 figure img{
  width: 100%;
  height: auto;
}

.h-list2clm01 dl{
  margin: 0;
}    
@media only screen and (max-width: 959px){
  .h-list2clm01 dl{
    float: left;
    width: calc(100% - (30% + 15px));
  }      
}
@media only screen and (max-width: 767px){
  .h-list2clm01 dl{
    width: calc(100% - (30% + 10px));
  }
}

.h-list2clm01 dt{
  font-weight: bold;
  font-size: 18px;
  margin: .8em 0 .5em;
}
@media only screen and (max-width: 959px){
  .h-list2clm01 dt{
    margin-top: .2em;
    font-size: 16px;
  }
}

.h-list2clm01 dd{
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 15px;
}
@media only screen and (max-width: 767px){
  .h-list2clm01 dd{
    font-size: 13px;
  } 
}


/*-----▲2列ブロック----*/

/*-----▼全データ撮影----*/
.h-camera01{
  margin:30px 0 20px;
  padding:20px;
  border:1px solid #CCC;
  border-radius:5px;
}
.h-camera01 .ph{
float:left;
margin: 20px 40px 0 20px;
width:170px;
}

.h-camera01 .txt{
  overflow: hidden;
}

.h-camera01 .txt p{
  font-size: 1.15em;
  margin-bottom: .8em;
  padding: 0;
}

.h-camera01 .txt ul{
  margin: 0;
  padding: 0;
}
.h-camera01 .txt li{
  list-style: none;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  
}
.h-camera01 .txt li + li{
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px){
  .h-camera01{
    margin: 20px 0 10px;
  }
  .h-camera01 .ph{
    float: none;
    margin: 10px auto;
    max-width:180px;
  }
  .h-camera01 .txt p{
    font-size: 1em;
  }
  .h-camera01 .txt li{
    font-size: 11px;    
  }
}


.h-fc-em{
  color: #ff007a;
}

/*-----▲全データ撮影----*/


/*-----▼コンテンツ内お問い合わせ01----*/
.h-contact-small01{
  background: #fff;
  margin: 0px auto;
  border: 1px solid #ccc;
  padding: 5px 5px 5px 5px;
  border-radius: 1px;
  box-shadow: 2px 2px 3px rgba(0,0,0,.15);
  margin-top: 15px;
}
@media only screen and (max-width: 767px){
  .h-contact-small01{
    margin-top: 10px;
    padding: 5px 10px;
  }
}
/*-----▲コンテンツ内お問い合わせ01----*/

.h-commentsList,
.h-commentsList-num
.h-commentsList-num2{
  margin: 10px 0;
  padding: 0;
}

.h-commentsList li + li,
.h-commentsList-num li + li,
.h-commentsList-num2 li + li{
  margin-top: .25em;
}

.h-commentsList li{
  padding-left: 1em;
  list-style: none;
  text-indent: -1em;
  margin: 0;
}
.h-commentsList li::before{
  content: "※";
  text-indent: 0;
  display: inline-block;
  width: 1em;
}

.h-commentsList-num,
.h-commentsList-num2{
  counter-reset: comments; 
}

.h-commentsList-num li{
  margin: 0;
  padding-left: 2.2em;
  text-indent: -2.2em;
  list-style: none;
  counter-increment: comments;
}

.h-commentsList-num2 li{
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  counter-increment: comments;
}

.h-commentsList-num li::before{
  content: "※" counter(comments);
  text-indent: 0;
  display: inline-block;
  width: 2.2em;
}
.h-commentsList-num2 li::before{
  content: counter(comments);
  text-indent: 0;
  display: inline-block;
  width: 1em;
}

/*-----▼カレンダーサンプル01（標準：3列）----*/

.h-calenderSample01{
  margin: 15px 0;
}

.h-calenderSample01 dt{
  background: #525252;
  padding: 1em;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 1.54em;
  position: relative;
  line-height: 1;
  margin: 0 30px 30px;
}
.h-calenderSample01 dt::after{
  content: "";
  position: absolute;
  border: 13px solid transparent;
  border-top-color: #525252;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%) scale(1, .8);
  transform-origin: center top;
}

@media only screen and (max-width: 767px){
  .h-calenderSample01 dt{
    margin: 0 0 15px;
    padding: .75em 1em;
    font-size: 1em;
  }
  .h-calenderSample01 dt::after{
    border-width: 10px;
    bottom: -20px;    
  }
}

.h-calenderSample01 dd{
  margin: 0;
  padding: 0;
}

.h-calenderSample01 ul{
  display:flex;
  justify-content: center;
  margin: 0 45px;
}

.h-calenderSample01 li{
  flex-basis: 260px;
  margin: 0 15px;
  list-style: none;
}
@media only screen and (max-width: 767px){
  .h-calenderSample01 ul{
    margin: 0 10px;
  }
  .h-calenderSample01 li{
    flex-basis: calc(100% / 3 - 10px);
    margin: 0 5px;
  }
}

/*写真集*/

.h-premiumAlbum01{
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0;
}
.h-premiumAlbum01_block{
  flex-basis: calc(50% - 20px);
}

@media only screen and (min-width: 767px){
	.h-premiumAlbum01_block:nth-child(n+3){
		margin-top: 40px;		
	}
}
@media only screen and (max-width: 767px){
  .h-premiumAlbum01{
    display: block;
  }
  .h-premiumAlbum01_block + .h-premiumAlbum01_block{
    margin-top: 35px;
  }
}

.h-premiumAlbum01_block dl{
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.h-premiumAlbum01_block dl > *{
  flex-basis: calc(50% - 5px);
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}

.h-premiumAlbum01_block dl > *:not(:first-child){
  box-shadow: 0 2px 1px rgba(0,0,0,.15), 0 0 6px rgba(0,0,0,.1);
}

.h-premiumAlbum01_block dl > *:nth-child(n+3){
  margin-top: 10px;
}

.h-premiumAlbum01_text{
  text-align: center;
  margin-top: 1.35em;
  padding: 0;
}

.h-youtube01{
  position: relative;
  margin: 10px 0;
}
.h-youtube01::before{
  content:"";
  display:block;
  padding-top: 56.25%;
}
.h-youtube01 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-width: none;
}

.h-map01{
  position: relative;
  margin: 10px 0;
}
.h-map01::before{
  content:"";
  display:block;
  padding-top: 38.5%;
}
.h-map01 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-width: none;
}
@media only screen and (max-width: 767px){
	.h-map01::before{
		padding-top: 60%;
	}
}

/*-----PC・SP表示切替-----*/
@media only screen and (max-width: 750px){
  .h-hide-sp{
    display: none;
  }
}
@media only screen and (min-width: 751px){
  .h-hide-pc{
    display: none;
  }
}


/*-----キャンペーンバナー-----*/
.h-campaignBnr ul{
	margin: 25px 0;
}

.h-campaignBnr li{
	margin: 10px 0;
	list-style: none;
}
.h-campaignBnr li img{
	border-radius: 0 !important;
}

/*-----キャンペーンバナー正方形3列-----*/
.h-campaignBnr-square ul{
  display: flex;
  margin: 20px 0;
  flex-wrap: wrap;
  padding: 15px 10px;
  border-radius: 10px;
}

@media only screen and (min-width: 751px){
  .h-campaignBnr-square.center ul{
    justify-content: center;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 320px){
  .h-campaignBnr-square ul{
    margin: 0 -25px;
    border-radius: 0;    
  }
}

.h-campaignBnr-square li{
  flex-basis: calc(100% / 3 - 21px);
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

@media only screen and (min-width: 751px){
  .h-campaignBnr-square.center li{
    flex-basis: calc(100% / 2 - 30px);
    margin: 0 15px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px){
  .h-campaignBnr-square li{
    flex-basis: calc(100% / 2 - 10px);
  }
  .h-campaignBnr-square li img{
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  .h-campaignBnr-square li{
    flex-basis: 100%;
    margin: 0;
  }
  .h-campaignBnr-square li + li{
    margin-top: 10px;
  }
  .h-campaignBnr-square li img{
    width: 100%;
  } 
}

.h-campaignBnr-square li a{
  display: block;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 2px 3px rgba(0,0,0,.05);
}

@media only screen and (min-width: 959px){
  .h-campaignBnr-square li:nth-child(n+4){
    margin-top: 15px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px){
  .h-campaignBnr-square li:nth-child(n+3){
    margin-top: 15px;
  }
}


/*PC下部固定メニュー*/
.h-fixedNavi01{
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 10;
	transform: translateY(150px);
	transition: .4s transform;
}
@media only screen and (max-width: 1023px){
	.h-fixedNavi01{ display: none;}
}
.h-fixedNavi01.on{
	transform: translateY(0);
}
.h-fixedNavi01_wrap{
	background: rgba(255,255,255,.97);
	border: 1px solid #d6d6d6;
	box-shadow: 0 2px 3px rgba(0,0,0,.15), 0 0 20px rgba(0,0,0,.15);
	border-radius: 20px;
	display: flex;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
}
.h-fixedNavi01_nav01{
	flex: 1;
}
.h-fixedNavi01_nav01 > div{
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}
.h-fixedNavi01_nav01 p{
	margin: 0;
	padding: 0;
}
.h-fixedNavi01_nav01 i{
	height: 30px;
	border-right: 1px dotted #999;
}
.h-fixedNavi01_nav01 a{
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 1.35;
	padding: 10px 20px;
	color: inherit;
}
.h-fixedNavi01_nav01 a:hover{
	color: #FF007A;
}
.h-fixedNavi01_nav01 a span{
	color: inherit;	
}
.h-fixedNavi01_nav02{
	width: 200px;
	margin-left: 20px;
}
.h-fixedNavi01_nav02 > div{
	height: 100%;
}
.h-fixedNavi01_nav02 p{
	margin: 0;
	padding: 0;
	height: 100%;
}
.h-fixedNavi01_nav02 .reservation a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #D52C71), color-stop(0.00, #E6558E));
	background: -webkit-linear-gradient(top, #E6558E 0%, #D52C71 95%);
	background: -moz-linear-gradient(top, #E6558E 0%, #D52C71 95%);
	background: -o-linear-gradient(top, #E6558E 0%, #D52C71 95%);
	background: -ms-linear-gradient(top, #E6558E 0%, #D52C71 95%);
	background: linear-gradient(top, #E6558E 0%, #D52C71 95%);
	background: #E03077\9;
	color:#FFF;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4), 0 1px 0 rgba(0,0,0,0.1);
	text-shadow: 0 0 1px rgba(0,0,0,0.3), 0 0 3px rgba(0,0,0,0.15);
	border:1px solid #C72767;
	border-radius: 10px;
	height: 100%;
	box-sizing: border-box;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	letter-spacing: .1em;
	padding-left: .1em;
	text-align: center;
}
.h-fixedNavi01_nav02 .reservation a:hover{
	color: #fff;
}

/* 190712 新ナビゲーション*/
.h-navigation {
    display: none;
  }

.h-navigation_layer {
  background: rgba(224, 114, 160, .5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.h-navigation_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 0 40px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 20000;
  display: none;
}

@media only screen and (max-width: 767px) {
  .h-navigation_wrap {
    padding: 0 5.34%;
  }      
}

.h-navigation_contents {
  background: #fff;
  border-radius: 10px;
  position: relative;
  max-width: 760px;
  margin: 5% auto 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 767px) {
  .h-navigation_contents {
    margin-top: 15%;
  }
}

.h-navigation_back-home {
  padding: 0;
}

.h-navigation_back-home a {
  font-size: 16px;
  display: block;
  padding: 20px 30px;
  background: #eaeaea;
  border-radius: 10px 10px 0 0;
  color: #666;
  font-weight: bold;
  transition: background-color .2s;
}

@media only screen and (max-width: 767px) {
  .h-navigation_back-home a {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.h-navigation_back-home a:hover {
  background: #e5e5e5;
}

.h-navigation_back-home a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #e03078;
  border-width: 2px 0 0 2px;
  transform: rotate(-45deg) translateY(-10%);
  margin-right: .5em;
}

#menu-h-navigation-main {
  padding: 50px 7.89% 60px 0;
}

@media only screen and (max-width: 767px) {
  #menu-h-navigation-main {
    padding: 40px 20px;
  }
}

#menu-h-navigation-main > .menu-item-has-children {
  display: flex;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #menu-h-navigation-main > .menu-item-has-children {
    display: block;
  }
}

#menu-h-navigation-main > .menu-item-has-children + .menu-item-has-children {
  margin-top: 40px;
}

#menu-h-navigation-main > .menu-item-has-children > a {
  flex-shrink: 0;
  width: 38%;
  color: #e03078;
  border-right: 4px solid currentColor;
  padding: .65em 20px 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
  box-sizing: border-box;
  pointer-events: none;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #menu-h-navigation-main > .menu-item-has-children > a {
    width: auto;
    display: block;
    border: none;
    border-bottom: 4px solid currentColor;
    padding: 0;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 4px;
  }
}

#menu-h-navigation-main .sub-menu {
  padding: 0;
  margin-left: 30px;
  flex: 1;
}

@media only screen and (max-width: 767px) {
  #menu-h-navigation-main .sub-menu {
    margin-left: 0;
  }
}

#menu-h-navigation-main .sub-menu .menu-item {
  margin: 0;
  list-style: none;
}

#menu-h-navigation-main .sub-menu .menu-item + .menu-item {
  border-top: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
  #menu-h-navigation-main .sub-menu .menu-item:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
}

#menu-h-navigation-main .sub-menu .menu-item a {
  display: block;
  padding: 1em 40px 1em 10px;
  color: inherit;
  transition: background-color .2s;
  position: relative;
  text-indent: 0;
}

#menu-h-navigation-main .sub-menu .menu-item a:hover {
  background-color: #f5f5f5;
}

/* -- shop -- */

.h-navigation_contents-shop {
  border-top: 2px solid #f0f0f0;      
  padding: 0 3.95%;
}

@media only screen and (max-width: 767px) {
  .h-navigation_contents-shop {
    padding: 0 20px;
  }
}

.h-navigation_contents-shopTitle {
  font-size: 22px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 40px 0 20px;
}

@media only screen and (max-width: 767px) {
  .h-navigation_contents-shopTitle {
    font-size: 20px;
    padding: 20px 0 0;
    margin-bottom: 30px;
  }
}

.h-navigation_contents-shopTitle::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 55px;
  margin-right: .25em;
  background: url(https://8296.jp/common/images/icon/ic_maker.svg);
  background-size: cover;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .h-navigation_contents-shopTitle::before {
    display: block;
    background-size: contain;
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
  }
}

#menu-h-navigation-shop > .menu-item-has-children {
  display: flex;
  margin: 0;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  #menu-h-navigation-shop > .menu-item-has-children {
    display: block;
    padding: 0;
    margin-top: 20px;
  }
}

#menu-h-navigation-shop > .menu-item-has-children + .menu-item-has-children {
  border-top: 1px solid #f0f0f0;
}

@media only screen and (max-width: 767px) {
  #menu-h-navigation-shop > .menu-item-has-children + .menu-item-has-children {
    border: none;
  }
}

#menu-h-navigation-shop > .menu-item-has-children > a {
  width: 136px;
  text-align: center;
  color: #e03078;
  font-size: 16px;
  font-weight: bold;
  padding-top: .8em;
  pointer-events: none;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #menu-h-navigation-shop > .menu-item-has-children > a {
    width: auto;
    display: block;
    padding-top: 0;
    margin-left: 5px;
    text-align: left;
  }
}

#menu-h-navigation-shop .sub-menu {
  padding: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  #menu-h-navigation-shop .sub-menu {
    margin: 20px 0 0;
    display: block;
  }
}

#menu-h-navigation-shop .sub-menu .menu-item {
  width: calc(50% - 5px);
  margin: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  #menu-h-navigation-shop .sub-menu .menu-item {
    width: auto;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  #menu-h-navigation-shop .sub-menu .menu-item:nth-child(even) {
    margin-left: 10px;
  }
}

#menu-h-navigation-shop .sub-menu .menu-item:nth-child(n + 3) {
  margin-top: 10px;
} 

#menu-h-navigation-shop .sub-menu .menu-item a {
  display: block;
  padding: 1em 15px;
  color: inherit;
  background: #f5f5f5;
  transition: background-color .2s;
  border-radius: 6px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  text-indent: 0;
}

#menu-h-navigation-shop .sub-menu .menu-item a:hover {
  background-color: #eaeaea;
}

.h-navigation_contents-other {
  background: #eaeaea;
  padding: 20px 20px 25px;
  display: flex;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .h-navigation_contents-other {
    margin-top: 40px;
    display: block;
    padding-bottom: 40px;
  }
}

.h-navigation_contents-otherPrimary {
  flex-basis: 60%;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .h-navigation_contents-otherPrimary {
    padding: 0;
  }
}

.h-navigation_contents-otherSecondary {
  flex-basis: 40%;
  border-left: 2px solid rgba(0, 0, 0, .1);
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .h-navigation_contents-otherSecondary {
    padding: 30px 0 0;
    border: none;
  }
}

.h-navigation_contents-otherContents {
  margin: 0 40px;
}

@media only screen and (max-width: 767px) {
  .h-navigation_contents-otherContents {
    margin: 0 20px;        
  }
}

.h-navigation_contents-otherContents dt {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  margin: 0 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .h-navigation_contents-otherContents dt {
    text-align: center;
  }
}

.h-navigation_contents-otherContents dd {
  margin: 20px 0 0;
}

.h-navigation_contents-otherContents ul {
  padding: 0;
}

.h-navigation_contents-otherContents li {
  margin: 10px 0 0;
  list-style: none;
}

.h-navigation_contents-otherContents a {
  display: block;
  padding: 1.29em 15px;      
  background: #fff;
  border-radius: 6px;
  color: inherit;
  position: relative;
  transition: box-shadow .2s;
}

@media only screen and (max-width: 767px) {
  .h-navigation_contents-otherContents a {
    padding: 1em 15px;
  }
}

.h-navigation_contents-otherContents a:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.h-navigation_close {
  text-align: center;
  margin: 0 auto 5%;
}

@media only screen and (max-width: 767px) {
  .h-navigation_close {
    margin-bottom: 10%;
  }  
}

.h-navigation_close button {
  background: #cb1f64;
  color: #fff;
  font-size: 16px;
  border-radius: 0 0 10px 10px;
  position: relative;
  max-width: 760px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 70px;
  border: none;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .h-navigation_close button {
    font-size: 14px;
  }
}

.h-navigation_close-fixed {
  position: fixed;
  width: 60px;
  height: 60px;
  background: rgba(203, 31, 100, .8);
  color: #fff;
  top: 0;
  margin: 4% 0 0 345px;
  left: 50%;
  border: none;
  border-radius: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 20000;
}

@media only screen and (max-width: 767px) {
  .h-navigation_close-fixed {
    top: 20px;
    right: 16px;
    margin: 0;
    left: auto;
  }
}

.h-navigation_close-fixed::before,
.h-navigation_close-fixed::after {
  content: "";
  width: 4px;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .h-navigation_close-fixed::before,
  .h-navigation_close-fixed::after {
    width: 2px;
  }
}

.h-navigation_close-fixed::before { transform: rotate(-45deg);}
.h-navigation_close-fixed::after { transform: rotate(45deg);}

#menu-h-navigation-main .sub-menu .menu-item a::before,
#menu-h-navigation-shop .sub-menu .menu-item a::before,
.h-navigation_contents-otherContents a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #e03078;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

#menu-h-navigation-main .sub-menu .menu-item a::after,
#menu-h-navigation-shop .sub-menu .menu-item a::after,
.h-navigation_contents-otherContents a::after {
  content: "";
  border: 4px solid transparent;
  border-left-color: #fff;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px; 
  position: absolute;
  box-sizing: border-box;
  transform: scale(1, .6);
}


/*スマホメニュー*/
.h-spNaviOpenBtn{
  background: #E03078 url(/common/images/ic_h-spnavi_open01.png) no-repeat center;
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 20px;
  top: 65px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .h-spNaviOpenBtn{
    width: 70px;
    height: 70px;
    border-radius: 0;
    background-size: 50px auto;
  }
}


@media only screen and (min-width: 768px) {
  .h-spNaviOpenBtn{
    display: none;
  }
}
.h-spNavi{
	background: #E03078;
	position: fixed;
	top: 0;
	left: auto;
	bottom: 0;
	width: 350px;
	right: -350px;
	overflow-y: auto;
	color: #fff;
	z-index: 21000;
	margin: 0;
	padding: 60px 0 80px;
	-webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
	transition: .5s;
}
.h-spNavi.on{
	right: 0;
}
@media only screen and (max-width: 349px) {
	.h-spNavi{
		width: 320px;
		right: -320px;
	}	
}
@media only screen and (min-width: 768px) {
  .h-spNavi{
		width: 400px;
		right: -400px;
  }
}

.h-spNaviLayer{
  position: fixed;
	top: 0;
	bottom: 0;
  left: 0;
	right: 0;
	overflow-y: auto;
	color: #fff;
	z-index: 20000;
	margin: 0;
	-webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
	transform: translateX(100%);
}
.h-spNaviLayer.on{
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .h-spNaviLayer{
		background: rgba(0,0,0,.35);
  }
}

.h-spNavi *{
	color: inherit;
}

.h-spNavi ul,
.h-spNavi li{
	padding: 0;
	margin: 0;
}

.h-spNavi #menu-spnav > li{
	font-size: 18px;
}

.h-spNavi #menu-spnav > li + li{
	border-top: 1px solid rgba(255,255,255,.25);
}

.h-spNavi #menu-spnav > li.menu-item-has-children > a{
	position: relative;
}

.h-spNavi #menu-spnav > li.menu-item-has-children > a.on{
	background-color: rgba(197,9,56,.35);
}

.h-spNavi #menu-spnav > li.menu-item-has-children > a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 20px;
	height: 20px;
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
  background: url(/common/images/ic_h-spnavi_toggle01.png) no-repeat;
  background-size: cover;
  transform: rotate(0);
  transition: .5s;
  transform-origin: center;
}

.h-spNavi #menu-spnav > li.menu-item-has-children > a.on:after{
  transform: rotate(225deg);
}

.h-spNavi a{
	color: inherit;
	line-height: 1.4;
  padding: 1em 60px 1em 30px;
	transition: .2s;
	/*height: 60px;*/
	display: flex;
	align-items: center;
	font-size: 18px;
}

.h-spNavi a:hover{
	color: inherit;
	background-color: rgba(197,9,56,.65);
}

.h-spNavi li{
	list-style: none;
}
.h-spNavi .sub-menu{
	display: none;
}

.h-spNavi .sub-menu a{
	font-size: 13px;
  padding-right: 20px;
  text-indent: 0 !important;
	border-top: 1px solid rgba(255,255,255,.15);
	padding-left: 45px;
}
@media only screen and (min-width: 768px) {
	.h-spNavi .sub-menu a{
		padding-left: 50px;
	}
}

.h-spNavi_close{
  background: rgba(197,9,56,.35) url(/common/images/ic_h-spnavi_close01.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
	.h-spNavi_close{
		transition: .2s;
	}
	.h-spNavi_close:hover{
		background-color: rgba(197,9,56,.65);
	}
}

/*共通ヘッダーレイアウト*/

.h-cmnHeader_contents{
	display: flex;
	float: right;
	position: relative;
	z-index: 1000;
	margin-top: 14px;
}
@media screen and (min-width:768px) and (max-width:960px){
	.h-cmnHeader_contents{
		float: none;
	}
}

@media only screen and (max-width: 767px){
	.h-cmnHeader_contents{
		height: 0;
		position: static;
		margin: 0;
		display: block;
		float: none;
	}
}


.h-cmnHeader_telArea{
	border-right: 2px dotted #ccc;
	padding-right: 20px;
	margin-right: 20px;
}
@media screen and (min-width:768px) and (max-width:960px){
	.h-cmnHeader_telArea{
		flex: 1;
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 767px){
	.h-cmnHeader_telArea{
		display: none;
	}
}

.h-cmnHeader_telBlock{
	display: flex;
	align-items: center;
	margin: 0;
}

.h-cmnHeader_telBlock + .h-cmnHeader_telBlock{
	margin-top: 4px;
}

.h-cmnHeader_telTitle{
	font-size: 10px;
	color: #999;
	background: #eee;
	line-height: 20px;
	width: 5em;
	text-align: center;
	border-radius: 3px;
}

.h-cmnHeader_telNum{
	font-size: 16px;
	color: #FF007A;	
	line-height: 1;
	margin-left: 7px;
}

.h-cmnHeader_telText{
	font-size: 10px;
	line-height: 1;
	padding: 0;
	margin-top: 8px;
	color: #333;
}

.h-cmnHeader_naviList::after{
	content: "";
	display: block;
	clear: both;	
}

.h-cmnHeader_naviItem{
	margin-left: 1px;
	float: right;
	position: relative;
	min-width: 66px;
}

.h-cmnHeader_naviItem.instagram{
  display: none;
}

@media only screen and (max-width: 767px){
	.h-cmnHeader_naviItem.reservation,
  .h-cmnHeader_naviItem.line{
		display: none;
	}
	
	.h-cmnHeader_naviItem .h-spNaviOpenBtn{
		position: fixed;
		top: 0;
    right: 0;
	}
  
  .h-cmnHeader_naviItem.instagram{
    display: block;
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 2000;
  }
  .h-cmnHeader_naviItem.instagram a{
    display: block;
    width: 70px;
    height: 70px;
    background: #fff url(/common/images/ic_navi_instagram.png) no-repeat center;
    background-size: 50px auto;
    border-radius: 0 0 0 10px;
    border: solid #e5e5e5;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
  }
  
	
}
@media only screen and (min-width: 768px){
	.h-cmnHeader_naviItem{
		height: 66px;
	}
	.h-cmnHeader_naviItem .h-spNaviOpenBtn{
		display: block;
		position: static;
		width: 66px;
		height: 66px;
		border-radius: 0;
		background-size: 54px auto;
		background-position: center 8px;
		margin-left: 9px;
	}
	.h-cmnHeader_naviItem .h-spNaviOpenBtn.on{
		position: fixed;
		top: 20px;
    right: auto;
    transform: translateX(86px);
		animation: .35s fadeIn;
	}
}

@keyframes fadeIn{
	from {
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}


.h-cmnHeader_naviItem input[type="checkbox"]{
	display: none;	
}

.h-cmnHeader_naviBtn{
	display: block;
	width: 110px;
	height: 66px;
	background: #777;
	color: #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
	transition: .2s;
}

input[type="checkbox"]:checked ~ .h-cmnHeader_naviBtn,
.h-cmnHeader_naviBtn:hover{
	background-color: #666;
}

.h-cmnHeader_naviBtn.shopList{ background-image: url(/common/images/bt_headnavi_shoplist01.png);}
.h-cmnHeader_naviBtn.reservation{ background-image: url(/common/images/bt_headnavi_reservation01.png); background-color: #e03376;}
.h-cmnHeader_naviBtn.reservation:hover{ background-color: #D32168;}
.h-cmnHeader_naviBtn.lineContact{ background-image: url(/common/images/bt_headnavi_line01.png); background-color: #00B800;}
.h-cmnHeader_naviBtn.lineContact:hover{ background-color: #00AA00;}

@media only screen and (max-width: 767px){
	.h-cmnHeader_naviBtn.shopList{
		position: fixed;
		right: 0;
    top: 70px;
		width: 70px;
		height: 70px;
		background-color: #666;
		background-image: url(/common/images/ic_h-spnavi_shoplist01.png);
		background-size: 50px auto;
		background-position: center;
    background-repeat: no-repeat;
    z-index: 2000;
	}
	input[type="checkbox"]:checked ~ .h-cmnHeader_naviBtn.shopList{
		background-image: url(/common/images/ic_h-spnavi_close01.png);
	}	
}


.h-cmnHeader_naviItem .menu{
	box-shadow: 0 10px 4px rgba(0,0,0,.3), 0 0 15px rgba(0,0,0,.15);
	position: absolute;
	right: 15px;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	width: 200px;
	margin: 0;
	z-index: 100;
	background: #fff;
	top: 55px;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
}

.h-cmnHeader_naviItem input[type="checkbox"]:checked ~ .menu{
	opacity: 1;
	visibility: visible;
}

/*
@media only screen and (max-width: 767px){
	.h-cmnHeader_naviItem .menu{
		display: none !important;		
	}
}
*/

/* fixNavi */

.h-fixedNavi-top{
  height: 110px;
  background: #F9F0F3;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0,0,0,.15), 0 0 9px rgba(0,0,0,.1);
  transform: translateY(-120px);
  transition: transform .5s;
}
.h-fixedNavi-top.on{
  transform: translateY(0);
}
@media only screen and (max-width: 1023px){
  .h-fixedNavi-top{
    display: none !important;
  }
}

.h-fixedNavi-top_wrap{
  border-radius: 20px;
  background: #fff;
  padding: 17px 20px;
  height: 90px;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

.h-fixedNavi-top_nav{
  display: flex;
  height: auto;
}

.h-fixedNavi-top_navBlock{
  margin-right: 10px;
}

.h-fixedNavi-top_btn{
  border: 2px solid currentColor;
  color: #E03078 !important;
  box-sizing: border-box;
  display: flex;
  height: 56px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  width: 220px;
  font-size: 15px;
  font-weight: bold;
  transition: .2s;
}
.h-fixedNavi-top_btn span{
  color: inherit;
  transition: .2s;
}

.h-fixedNavi-top_btn.color{
  background: #E03078;
  color: #E03078 !important;
}
.h-fixedNavi-top_btn.color span{
  color: #fff;
}
.h-fixedNavi-top_btn:hover{
  background: #F9F0F3;
  border-color: #F9F0F3;
}
.h-fixedNavi-top_btn:hover span{
  color: inherit;
}

@media only screen and (min-width: 768px){
  .h-cmnHeader_naviItem .h-spNaviOpenBtn.on{
    transform: translateX(-4px);
    top: 22px;
    border-radius: 10px;
  }
}

.h-fixedNavi-top_navBlock.list{
  margin-left: 20px;
}		
.h-fixedNavi-top_navList{
  display: flex;
}
.h-fixedNavi-top_navList li{
  margin: 7px 0;
  line-height: 1;
  font-size: 15px;
  margin-right: 30px;
}
.h-fixedNavi-top_navList li a{
  display: block;
  padding-left: 10px;
  position: relative;
  color: #E03078;
  min-width: 7em;
}
.h-fixedNavi-top_navList li a::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left-color: currentColor;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(1,.8);
}
.h-fixedNavi-top_navList li a span{
  color: #333;
}
.h-fixedNavi-top_navList li a:hover span{
  color: inherit
}


.h-cmnHeader_naviItem .menu::before{
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -16px;
	right: 32px;
}


@media only screen and (max-width: 767px){
	.h-cmnHeader_naviItem .menu{
    position: fixed;
		top: 134px;		
		left: auto;
    right: 10px;
		z-index: 2001;
	}
	.h-cmnHeader_naviItem .menu::before{
		right: 16px;
		left: auto;
	}
}


.h-cmnHeader_naviItem .menu li{
	margin: 0;
}
.h-cmnHeader_naviItem .menu li + li{
	border-top: 1px dotted #ccc;
}
.h-cmnHeader_naviItem .menu li a{
	display: block;
	padding: 10px 10px 10px 20px;
	color: inherit;
	position: relative;
	line-height: 1.3;
	transition: .2s;
}
.h-cmnHeader_naviItem .menu li a:hover{
	color: #FF007A;
}
.h-cmnHeader_naviItem .menu li a::before{
	content: "";
	border: 4px solid transparent;
	border-left-color: #FF007A;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 8px;
	transform: scale(1,.8);
}

/*フルセットキャンペーン料金レイアウト*/
.h-price-variation01_text01{ padding: 0 0 1em; font-size: 1em;	color: #e03376;}
.h-price-variation01_text02{ padding: 1em 0 0; font-size: 1em;	color: #e03376;}

.h-price-variation01_pricearea{
	border-top: 2px solid #eee;
}
.h-price-variation01_pricearea dl{
	margin: 0;
	line-height: 1;
	padding: .8em 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 2px solid #eee;
}
.h-price-variation01_pricearea dt{
	margin: 0;
	font-weight: normal;
	
}
.h-price-variation01_pricearea dt em{
	font-weight: bold;
	font-style: normal;
}
.h-price-variation01_pricearea dd{
	font-weight: bold;
	margin: 0 0 0 .3em;
	color: #e03376;
}


.h-toppageInfo,
.h-toppageInfo .textwidget,
.h-toppageInfo-top,
.h-toppageInfo-top .textwidget{
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px){
	.h-toppageInfo,
	.h-toppageInfo-top{
		margin-right: 15px;
		margin-left: 15px;
	}
}

.h-toppageInfo .att_area,
.h-toppageInfo-top .att_area{
	margin: 15px 0 20px;
}

.h-toppageInfo .att_area .attinner,
.h-toppageInfo-top .att_area .attinner{
	padding: 1.2em 1.5em;
  font-size: 16px;
	color: #FF0000;
	line-height: 1.6;
  border: 3px solid #d6d6d6;
	border-radius: 10px;
}

.h-toppageInfo .att_area .attinner p,
.h-toppageInfo-top .att_area .attinner p{
	font-size: inherit;
}
.h-toppageInfo .att_area .attinner p a,
.h-toppageInfo-top .att_area .attinner p a{
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.h-toppageInfo .att_area .attinner,
	.h-toppageInfo-top .att_area .attinner{
		font-size: 14px;
		padding: 1.5em 1.5em;
	}
	.att_area .attinner span a{
		font-size: 20px;
		padding: 1.5em 1.5em;
	}
}

.h-toppageInfo .att_area .attinner p,
.h-toppageInfo-top .att_area .attinner p{
	padding: 0;
}


/*
----------------------------
faq
----------------------------
*/
.h-faqList{
  margin: 50px auto 100px;
  counter-reset: h-faqList;
}
@media only screen and (max-width: 767px){
  .h-faqList{
    margin: 30px -25px 50px;
  }
}

.h-faqList_category{
  font-size: 24px;
  padding: 0 .5em;
  margin: 3em 0 1.5em;
  color: #888;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px){
  .h-faqList_category{
    font-size: 14px;
    padding: 3em 1em 1.5em;
    margin: 0;
    font-weight: bold;    
    background: #f0f0f0;
  }
}

/*.h-faqList_category::before{
  content: "";
  position: absolute;
  width: .9em;
  border-radius: 10px;
  height: 4px;
  background: #E03078;
  top: 0;
  bottom: 0;
  margin: auto;
  left: .5em;
}*/

.h-faqList dl{
  border-top: 2px solid #e5e5e5;
  margin: 0;
}

.h-faqList dt{
  margin: 0;
  padding: 1.6em 1.6em 1.6em 9.6em;
  line-height: 1.6;
  font-size: 16px;
  counter-increment: h-faqList;
  position: relative;
  cursor: pointer;
  transition: border-color .2s;
  border-bottom: 2px solid #e5e5e5;
}
@media only screen and (max-width: 767px){
  .h-faqList dt{
    font-size: 14px;
    padding: 1.6em 1.6em 1.6em 4.8em;
  }
}

.h-faqList dt.on{
  border-bottom-color: transparent;
}


.h-faqList dt::before{
  content: "Ｑ." counter(h-faqList);
  position: absolute;
  line-height: 1;
  font-size: 20px;
  height: 1em;
  left: 1.6em;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #E03078;
}
@media only screen and (max-width: 767px){
  .h-faqList dt::before{
    font-size: 16px;
    left: 1em;
    top: 1.6em;
    bottom: auto;    
  }
}

.h-faqList dt::after{
  content: "";
  position: absolute;
  top: 1.6em;
  bottom: 1.6em;
  left: 7.2em;
  width: 3px;
  border-radius: 10px;
  background: #f5f5f5;
  transition: background-color .2s, bottom .2s;
}
@media only screen and (max-width: 767px){
  .h-faqList dt::after{
    display: none;
  }
}

.h-faqList dt:hover::after{
  background-color: #e03376;
}

.h-faqList dt.on::after{
  background-color: #e03376;
  bottom: 1em;
}

.h-faqList dd{
  margin: 0;
  padding: 0 0 1em;
  display: none;
}

.h-faqList dd p{
  background: rgba(224,48,120,.08);
  border-radius: 10px;
  padding: 2em 2.5em;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px){
  .h-faqList dd p{
    border-radius: 0;
    padding: 1.2em 1.6em;
    font-size: 13px;
  }
}

.h-faqList dd a{
  color: inherit;
  text-decoration: underline;
}

.h-faqList dd a:hover{
  text-decoration: none;
}


/*
----------------------------
form style
----------------------------
*/
.h-form-base_text{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.h-form-base_text.align-left{
	text-align: left;
	line-height: 2;
	margin-right: 1em;
		margin-left: 1em;
}
@media only screen and (max-width: 767px){
	.h-form-base_text{
		font-size: 13px;
		text-align: left;
		margin-bottom: 10px;
	}
	.h-form-base_text.align-left{
		margin-right: auto;
		margin-left: auto;
	}
}

.h-form-shopTime{
	border: 2px solid #d6d6d6;
	border-radius: 2px;
	background: #fafafa;
	padding: 1em .75em 1em 1.5em;
	box-sizing: border-box;
	margin: -20px 1em 60px;
	font-size: 16px;
	line-height: 1.8;
}
@media only screen and (max-width: 767px){
	.h-form-shopTime{
		box-sizing: border-box;
		margin: 0 auto 30px;
		font-size: 13px;
	}
}

.h-form-base_table{
	display: table;
	width: 100%;
	border-top: 2px solid #e5e5e5;
}
@media only screen and (max-width: 767px){
	.h-form-base_table{
		display: block;
		width: auto;
		border: none;
	}
}

.h-form-base_row{
	display: table-row;
	margin: 0;
}
@media only screen and (max-width: 767px){
	.h-form-base_row{
		display: block;
		margin-bottom: 15px;
	}			
}

.h-form-base_title,
.h-form-base_data{
	display: table-cell;
	border-bottom: 2px solid #e5e5e5;
	padding: 25px;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 14px;
	margin: 0;
}
@media only screen and (max-width: 767px){
	.h-form-base_title,
	.h-form-base_data{
		display: block;
		border: none;
		padding: 15px 0;
	}
}

.h-form-base_title{
	width: 250px;
	background: #f7f7f7;
	text-align: right;
	position: relative;
	padding-left: 60px;
	padding-right: 20px;
	white-space: nowrap;
}
.h-form-base_title.not-icon{
	padding-left: 20px;
}

@media only screen and (max-width: 767px){
	.h-form-base_title{
		width: auto;
		padding-right: 10px;
		text-align: left;
		margin: 0 -10px;
		background: #f0f0f0;
		font-size: 16px;
	}
}

.type-check .h-form-base_title{
	padding-left: 20px;
}
@media only screen and (max-width: 767px){
	.type-check .h-form-base_title{
		padding-left: 15px;
	}
}

.h-form-base_title small{
	display: block;
	font-weight: normal;
	margin: .75em 0 0;
	color: #666;
}
@media only screen and (max-width: 767px){
	.h-form-base_title small{
		display: inline-block;
		margin: 0 0 0 .75em;
	}
}


.h-form-base_data{
	word-break: break-all;
}

.type-check .h-form-base_data,
.type-check .h-form-base_data p{
	font-size: 16px;
}

.h-form-base_titleIcon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	height: 18px;
	line-height: 1;
}

.h-form-base_data input[type="text"],
.h-form-base_data select,
.h-form-base_data textarea{
	-webkit-appearance: none;
	border-radius: 8px;
	box-shadow: none;
	background: transparent;
	border: 2px solid #d6d6d6;
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	padding: 0 .75em;
	font-size: 16px;
}

.h-form-base_data select{
	padding-right: 25px;
	position: relative;
	z-index: 1;
}
select::-ms-expand{
	display: none;
}

.h-form-base_data textarea{
	height: 250px;
	padding: .75em;
}

.h-form-base_selectList{
	display: flex;
	flex-wrap: wrap;
	margin: -10px -5px 0;
}
@media only screen and (max-width: 767px){
	.h-form-base_selectList{
		margin-top: -5px;				
	}
}

.h-form-base_selectList li{
	flex-basis: 50%;
	flex-shrink: 0;
	margin: 10px 0 0;
	list-style: none;
}
.h-form-base_selectList.clm01 li{
	flex-basis: 100%;
}
@media only screen and (max-width: 767px){
	.h-form-base_selectList li{
		flex-basis: 100%;
		margin-top: 5px;
	}			
}

.h-form-base_selectList input{
	display: none;
}

.h-form-base_selectList label{
	border: 2px solid #f0f0f0;
	margin: 0 5px;
	border-radius: 8px;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 10px 10px 38px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}

.h-form-base_selectList label::before{
	content: "";
	width: 18px;
	height: 18px;
	background: #E5E5E5;
	border-radius: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 12px;
	box-sizing: border-box;
}
.h-form-base_selectList.radio label::before{
	border-radius: 100%;
}

.h-form-base_selectList input:checked + label{
	border-color: #E4005F;
}
.h-form-base_selectList input:checked + label::before{
	background: #E50C67 url(/common/images/ic_check01.png) no-repeat center;
	background-size: cover;
}

.h-form-base_selectList.radio input:checked + label::before{
	background: #fff;
	border: 6px solid #E50C67;
}


.h-form-base_data p{
	margin: 1em 0;
	padding: 0;
}
.h-form-base_data p:first-child{
	margin-top: 0;
}
.h-form-base_data p:last-child{
	margin-bottom: 0;
}

.h-form-base_data hr{
	border: none;
	border-top: 1px solid #e5e5e5;
}


.h-form-base_dataNote{
	color: #FF2626;
}

p + .h-form-base_blockSelect{
	margin-top: 2em;
}

.h-form-base_blockSelectTitle{
	font-size: 16px;
	font-weight: bold;
}
.h-form-base_blockSelectData{
	margin: .75em 0 0;
}

.h-form-base_blockSelectDate{
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
}
.h-form-base_blockSelectDate p{
	margin: 0;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.h-form-base_blockSelectDate p{
		width: 60% !important;
		margin-top: 10px;
		margin-left: 0 !important;
	}
}

.h-form-base_blockSelectDate .unit{
	margin: 0 0 0 .5em !important;
	font-size: 16px;
}
@media only screen and (max-width: 767px){
	.h-form-base_blockSelectDate .unit{
		width: calc(40% - .5em) !important;
		font-size: inherit;
	}
}

.h-form-base_blockSelectBlock{
	margin-top: 10px;
	max-width: 400px;
}

.h-form-selectWrap{
	display: inline-block;
	position: relative;
	width: 100%;
}

.h-form-selectWrap::before{
	content: "";
	width: 14px;
	height: 14px;
	border: 7px solid transparent;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	bottom: 0;
	right: 10px;
	z-index: 0;
	margin: auto;
	border-top-color: #333;
	transform: translateY(4px) scale(.8, 1);
}

.h-form-base_blockSelectDate .year{width: 100px;}
.h-form-base_blockSelectDate .monthly{width: 82px; margin-left: 1em;}
.h-form-base_blockSelectDate .day{width: 82px; margin-left: 1em;}

.h-form-base_btn{
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 767px){
	.h-form-base_btn{
		margin-top: 35px;
		flex-direction: column;
		align-items: center;
		border-top: 2px solid #d6d6d6;
		padding-top: 30px;
	}
}

.h-form-base_btnItem{
	margin: 0 15px;
	padding: 0;
	font-size: 1px;
	line-height: 1;
}
@media only screen and (max-width: 767px){
	.h-form-base_btnItem{
		margin: 0;
	}
	.h-form-base_btnItem + .h-form-base_btnItem{
		margin-top: 15px;
	}
}

.h-form-base_btn input{
	max-width: 320px;
	width: 100%;
	height: auto;
}

/*ボタン付近注意書き*/
.h-form-base_submitCaution{
	background: rgba(255,0,0,.07);
	border-radius: 10px;
	padding: 45px 30px 30px;
	text-align: center;
	margin: 60px auto 40px;
	position: relative;
	box-sizing: border-box;
}

.h-form-base_submitCaution.finish{
	 max-width: 750px;
}

.h-form-base_submitCaution::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 46px;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
	background: url(/common/images/icon/ic_caution.png) no-repeat center;
	background-size: contain;
}

.h-form-base_btn + .h-form-base_submitCaution{
	margin: 60px 0 30px;
}

.h-form-base_submitCaution p{
	padding: 0;
	margin: 0;
	font-size: 16px;
	letter-spacing: .1em;
}
@media only screen and (max-width: 767px){
	.h-form-base_submitCaution{
		padding: 40px 20px 20px;
		margin: 30px 0;
	}

	.h-form-base_submitCaution p{
		font-size: 14px;		
	}
	.h-form-base_submitCaution br{
		display: none;
	}
}

.h-form-base_backHome{
	padding: 0 20px;
	margin-bottom: 40px;
	color: #E40160;
}
.h-form-base_backHome a{
	display: block;
	max-width: 400px;
	margin: 0 auto;
	line-height: 76px;
	border: 2px solid currentColor;
	color: currentColor;
	font-size: 18px;
	border-radius: 16px;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.h-form-base_backHome a{
		font-size: 16px;
		border-radius: 10px;
		line-height: 56px;
	}
}

.h-form-base_backHome a:hover{
	color: currentColor;
}

/*アイコン：必須*/
.h-icon-required{
	color: #FF0C0C;
	border: 1px solid #FF0C0C;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	padding: 0 3px;
	font-style: normal;
	box-sizing: border-box;
}
/*アイコン：任意*/
.h-icon-any{
	color: #aaa;
	border: 1px solid #aaa;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	padding: 0 3px;
	font-style: normal;
	box-sizing: border-box;
}
/*エラー表示*/
.h-form-base_error{
	border-radius: 3px;
	background: #FF0C0C;
	color: #fff;
	text-align: center;
	padding: .75em 1em;
	font-size: 16px;
	margin: .5em auto;;
	max-width: 800px;
}
@media only screen and (max-width: 767px){
	.h-form-base_error{
		font-size: 14px;
	}
}

/*完了画面*/
.h-form-base_finishText{
	max-width: 750px;
	margin: 0 auto;
}
.h-form-base_finishText p{
	font-size: 16px;
	line-height: 1.8;
}
@media only screen and (max-width: 767px){
	.h-form-base_finishText p{
		font-size: 13px;
	}
}

.h-form-base_heading01{
	position: relative;
	padding: .35em 1em .35em 25px; 
	font-size: 16px;
	margin: 2em 0 1em;
	line-height: 1.5;
	font-weight: bold;
}
@media only screen and (max-width: 767px){
	.h-form-base_heading01{
		font-size: 14px;
		margin-top: 1.5em;
	}
}
.h-form-base_heading01::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 7px;
	left: 0;
	border-radius: 100px;
	background: #E4005F;	
}

/*--左写真つきレイアウト--*/
.h-phototext01{
	margin: 40px 0;
	display: flex;
}
.h-phototext01_image{
	margin-right: 30px;
}
.h-phototext01_text{
	flex: 1;
}
@media only screen and (max-width: 767px){
	.h-phototext01{
		display: block;
	}
	.h-phototext01_image{
		margin: 0;
		text-align: center;
	}
}

.h-footerLink{
	font-size: 12px;
}
@media only screen and (max-width: 767px){
	.h-footerLink{
		font-size: 10px;
	}
}
.h-footerLink a{
	color: inherit;
}
.h-footerLink a:hover{
	text-decoration: underline;
}

/*--ブログリスト（PC:3列）--*/
.h-blogList{
	margin: 50px 0;
}
@media only screen and (max-width: 720px){
	.h-blogList{
		margin: 20px 0;
	}
}	

.h-blogList_block{
	position: relative;
}
.h-blogList_block + .h-blogList_block{
	margin-top: 60px;
}

@media only screen and (max-width: 720px){
	.h-blogList_block{
		width: auto;
	}

	.h-blogList_block + .h-blogList_block{
		margin-top: 40px;
	}
}

.h-blogList_category{
	font-size: 24px;
	padding: 0 10px;
	margin: 0;
	padding-bottom: 2%;
}
@media only screen and (max-width: 720px){
	.h-blogList_category{
		font-size: 18px;
	}
}

.h-blogList_list {
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.h-blogList_item {
	display: block;
	padding: 2% 0 0 0;
	width: calc((100% - 2%) / 2);
}
@media only screen and (max-width: 720px){
	.h-blogList_item {
		width: 100%;
		padding: 15px 0 0;
	}
}

.h-blogList_item a{
	display: flex;
	transition: .2s opcity;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,.15), 0 0 20px rgba(0,0,0,.075);
}

.h-blogList_item a:hover{
	opacity: .8;
}

.h-blogList_image{
	width: 230px;
}
@supports (object-fit: cover) {
	.h-blogList_image{
		width: 45%;
	}
}


.h-blogList_image img{
	opacity: 1 !important;
}

.h-blogList_image div{
	position: relative;
	overflow: hidden;
	border-radius: 10px 0 0 10px;
	background: #f0f0f0;
}

.h-blogList_image div::before{
	content: "";
	display: block;
	padding-top: 135%;
}

.h-blogList_image img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

@supports (object-fit: cover) {
	.h-blogList_image div{
		background: none;
	}

	.h-blogList_image img{
		object-fit: cover;
		max-height: none;
		max-width: none;
		width: 100%;
		height: 100%;
	}
}

.h-blogList_data{
	flex: 1;
	padding: 20px;
}
@media only screen and (max-width: 720px){
	.h-blogList_data{
		padding: 10px 10px 10px 15px;
	}
}


.h-blogList_date{
	font-size: 13px;
	color: #666;
	display: block;	
}
@media only screen and (max-width: 720px){
	.h-blogList_date{
		font-size: 11px;
	}
}

.h-blogList_title{
	font-size: 16px;
	color: #E03376;
	line-height: 1.6;
	margin-top: 4px;
}
@media only screen and (max-width: 720px){
	.h-blogList_title{
		font-size: 13px;
	}
}

.h-blogList_btn{
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
}
@media only screen and (max-width: 720px){
	.h-blogList_btn{
		position: static;
		text-align: center;
		margin-top: 0;
	}
}

.h-blogList_btn a{
	color: #fff;
	background: #E03078;
	border-radius: 4px;
	padding: .5em 1.3em;
	font-size: 12px;
	line-height: 1;
}
.h-blogList_btn a:hover{
	color: #fff;
}

/*番号つきタイトル+テキスト*/
.h-numberList01{
	margin: 30px 0;
	counter-reset: h-numberList01;
}
.h-numberList01_item{
	box-shadow: 0 2px 3px rgba(0,0,0,.13), 0 1px 10px rgba(0,0,0,.1);
	margin: 12px 0;
	border-radius: 10px;
	background: #fff;
	list-style: none;
	counter-increment: h-numberList01;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 60px;
	padding: 10px 0;
}
.h-numberList01_item::before{
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	background: #e03376;
	border-radius: 100%;
	left: -54px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.h-numberList01_item::after{
	content: "0" counter(h-numberList01);	
	color: #fff;
	position: absolute;
	line-height: 1;
	height: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	font-size: 20px;
	width: 60px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.h-numberList01_item:not(:nth-child(-n+9))::after{
	content: counter(h-numberList01);	
}
.h-numberList01_title{
	color: #e03376;	
	font-weight: bold;
	font-size: 16px;
	margin: 1px 20px 1px 80px;
	line-height: 1.6;
	padding: 0;
}
.h-numberList01_text{
	color: #999;		
	font-size: 13px;
	margin: 1px 20px 1px 80px;
	line-height: 1.6;
	padding: 0;
}

.table-company table{
  border-collapse: collapse;
  border: 1px solid #d6d6d6; }
  @media screen and (max-width: 750px) {
    .table-company,
    .table-company tbody,
    .table-company tr,
    .table-company th,
    .table-company td {
      display: block;
      width: auto; }
    .table-company {
      border-width: 2px 1px 1px; } }
  .table-company th, .table-company td {
    padding: .65em 1em;
    border: 1px solid #d6d6d6;
    text-align: left; }
    @media screen and (max-width: 750px) {
      .table-company th, .table-company td {
        border-width: 0 1px 1px;
        padding: .45em 1em; } }
.table-company td {
    width: 70%; }
    @media screen and (max-width: 750px) {
      .table-company td {
        width: auto; } }
  .table-company th {
    background: #fafafa;
    width: 30%; }
    @media screen and (max-width: 750px) {
      .table-company th {
        width: auto; } }

.vacancy_navList{
  display: flex;
  flex-wrap:wrap;
	margin:  1em 0 2em 0;
}
.vacancy_navList li{
  margin: 7px 0;
  line-height: 1;
  font-size: 1.5em;
  margin-right: 1.2em;
	list-style: none;
	flex-basis: 22%;
}
    @media screen and (max-width: 750px) {
      .vacancy_navList li {
	flex-basis: 100%;
  font-size: 1.2em;
	} 
}
.vacancy_navList li a{
  display: block;
  padding-left: 15px;
  position: relative;
  color: #E03078;
  min-width: 7em;
}
.vacancy_navList li a::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 7px solid transparent;
  border-left-color: currentColor;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(1,.8);
}
.vacancy_navList li a span{
  color: #333;
}
.vacancy_navList li a:hover span{
  color: inherit
}

.anchor{
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
    @media screen and (max-width: 750px) {
      .ancho {
	padding-top: 0px;
	margin-top: 0px;
	} 
}