@charset "UTF-8";
/*
 * ================================================
 *
 * [content]
 *
 * ================================================
 */
img {
	vertical-align: middle;
	max-width: 100%;
}
/**
 * カラー
 */
.colorGreen {
	color: #089560;
}
.bradius10 {
	border-radius: 10px;
}
.bradius15 {
	border-radius: 15px;
}
.bradius20 {
	border-radius: 20px;
}
/**
 * 文字装飾
 */
.ftHomemade {
	font-family: 'Homemade Apple', cursive;
}
/**
 * form
 */
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-family: inherit;
}
input,
textarea,
select {
	line-height: 13px;
	margin: 0;
	font-family: inherit;
}
textarea {
	resize: vertical;
}
input.formText[type=text],
input.formText[type=password],
input.formText[type=number],
input.formText[type=email],
textarea.formText,
select.formSelect {
	padding: 5px;
	border: 1px solid #089560;
	background-color: #FFF;
	border-radius: 5px;
}
input.formText[type=text]:focus,
input.formText[type=password]:focus,
input.formText[type=number]:focus,
input.formText[type=email]:focus,
textarea.formText:focus,
select.formSelect:focus {
	border: 1px solid #089560 !important;
}
.formRadio {
	position: relative;
	padding-left: 18px;
}
	.formRadio input {
		position: absolute;
		top: .35em;
		left: 0;
	}

#debug {
	position: fixed;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 200px;
	height: 200px;
	color: #000000;
	display: none;
	z-index: 9999;
	overflow: auto;
}
/**
 * ボックス用スタイル
 */
.contVox,
.cntInner {
	max-width: 1020px;
	margin: 0 auto;
}
/**
 * transition
 */
.trOp01 {
	-webkit-transition: .2s;
	        transition: .2s;
}
.trOp01:hover {
	opacity: .7;
}
.trScl01 {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.trScl01:hover,
.trScl01.active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 1;
}
.trSwR01 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition: color 0.5s linear;
	transition: color 0.5s linear;
}
.trSwR01::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50% 50%;
	transform-origin: 0 50% 50%;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.trSwR01.active::before,
.trSwR01:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/**
 * pageTitle
 */
.pageTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	padding-top: 60px;
}
	.pageTitle .en,
	.pageTitle .ja {
		display: block;
		color: #fff;
	}
	.pageTitle .en {
		font-size: 2.6rem;
	}
	.pageTitle .ja {
		font-size: 3.2rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
  

  
  /**
 * otherpage
 */
#otherpage{
margin:10% 0 12% 0;
}

#otherpage li{
margin-top:5%;
text-align: center;
}

#otherpage li h3{
padding-bottom:1.4%;
font-size: 2rem;
color: #089560;
font-weight: bold;
letter-spacing: 0.3em;
position: relative;
display: inline-block;
}

#otherpage li h3::before{
content:url(../../images/content/eat/img_head03.svg);
width: 16px;
height:40px;
position: absolute;
top: 0;
left:-10%;
display: block;
}

#otherpage li h3::after{
content:url(../../images/content/eat/img_head04.svg);
width: 16px;
height:40px;
position: absolute;
top: 0;
right:-10%;
display: block;
}

#otherpage li a{
display: block;
position: relative;
transition: .2s;
}

#otherpage li a:hover{
opacity: 0.8;
}
#otherpage li a .about{
width: 252px;
position: absolute;
top:0;
bottom:0;
right:5%;
margin-top: auto;
margin-bottom: auto;
}

#otherpage li a .eat{
width: 252px;
position: absolute;
top:0;
bottom:0;
left:5%;
margin-top: auto;
margin-bottom: auto;
}

#otherpage li a .recipe{
width: 510px;
position: absolute;
top:0;
bottom:0;
right:0;
left:0;
margin: auto;
}


/**
 ****************************************************
 *
 * screens larger than 768
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
	.pcDspNone { display: none; }
	input.formText[type=text],
	input.formText[type=password],
	input.formText[type=number],
	input.formText[type=email],
	textarea.formText,
	select.formSelect {
		padding: 10px;
	}
	#gNav .inner > ul > li > a {
			-webkit-transition: .2s;
	        transition: .2s;
	}
	#gNav .inner > ul > li > a:hover {
		opacity: .7;
	}
}

/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	.spDspNone { display: none; }
	/**
	 * transition series
	 */
	.trOp01 {
		-webkit-transition: none;
		transition: none;
	}
	.trOp01:hover {
		opacity: 1.0;
	}
	.trScl01 {
		-webkit-transition: none;
		transition: none;
	}
	.trScl01:hover {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	/**
	 * form
	 */
	input.formText[type=text],
	input.formText[type=password],
	input.formText[type=number],
	input.formText[type=email],
	textarea,
	select {
		font-size: 1.6rem;
	}
	input.formText[type=text],
	input.formText[type=password],
	input.formText[type=number],
	input.formText[type=email],
	select {
		line-height: 16px;
	}
	/**
	 * ボックス用スタイル
	 */
	.contVox,
	.cntInner {
		padding: 0 5%;
	}
	/**
	 * pageTitle
	 */
	.pageTitle {
		width: 100%;
		padding-top: 15px;
	}
		.pageTitle .en,
		.pageTitle .ja {}
		.pageTitle .en {
			font-size: 2.1rem;
		}
		.pageTitle .ja {
			font-size: 2.4rem;
		}
    
    	/**
	 * otherpage
	 */
#otherpage {
margin: 12% 0 12% 0;
}

#otherpage li h3 {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
}

#otherpage li h3::before{
width: 11px;
height:20px;
}

#otherpage li h3::after{

width: 11px;
height:20px;
}
#otherpage li a .about{
width: 100px;
}
#otherpage li a .eat{
width: 100px;
}
#otherpage li a .recipe{
width: 190px;
}
    
}