@charset "utf-8";
/* CSS Document */
@import url("css/layout.css");
@import url("css/reset.css");
/*共通*/
html { 
	font-size: 62.5%; }
body{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.6rem;
	color: #414141;}
h1 {
  font-size: 3.5rem;
  font-weight: 700;}
h2 {
  font-size: 2.4rem;
  font-weight: 700;}
h3 {
  font-size: 2.0rem;
  font-weight: 600;}
h4 {
  font-size: 1.8rem;
  font-weight: 600;}
p {
  font-size: 1.8rem;
  line-height: 1.8;}
.bold{
	font-weight: bold;}
.w-95{
	width: 950px;
	margin: 0 auto;}
.color_g{
	color:#389a6e;}
.color-r{
	color:#ff0000;}
.right{
	text-align: right;}
.center{
	text-align: center;}
.br_sp{
	display: none;}
.br_sp2{
	display:block;}
.font1{
	font-size: 1.4rem;}
.font2{
	font-size: 2rem;}
/* navigation */
#Breadcrumb_Area{
	width: 100%;
	background:#fff;}
.Breadcrumb {
    max-width: 1300px;
    padding:0 15px 0 15px;
    margin:0 auto;}
.BreadcrumbMenu,.BreadcrumbMenu2{
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
	font-size: 1.2rem;}
.BreadcrumbMenu2,a.BreadcrumbLabel2{
	color:#333;}
.BreadcrumbMenu li{
	list-style: none;}
.MenuDivider:after {
    padding: 0;
    margin-right: 6px;
    margin-left: 6px;
    content: ">";}
/*共通Responsive*/
@media screen and (max-width: 1050px) {
.w-95{
	width: 100%;}
}
/*タイトル*/
.titleArea{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;}
h2.title {
	position: relative;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	color:#00796b;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 1em;}
h2.title:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #00796b;
	border-radius: 100vh;}
.titleArea2{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;}
h2.title2 {
	position: relative;
	display: inline-block;
	color:#00796b;
	font-size: 3rem;
	font-weight: 500;}
.heading1 {
	position: relative;
	font-size: 2.4rem;}
.heading1::before {
	content: attr(data-number);
	display: block;
	color: #389a6e;
	font-family: "Oswald", sans-serif;
	font-size: 3.2rem;
	font-weight: bold;}
.heading1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #389a6e;}
.heading2 {
	position: relative;
	padding-left: 100px;
	font-size: 1.8rem;
	font-weight:700;}
.heading2::before {
	content: attr(data-number);
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-60%);
	color: #389a6e;
	font-family: "Oswald", sans-serif;
	font-style:italic;
	font-size: 7rem;
	font-weight:900;}
.button1 {
    position: relative;
    z-index: 10;}
.button1 a {
    background: #57b38a;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 270px;
    padding: 17px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	font-size: 1.8rem;
    font-weight: 600;
	z-index: 10;}
.button1 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;}
.button1 a:hover {
    opacity: 0.8;}
/* header */
nav ul {
	list-style: none;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;}
#header {
	position:fixed;
	padding: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	z-index: 115;}
#header .header-inner {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background: transparent;}
#header .logo {
	width: 20%;
	margin:8px 0 0 20px;
	z-index: 70;}
.logo img{
	width: 170px;
	height: auto;}
#g-nav{
	width: 65%;}
#g-nav ul{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap:wrap;
	align-items: center;
    flex-wrap: wrap;}
#g-nav-list li{
    margin:0;}
#g-nav-list li a{
	position: relative;
	height: 60px;
	line-height: 60px;
	display: block;
	padding:0 10px;
	text-decoration: none;
	font-size: 1.7rem;
	font-weight: 500;
	color:#414141;}
#g-nav-list .menu_sp{
	display: none;}
#g-nav-list li.current a{
	color:#389a6e;}
#g-nav-list li a:hover{
	color:#389a6e;}
.button{
	display: none;}
.header-contact {
	width: 20%;
	margin-right: 20px;
	text-align: right;}
.contact-label {
	display: block;
	font-size: 0.9rem;
	color: #004d40;}
.phone-number {
	display: inline-block;
	color: #fff;
	background-color: #26a69a;
	text-decoration: none;
	font-weight: bold;
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	padding: 6px 14px;
	border-radius: 7px;
	margin-top: 4px;
	transition: background-color 0.3s;}
.phone-number:hover {
	background-color: #00796b;}
.contact-hours {
	display: block;
	font-size: 1.5rem;
	color: #004d40;
	margin-top: 3px;}
/*ナビResponsive*/
@media screen and (max-width: 1120px) {
#g-nav-list li a{
	font-size:1.4rem;
	padding:0 5px;}
}
@media screen and (max-width: 1030px) {
.phone-number {
	font-size: 1.6rem;}
.contact-hours {
	font-size: 1.3rem;}
}
@media screen and (max-width: 890px) {
#header .logo {
	margin:8px 0 0 10px;}
.logo img{
	width: 150px;
	height: auto;}
#g-nav-list li a{
	font-size:1.2rem;}
.header-contact {
	width: 25%;
	margin-right: 10px;}
}
@media screen and (max-width: 789px) {
.header-contact {
	display: none;}
#header .header-inner {
	height: 60px;}
.logo img{
	width: 140px;
	height: auto;}
#header .contact{
	display: none;}
#g-nav{
    position:fixed;
	z-index: -1;
	opacity: 0;
	top:0;
	width:100%;
    height: 100vh;
	background:#fff;
	transition: all 0.3s;
	pointer-events: none;}
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
	pointer-events: auto;}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;}
#g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
	width: 80%;
	padding: 150px 0 50px;
    top:0;
    left:50%;
    transform: translate(-50%,0);}
#g-nav.panelactive ul {
    display: block;}
#g-nav-list li{
	list-style: none;
    text-align: center;}
#g-nav-list li a{
	color: #389a6e;
	text-decoration: none;
	padding:0 10px;
	display: block;
	font-size: 20px;
	font-weight: 500;
	border-bottom:1px dashed #389a6e;}
.button{
	display: block;}
.button_sp{
	margin-top: 20px;}
.menu_item {
	width: 48%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background: #389a6e;
	border-radius: 10px;}
.menu_item a{
	display: block;
	color:#fff;
	font-size: 14px;
	line-height: 18px;}
.menu_item a i{
	font-size: 50px;
	color:#fff;
	margin-bottom: 5px;}
.menu_item a:hover{
	opacity: 0.8;}
.openbtn{
	position:fixed;
    z-index: 9999;
	top:0;
	right: 0;
	cursor: pointer;
    width: 60px;
    height:60px;
	background:#389a6e;
	border-bottom-left-radius: 20px;}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 18px;
    height: 2px;
    border-radius: 5px;
	background: #fff;
  	width: 45%;}
.openbtn span:nth-of-type(1) {
	top:13px;}
.openbtn span:nth-of-type(2) {
	top:21px;}
.openbtn span:nth-of-type(3) {
	top:29px;}
.openbtn span:nth-of-type(3)::after {
	content:"MENU";
	position: absolute;
	top:5px;
	left:-1px;
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;}
.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 22px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;}
.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 22px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;}
.openbtn.active span:nth-of-type(3)::after {
	content:"Close";
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;}
}
@media (max-width: 768px) {
.button1 a:after {
     display: none;  }
.button1 a:hover {
        opacity: 1;}
}
@media screen and (max-width: 620px) {
h2.title2 {
	font-size: 2.5rem;}
}
@media screen and (max-width: 550px) {
.br_sp2{
	display:none;}
.titleArea2{
	text-align: left;}
h2.title2 {
	font-size: 3rem;}
}
@media screen and (max-width: 450px) {
#header .logo {
	margin:8px 0 0 10px;}
.menu_item {
	width: 80%;}
.heading2::before {
	font-size: 5.8rem;}
.heading2 {
	font-size: 1.6rem;}
}
@media screen and (max-width: 390px) {
#g-nav ul {
	padding: 130px 0 50px;}
}
/* mainvisual */
.wrapper{
	position: relative;
	height: 100vh;}
.slider {
	position:relative;
	top:90px;
	right: auto;
	left:auto;
	z-index: 1;
	width: 98%;
	height: 83vh;
	margin: 0 auto;
	list-style: none;}
/*　背景画像設定　*/
.slider-item01 {
    background:url("images/top_haikei6.jpg");}
.slider-item02 {
    background:url("images/top_haikei2.jpg");}
.slider-item03 {
    background:url("images/top_haikei7.jpg");}
.slider-item {
    width: 100%;
    height:83vh;
	border-radius:50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}
.copy {
    position: absolute;
    top: 65%;
    left: 10%;
    transform: translate(-10%, -65%);
    z-index: 10;
    width: 80%;}
.catch {
	font-size: 4.6rem;
	font-weight: 500;
	line-height: 68px;
	color: #fff;
	text-shadow: 1px 1px 8px #888;}
.blur{
	animation-name:blurAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;}
@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;}

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;}
}
.blurTrigger{
    opacity: 0;}
.bottom_area{
	position: absolute;
	width: 100%;
	height: 130px;
	bottom:-1px;
	left: 0;
	background: #333;
	z-index: -999;}
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);}
  to {
    opacity: 1;
	transform: translateY(0);}
}
/*メインビジュアルResponsive*/
@media screen and (max-width: 830px) {
.slider-item {
    background-position: center bottom;}
.copy {
	width: 80%;
	max-width: 800px;}
.catch {
	font-size: 3.4rem;
	line-height: 58px;}
}
@media screen and (max-width: 550px) {
.slider {
	top:75px;
	height: 80vh;}
.slider-item {
	background-position: bottom;}
.copy {
    top: 60%;
    left: 5%;
	transform: translate(-5%, -60%);}
.catch {
	line-height: 50px;}
.br_sp{
	display: block;}
}
@media screen and (max-width: 450px) {
.catch {
	font-size: 3rem;
	line-height: 47px;}	
}
@media screen and (max-width: 390px) {
.catch {
	font-size: 2.7rem;
	line-height: 45px;}
h2.title {
	font-size: 2.6rem;}
}
/* foterエリア */
#footer {
	width: 100%;
	background-color: rgba(207,235,211,0.1);}
.footer_top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0.8;
    padding: 10px 30px;}
.footer_top .footer-info {
    width: 100%;
	text-align: center;}
.footer-description{
	font-family: "Oswald", sans-serif;
	color:#00796b;
	font-weight: 600;
	padding:5px 0 10px;}
.footer-logo img{
	width: 300px;}
.footer_top .footer-info address{
	font-weight: 300;}
.footer-info a{
	color:inherit;
	text-decoration: none;}
.footer-info dl dt,
.footer-info dl dd {
    display: inline-block;}
.footer-info address{
	font-size: 1.7rem;
	font-style: normal;}
.footer_tel{
	font-style: normal;}
.footer_bottom{
	width: 100%;
	height: 50px;
	background: #389a6e;
	color:#fff;
	font-size:1.4rem;
	line-height:50px;
	text-align:center;}
.small{
	font-size: 1.3rem;}
/* footer icon */
.fixed_area,
.bottom-menu{
	display: none;}
/*フッターResponsive*/
@media screen and (max-width: 768px) {
#footer {
	justify-content: center;
	text-align: center;}
.footer_bottom{
	height: 110px;}
/*footer icon*/
ul.bottom-menu {
    position: fixed;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
    left:0;
    bottom:0;
    width: 100%;
    height:60px;
    margin:0;
    padding:0;
	background: #00796b;
    z-index:30;}
ul.bottom-menu li.fitem{
	width: 50%;}
ul.bottom-menu li {
    list-style-type:none;
    text-align:center;
    border-right: 1px solid #fff;}
ul.bottom-menu li:last-of-type{
	border-right:0;	}
.bottom-menu li a {
    display: block;
    color:#fff;
    padding-top:5px;
    padding-bottom:5px;
    line-height:38px;
	font-size: 1.8rem;
	font-weight: bold;
    text-decoration:none;
	text-align: center;}
.bottom-menu li.fitem img{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 38px;}
.bottom-menu li.fitem img.mapicon{
	width: auto;
	height: 38px;
	padding-right:7px;}
}
@media screen and (max-width: 500px) {
.footer-description{
	font-size: 1.4rem;
	line-height: 1.4;}
}
@media screen and (max-width: 450px) {
.footer-logo img{
	width: 80%;
	height:auto;}
}
@media screen and (max-width: 415px) {
.bottom-menu li.fitem img{
	width: 90%;
	height: auto;}	
}
@media screen and (max-width: 390px) {
.footer-description{
	font-size: 1.3rem;
	line-height: 1.3;}
}
/* ページトップへ */
.pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
	z-index: 11;}
.pagetop a {
	background: #00796b;
	text-decoration: none;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align:center;
	display: block;
	border-radius: 50%;
	opacity: 0.9;
	transition: all .3s ease;}
@media screen and (max-width: 650px) {
.footer_top{
	padding: 10px 20px;}
.footer_top .footer-info {
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom:0;}
.footer_top .footer-info address{
	font-size: 15px;
	text-align: center;}
.footer_tel{
	text-align: center;}
.footer-logo{
	text-align: center;
	margin: 10px 0 0;}
.footer_top .footer-link ul{
	display: block;}
.footer-link a{
	display: block;
	text-align: center;}
.footer-link ul li {
	background:#3a3e33;
	border:rgba(170,170,170,0.2) 1px solid;
	margin: 5px 0;}
.pagetop {
    bottom: 70px;
	right: 20px;}
}
/* 横向きResponsive */
@media (orientation: landscape)and (max-width: 768px){
#g-nav ul {
	padding: 120px 0 50px;}
.heading2 {
	padding-left: 130px;}
}