/* Frontier-LS css */


/* font */

body,h1,h2,h3,h4,h5,h6{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html{
	font-size: 62.5%;
}
body{
	font-size:1.6rem;/* 16px*/
	line-height: 2;
}
a{
	color: rgba(130,198,203,1);
}
a:hover{
	color: rgba(190,227,234,1);
}
h1 {
	font-size: 50px;
	font-size: calc(5rem + ((1vw - 0.64rem) * 2.1429));
	line-height: 9rem;
	letter-spacing: 0.07em;
	margin: 0 0 10% 0;
}
h1 .large{
	font-size: 8rem;
	font-size: calc(8rem + ((1vw - 0.64rem) * 2.1429));
}
h1 .small{
	font-size: 4rem;
	font-size: calc(4rem + ((1vw - 0.64rem) * 2.1429));
}
h2.subheader{
	color: rgba(153, 153, 153, 0.4);
	font-size: 35px;
	font-size: calc(3.5rem + ((1vw - 0.64rem) * 0.7143));
}
h3.subheader{
	font-size: 30px;
	font-size: calc(3rem + ((1vw - 0.64rem) * 0.7143));
	color: black;
}
.lead p{
	font-size: 16px;
	font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.7143));
	margin: 5% 0 ;
}
h4{
	font-size: 16px;
	font-weight: 900;
	font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.7143));
	margin: 1.5rem 0 0 0;
}
.index p{
	margin: 0 0 1.5rem 0;
	padding: 0;
}
h4.notice{
	color: white;
	font-weight: 900;
}
.area-notice p{
		font-size: 14px;
}
h5{
	font-size: 18px;
	font-weight: 900;
	font-size: calc(1.8rem + ((1vw - 0.64rem) * 0.7143));
	margin: 4rem 0 0 0;
}
p.adress{
	font-size: 14px;
	font-size: calc(1.4rem + ((1vw - 0.64rem) * 0.7143));
}
.copyright{
	font-size: 1rem;
	text-align: center;
}
@media (max-width: 666px) {
h1{
	font-size: 4.5rem;
	letter-spacing: 0;
}	
h1 .large{
	font-size: 5.2rem;
}	
}
@media screen an
d (min-width: 40em) {
h1{
	font-size: 5rem;
}
h1 .large{
	font-size: 8rem;
}
h1 .small{
	font-size: 4rem;
}
h2{
	font-size: 3.5rem;
}
h3 {
	font-size: 3rem;
}
.lead p{
	font-size: 1.8rem;
}
h4{
	font-size: 1.8rem;
	margin: 3rem 0 0 0;
}
.area-stage h4{
	font-size: 1.7rem;
}
.area-stage p{
	font-size: 1.4rem;
}
.area-notice p{
		font-size: 1rem;
}
h5{
	font-size: 2rem;
}
p.adress{
	font-size: 1.8rem;
}
}
@media (min-width: 1200px) {/* 1200px以上*/
h1 {
	font-size: 8rem;
	line-height: 12rem;
}
h1 .large{
	font-size: 10rem;
}
h1 .small{
	font-size: 6rem;
}
h2{
	font-size: 5.5rem;
}
h3 {
	font-size: 5rem;
}
.lead p{
	font-size: 2rem;
}
h4{
	font-size: 2rem;
	margin: 5rem 0 0 0;
}
.area-stage h4{
	margin: 0;
}
.area-notice p{
		font-size: 1.5rem;
}
h5{
	font-size: 2rem;
}
p.adress{
	font-size: 1.8rem;
}
}


/* content */

.title-bar, .top-bar, .is-drilldown, .drilldown a, li.has-submenu{
	background-color: rgba(130,198,203,1);
}
.title-bar{
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	padding: 1% 3%;
	z-index: 10;
}
.logo{
	margin: auto;
	padding: 0 5%;
}
.logo img{
	width: 50%;
}
.menu-box{
	text-align: right;
}
#main-menu{
	float: right;
}
#main-menu a{
	color: white;
}
#main-menu a:hover{
	color: rgba(190,227,234,1);
}
.menu-icon:hover::after {
	background: rgba(190,227,234,1);
	-webkit-box-shadow: 0 7px 0 rgba(190,227,234,1), 0 14px 0 rgba(190,227,234,1);
	box-shadow: 0 7px 0 rgba(190,227,234,1), 0 14px 0 rgba(190,227,234,1); 
}


.top-visual{
	margin-top: 23%;
	background-image: url(../img/bg-img.jpg);
	background-size: 130%;
}
h2.subheader{
	margin: 10% 0 -8% 13%;
}
h3.subheader:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 1% 1% 0;
	background-image: url(../img/point.png);
	background-size: contain;
	vertical-align: middle;
}
h4.item:before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0.5% 0.5% 0;
	background-image: url(../img/point.png);
	background-size: contain;
	vertical-align: middle;
}
.content-box{
	padding: 15% 5% 10% 5%;
}
.content-box2{
	padding: 0 5% 10% 5%;
}
.second-visual{
	margin-top: 15%;
	background-image: url(../img/bg-img2.jpg);
	background-size: 130%;
}
.callout{
	position: static;
	border: none;
}
.primary1{
	background-color: rgba(233, 82, 152, 0.6);
}
.primary2{
	background-color: rgba(226, 147, 61, 0.6);
}



.area1{
	background-color: rgba(130,198,203,1);
}
.area2{
	background-color: rgba(166, 213, 214, 1);
}
.area3{
	background-color: rgba(190,227,234,1);
}



.area-stage{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.area-stage li{
	position: relative;
	padding: 1em ;
	margin-bottom: 1em;
}
.area-stage li:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -9.4%;
	left: 0;
	border-style: solid;
	border-width: 15.5vw 45vw 0 45vw;
	z-index: 10;
}
.area-stage li:first-child:after{
	border-color: rgba(130,198,203,1) transparent transparent transparent;
	z-index: 1;
}
.area-stage li:nth-child(2):after{
	border-color: rgba(166, 213, 214, 1) transparent transparent transparent;
	z-index: 1;
}
.area-stage li:last-child:after{
padding-bottom: 1em;
border: none;
}


p.haccp-text,img.haccp-img{
	margin: 0 0 5% 0;
}
.area-lv{
	position: relative;
}
.area-notice{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}


.space{
	float: left;
	height: 75vw;
}
img.shape{
	width: 50%;
	float: left;
clear: both;
margin: 1rem 1rem 0 0;
}
#ceo-name{
	text-align: right;
}

.button.expanded{
	line-height: 2rem;
	font-size: 2rem;
	background-color: rgba(130,198,203,1);
}
.button.expanded:hover{
	background-color: rgba(190,227,234,1);
}

h4.primary2{
	display: inline-block;
	border: solid 1px rgba(190,227,234,1);
	background-color: rgba(190,227,234,1);
	padding: 5%;
	text-align: center;
	margin: 0;
	width: 100%;
}

@media (max-width: 666px) {
.top-visual{
	background-size: 150%;
}
.space{
	height: 110vw;
}
}

@media (min-width: 40em) {
.logo img{
	width: 100%;
}
.dropdown.menu > li > a{
	padding: 0.7rem 0.5rem;
}
h2.subheader{
	margin: 0 0 -4.5% 8%;
}
.top-visual{
	margin-top: 12%;
	background-size: 100%;
}
.second-visual{
	margin-top: 12%;
	padding-top: 3rem;
}
.area-stage{
	list-style-type: none;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.area-stage li{
	display: table-cell;
	position: relative;
	padding: 1em 0.5em 1em 2em;
}
.area-stage li:last-child{
	padding-right: 1em;
}
.area-stage li:last-child:before,.area-stage li:last-child:after{
	display: none;
}
.area-stage li:before,.area-stage li:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
	bottom: auto;
	left: auto;
}
.area-stage li:after{
	top: -1.5%;
	right: -1em;
	border-style: solid;
	border-width: 10em 0 10em 1em;
	z-index: 10;
}
.area-stage li:first-child:after{
	border-color: transparent transparent transparent rgba(130,198,203,1);	
	z-index: 1;
}
.area-stage li:nth-child(2):after{
	border-color: transparent transparent transparent rgba(166, 213, 214, 1);	
	z-index: 1;
}
.area-lv{
	padding-top: 3.5rem;
}
.space{
	float: left;
	height: 35vw;
}
img.shape{
	width: 40%;
	float: left;
clear: both;
margin: 1rem 1rem 0 0;
}
}

@media (min-width: 60em) {
.space{
	float: left;
	height: 24vw;
}
}

@media (min-width: 1200px) {/* 1200px以上*/
.logo img{
	width: 40%;
}
.top-visual{
	margin-top: 10%;
}
h2.subheader{
	margin: 0 0 -3% 6.5%;
}
h3.subheader:before{
	width: 50px;
	height: 50px;
}
.second-visual{
	margin-top: 10%;
	padding-top: 7rem;
}
.area-stage li:after{
	top: -1%;
	right: -1.3em;
	border-style: solid;
	border-width: 20vw 0 20vw 2.2vw;
	z-index: 10;
}
.area-lv{
	padding-top: 1rem;
}
.space{
	float: left;
	height: 18vw;
}


}

