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

@font-face {
	font-family: りょうゴシック PlusN EL, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-weight: normal;
}

/*フォントサイズを変更しやすくするための設定*/
html{
    font-size: 62.5%; /*16px x 62.5% =10px*/
}

/*フォント種類・フォントカラー・フォントサイズの指定*/
body{
	font-family: りょうゴシック PlusN EL, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
	color: #222222;
	font-size: 1.6rem;
	font-weight: 100;
	line-height: 2;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*firefox表示用*/
@-moz-document url-prefix() {
  p,th,td,h3,a {
    font-weight: bold;
		font-size: 1.5rem;
  }
	small {
    font-weight: bold;
		font-size: 1.3rem;
  }
}

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root body{
  font-family: Meiryo, sans-serif;
}

/*画像のレスポンシブ対応*/
img{
  max-width: 100%;
  height: auto; 
}
a{
	color: #222222;
}
li{
	list-style: none;
}
.inner{
    max-width: 80%;
    margin: 0 auto;
}
.text-center{
    text-align: center;
}
.pcOnly{
    display: block;
}   
.spOnly{
    display: none;
}
main{
	margin-top: 112px;
}

/*タイトルフェードイン start*/
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.fadein200 {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 2000ms;
}
.fadein200.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
/*タイトルフェードイン end*/

/*btn-01 start*/
.btn-01{
	display: inline-block;
	background-color: #bfd63e;
	padding: 10px 50px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	transition: 0.5s;
}
.btn-01:hover{
	opacity: 0.8;
}
/*btn-01 end*/

/*btn-02 start*/
.btn-02{
	text-transform: uppercase;
	position: relative;
	padding-right: 120px;
	line-height: 3;
}
.btn-02::before{
	content: url("../img/common/btn_02.svg");
  position: absolute;
	left: 0;
	transition: 0.5s;
	padding-top: 8px;
}
_::-webkit-full-page-media, _:future, :root .btn-02::before {
  left: -3px;
}
.btn-02:hover::before{
	left: 25px;
}
.style .btn-02::after{
	content: url(../img/common/ico_headerNav_insta.svg);
	position: absolute;
	top: -3px;
	left: 60px;
	transition: 0.5s;
	padding-top: 5px;
}
/*btn-02 end*/

/*header start*/
.header{
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 1;
}
.headerInner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 100px;
}
.headerLogo{
	width: 125px;
}
.header-contents-inner{
	text-align: right;
}
.headerNav ul{
	display: flex;
	align-items: center;
}
.headerNav li{
	display: flex;
	margin-right: 30px;
	transition: 0.3s;
}
.headerNav li:last-of-type{
	margin-right: 0;
}
.headerNav li a{
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1;
}
.headerNav li:hover{
	opacity: 0.7;
}
.headerNav li:nth-of-type(4) img{
	margin-left: 3px;
}
/*header end*/

/*page_top start*/
#page_top{
  width: 53px;
  height: 50px;
  position: fixed;
  right: 0px;
  bottom: -100px;
  background: #222222;
	z-index: 2;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
	font-weight: bold;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 11px;
  bottom: 0;
  right: 44px;
  left: 0;
  margin: auto;
  text-align: center;
	transition: 0.3s;
}
#page_top a:hover::before{
	top: 5px;
}
/*page_top end*/

/*page-heroHeader start*/
.page-heroHeader{
	box-sizing: border-box;
	width: calc( 100% - 100px );
	height: 500px;
	text-align: left;
	margin: 0 100px 200px 0;
	position: relative;
	background-position-y: bottom;
	background-size: cover;
}
@media all and (-ms-high-contrast: none) {
  .page-heroHeader{
		margin-top: 112px;
	}
}
#staff .page-heroHeader{
	background-image: url("../img/staff/pc/img_staff_01.png");
}
#menu .page-heroHeader{
	background-image: url("../img/menu/pc/img_menu_01.png");
}
#archive-news .page-heroHeader,
#single-news .page-heroHeader{
	background-image: url("../img/news/pc/img_news_01.png");
}
.page-heroHeader .treat{
	width: 300px;
	height: 400px;
	background-color: #F5F9E1;
	position: absolute;
	bottom: -50px;
	right: -100px;
	z-index: -1;
}
/*page-heroHeader end*/

/*pageTitle start*/
.pageTitle{
	text-align: center;
	margin-bottom: 150px;
	padding: 130px 0;
}
.pageTitle h1{
	font-family: 'Lato', sans-serif;
	font-size: 3rem;
	line-height: 1;
	text-transform: uppercase;
}
_::-webkit-full-page-media, _:future, :root .pageTitle h1 {
	font-family: 'Lato', sans-serif;
}
.pageTitle .inner div{
	margin-top: 50px;
}
.pageTitle div p{
	margin-top: 10px;
}
.pageTitle div p:first-of-type{
	margin-top: 0;
}
#archive-news .pageTitle div,
#single-news .pageTitle div{
	margin-top: 10px;
}
#single-news .pageTitle h2{
	font-family: 'Lato', sans-serif;
	font-size: 3rem;
	line-height: 1;
	text-transform: uppercase;
}
_::-webkit-full-page-media, _:future, :root #single-news .pageTitle h2 {
	font-family: 'Lato', sans-serif;
}
/*pageTitle end*/

/*breadcrumbs start*/
.breadcrumbs {
	width: 1140px;
	margin: 10px auto 0;
} 
.breadcrumbs ul {
	display: table;
	font-size: 13px;
} 
.breadcrumbs ul li {
	margin: 0 10px 0 0;
	font-size: 13px;
	float: left;
} 
.breadcrumbs ul li:first-child::before {
	padding: 0 3px 0 0;
	content: "\f015";
	font-family: FontAwesome;
	font-size: 14px;
} 
.breadcrumbs ul li::before {
	padding: 0 10px 0 0;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
}
/*breadcrumbs end*/

/*contactArea start*/
.section.contact{
	margin-bottom: 0;
}
.contact{
	padding: 150px 0;
}
.contact .inner{
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact .inner .infoWrapper,
.contact .inner .mapWrapper{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact .inner .googlemap{
	display: inherit;
}
.contact .inner .infoWrapper{
	border-right: solid 1px #dedede;
}
.contact .info h2{
	font-family: 'Lato', sans-serif;
	font-size: 2.5rem;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 1;
}
_::-webkit-full-page-media, _:future, :root .contact .info h2 {
	font-family: 'Lato', sans-serif;
}
.contact .info p{
	line-height: 1;
	margin-bottom: 15px;
}
.contact .info p:last-of-type{
	margin-bottom: 40px;
}
.contact .btn-01{
	display: block;
	width: 150px;
	text-align: center;
	padding: 15px 50px;
}
.contact .btn-01:last-of-type{
	background-color: #dedede;
	margin-bottom: 0;
}
/*contactArea end*/

/*footer start*/
.footer{
	background-color: #f9f9f9;
}
.footer .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}
.footer .contents{
	text-align: right;
}
.footer .footerLogo img{
	width: 70%;
}
.footerNav ul{
	display: flex;
	align-items: center;
}
.footerNav li{
	display: flex;
	margin-right: 30px;
	transition: 0.3s;
}
.footerNav li:last-of-type{
	margin-right: 0;
}
.footerNav li a{
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1;
}
.footerNav li:hover{
	opacity: 0.7;
}
.footerNav li:nth-of-type(4) img{
	margin-left: 3px;
}
.footer .copyright{
	line-height: 1;
	background-color: #bfd63e;
	text-align: center;
	padding: 17px 0;
}
/*footer end*/


@media screen and (max-width:767px){
	body{
      font-size: 1.3rem;
  }
  .inner{
      box-sizing: border-box;
      width: 100%;
      padding: 0 20px;
  }
  img{
      width: 100%;
      height: auto;
  }
  .pcOnly{
		display: none;
  }
  .spOnly{
		display: block;
  }
	main{
		margin-top: 50px;
	}
	
	/*header start*/
	.header{
		height: 50px;
		z-index: 5;
	}
	.headerInner{
		box-sizing: border-box;
		padding: 10px 20px;
	}
	.headerLogo {
    width: 18%;
	}
	.headerLogo a{
		display: block;
	}
	.header-contents{
		display: none;
	}
	.header .menu{
		margin-bottom: 0;
	}
	/*header end*/
	
	/*pagetopBtn start*/
	#page_top{
		width: 50px;
		height: 50px;
		bottom: -60px;
		right: 0;
	}
	#page_top a{
		width: 50px;
	}
	#page_top a::before{
		top: 10px;
		right: -2px;
	}
	#page_top a::after{
		content: '';
	}
	#page_top a:hover::before{
		top: 10px;
	}
	/*pagetopBtn end*/
	
	/*ハンバーガーボタン start*/
  .navigation-item{
    box-sizing: border-box;
    width: auto;
    height: 30px;
    text-align: center;
    z-index: 3;
  }
  .navigation-item a span{
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-top: 5px;
  }  
  .navigation-item .icon{
    width: auto;
		margin: 0 auto;
    display: block;
  }  
  .navigation-item .icon span{
		display: block;
    width: 25px;
		height: 1px;
		background-color: #222222;
    margin: 0 auto;
    transition: all 0.5s;
  }
	.navigation-item .icon span:first-of-type{
		margin-bottom: 5px;
	}
	.navigation-item.active{
		position: relative;
		right: 5px;
	}
  .navigation-item.active .icon span{
    transition: all 0.5s;
  }
	
  .navigation-item.active .icon span:first-of-type{
    transform: translateY(8px) rotate(-215deg);
  }
  .navigation-item.active .icon span:last-of-type{
    transform: rotate(215deg);
		position: relative;
		top: 2px;
  }
	.navigation-item .icon::after{
		content: "メニュー";
		color: #333333;
		font-size: 1.2rem;
		letter-spacing: 0px;
	}
	.navigation-item.active .icon::after{
		content: "閉じる";
		color: #333333;
		font-size: 1.2rem;
		position: relative;
		bottom: -5px;
	}
  /*ハンバーガーボタン end*/
	
	/*drawer start*/
	.drawerNav{
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		background-color: #fff;
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 3;
		transform: translateY(-150%);
    transition: 0.5S;
		display: flex!important;
		justify-content: center;
		align-items: center;
		padding-bottom: 50px;
	}
	.drawerNav div{
		width: 100%;
	}
	.drawerNav.open{
    transform: translateY(0);
  }
	.drawerNav ul li{
		padding: 5%;
		text-align: center;
	}
	.drawerNav ul li:first-of-type{
		position: relative;
	}
	.drawerNav ul li::after{
		display: inline-block;
		width: 5px;
		height: 5px;
		position: absolute;
		right: 20px;
	}
	.drawerNav ul li a{
		text-transform: uppercase;
	}
	.drawerNav ul li:nth-of-type(4) a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.drawerNav ul li a img{
		width: 1em;
		margin-left: 3px;
	}
	.drawerNav .treat{
		width: 90vw;
    height: 95vh;
    background-color: #F5F9E1;
    position: absolute;
    bottom: 0%;
    left: 0;
    z-index: -1;
	}
	.drawerNav ul li:last-of-type{
		padding-top: 9%;
	}
	.drawerNav ul li:last-of-type a{
		padding: 10px 70px;
		background-color: #bfd63e;
		font-weight: bold;
	}
	/*drawer end*/
	
	/*btn_02 start*/
	.btn-02{
		position: absolute;
    top: 120px;
    right: 0;
    padding-right: 60px;
	}
	.btn-02::before {
    display: block;
    content: url(../img/common/sp/btn_02.svg);
    position: absolute;
		top: -3px;
    left: 0;
    transition: 0.5s;
    padding-top: 8px;
	}
	.btn-02:hover::before{
		left: 0;
	}
	.style .btn-02::after{
    content: url("../img/common/sp/ico_btn_02_insta.svg");
    position: absolute;
    top: -4px;
    left: 53px;
    transition: 0.5s;
    padding-top: 5px;
	}
	/*btn_02 end*/
	
	/*page-heroHeader start*/
	.page-heroHeader{
		height: 200px;
		margin: 0 20px 100px 0;
		width: calc( 100% - 20px );
	}
	#staff .page-heroHeader{
		background-image: url("../img/staff/sp/img_staff_01.png");
	}
	#menu .page-heroHeader{
		background-image: url("../img/menu/sp/img_menu_01.png");
	}
	#news .page-heroHeader{
		background-image: url("../img/news/sp/img_news_01.png");
	}
	.page-heroHeader .treat{
		width: 70%;
		right: -20px;
		height: 100px;
    bottom: -20px;
	}
	/*heroHeader end*/
	
	/*pageTitle start*/
	.pageTitle{
		padding: 80px 0 70px;
	}
	.pageTitle h1{
		font-size: 2.5rem;
	}
	.pageTitle .inner div{
		margin-top: 40px;
	}
	.pageTitle div p{
		text-align: left;
		margin-top: 20px;
	}
	#archive-news .pageTitle div p,
	#single-news .pageTitle div p{
		text-align: center;
	}
	#single-news .pageTitle h2{
		font-size: 2.5rem;
	}
	/*pageTitle end*/
	
	/*breadcrumbs start*/
	.breadcrumbs {
		width: 90%;
		margin: 10px auto 0;
	}
	.breadcrumbs ul li{
		margin-right: 3px; 
	}
	.breadcrumbs ul li:last-of-type{
		margin-right: 0; 
	}
	.breadcrumbs ul li:first-child::before{
		font-size: 10px;
		padding: 0;
	}
	.breadcrumbs ul li::before{
		font-size: 10px;
		padding: 0;
	}
	.breadcrumbs ul li a{
		font-size: 1rem;
		letter-spacing: 0;
	}
	/*breadcrumbs end*/
	
	/*contact start*/
	.contact{
		padding: 50px 0 50px;
	}
	#front .contact{
		padding: 50px 0 50px;
	}
	.contact .inner{
		display: block;
	}
	.contact .inner .infoWrapper,
	.contact .inner .mapWrapper{
		width: 90%;
		margin: 0 auto;
	}
	.contact .inner .infoWrapper{
		border: none;
		margin-bottom: 50px;
	}
	.contact .inner .infoWrapper .info{
		width: 100%;
	}
	.contact-btnWrapper{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contact .info h2{
		font-size: 2rem;
	}
	.contact .info p{
		line-height: 1.7;
	}
	.contact-btnWrapper .btn-01{
		font-size: 1.3rem;
		box-sizing: border-box;
		width: 48%;
		margin-bottom: 0;
		text-align: center;
		padding: 15px 0;
	}
	.copyright small{
		font-size: 1rem;
	}
	/*contact end*/
	
	/*footer start*/
	.footer .inner{
		display: none;
	}
	.footer .copyright{
		padding: 10px 0;
	}
	/*footer end*/
  
}












