@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)

font-family: 'Courgette', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
/*font: inherit;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*====================*/

*{
	position:relative;
	box-sizing:border-box;
}

body{
	font-family: 游ゴシック,メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	line-height:1.5;
	letter-spacing:0.02em;
	font-weight: normal;
	color:#333;
}

*{
	outline: none;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
	margin-bottom: .5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
	margin-bottom: .5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.textright{
	text-align:right;
}

.textcenter{
	text-align:center;
}

table.aligncenter{
	display:table;
}

table.flex_table.aligncenter,
table.flex_table.alignright,
table.flex_table.alignleft{
	float:none;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
}

.oubun{
font-family: 'Courgette', cursive;
}

.rtl{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.red{
	color:#f10;
}

.btn a{
	display:inline-block;
	padding:.5em 60px .5em 2em;
	color:#fff;
	font-weight: bold;
	background:#183964;
	border:1px solid #183964;
    text-decoration:none;
    border-radius:25px;
	transition:.2s;
}

.btn a:after{
	position: absolute;
	display: block;
	content: "\f35a";
	margin: auto;
	width: 1em;
	height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    color: #fff;
    top: 0;
	bottom: 0;
    right: .5em;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.btn a:hover{
	color:#183964;
	background:#fff;
}

/* head */
header{
	width:100vw;
	height:100vh;
	background-color:#fbd83c;
	background-image:url(./img/rever-head.png);
	background-size:contein;
	background-repeart:no-repeat;
	background-position:top left;
	overflow:hidden;

}

header nav{
	display:flex;
	margin:auto;
	max-width:1200px;
	z-index:10;
}

header nav h1 a{
	display:block;
	margin:.5em 20px;
	width:90px;
	height:70px;
	text-indent:-9999px;
	background-image:url(./img/jf-iwate-logo.png);
	background-repeat:no-repeat;
	background-position:center;
}

header nav h1:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	height:0;
	width:0;
	border-top:150px solid #fff;
	border-right:100px solid transparent;
	border-bottom:100px solid transparent;
	border-left:100px solid transparent;
	top:-0.5em;
	left:-35px;
}

header nav #gl-menu{
	display:flex;
	justify-content:space-between;
	margin:0 50px;
	width:calc(100% - 100px);
}

header nav #gl-menu a{
	display:block;
	padding:40px .5em;
	color:#183964;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

header nav #gl-menu a span{
	display:block;
	font-size:50%;
	font-weight:normal;
}

header nav #gl-menu li:nth-child(6) a{
	color:#fff;
}

header nav #gl-menu li:nth-child(6):before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	height:0;
	width:0;
	border-top:120px solid #faa13b;
	border-right:70px solid transparent;
	border-bottom:70px solid transparent;
	border-left:70px solid transparent;
	top:-0.5em;
	left:-45px;
}

header nav #gl-menu li.now a:before,
header nav #gl-menu li a:hover:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	height:0;
	width:0;
	border-top:10px solid #183964;
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid transparent;
	top:1em;
	right:0;
	left:0;	
}

/* main image */
#main-image-wrap h2{
	display:inline-block;
	padding:.5em;
	color:#183964;
	font-size:200%;
	z-index:10;
	text-shadow: 2px 2px 2px #fff;
}

#main-image-wrap h2 span{
	display:block;
	font-size:250%;
	text-shadow: 2px 2px 2px #fff;
}

#main-image-wrap h2 span:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	height:2px;
	width:100%;
	background:#183964;
	left:0;
	bottom:0;
}

#main-image-wrap h2 span:after{
	position:absolute;
	display:block;
	content:'SAKE';
	margin:auto;
	padding:.2em;
	padding-left:.3em;
	text-shadow: 2px 2px 2px transparent;
	color:#fff;
	letter-spacing:.5em;
	font-size:1rem;
	background:#183964;
	right:0;
	bottom:-1.8rem;
}

#main-image-wrap #main-image-slide{
	position:absolute;
	width:70%;
	height:100%;
	top:-120px;
	right:0;
	z-index:5;
}


#main-image-wrap #main-image-slide p{
	width:70vw;
	height:100vh;
	text-indent:-9999px;
	background-size:cover;
	background-position:center;
clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

#sub-image-wrap{
	position:absolute;
	margin:auto;
	left:0;
	bottom:0;
	z-index:10;
}

#sub-image-wrap p{
	width:30vw;
	height:24vw;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

#sub-image-wrap p:last-child{
	position:absolute;
	width:20vw;
	height:14vw;
	left:40vw;
	bottom:0;
}

#sub-image-wrap > p img{
	width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#icon-wrap{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}

#icon-wrap p{
	position:absolute;
	width:250px;
	right:0;
	bottom:0;
	animation: diagonal 30s linear infinite;
}

#icon-wrap p img{
	width:100%;
	height:auto;
animation: fluffy1 1s infinite linear alternate;
}

#icon-wrap p:nth-child(2n) img{
animation: fluffy2 1s infinite linear alternate;

}


#icon-wrap p:nth-child(1){
	transform:translate( -600px , -150px);
animation-delay: .5s
}

#icon-wrap p:nth-child(2){
	transform:translate( -500px , 10px);
animation-delay: .5s
}


#icon-wrap p:nth-child(3){
	transform:translate( -250px , 20px);
animation-delay: .2s
}

#icon-wrap p:nth-child(4){
	transform:translate( -80px , 80px);
animation-delay: 1s
}


#icon-wrap p:nth-child(5){
	transform:translate( 120px , 170px);
animation-delay: 1.5s
}


#icon-wrap p:nth-child(6){
	transform:translate( 300px , 240px);
animation-delay: .5s
}


#icon-wrap p:nth-child(3) img{
	width:80%;
}

#icon-wrap p:nth-child(3) img{
	width:80%;
}

#icon-wrap p:nth-child(4) img{
	width:80%;
}

#icon-wrap p:nth-child(5) img{
	width:60%;
}

@keyframes diagonal {
    0% { 
	right:0;
	bottom:0;
 }
  100% { 
	right:100%;
	bottom:50%;
 }
}

@keyframes fluffy1 {
0% {transform:translate(0, 0) rotate(-2deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(2deg);}

}

@keyframes fluffy2 {
0% {transform:translate(0, 0) rotate(2deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(-2deg);}

}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
#main-image-wrap #main-image-slide{
	top:0;
}

#sub-image-wrap{
	display:none;
}


}


/* top content */
#about-wrap{
	display:flex;
	align-items:center;
	background-image:url(./img/rever-about.png);
	background-size:contain;
	background-position:left bottom;
	background-repeat:no-repeat;
}

#about-title{
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin:150px 0;
	padding:.5em .5em .5em 1.5em;
	width:400px;
}

#about-title:before {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    height: 0;
    width: 0;
    border-top: 300px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 300px solid transparent;
    border-left: 400px solid #183964;
    top: -130px;
    left: 0;
	z-index:1;
}

#about-title:after {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    height: 0;
    width: 0;
    border-top: 300px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 300px solid transparent;
    border-left: 400px solid #fbd83c;
    top: -150px;
    left: 0;
	z-index:1;
}

#about-title h2{
	color:#183964;
	font-size:200%;
	z-index:10;
}

#about-title h2:before {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    height: 150px;
    width: 280px;
    background-image:url(./img/sake-y.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
    top: -130px;
    left: 100px;
	z-index:1;
animation: fluffy1 1s infinite linear alternate;

}



#about-title p:nth-child(2){
	color:#fff;
	font-size:200%;
	z-index:10;
}

#about-title p:nth-child(3){
	width:250px;
	color:#183964;
	z-index:10;
}

#about-wrap .content-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	padding:1em;
	width:calc( 100% - 400px);
}

#about-wrap .content-wrap section{
	padding:1em;
	width:50%;
	max-width:500px;
}

#about-wrap .content-wrap section a{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:10;
}

#about-wrap .content-wrap section p{
	padding-top:60%;
	height:0;
	text-indent:-9999px;
	background-size:cover;
	background-position:center;
}

#about-wrap .content-wrap section h3{
	padding:1em .5em 1em 55px;
	color:#183964;
	font-size:130%;
	background-image:url(./img/h3_bg_y.png);
	background-repeat:no-repeat;
	background-position:left center;
}



#recipe-wrap{
	display:flex;
	align-items:center;
	background-color:#fcb769;
	background-image:url(./img/rever-recipe.png);
	background-size:contain;
	background-position:left bottom;
	background-repeat:no-repeat;
}

#recipe-title{
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin:150px 0;
	padding:.5em .5em .5em 1.5em;
	width:400px;
}

#recipe-title:before {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    height: 0;
    width: 0;
    border-top: 300px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 300px solid transparent;
    border-left: 400px solid #183964;
    top: -130px;
    left: 0;
	z-index:1;
}

#recipe-title:after {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    height: 0;
    width: 0;
    border-top: 300px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 300px solid transparent;
    border-left: 400px solid #fff;
    top: -150px;
    left: 0;
	z-index:1;
}

#recipe-title h2{
	color:#6e191a;
	font-size:200%;
	z-index:10;
}

#recipe-title h2:before {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    height: 150px;
    width: 280px;
    background-image:url(./img/sake-w.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
    top: -130px;
    left: 100px;
	z-index:1;
animation: fluffy1 1s infinite linear alternate;

}



#recipe-title p:nth-child(2){
	color:#fcb769;
	font-size:200%;
	z-index:10;
}

#recipe-title p:nth-child(3){
	width:250px;
	color:#6e191a;
	z-index:10;
}

#recipe-wrap .content-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	padding:1em;
	width:calc( 100% - 400px);
}

#recipe-wrap .content-wrap section{
	padding:1em;
	width:50%;
	max-width:500px;
}

#recipe-wrap .content-wrap section a{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:10;
}

#recipe-wrap .content-wrap section p{
	padding-top:60%;
	height:0;
	text-indent:-9999px;
	background-size:cover;
	background-position:center;
}

#recipe-wrap .content-wrap section h3{
	padding:1em .5em 1em 55px;
	color:#183964;
	font-size:130%;
	background-image:url(./img/h3_bg_w.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#video-wrap{
	margin:auto;
	max-width:1200px;
}

#video-wrap h2{
	display:table;
	margin:auto;
	padding:1.5em 1em 1.5em 50px;
	color:#183964;
	font-size:200%;
	background-image:url(./img/video_h2.png);
	background-repeat:no-repeat;
	background-position:left center;
	
}

#video-wrap #video-title > p{
	margin-bottom:1.5em;
	text-align:center;
}

#video-wrap .content-wrap ul{
	display:flex;
	justify-content:space-between;
	margin-bottom:3em;
}

#video-wrap .content-wrap ul li{
	padding:1em;
	width:100%;
}

#video-wrap .content-wrap ul li iframe{
	display:block;
	width:100%;
	height:100%;
	border-radius:8px;
}

#video-wrap > p{
	padding:1em 1em 0;
	color:#fbd83c;
	line-height:1;
	font-size:200%;
	font-weight:bold;
}

#video-wrap > p:before{
	position:absolute;
	display:block;
	content:'';
	width:200px;
	height:100px;
	background-image:url(./img/sake-y.png);
	background-size:contain;
	background-position:right center;
	background-repeat:no-repeat;
	right:0;
	top:0px;
	transform:rotate(-20deg);
	z-index:-1;
}

#link-wrap{
	background:#fbd83c;
}

#link-wrap ul{
	display:flex;
	flex-wrap:wrap;
	margin:auto;
	padding:1em;
	max-width:1000px;
}

#link-wrap ul li{
	margin:1%;
	width:48%;
}

#link-wrap ul li a{
	display:block;
	padding:.5em;
	color:#fff;
	text-decoration:none;
	background:#183964;
	border:1px solid #183964;
	transition:.2s;
}

#link-wrap ul li a:hover{
	color:#183964;
	background:#fff;	
}

/* footer */

footer nav ul{
	display:flex;
	justify-content:center;
	margin:auto;
}

footer nav ul li{
	padding:1em;
}

footer nav ul li a{
	color:#183964;
}

footer address{
	font-style:normal;
	background:#183964;
}

footer address p{
	padding:.5em;
	color:#fff;
	text-align:center;
}

footer address p:first-of-type{
	font-size:150%;
}

footer #copyright{
	padding:.5em;
	color:#fff;
	text-align:center;
	font-size:80%;
	background:#183964;
}

/* page */
#page header{
	width:100%;
	height:auto;
	background-size:cover;
}

#page-title{
	display:flex;
	align-items:center;
	margin-top:-25px;
	height:300px;
	overflow:hidden;
}

#page-title:before{
	position:absolute;
	display:block;
	content:'';
	width:200px;
	height:150px;
	background-image:url(./img/sake-w.png);
	background-size:contain;
	background-position:right center;
	background-repeat:no-repeat;
	left:50px;
	bottom:0;
}

#page-title:after{
	position:absolute;
	display:block;
	content:'';
	width:200px;
	height:130px;
	background-image:url(./img/sake-b.png);
	background-size:contain;
	background-position:right center;
	background-repeat:no-repeat;
	left:250px;
	bottom:0;
}


#page-title h2{
	padding:1em;
	width:50%;
}

#page-title h2 span{
	display:block;
	font-size:250%;
}

#page-title h2 span:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	height:2px;
	width:100%;
	background:#183964;
	left:0;
	bottom:0;
}

#page-title h2 span:after{
	position:absolute;
	display:block;
	content:'SAKE';
	margin:auto;
	padding:.2em;
	padding-left:.3em;
	color:#fff;
	letter-spacing:.5em;
	font-size:1rem;
	background:#183964;
	right:0;
	bottom:-1.8rem;
}


#page-title > p{
	width:50%;
	min-height:450px;
	background-size:cover;
	background-position:center;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

#page-cont-wrap{
	margin:auto;
	padding:1em;
	max-width:1000px;
}

#page-cont-wrap{
	margin:auto;
	padding:1em;
	max-width:1000px;
}

#page-cont-wrap .harf-box{
	display:flex;
	justify-content:space-between;
	margin-bottom:1.5em;
}

#page-cont-wrap .harf-box.al-center{
	align-items:center;
}

#page-cont-wrap .harf-box > *{
	margin:.5em;
	width:calc(100% - 1em);
}

#page-cont-wrap h3{
	clear:both;
	margin-top:50px;
	margin-bottom:.5em;
	padding:.5em;
	color:#fff;
	background:#183964;
}

#page-cont-wrap h3:before{
	position:absolute;
	display:block;
	content:'';
	width:200px;
	height:100px;
	background-image:url(./img/sake-b.png);
	background-size:contain;
	background-position:right center;
	background-repeat:no-repeat;
	right:0;
	top:-40px;
	transform:rotate(-30deg);
	z-index:-1;
}

#page-cont-wrap h4{
	margin-top:2em;
	margin-bottom:.5em;
	padding:1em .5em 1em 55px;
	color:#183964;
	font-size:130%;
	background-image:url(./img/h3_bg_y.png);
	background-repeat:no-repeat;
	background-position:left center;
}


#page-cont-wrap p{
	margin-bottom:1.5em;
	overflow:hidden;
}

#page-cont-wrap h5{
	display:table;
	min-width:300px;
	margin-bottom:1.5em;
	padding:.5em;
	color:#183964;
}

#page-cont-wrap .harf-box h5{
	display:block;
}


#page-cont-wrap h5:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	height:2px;
	width:100%;
	background:#183964;
	left:0;
	bottom:0;
}


#page-cont-wrap h5:after{
	position:absolute;
	display:block;
	content:'SAKE';
	margin:auto;
	padding:.2em;
	padding-left:.3em;
	color:#fff;
	letter-spacing:.5em;
	font-size:50%;;
	background:#183964;
	right:0;
	bottom:-14px;
}

#page-cont-wrap h6{
	margin-bottom:1.5em;
	padding:.5em;
	font-size:100%;
	border-bottom:1px dotted #333;
}

#page-cont-wrap table{
	margin-bottom:1.5em;
}

#page-cont-wrap table th{
	vertical-align:middle;
	padding:1em;
	color:#183964;
	background:#fbd83c;
	border-bottom:1px solid #fff;
	word-break:keep-all;
}

#page-cont-wrap table td{
	padding:1em;
	border-bottom:1px solid #fbd83c;
}

#page-cont-wrap ul{
	margin-bottom:1.5em;
	margin:0 0 30px 40px;
	list-style-type:none;
}

#page-cont-wrap ul li{
	position:relative;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

#page-cont-wrap ul li:after{
	display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1.5em;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #faa13b;
}

#page-cont-wrap ul li:nth-child(2n):after,
#page-cont-wrap dl dt:nth-child(2n):after{
}

#page-cont-wrap ol{
	margin-bottom:1.5em;
	margin-left:20px;	
}

#page-cont-wrap ol li{
	position: relative;
	padding: .5em 0 .5em 2em;
    border-bottom: 1px dotted #ccc;
    counter-increment: olNum1;
}

#page-cont-wrap ol li:before{
    position: absolute;
    top: .8em;
    left: 0;
    content: counter(olNum1);
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #183964;
    border-radius: 25%;
    color: #fff;
    font-size: 80%;
    text-align: center;
    box-shadow:2px 2px 1px #ccc;
}

#page-cont-wrap ol li:nth-child(2n):before{
	background-color: #faa13b;
}

#page-cont-wrap ol li li{
    counter-increment: olNum2;
}

#page-cont-wrap ol li li:before{
    content: counter(olNum2);
}

#page-cont-wrap ol li li li{
    counter-increment: olNum3;
}

#page-cont-wrap ol li li li:before{
    content: counter(olNum3);
}

#page-cont-wrap ul ol li:after{
	display:none;	
}

/* pagetop */
#page-top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background:#faa13b;
  opacity: 0;
  transition:.2s;
  z-index:999;
transform: rotate(45deg);
}
#page-top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
transform: rotate(-45deg);
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '↑';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height:1;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#sp_toggle,
header nav #gl-menu a.sp_menu_close{
	display:none;
}


@media screen and (max-width:1050px){
body > *{
	z-index:1;
}

#wrapper{
	overflow:hidden;
}

body.lock{
	height:100vh;
	overflow:hidden;
}

#icon-wrap{
	overflow:hidden;
	
}


header{
	height:500px;
	z-index: 9999;
	overflow: visible;
}

#top header nav{
	z-index: 9999;

}


#sp_toggle{
	position:absolute;
	top:0;
	right:0;
	display:table !important;
	margin: 0 0 0 auto;
	padding:1em 1.5em;
	font-size:100%;
	color:#333;
	text-align:center;
	font-weight:bold;
	box-sizing:border-box;
	cursor:pointer;
	z-index:9999;
	background:rgba(255,255,255,.8);
}

#sp_toggle.fixed{
	position:fixed;
	top:1em;
	right:0;
	padding:.5em 1.5em;
    background: #fff;
    border-radius: 8px;
box-shadow:2px 2px 2px #aaa;
animation-name: fadeIn;
    animation-duration: .3s;
    animation-iteration-count: 1;
}


#sp_toggle #sp_toggle_icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -2.5em;
  background: #333;
  transition: .2s;
}

#sp_toggle #sp_toggle_icon:before,
#sp_toggle #sp_toggle_icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #333;
  transition: .3s;
}

#sp_toggle #sp_toggle_icon:before{
  margin-top: -6px;
}

#sp_toggle #sp_toggle_icon:after{
  margin-top: 4px;
}

#sp_toggle #sp_toggle_icon.close{
  background: transparent;
}

#sp_toggle #sp_toggle_icon.close:before, #panel-btn .close:after{
  margin-top: 0;
}

#sp_toggle #sp_toggle_icon.close:before{
  margin-top: -1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#sp_toggle #sp_toggle_icon.close:after{
  margin-top: -1px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

header nav{
	overflow-y:visible;
}

#top header nav > ul,
#page header nav > ul{
	position:fixed;
	display:block;
	margin:0;
	padding:1em;
	width:auto;
	height:100vh;
	background:#fff;
	border-left:1px solid #ccc;
	top:0;
	right:-100%;
	z-index:99999;
	transition:.5s;
z-index:9999;

}

header nav #gl-menu a.sp_menu_close{
	display:block;
	margin-top:3em;
}

header nav ul li{
	width:auto;
}

#top header nav ul li a,
#page header nav ul li a{
    margin-left: 15px;
    padding: .5em 0;
}

#top header nav ul li a:before{
    left: -10px;
}

header nav #gl-menu li.now a:before, header nav #gl-menu li a:hover:before,
header nav ul li a.sp_menu_close:hover:before{
	display:none;
}

#top header nav ul.menuopen,
#page header nav ul.menuopen{
	right:0;
}

header nav #gl-menu li:nth-child(6):before{
	display:none;
}

header nav #gl-menu li:nth-child(6) a{
	background:#f6a000;
	border-radius:25px;
	margin:1em;
}

#main-image-wrap{
	z-index:1;
}

#main-image-wrap #main-image-slide p{
	height:500px;
}

#sub-image-wrap{
	display:none;
}

#page-title{
	padding-top: 86px;
    margin-top: -86px;
}

}

@media screen and (max-width:780px){

#about-wrap,
#recipe-wrap{
	flex-direction:column;
}

#about-wrap .content-wrap,
#recipe-wrap .content-wrap{
	width:100%;
}

#about-title,
#recipe-title{
	margin:2em 2em 0 0;
	padding:1em;
	width:calc(100% - 2em);
    background: #fbd83c;
    border-radius: 0 8px 8px 0;
}

#recipe-title{
	background:#fff;
}



#about-title > *,
#recipe-title > *{
	margin-bottom:.5em;
	width:100% !important;
}

#about-title > h2,
#recipe-title > h2{
    border-bottom: 3px solid #183964;
}

#about-title br,
#recipe-title br{
	display:none;
}

#about-title br:nth-child(2){
	display:block;
}

#recipe-title br:nth-child(1){
	display:block;
}


#about-title h2:before,
#recipe-title h2:before{
	display:none;
}

#about-title:after,
#recipe-title:after{
	display:none;
}

#about-title:before,
#recipe-title:before{
    height: 100%;
    width: 100%;
    background: #183963;
	border:0;
	z-index:-1;
	top:auto;
	bottom:-8px;
    border-radius: 0 8px 8px 0;

}

#video-wrap .content-wrap ul{
	flex-direction: column;
	align-items: center;
}

#video-wrap .content-wrap ul li{
	max-width:420px;
}

#page-title:after{
	display:none;
}

#page-cont-wrap .harf-box{
	flex-direction:column;
}

#page-title h2{
	width:100%;
}

#page-cont-wrap img{
	max-width:100%;
	height:auto;
}

}

@media screen and (max-width:500px){

.alignleft,
.alignright{
	display: block;
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 1.5em !important;
}

#sp_toggle{
	font-size:90%;
}

header nav h1 a{
	    width: 50px;
    height: 45px;
	background-size:contain;
}

header nav #gl-menu a span{
	display:none;
}

header nav h1:before{
    border-top: 90px solid #fff;
    border-right: 80px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 80px solid transparent;
}

#main-image-wrap h2,
#about-title h2,
#recipe-title h2,
#video-wrap h2{
	font-size:150%;
}

#page-title{
	height:auto;
}

#main-image-wrap h2{
}

#page-title h2 span{
	font-size:150%;
}

#page-cont-wrap h3{
	margin-bottom:1.5em;
}

#page-cont-wrap h4{
	padding: 1em .5em 1em 30px;
	background-size:auto 1.3em;
	background-position: left 25px;
}


#video-wrap > p:before{
	display:none;:
}

#main-image-wrap h2 span{
	margin-bottom:35px;
}


#about-wrap .content-wrap section,
#recipe-wrap .content-wrap section{
	width:100%;
}

#page-title > p{
	display:none;
}

#page-cont-wrap table,
#page-cont-wrap table tbody,
#page-cont-wrap table th,
#page-cont-wrap table td{
	display:block;
	width:100%;
}

#page-cont-wrap .harf-box > *{
	margin:0 0 1.5em;
	min-width:auto;
	width: 100%;
}

#page-cont-wrap h5{
	min-width:100%;
}

#page-cont-wrap ul{
	margin: 0 0 30px 25px;
}

#page-cont-wrap ul li:after {
	top: .7em;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

#page-cont-wrap ol{
	margin-left:0;
}

#icon-wrap p{
	width:200px;
}

#link-wrap ul li{
	width:98%;
}

footer nav ul{
	flex-direction:column;
}

footer address p:first-of-type{
	font-size: 130%;
}

address{
	font-size:80%;
}

}