@charset "UTF-8";

/* リセット
----------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* { 
margin: 0px; 
padding: 0px; 
}

img {
	border: 0;
}
/*html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}*/
ol ,
ul {
	list-style: none;
}
a{
	text-decoration: none;
	color:#333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
body{
	margin:0;
	padding:0;
	box-sizing: border-box;
	color:#333;
}
header{
	width:100%;
	height:50px;
	position: relative;
}
header img.logo,.menu2 img.logo_sp{
	position: absolute;
	left:8px;
	top:10px;
	width:150px;
	height:auto;
}
.menu2 img.logo_sp{
	top:-3px;
}
/* click-nav */
#click-nav {
	position: relative;
	width: 30px;
	height: 15px;
	cursor: pointer;
	float:right;
	margin:18px 15px 0 0;
	z-index: 999;
}
#click-nav span ,#click-serch span {
	display: block;
	position: absolute;
	background: #181F6C;
	width: 100%;
	height: 1px;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 999;
}
#click-nav .one, #click-serch .one{
	top: 0;
}
#click-nav .two {
	top: 7px;
}
#click-nav .three, #click-serch .three {
	top: 14px;
}
#click-serch .one, #click-serch .three{
	display: none;
}
.online a{
	top:0;
	right:55px;
	position: absolute;
	width:50px;
	height:50px;
	display: block;
	background: url("../../images/base/cago.png") no-repeat right center;
	background-size: 20px 20px;
	float:right;
}


/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:5s;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay:0.5s;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeUpTrigger{
    opacity: 0;
}
/****
　フッター
****/
footer{
	position: relative;
	width:calc(100% - 20px);
	height: 310px;
	background: url("../../images/base/footer_bg.png");
	margin:8px;
	color:#181F6C;
	font-family: 'a-otf-ryumin-pr6n',serif;
}
footer a{
	color:#181F6C;
}
footer .f_menu{
	display: none;
}
footer .sns{
	position: absolute;
	top:100px;
	left:5%;
}
footer .sns li,#menu-wrap .sns li{
	float: left;
	margin-right:10px;
}
footer .sns li,#menu-wrap .sns li img{
	width:20px;
	height:20px;
}
footer h3{
	font-size:20px;
	font-weight: normal;
	position: absolute;
	top:140px;
	left:5%;
	letter-spacing:2px;
	font-family: 'Shippori Mincho B1', serif;
}
footer h3 span{
	font-size:12px;
	display: inline-block;
	margin-right:5px;
	
}
footer p.address{
	position: absolute;
	top:180px;
	left:5%;
	font-size:13px;
	letter-spacing:1px;
	line-height: 1.5;
}
footer p.address span{
	font-family: 'EB Garamond', serif;
}
footer p.copyright{
	font-family:  'Cormorant Garamond',serif;
	font-weight: 600;
	position: absolute;
	top:250px;
	left:5%;
	font-size:12px;
	letter-spacing:1px;
	line-height: 1;
}
footer #pagetop{
	position: absolute;
	right:3%;
	bottom:5%;
	cursor: pointer;
}
footer #pagetop img{
	width:35px;
	height:35px;
}
/*----------------------------- 
ハンバーガーメニュー
----------------------------- */

body.is-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#menu-wrap {
	z-index: 100;
	width: 100%;
	position: fixed;
	right: -100%;
	box-sizing: border-box;
	-webkit-transition: 1s;
	transition: 0.5s;
	font-family: 'a-otf-ryumin-pr6n',serif;
	background: url("../../images/base/footer_bg.png");
	
	pointer-events: auto!important;
	text-align: left;
	padding:0 5%;
	top:0;
	height: 100%;
	padding-bottom:50px;
	overflow: auto;
}
#menu-wrap.is-active {
	right:0;
	opacity: 0.95; 
	visibility: visible;
	transition: 0.5s;
}
#click-nav.is-active span{
	background: #181F6C;
}
#click-nav.is-active .one , #click-serch.is-active .one {
	transform: rotate(25deg);
	top: 7px;
	display: block;
}
#click-nav.is-active .two {
	opacity:0;
}
#click-nav.is-active .three,#click-serch.is-active .three{
	top: 7px;
	transform: rotate(-25deg);
	display: block;
}
#h_logo.is-active{
	display: none;
}
#body-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
}
#menu-wrap .hamburger_menu,#menu-wrap .hamburger_menu2{
	margin:140px 0 0 20px;
	font-size:20px;
	padding-bottom:10px;
	background: url("../../images/base/menu_kugiri_sp.png") no-repeat left bottom;
	background-size:20px auto;
	font-family: 'Shippori Mincho B1', serif;
	letter-spacing: 2px;
}
#menu-wrap .hamburger_menu2{
	margin:20px 0 0 20px;
}
#menu-wrap .hamburger_menu li,#menu-wrap .hamburger_menu2 li{
	margin-bottom:15px;
}
#menu-wrap .hamburger_menu2{
	font-size:15px;
}
#menu-wrap a{
	color:#181F6C;
}
#menu-wrap .to_online{
	position: static;
	display: block;
	width:100%;
	height:50px;
	font-size:17px;
	letter-spacing: 2px;
	background: url("../../images/base/cago.png") no-repeat left 1px;
	background-size: 20px 20px;
	padding-left:35px;
	margin:30px 0 0 20px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
}

#menu-wrap img.menu_logo{
	position: absolute;
	top:60px;
	width:200px;
	height:auto;
}
#menu-wrap .sns{
	position: static!important;
	top:0!important;
	left:0!important;
	float:left;
	margin-left:20px;
}
footer .sns li,#menu-wrap .sns li{
	float: right;
	margin-right:15px;
}
footer .sns li,#menu-wrap .sns li img{
	width:25px;
	height:25px;
}
#menu-wrap .lang{
	padding:20px 0;
	margin-left:10px;
	clear: both;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: 1.5px;
}
#menu-wrap .lang li{
	float:left;
	width:50px;
	font-size:14px;
	text-align: center;
	position: relative;
}
#menu-wrap .lang li::after{
	content: "/";
	position: absolute;
	right:-5px;
	top:0;
}
#menu-wrap .lang li:last-child::after{
	content:none;
}