@charset "UTF-8";
/* CSS Document */

/************
Basic style
*************/
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body {
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}
body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address {
	/*font-family: "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}
span{
}
.tx-s {
	font-size: 1.2rem;
}
.tx-m {
	font-size: 1.8rem;
}
.fw-b {
	font-weight: bold;
}
.color1 {
	color: #00633d;
}
.color2 {
	color: #ffffff;
}
.bg-color1{
	background: #00633d;
}
.wid100 {
	width: 100%;
}
.pad10 {
	padding: 10px;
}
.pad20 {
	padding: 20px;
}
.margin-b20{
	margin-bottom: 20px;
}
.display-none {
	display: none;
}
.imgtxt {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.clr,
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.lh01 {
	line-height: 3.2rem;
}
/*******************
Basic styleここまで
********************/

/*************
Common style
**************/
body {
	background: url(../img/common/img-bg.jpg);
	background-repeat: repeat;
}
main{
	max-width: 1040px;
	margin: 0 auto;
}
.paradeiser a::before,
.paradeiser a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.paradeiser a,
.paradeiser a::before,
.paradeiser a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.paradeiser a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.paradeiser a:hover::after {
	background: rgba(0,99,61,.4);
	-webkit-transform: scale(1);
	transform: scale(1);
}
footer{
	max-width: 1040px;
    margin: 0 auto 40px;
}
footer nav{
	margin-bottom: 40px;
}
footer nav ul.f-nav{
	display: flex;
    justify-content: space-between;
}
footer nav ul.f-nav li a {
	position: relative;
	display: inline-block;
	line-height: 2;
	transition: .3s;
}
footer nav ul.f-nav li a:hover{
	color: rgba(0,99,61,1);
}
footer nav ul.f-nav li a::before,
footer nav ul.f-nav li a::after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: rgba(0,99,61,1);
	transition: .3s;
}
footer nav ul.f-nav li a::before {
	top: 0;
	left: 0;
}
footer nav ul.f-nav li a::after {
	bottom: 0;
	right: 0;
}
footer nav ul.f-nav li a:hover::before,
footer nav ul.f-nav li a:hover::after {
	width: 100%;
}
footer .f-logo{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
footer p.copy{
	text-align: center;
    font-size: 1.2rem;
}
/*line友だち追加ボタン*/
a.linebtn {
	display: block;
	text-align: center;
}
a.linebtn img{
	width: 24%!important;
	height: auto;
}
.flex1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.app{
	margin: 40px 0 0 0;
}
.app p{
	width: 30%;
}
.app a{
	display: block;
}

/*******************
Common styleここまで
********************/

/************
top
*************/
.hero {
	width: 100%;
	height: 60vh;
	background: url("../img/top/img-hero3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 60px;
	border-bottom: none !important;
}
.hero h1{
	width: 100%;
	height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero h1 img{
	width: auto;
	height: 60vh
}
.character{
}
.character-left,
.character-right{
	position: absolute;
}
.character-left{
	/*top: 46%;*/
	top: 29%;
	left: 13%;
	right: 68%;
}
.character-right{
	/*top: 32%;*/
	top: 14%;
	right: 8%;
	left: 67%;
}
.character img{
	max-width: 100%;
	height: auto;
}
#top section{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #00633d;
}
#top section h2.catchcopy{
	display: flex;
	justify-content: center;
	align-items: center;
}
#top section h2.menu-title{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
#top section .menu-recommend-contents{
	display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#top section .menu-recommend-title{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#top section .menu-recommend-title h3{
	font-size: 2rem;
    font-weight: bold;
}
#top section .menu-recommend-img img{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
#top section .menu-btn p a {
	display: block;
    padding: 10px 20px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
	position: relative;
	z-index: 2;
	background-color: #fff;
    border: 1px solid #00633d;
	overflow: hidden;
}
#top section .menu-btn p a:hover {
	color: #fff;
}
#top section .menu-btn p a::before,
#top section .menu-btn p a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#top section .menu-btn p a,
#top section .menu-btn p a::before,
#top section .menu-btn p a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#top section .menu-btn p a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
#top section .menu-btn p a:hover::after {
	background: rgba(0,99,61,.8);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#top section .news-contents{
	display: flex;
	justify-content: space-around;
}
#top section .news-title{
	margin-bottom: 20px;
}
#top section .news-btn p a {
	display: block;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
	position: relative;
	z-index: 2;
	background-color: #fff;
    border: 1px solid #00633d;
	overflow: hidden;
}
#top section .news-btn p a:hover {
	color: #fff;
}
#top section .news-btn p a::before,
#top section .news-btn p a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#top section .news-btn p a,
#top section .news-btn p a::before,
#top section .news-btn p a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#top section .news-btn p a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
#top section .news-btn p a:hover::after {
	background: rgba(0,99,61,.8);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#top section .news-contents-right ul li{
	margin-bottom: 20px;
}
#top section .news-contents-right ul li span.news-cat{
	border: 1px dotted #333;
    padding: 5px 10px;
    margin-right: 20px;
}
#top section .news-contents-right ul li span.news-date{
	margin-right: 20px;
}
#top section .news-contents-right ul li a {
	position: relative;
	display: inline-block;
	line-height: 2;
	transition: .3s;
}
#top section .news-contents-right ul li a:hover{
	color: rgba(0,99,61,1);
}
#top section .news-contents-right ul li a::before,
#top section .news-contents-right ul li a::after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: rgba(0,99,61,1);
	transition: .3s;
}
#top section .news-contents-right ul li a::before {
	top: 0;
	left: 0;
}
#top section .news-contents-right ul li a::after {
	bottom: 0;
	right: 0;
}
#top section .news-contents-right ul li a:hover::before,
#top section .news-contents-right ul li a:hover::after {
	width: 100%;
}
#top section .link-contents{
	display: flex;
	justify-content: space-between;
}
#top section .link-contents-left,
#top section .link-contents-right{
	width: 47%;
	background: #fff;
}
#top section .link-contents-left img,
#top section .link-contents-right img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
#top section .link-contents-left h2,
#top section .link-contents-right h2{
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	font-size: 2rem;
}
#top section .link-contents-left h2 span,
#top section .link-contents-right h2 span{
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
#top section .link-contents-left h2 span::before,
#top section .link-contents-right h2 span::before,
#top section .link-contents-left h2 span::after,
#top section .link-contents-right h2 span::after{
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
#top section .link-contents-left h2 span::before,
#top section .link-contents-right h2 span::before{
	right: 100%;
}
#top section .link-contents-left h2 span::after,
#top section .link-contents-right h2 span::after{
	left: 100%;
}
#top section .link-contents-left h3,
#top section .link-contents-right h3{
	font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 10px;
}
#top section .link-contents-left p,
#top section .link-contents-right p{
	line-height: 1.8;
    padding: 0 10px;
    margin-bottom: 20px;
}
#top section .concept-btn p a,
#top section .recruit-btn p a{
	display: block;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
	position: relative;
	z-index: 2;
	background-color: #fff;
    border: 1px solid #00633d;
	overflow: hidden;
}
#top section .concept-btn p a:hover,
#top section .recruit-btn p a:hover{
	color: #fff;
}
#top section .concept-btn p a::before,
#top section .concept-btn p a::after,
#top section .recruit-btn p a::before,
#top section .recruit-btn p a::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#top section .concept-btn p a,
#top section .concept-btn p a::before,
#top section .concept-btn p a::after,
#top section .recruit-btn p a,
#top section .recruit-btn p a::before,
#top section .recruit-btn p a::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#top section .concept-btn p a::after,
#top section .recruit-btn p a::after{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
#top section .concept-btn p a:hover::after,
#top section .recruit-btn p a:hover::after{
	background: rgba(0,99,61,.8);
	-webkit-transform: scale(1);
	transform: scale(1);
}

#top section .counter{
	display: flex;
	justify-content: center;
}
#top .banner p{
	padding: 0 10px;
}
#top .banner p a{
	display: block;
}
#top .banner p a img{
	width: 100%;
	height: auto;
}
/************
topここまで
*************/
/**********************
sub-page Common style
***********************/
.sub-page .hero h1{
	width: 80%;
	height: auto;
	display: block;
	font-size: 3.2rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1.6;
}
.sub-page .hero h1 span{
	display: block;
	font-size: 1.6rem;
}
.sub-page-catch{
	margin-bottom: 40px;
}
.sub-page-catch h2{
	font-size: 3rem;
	text-align: center;
	position: relative;
	padding: 0 .4em .1em;
    width: 50%;
    margin: 0 auto;
}
.sub-page-catch h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: rgba(0,99,61,.4);
}
.sub-page .sub-page-headline{
	margin: 0 10px;
}
.sub-page .sub-page-headline p,
.sub-page .sub-page-headline h2{
	display: table-cell;
	vertical-align: middle;
}
.sub-page .sub-page-headline p img{
	width: 100%;
	height: auto;
}
.sub-page .sub-page-headline h2{
	font-size: 2.4rem;
	padding: 0 10px;
}
/****************************
sub-page Common styleここまで
*****************************/

/************
menu
*************/
.menu .hero {
	height: 30vh;
	background: url(../img/menu/img-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.menu .menu-anchor-link{
	margin-bottom: 20px;
}
.menu .menu-anchor-link ul{
	display: flex;
	justify-content: space-around;
}
.menu .menu-anchor-link ul li a {
	position: relative;
	display: inline-block;
	line-height: 2;
	transition: .3s;
}
.menu .menu-anchor-link ul li a:hover{
	color: rgba(0,99,61,1);
}
.menu .menu-anchor-link ul li a::before,
.menu .menu-anchor-link ul li a::after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: rgba(0,99,61,1);
	transition: .3s;
}
.menu .menu-anchor-link ul li a::before {
	top: 0;
	left: 0;
}
.menu .menu-anchor-link ul li a::after {
	bottom: 0;
	right: 0;
}
.menu .menu-anchor-link ul li a:hover::before,
.menu .menu-anchor-link ul li a:hover::after {
	width: 100%;
}
.menu p.caution{
	padding: 10px;
	line-height: 1.6;
}
.menu .menu-contents{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.menu .menu-contents .menu-box{
	width: 23%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}
.menu .menu-contents .menu-box img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.menu .menu-contents .menu-box h3{
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 1.6;
}
.menu .menu-contents .menu-box h3 span{
	display: block;
}
.menu .menu-contents .menu-box ul li{
	margin-bottom: 5px;
}
.menu .menu-contents .menu-no-img h3{
	line-height: 1.6;
}
.menu .menu-contents .menu-box ul.shop{
	display: flex;
    justify-content: space-around;
    margin-top: 15px;
}
.menu .menu-contents .menu-box ul.shop li{
	border: 1px solid #00633d;
    background: #00633d;
    padding: 8px;
    color: #fff;
}
.menu .take-tell-box {
	padding: 0 10px;
}
.menu .take-tell-box p {
	margin-bottom: 20px;
}
.menu p a.take-tell-btm {
	display: block;
    padding: 10px 20px;
    text-align: center;
    line-height: 2;
    width: 100%;
    margin: 0 auto;
	position: relative;
	z-index: 2;
	background-color: #fff;
    border: 1px solid #00633d;
	overflow: hidden;
}
.menu p a.take-tell-btm:hover {
	color: #fff;
}
.menu p a.take-tell-btm::before,
.menu p a.take-tell-btm::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.menu p a.take-tell-btm,
.menu p a.take-tell-btm::before,
.menu p a.take-tell-btm::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menu p a.take-tell-btm::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.menu p a.take-tell-btm:hover::after {
	background: rgba(0,99,61,.8);
	-webkit-transform: scale(1);
	transform: scale(1);
}


.menu .shop-contents{
	margin: 10px;
}
.menu .shop-contents .shop-box{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.menu .shop-contents .shop-box .shop-img{
	width: 49%;
	margin-bottom: 20px;
}
.menu .shop-contents .shop-box .shop-img a{
	background-color: #00633d;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
    font-weight: bold;
}
.menu .shop-contents .shop-box .shop-img img{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
/************
menuここまで
*************/
/************
shop
*************/
.shop .hero {
	height: 30vh;
	background: url(../img/shop/img-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.shop .shop-contents{
	margin: 10px;
}
.shop .shop-contents .shop-box{
	display: flex;
    justify-content: space-between;
}
.shop .shop-contents .shop-box .shop-img,
.shop .shop-contents .shop-box .shop-description{
	width: 50%;
}
.shop .shop-contents .shop-box .shop-img img{
	width: 100%;
	height: auto;
}
.shop .shop-contents .shop-box .shop-description{
	padding: 0 20px;
}
.shop .shop-contents .shop-box .shop-description h3{
	font-size: 1.8rem;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.shop .shop-contents .shop-box .shop-description ul li{
	font-size: 1.6rem;
    margin-bottom: 20px;
}
.shop-description .gallery ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.shop-description .gallery ul li{
	width: 32%;
	margin-bottom: 10px;
}
.shop-description .gallery ul li a{
	display: block;
	transition: all .3s ease 0s;
}
.shop-description .gallery ul li a:hover{
	opacity: .5;
}
.shop-description .gallery ul li a img{
	width: 100%;
	height: auto;
}
/************
shopここまで
*************/
/************
about
*************/
.about .hero {
	height: 30vh;
	background: url(../img/about/img-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.about .about-contents{
	margin: 10px;
}
.about .about-contents .about-box{
	display: flex;
    justify-content: space-between;
}
.about .about-contents .about-box .about-img,
.about .about-contents .about-box .about-description{
	width: 50%;
}
.about .about-contents .about-box .about-img img{
	width: 100%;
	height: auto;
}
.about .about-contents .about-box .about-description{
	padding: 0 20px;
}
.about .about-contents .about-box .about-description h3{
	font-size: 1.8rem;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
	line-height: 1.6;
}
.about .about-contents .about-box .about-description p{
		line-height: 1.8;
}
/************
aboutここまで
*************/
/************
news
*************/
.news .hero {
	height: 30vh;
	background: url(../img/news/img-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	background: none;
}
.news .news-contents{
	display: block !important;
	margin: 10px;
}
.news .news-contents ul li span{
	margin-right: 20px;
}
.news .news-contents ul li a{
    font-size: 1.6rem;
    margin-bottom: 20px;
	position: relative;
	display: inline-block;
	line-height: 2;
	transition: .3s;
}
.news .news-contents ul li a:hover{
	color: rgba(0,99,61,1);
}
.news .news-contents ul li a::before,
.news .news-contents ul li a::after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: rgba(0,99,61,1);
	transition: .3s;
}
.news .news-contents ul li a::before {
	top: 0;
	left: 0;
}
.news .news-contents ul li a::after {
	bottom: 0;
	right: 0;
}
.news .news-contents ul li a:hover::before,
.news .news-contents ul li a:hover::after {
	width: 100%;
}
.news .news-contents p{
	line-height: 1.8;
}
.news .news-contents p img{
	width: 100%;
	height: auto;
}
.news .news-contents p.sentence{
	/*padding-left: 200px;
    padding-right: 200px;*/
    font-size: 1.8rem;
}
.news .news-contents p iframe{
	width: 100%;
}
/************
newsここまで
*************/
/************
recruit
*************/
.recruit .hero {
	height: 30vh;
	background: url(../img/recruit/img-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.recruit .recruit-contents{
	margin: 10px;
}
.recruit .recruit-contents .recruit-box{
	display: flex;
    justify-content: space-between;
}
.recruit .recruit-contents .recruit .recruit-img,
.recruit .recruit-contents .recruit-box .recruit-description{
	width: 50%;
}
.recruit .recruit-contents .recruit-box .recruit-img img{
	width: 100%;
	height: auto;
}
.recruit .recruit-contents .recruit-box .recruit-description{
	padding: 0 20px;
}
.recruit .recruit-contents .recruit-box .recruit-description h3{
	font-size: 1.8rem;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.recruit .recruit-contents .recruit-box .recruit-description ul li{
	font-size: 1.6rem;
    margin-bottom: 20px;
}
.recruit .recruit-contents .recruit-box .recruit-description p a {
	display: block;
    padding: 10px 20px;
    text-align: center;
    line-height: 2;
    width: 100%;
    margin: 0 auto;
	position: relative;
	z-index: 2;
	background-color: #fff;
    border: 1px solid #00633d;
	overflow: hidden;
}
.recruit .recruit-contents .recruit-box .recruit-description p a:hover {
	color: #fff;
}
.recruit .recruit-contents .recruit-box .recruit-description p a::before,
.recruit .recruit-contents .recruit-box .recruit-description p a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.recruit .recruit-contents .recruit-box .recruit-description p a,
.recruit .recruit-contents .recruit-box .recruit-description p a::before,
.recruit .recruit-contents .recruit-box .recruit-description p a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.recruit .recruit-contents .recruit-box .recruit-description p a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.recruit .recruit-contents .recruit-box .recruit-description p a:hover::after {
	background: rgba(0,99,61,.8);
	-webkit-transform: scale(1);
	transform: scale(1);
}
/************
recruitここまで
*************/
/************
company
*************/
.company .hero {
	height: 30vh;
	background: url(../img/company/img-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.company .company-contents{
	margin: 10px;
}
.company .company-contents dl{
	display: flex;
	flex-wrap: wrap;
}
.company .company-contents dt{
	width: 40%;
	font-weight: bold;
	color: #fff;
	background: #ccc;
	border-bottom: 1px dotted #fff;
	padding: 10px 20px;
	line-height: 1.6;
}
.company .company-contents dd{
	width: 60%;
	border-bottom: 1px dotted #333333;
	padding: 10px 20px;
	line-height: 1.6;
}
.company .company-contents dd a{
	position: relative;
	display: inline-block;
	line-height: 2;
	transition: .3s;
}
.company .company-contents dd a:hover{
	color: rgba(0,99,61,1);
}
.company .company-contents dd a::before,
.company .company-contents dd a::after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: rgba(0,99,61,1);
	transition: .3s;
}
.company .company-contents dd a::before {
	top: 0;
	left: 0;
}
.company .company-contents dd a::after {
	bottom: 0;
	right: 0;
}
.company .company-contents dd a:hover::before,
.company .company-contents dd a:hover::after {
	width: 100%;
}
/***************
companyここまで
****************/
/************
contact
*************/
.contact .hero {
	height: 30vh;
	background: url(../img/contact/img-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.contact .contact-contents{
	margin: 10px;
}
.contact .contact-contents p{
	line-height: 1.6;
	margin-bottom: 20px;
}
.contact .contact-contents p.contact-detail{
	line-height: 1.8;
	font-size: 1.6rem;
}
/**************
contactここまで
***************/

/*****************
メディアクエリ（tab）
******************/
@media only screen and (max-width: 1023px) {
	/* Common style */
	footer nav ul.f-nav{
		flex-wrap: wrap;
		padding: 0 10px;
	}
	footer nav ul.f-nav li{
		width: 50%;
		text-align: center;
		border: 1px solid #ccc;
	}
	footer nav ul.f-nav li a{
		display: block;
		padding: 5px;
	}
	footer nav ul.f-nav li a::before,
	footer nav ul.f-nav li a::after{
		background: none;
	}
	footer .f-logo img{
		width: 56%;
		height: auto;
	}
	/* Common styleここまで */

	/* top */
	.hero h1 img{
		width: 90%;
		height: auto;
	}
	.character-left{
		top: 45%;
		left: 4%;
		right: 68%;
	}
	.character-right{
		top: 40%;
		right: 4%;
		left: 61%;
	}
	#top section h2.catchcopy img{
		width: 56%;
		height: auto;
	}
	#top section .menu-recommend-contents .menu-recommend-box{
		padding: 0 10px;
		width: 50%;
	}
	#top section .menu-recommend-img img{
		width: 100%;
		height: auto;
	}
	#top section .link-contents{
		justify-content: space-around;
	}
	#top section .link-contents-left h3,
	#top section .link-contents-right h3{
		line-height: 1.8;
	}
	#top section .counter{
		padding-top: 48px;
	}
	/* topここまで */
	/* sub-page Common style */
	.sub-page-catch h2{
		font-size: 2.6rem;
		padding: 0 .4em .2em;
		width: 60%;
	}
	/* sub-page Common styleここまで */
	/* menu */
	.menu .menu-contents{
		justify-content: space-around;
	}
	.menu .menu-contents .menu-box {
		width: 48%;
		margin: 10px 0 0;
	}
	/* menuここまで */
	/* news */
	.news .news-contents p.sentence{
		padding-left: 0;
		padding-right: 0;
		font-size: 1.4rem;
	}
	/* newsここまで */
}
/*************************
メディアクエリ（tab）ここまで
**************************/

/*****************
メディアクエリ（smp）
******************/
@media only screen and (max-width: 767px) {
	/* Common style */
	.paradeiser .paradeiser_logo{
		max-width: 80px;
	}
	footer .f-logo img{
		width: 88%;
	}
	/*line友だち追加ボタン*/
	a.linebtn {
		display: block;
		text-align: center;
	}
	a.linebtn img{
		width: 64%!important;
		height: auto;
	}
	.app p{
		width: 100%;
		text-align: center;
	}
	.app p a img{
		width: 60%!important;
	}
	/* Common styleここまで */
	/* top */
	.hero{
		height: 40vh;
		margin-top: 50px;
	}
	.hero h1{
		height: 40vh;
	}
	.hero h1 img{
		width: 100%;
	}
	.character-left{
		top: 34%;
	}
	.character-right{
		top: 30%;
	}
	#top section{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#top section h2.menu-title img{
		width: 88%;
		height: auto;
	}
	#top section .menu-recommend-contents{
		flex-direction: column;
		margin-bottom: 20px;
	}
	#top section .menu-recommend-contents .menu-recommend-box{
		width: 100%;
		margin-bottom: 20px;
	}
	#top section .menu-btn p a{
		width: 96%;
	}
	#top section .news-contents{
		flex-direction: column;
	}
	#top section .news-contents .news-contents-left{
		margin-bottom: 20px;
	}
	#top section .news-title{
		text-align: center;
	}
	#top section .news-btn p a{
		width: 96%;
	}
	#top section .news-contents .news-contents-right{
		padding: 0 10px;
	}
	#top section .news-contents-right ul li a{
		padding: 10px 0 0;
	}
	#top section .news-contents-right ul li a::before,
	#top section .news-contents-right ul li a::after{
		background: none;
	}
	#top section .link-contents{
		flex-direction: column;
	}
	#top section .link-contents-left,
	#top section .link-contents-right{
		width: 96%;
		margin: 0 auto;
	}
	#top section .link-contents-left h3,
	#top section .link-contents-right h3,
	#top section .link-contents-left p,
	#top section .link-contents-right p{
		padding: 0;
	}
	/* topここまで */
	/* sub-page Common style */
	.sub-page .hero {
		margin-top: 50px;
	}
	.sub-page .hero h1 {
		width: 90%;
		font-size: 2rem;
	}
	.sub-page .hero h1 span {
		font-size: 1.4rem;
	}
	.sub-page-catch{
		margin-bottom: 20px;
	}
	.sub-page-catch h2{
		font-size: 2rem;
		padding: 0 .4em .2em;
		width: 80%;
	}
	.sub-page .sub-page-headline p img {
		width: 80%;
	}
	.sub-page .sub-page-headline h2 {
		font-size: 1.8rem;
		padding: 0 5px;
	}
	/* sub-page Common styleここまで */
	/* menu */
	.menu .menu-anchor-link ul {
		flex-direction: column;
		text-align: center;
	}
	.menu .menu-anchor-link ul li {
		padding-bottom: 5px;
	}
	.menu .menu-anchor-link ul li a {
		display: block;
	}
	.menu .menu-contents .menu-box h3 {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.menu .menu-contents .menu-box ul.shop{
		flex-direction: column;
	}
	.menu .menu-contents .menu-box ul.shop li{
		text-align: center;
	}
	/* menuここまで */
	/* shop */
	.shop .shop-contents .shop-box{
		flex-direction: column;
	}
	.shop .shop-contents .shop-box .shop-img,
	.shop .shop-contents .shop-box .shop-description{
		width: 100%;
	}
	.shop .shop-contents .shop-box .shop-description{
		padding: 20px 0;
	}
	.shop .shop-contents .shop-box .shop-description h3{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.shop .shop-contents .shop-box .shop-description ul li{
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	/* shopここまで */
	/* about */
	.about .about-contents .about-box{
		flex-direction: column;
	}
	.about .about-contents .about-box .about-img,
	.about .about-contents .about-box .about-description{
		width: 100%;
	}
	.about .about-contents .about-box .about-description{
		padding: 20px 0;
	}
	.about .about-contents .about-box .about-description h3{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	/* aboutここまで */
	/* news */
	.news .news-contents ul li span{
		display: block;
		margin-bottom: 5px;
	}
	.news .news-contents ul li a {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	/* newsここまで */
	/* recruit */
	.recruit .sub-page-headline h2{
		line-height: 1.6;
	}
	.recruit .recruit-contents .recruit-box{
		flex-direction: column;
	}
	.recruit .recruit-contents .recruit-box .recruit-img,
	.recruit .recruit-contents .recruit-box .recruit-description{
		width: 100%;
	}
	.recruit .recruit-contents .recruit-box .recruit-description{
		padding: 20px 0;
	}
	.recruit .recruit-contents .recruit-box .recruit-description h3{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.recruit .recruit-contents .recruit-box .recruit-description ul li{
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.recruit .recruit-contents .recruit-box .recruit-description p a{
		text-align: left;
	}
	/* recruitここまで */
	/* company */
	.company .company-contents dl{
		flex-direction: column;
	}
	.company .company-contents dt{
		width: 100%;
		border-bottom: none;
	}
	.company .company-contents dd{
		width: 100%;
		border-bottom: none;
	}
	/* companyここまで */
}
/*************************
メディアクエリ（smp）ここまで
**************************/
/*************************
富士山静岡空港店
**************************/
.openstaff-mtfujiair{
	margin-bottom: 40px;
	padding-bottom: 40px;
    border-bottom: 1px dotted #00633d;
}
.openstaff-mtfujiair a{
	display: block;
	text-align: center;
	transition: all .3s;
}
.openstaff-mtfujiair a:hover{
	opacity: .5;
}
.openstaff-mtfujiair a img{
	width: 96%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.openstaff-mtfujiair{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}