@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体 Pr6N","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-family: 'Crimson Text', serif;
font-family: 'IBM Plex Serif', serif;
font-family: 'Lora', serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
  color: #484646;
}



/*a:hover {
  opacity: 0.5;
}*/
.none {
  display: none;
}

.main{
  overflow:hidden;
  
}

.header__navigation ul li a{
  text-decoration: none;
  color: #333;
}


@media (max-width:960px) {
  .header{
    padding: 14px  0 0;
    display:flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    gap:20px;
    
  }
  .header-logo{
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-left:10px;
  }
  .header-content{
    flex-direction: row-reverse;
    display: flex;
    width: 70%;
  }
 
  .header-reserve-btm{
    background-color: #979f80;
    display: inline-flex;
    justify-content: center;
    width:auto;
    height: 45px;
    margin: 10px 20px 10px 0;
    border-radius: 6px;
  }
  .reserve{
    display: none;
    color: #fff;
  }
  .fz-12{
    font-size: 1.2rem;
    color: #fff;
    padding: 10px 0 10px 8px;
    text-align: center;
    text-decoration: none;
  }
  .line-img{
    width: 40px;
    padding-top: 3px;
    padding-left: 10px;
    align-self: flex-start;
  }
  
  /*ハンバーガーメニュー*/
  .fz-9{
    display: none;
  }
  .header-icon{
    display: flex;
  }
  .header-icon-pc{
    display: flex;
    margin-top: 50px;
  }
  .blog-img{
    padding-right: 10px;
    width: 40px;
  }
  .instagram-img{
    padding-top: 2px;
    padding-right: 10px;
    width: 40px;
  }
  .header-icon__line-img{
    width: 46px;
  }
  
  .nav-menu{
    padding-top:85px;
    color: #fff;
  }
  .nav-logo{
    width: 40%;
  }
  
  
  
  /* ハンバーガーアイコン */
 
  #nav-drawer {
    padding: 10px 0px 0 0;
    text-align: right;
    position: relative;
    margin-right: 10px;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    
  }
  /*#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #777;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }*/
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #979f80;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
 
  
  #nav-content ul li {
    margin-bottom: 16px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
   #nav-close_btn {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    position: absolute;
    right: 32px;
  }
  #nav-close_btn span {
    opacity: 100;
  }
  #nav-close_btn span:before, #nav-close_btn span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #777;
    display: block;
    content: "";
  }
  #nav_close_btn span {
    opacity: 0;
  }
  #nav-close_btn span:before {
    opacity: 100;
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  #nav-close_btn span:after {
    opacity: 100;
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
}

@media(min-width:600px){
  .header-logo{
    width: 100%;
    margin-left: 20px;
    max-width: 130px;
  }
  .header-reserve-btm{
    width: 170px;
    margin: 10px 10px 10px 0;
  }
   #nav-drawer {
   
   /* margin-right: 30px;*/
  }
  #nav-drawer-pc {
    padding: 10px 7px 0 10px;
}
 
  
}

@media(min-width:960px){
 
.header{
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 0;
  display:flex;
  height: 100%;
  justify-content: space-between;
}
  
.header-logo{
  width: 100%;
  vertical-align: middle;
  max-height:90px;
  margin-left: 27%;
	margin-top: 7px;
}
.nav-menu{
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin:26px 25px 30px auto;
}

.nav-menu li {
  display:inline-block;
  line-height: 16px;
  text-align: center;
  
  align-items: center;
  letter-spacing: 2px;
}
  #nav-drawer {
   /* margin-right: 30px;*/
  }
  .nav-item{
    display: block;
  }
.fz-9{
  font-size: 0.9rem;
  display: block;
}
.header-icon{
  padding-top: 33px;
  display: flex;
  padding-left: 20px;
}
  .header-content{
    display: flex;
  }
  .header__navigation{
    display: flex;
  }
  .blog-img,.instagram-img{
    padding-right: 18px;
  }
.fz-12{
  font-size: 1.2rem;
  letter-spacing: 1.3px;
}
.header-icon-pc{
    display: flex;
   margin-top: 30px;
  }
.header-icon li{
  list-style: none;
  display: inline-block;
}
  .header-icon__line-img{
    display: none;
  }
  .blog-img,.instagram-img{
    width: 40px;
  }
.header-reserve-btm{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 20px;
  margin:0 20px 10px;
   background-color: #979f80;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  color: #fff;
}
.line-img{
  max-width: 50%;
}
}


/*footer sp*/
.footer{
  background-image: url("../images/top/background.jpg");
  margin: 0 auto;
  
}
.footer-content{
  max-width: 750px;
  margin: 0 auto;
}
.footer-img{
  padding: 20px 0; 
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.footer-logo{
  width: 50%;
  max-width:300px;
}
.footer-icon-wrapper{
  display: flex;
  padding: 30px 0 30px 10px;
}
.footer-icon-wrapper img{
  padding-right: 20px;
}

.icon-blog,.icon-instagram{
 width: 30px;
  align-self: flex-start;
}
.icon-line{
  align-self: flex-start;
  margin-top: -2px;
  width: 34px;
}
.line-p{
  display: inline-block;
  border-bottom: solid 1px;
  margin-left: -16px;
  color: #333;
}

.footer-infomation__wrapper{
  text-align: left;
  
  font-size: 1.4rem;
  flex-wrap: wrap;
}
.footer-infomation__wrapper dl{
  padding-bottom: 10px;
  font-size: 1.4rem;
}
.footer-infomation__wrapper dl dt{
  width: 30%;
}
.footer-infomation__wrapper dl dd{
  width: 60%;
}
.footer-menu-flex{
  margin: 0 auto;
  padding: 14px;
}
.footer-menu-nav{
  padding: 30px 0 50px ;
}
.footer-menu-nav ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 3px;
}
.footer-menu-nav ul li a{
  text-decoration: none;
  color: #333333;
}
.footer-menu-up{
  width: 33%;
  padding-bottom: 20px;
}
.footer-menu-low{
  width:50%;
}

.footer-copyright{
  background-color: #979f80;
  height: 60px;
}
.copyright{
  padding-top: 20px;
  
}

@media(min-width:960px){
  .footer-logo{
    max-width: 300px;
    padding-left: 48px;
  }
  .footer-content{
    max-width: 1440px;
    margin: 0 auto;
  }
  .footer-img{
    flex-direction: row;
    max-width: 1440px;
    margin: 0 auto;
  }
  .footer-icon-wrapper{
    padding-top: 100px;
    padding-left: 30px;
  }
  
  .footer-infomation__wrapper{
    padding-top: 40px;
    padding-left: 100px;
  }
  .footer-menu-flex{
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
  }
  .footer-menu-nav {
    padding: 0 4% 60px;
  }
  
  .footer-menu-nav ul{
    padding-top: 35px;
    padding-left: 200px;
    display: block;
  }
  .footer-menu-up{
    padding-bottom: 30px;
  }
  .footer-menu-low{
    padding-bottom: 30px;
    text-align: left;
  }
  .footer-infomation__wrapper dl dt{
  width: 30%;
}
.footer-infomation__wrapper dl dd{
  width: 70%;
}
}



/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    padding: 10px 10px;
  text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（中央から外） */

.bgcenterout:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background: #979f80;
  width: 100%;
  height: 100%;
  border-radius: 6px ;
    /*アニメーション*/
  transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin:center;
}

/*hoverした際の形状*/
.bgcenterout:hover:before{
  transform:scale(1, 1);
}