* {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	letter-spacing:1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
html{
	font-size: 16px !important;
}
p,span{
	letter-spacing: 1px;
	line-height: 1.4em;
}
img[src$=".svg"] {
/*	width: 100%;
*/	height: auto;
}
a{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pc {
	display: block;
}
.sp {
	display:none;
}
@media only screen and  (max-width: 834px) {
.pc {
	display:none;
}
.sp {
	display:block;
}
.img-responsive {
    width: 100%;
}
}
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}
.area-flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.center-flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.just-flex{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
    justify-content: space-between;
}
#contents{
	padding: 0 0 0px 0;
	background: #FFF;
}
.area-box{
	width: 1000px;
	margin: 0 auto;
}
.inner-box{
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	padding: 20px 10px 10px;
}
.tex.show,.texup.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.tex{
	overflow: hidden;
	opacity: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
	-webkit-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.texup{
	overflow: hidden;
	opacity: 0;
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
	-webkit-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.move img.show,.moveup img.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.move img {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.moveup img {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
    -webkit-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#logo{
	width: 160px;
	position: absolute;
}
#logo img{
	width: 100%;
}
#header-pc {
	position: absolute;
	width: 100%;
	z-index: 10;
	padding: 15px 20px 15px 20px;
	min-width: 1100px;
	text-align: center;
}
#header-pc.fixed {
	position: fixed;
	top: 0;
	z-index: 20;
	background-color: #FFF;
}
#header-pc nav li{
	position: relative;
	display: inline-block;
	text-align: center;
}
#header-pc nav li a{
	font-size: .9em;
	color: #008B74;
	padding: 8px 16px;
	display: block;
	font-weight: bold;
}
#header-pc nav li a:hover{
	opacity: 0.6;
}

.page #header-pc nav li a{
	color: #C9A083;
}
#header-pc nav li.spe a{
	color: #FFF;
	background: #008B74;
	padding: 8px 20px;
	display: block;
}
#header-pc nav li.spe a:hover{
	color: #008B74;
}
#sns-side{
	position: absolute;
	right: 3%;
	width: 28px;
	bottom: 9%;
	z-index: 15;
}
#sns-side a{
	display: block;
	padding: 0 0 5px 0;
}
#g-sns{
	position: absolute;
	right: 30px;
	top: 20px;
}
#contents h2.f-common{
	font-size: 1.8em;
	margin: 0 0 40px 0;
	padding: 0px 15px;
	font-family: 'Abel', sans-serif;
	font-weight: normal;
	letter-spacing: 6px;
	display: inline-block;
	color: #C9A083;
	vertical-align: middle;
}
#contents h2.f-common img{
	vertical-align: middle;
}
#access{
	padding: 120px 0;
	color: #C9A083;
	text-align: center;
	border-bottom: solid 1px #C9A083;
;
}
#contents #access .glaf-box{
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 0 30px 0;
	max-width: 100%;
}
#contents #access .sec-txt{
	text-align: left;
	padding: 0 0 20px 0;
	font-size: .9em;
	color: #C9A083;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}	
#access .ggmap {
	position: relative;
	padding-bottom: 25%;
	padding-top: 30px;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.g-maplink{
	text-align: right;
	padding: 0 0 20px 0;
}
.g-maplink a{
	color: #C9A083;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.g-maplink a:hover{
	text-decoration: underline;
}
#access .access-box .txt-box{
	width: 60%;
	padding: 0 40px 0 0;
}
#access .access-box .ph-box{
	width: 40%;
}
#access .access-box .ph-box img{
	width: 100%;
}
#access .access-box a p:hover{
	text-decoration: underline;
}
#insta-area{
	padding: 100px 0;
	color: #FFF;
	text-align: center;
}
.insta-box{
	position: relative;
}
.insta-link{
	z-index: 6;
	background: rgba(255,255,255,0.00);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#footer{
	padding: 100px 0;
	color: #FFF;
	background: #008B74;
}
#footer .company{
	font-size: 1.3em;
	padding: 0 0 25px 0;
}
#footer .f-info p{
	padding: 0 0 20px 0;
	font-size: .9em;
}
#footer .more-link{
	color: #FFF;
	padding: 14px 40px;
	font-size: .8em;
	border: solid 1px #FFF;
	display: inline-block;
}
#footer .more-link:hover{
	color: rgba(255,255,255,0.6);
}
.news-bg {
	background: #CCE8E3;
	padding: 120px 0;
}
.event-bg {
	position: relative;
	padding: 120px 0;
}
.event-bg::before {
	content: '';
	display: block;
	height: 540px;
	width: 100%;
	background: #FFF4A1;
	position: absolute;
	top: 0;
	z-index: -1;
}


@media only screen and  (max-width: 834px) {
html{
	font-size: 14px !important;
}
#header-sp{
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	z-index: 130;
	height:56px;
} 
#header-sp.fixed{
	background: #390119;
} 
#logo-sp {
	display: block;
	width: 70px;
	position: fixed;
	top: 8px;
	z-index: 130;
	left: 10px;
	right: 0;
}
.logo-w{
	width: 130px;
} 
.logo-w img{
	width: 55%;
} 
.logo-b{
	display: none;
} 
.logo-b img{
	width: 55%;
} 
#header-sp.fixed .logo-w{
	display: none;
} 
#header-sp.fixed .logo-b{
	display: block;
} 
.cv-head-sp{
	height: 100px;
	position: absolute;
	right: 62px;
	top: 0px;
	width: 100px;
	z-index: 99;
}
.cv-head-sp a.cv-head{
	background: #A5084B;
	padding: 14px 10px;
	color: #FFF;
	display: block;
	text-align: center;
	font-size: .8em;
	height: 56px;
}
.cv-head-sp a.cv-head span{
	display: block;
	padding: 3px 0 0 0;
	color: #FFF;
	font-size: .7em;
}

.open::after{
	content: "";
	background: #FFF;
	width: 100%;
	height: 100vh;
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	transition: all .4s;
	z-index: 11;
}
.open.active::after{
	left: 0;
}
.nav_btn{
	height: 16px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	z-index: 99;
}
.menu__line{
	background: #008B74;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}
.menu__line.active{
	background: #008B74;
}
.menu__line--center{
	top: 7px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
	top: 4px;
	transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
#access{
	padding: 80px 0 60px;
}
/*gnav*/
#access .ggmap {
	padding-bottom: 40%;
}
.gnav{
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
	height: 100%;
	position: relative;
	width: 100%;
	padding-top:60px;
	padding-left:5%;
	padding-right:5%;
	background-image: url(../images/sp-menu-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50%;
}
.gnav__menu__sub{
	padding-top:5px;
}
.gnav__menu__item{
	margin: 0px 0;
	list-style:none;
}
.gnav__menu__item a{
	color:#008B74;
	font-size: 1.2em;
	text-decoration: none;
	transition: .5s;
	padding-top: 14px;
	padding-bottom: 14px;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: bold;
	letter-spacing: 3px;	
}
.gnav__menu__sub .gnav__menu__item a{
	font-size: 1em;
	transition:0.3s ease-in-out;
}
.gnav__menu__small{
	width: 110px;
}
.gnav__menu__small a{
	font-size: 0.9rem;
	transition:0.3s ease-in-out;
	border: none;
}
.gnav__menu__item a:hover{
	opacity:0.6;
}
.gnav__wrap p{
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
}
#sns-side{
	top: 48px;
	right: 16px;
}
#contents{
	width: 100%;
}
.area-box{
	width: 100%;
	padding: 0 20px;	
}
.inner-box{
	width: 100%;
	padding: 0 20px;	
}
#access .access-box .txt-box{
	width: 100%;
	padding: 0 0px 0 0;
}
#access .access-box .ph-box{
	width: 100%;
}
.news-bg {
	padding: 50px 0;
}
.event-bg {
	padding: 50px 0;
}
.event-bg::before {
	height: 180px;
	width: 100%;
}
}
@media only screen and  (max-width: 640px) {
}
@media only screen and  (max-width: 321px) {
.area-box{
	padding: 0 20px;	
}
}