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

*{
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
	color: #3E3A39;
}
p,h1,h2,h3,h4,h5,h6{ 
	line-height: 2em;
  letter-spacing: .1em;
	font-size: 13px;
  color: #3E3A39;
  margin: 0;
}
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.scroll-anim.to-anim-top{
    transition: all 1s;
	transition-delay: 0.3s;
    opacity: 0;
    transform: translateY(10px);
}
.scroll-anim.to-anim-top.active{
    transform: translateY(0);
    opacity: 1;
}

.ti{
	font-family:  'arno-pro-caption', serif;
	font-weight: 400;
	font-style: normal;
  color: #000;
}


.single {
  margin: 0 auto;
  width: 100%;
}

.single img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-prev {
  left: 25px;
  z-index: 1;
}

.slick-next {
  right: 25px;
}

.slick-prev:before, .slick-next:before {
  color: white;
  font-size: 40px;
}

/*ヘッダー*/
#header{
  width: 100%;
  transition: 0.3s all;
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  height: 95px;
}
#header .logo{
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}
#header .logo img{
   width: 70px;
   margin: 15px 0 0 60px;
}
#header .mainnav {
  float: left;
  overflow: hidden;
  padding: 0 60px 0 0;
  margin-bottom: 0;
}
#header .mainnav li {
  float: left;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  font-weight: 100;
  font-family:  'arno-pro-caption', serif;
  font-style: normal;
}
#header .mainnav li a {
  display: block;
  margin: 39px 23px 0 23px;
  padding-bottom: 10px;
  position: relative;
  font-size: 12px;
  letter-spacing: .1em;
  color:  #000;
}
#header .mainnav li a:hover{
  border-bottom:2px solid #000;
  text-decoration: none;
  color:#3E3A39;
}
#header .mainnav li.sns a{
  margin: 30px 20px 0px 20px;
}
#header .mainnav li.instagram a{
  margin-right: 5px;
}
#header .mainnav li.line a{
  margin-left: 0;
}
#header .mainnav li.sns a:hover{
  border-bottom:none;
}
#header .mainnav li.sns img{
  width: 28px;
}
#header .right {
  float: right;
  overflow: hidden;
  margin: 0;
}
#header .head_reserve{
  display: block;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: .3s all;
  position: relative;
}
#header .head_reserve:after{
  content: "";
  background: url(../img/common/ic_phone.png) no-repeat left top;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 15px;
  top: 28px;
}
#header .head_reserve:before{
  content: '';
  position: absolute;
  display: inline-block;
  width: 35px;
  bottom: 22px;
  height: 1px;
  right: -10px;
  background-color: #fff;
  border-radius: 2px;
}
#header .head_reserve .btn-row {
  float: left;
  overflow: hidden;
}
#header .head_reserve a {
  background-color: #000;
  display: block;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 45px 15px 55px;
  transition: .3s all;
  display: block;
  float: left;
  color: #fff;
  margin-top: 20px;
} 

main{ 
  padding: 95px 0 0;
}

/*フッター*/
footer {
  background-color: #1F1F1F;
  text-align: center;
  padding: 100px 0 140px;
  position: relative; 
}
footer .pagetop {
    width: 26px;
    height: 52px;
    position: absolute;
    right: 50px;
    top: 100px;
    z-index: 2;
    cursor: pointer;
}
footer p{
  color: #fff;
  line-height: 1em;
  margin-bottom: 10px;
}
footer img.logo{
  width: 145px;
  display: block;
  margin: 0 auto; 
}
footer .tel {
  margin-bottom: 50px;
}
footer .tel a{
  color: #fff;
}
footer .sns_box{
  margin: 30px 45px;
}
footer img.sns{
  width: 30px;
}
footer .foot_main_nav {
    clear: both;
    text-align: center;
    overflow: hidden;
}
footer .foot_main_nav li {
    display: inline-block;
    position: relative;
}
footer .foot_main_nav li a {
    display: block;
    padding: 0 26px 0 18px;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 100;
  font-family:  'arno-pro-caption', serif;
  font-style: normal;
    transition: .3s all;
    color: #fff;
}
footer .foot_main_nav li:after {
    position: absolute;
    content: "|";
    color: #fff;
    right: 0;
    top: 0;
}
footer .foot_main_nav li:first-child:before {
    position: absolute;
    content: "|";
    color: #fff;
    left: 0;
    top: 0;
}
footer .copy{
  clear: both;
  font-size: 8px;
  margin-top: 50px;
}


@media only screen and (min-width: 1250px) {
	.sp-nav{
		display:none !important;
	}
	}

	@media only screen and (max-width: 1249px) {
	.pc-nav{
		display:none !important;
  }
  
  main{
    padding-top: 70px;
  }

	#header{
		height: 70px;
	}
	#header .logo{
		float: none;
		width: auto;
  }
  #header .logo img{
		width: 58px;
		margin: 9px 0 0 15px;
  }
		#header .nav-toggle{
			width: 70px;
			height: 70px;
			position: absolute;
			top:0;
			right:0;
			z-index:99999;
      cursor: pointer;
      transition: all 0.4s;
      background: url(../img/common/btn_menu_open.png) no-repeat center center;
      background-size: 34px;
			}
			#header .nav-toggle.opened{
        background: url(../img/common/btn_menu_close.png) no-repeat center center;
        background-size: 34px;
			}
		#header #gnav{
		position: fixed;
		width: 100%;
		top: 70px;
    right: -100%;
		height: calc(100% - 70px);
    padding-bottom: 70px;
		overflow-y: scroll;
		z-index: -9999;
		transition: all 0.6s;
		float: none;
		background: #fff;
		}
		#header #gnav.active{
			display: block;
		z-index: 99999;
		right: 0;
		}
    #header .mainnav {
      float: none;
      padding: 10px 0 0;
    }
    #header .mainnav li {
      float: none;
      display: block;
    }
    #header .mainnav li a {
      display: block;
      margin: 0;
      padding: 15px 20px;
      font-size: 13px;
      border-bottom: 1px solid #c7c5cb;
    }
    #header .mainnav li.sns{
      display: inline-block;
      padding-top: 20px;
    }
    #header .mainnav li.sns a{
      margin: 0;
      border-bottom: none;
      padding: 0;
    }
    #header .mainnav li.instagram{
      padding-left: 20px;
    }
    #header .mainnav li.instagram a{
      margin-right: 5px;
    }
    #header .right {
      float: none;
    }
    #header .head_reserve{
      display: block;
      text-align: center;
      line-height: 1em;
      cursor: pointer;
      text-decoration: none;
      overflow: hidden;
      transition: .3s all;
      position: relative;
    }
    #header .head_reserve:after{
      content: "";
      background: url(../img/common/ic_phone.png) no-repeat left top;
      background-size: 25px;
      width: 25px;
      height: 25px;
      position: absolute;
      left: 15px;
      top: 28px;
    }
    #header .head_reserve:before{
      content: '';
      position: absolute;
      display: inline-block;
      width: 35px;
      bottom: 22px;
      height: 1px;
      right: -10px;
      background-color: #fff;
      border-radius: 2px;
    }
    #header .head_reserve .btn-row {
      float: left;
      overflow: hidden;
    }
    #header .head_reserve a {
      background-color: #000;
      display: block;
      -webkit-font-smoothing: antialiased;
      font-size: 12px;
      font-weight: bold;
      padding: 15px 45px 15px 55px;
      transition: .3s all;
      display: block;
      float: left;
      color: #fff;
      margin-top: 20px;
    }

}


@media only screen and (min-width: 768px) {
.sp{
		display:none !important;
}
}

@media only screen and (max-width: 767px) {
.pc{
		display:none !important;
}
p,h1,h2,h3,h4,h5,h6{ 
	line-height: 1.8em;
}


/*フッター*/
footer .pagetop {
    right: 20px;
    top: auto;
    bottom: 19%;
}
footer {
  padding: 35px 0 100px; 
}

footer img.logo{
  width: 95px;
}
footer .tel {
    margin-bottom: 40px;
}
footer .sns_box{
  margin: 20px 0;
}
footer .foot_main_nav li {
    width: 48%;
    float: left;
    padding: 25px 0 10px;
    display: block;
    border-bottom: .5px solid #fff;
}
footer .foot_main_nav li a {
    font-size: 11px;
}
footer .foot_main_nav li:after {
    content: "";
    color: #fff;
    right: 0;
    top: 0;
}
footer .foot_main_nav li:first-child:before {
    content: "";
}
footer .foot_main_nav li.left {
    width: 47%;
    margin-right: 2%;
    box-sizing: border-box;
}
footer .foot_main_nav li.right {
    width: 47%;
    margin-left: 2%;
    box-sizing: border-box;
}
footer .copy{
  font-size: 8px;
}
footer .foot_fixed {
    position: fixed;
    z-index: 999999;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    margin-bottom: 0;
}
footer .foot_fixed .tel_fixed{
  padding: 20px 0 15px;
    position: relative;
}
footer .foot_fixed .tel_fixed a {
    background: #39d34a;
    width: 100%;
}
footer .foot_fixed .tel_fixed p.en{
  font-size: 10px;
  margin-bottom: 20px;
  line-height: 0;
}
footer .foot_fixed .tel_fixed p.jpn{
  font-size: 12px;
  line-height: 0;
}
footer .foot_fixed:before{
  content: "";
    background: url(../img/common/ic_phone.png) no-repeat left top;
    background-size: 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 5%;
    bottom: 15px;
}

}