@charset "utf-8";
/* CSS Document */

figcaption{
	height: 0;
}
/*--------------------
タブ
----------------------*/	

.tab_container{
  padding-right: 4%;
  padding-left: 4%;
}

.tab li a:hover{
  background: #FF9364;
  color: #fff;
}

.tab li.current a{
	background: #FF9364;
	color:#FFF;
}

#location .tab {
margin-top: 100px;
}

@media screen and (max-width:769px){
#location .tab {
margin-top: 50px;
}

.tab {
margin-bottom:0px;
}
	
.tab li {
width: 48%;
}
	
.tab{
margin-bottom: 0;
}

}

.tab {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin:0 auto 50px;
  width: 100%;
  border: 1px solid #FF9364;
}

.tab li {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}

.tab li a {
  display: flex;
  height: 70px;
  font-size: 1.0em;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 10px;
  letter-spacing: .05em;
  line-height: 1.2;
  transition: .3s;
  color: #FF9364;
}

@media screen and (max-width: 769px) {
  .tab {
    display: flex;
    flex-wrap: wrap;
  }

  .tab li {
    max-width: 50%;
    border-bottom: 1px solid #FF9364;
  }

  .tab li:nth-of-type(2n-1) {
    border-right: 1px solid #FF9364;
  }

  .tab li:nth-child(n+5) {
    border-bottom: none;
  }

  .tab li a {
    font-size: calc(20vw/750*100);
    height: calc(65vw/750*100);
    line-height: calc(13/11);
	height: 50px;
  }
}

@media screen and (min-width: 770px) {
  tab {
    min-width: 700px;
  }
  .tab li {
    border-right: 1px solid #FF9364;
  }

  .tab li:nth-child(n+6) {
    border-right: none;
  }
}


/*--------------------
quality
----------------------*/	





.mr_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1%;
}


.mr_photo {
	width: 49.5%;
	height: auto; 
}
.mr_whole figcaption {
	color: #FFFFFF;
}

.top-content-title {
	margin-bottom: 10px;
}



.top-content-title span {
	display: block;
    padding: 0.1px;
    background: linear-gradient(to right, #BCD783 25%, #73C6C2 50%, #5BBB8F 75%);
	-moz-background: linear-gradient(left, #BCD783 25%, #73C6C2 50%, #5BBB8F 75%);
	-webkit-background: linear-gradient(left, #BCD783 25%, #73C6C2 50%, #5BBB8F 75%);
	background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
    font-size: 20px;
    margin-bottom:5px;
    text-align: center;
    font-family: 'Cormorant Infant','Cormorant Garamond', "Yu Mincho", serif ;
	
	
}
