@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,ul,figure,dl,dd{
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #4e4442;
}
img{
  vertical-align: bottom;
}
body{
  font-family:"Yu Mincho","游明朝","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",YuGothic,-apple-system, BlinkMacSystemFont, 'Helvetica Neue',  "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  background: url(../images/bg_left.png) left repeat-y, url(../images/bg_right.png) right repeat-y;
  background-size: 13%;
}

header,h2,h3,.btn,footer small{
  font-family: 'Zen Old Mincho', serif;
}

.flex{
  display: flex;
  justify-content: center;
}
.block{
  display: block;
}
.res3_block{
  display: none;
}
/*ヘッダー*/
header h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%,-50%);
  z-index: 3;
  text-align: center;
  width: 280px;
}
header h1.home-ttl{
  transform: translate(-50%,-50%);
  width: auto;
}
.h1{
  display: block;
  color: #cca83d;
  text-align: center;
  font-size: 2rem;
}
.visual{
  width: 90vw;
  margin: auto;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 43px;
  position: relative;
}
.visual figure{
  width: 80%;
  margin: auto;
}
.visual figure img{
  max-width: 100%;
  height: auto;
  border: solid 2px #cca83d;
  margin: 10px 0;
  animation-name:blurAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }

  to {
    filter: blur(0);
    transform: scale(1);
  }
}
/*Nav*/
.openbtn{
  display: none;
}
.pc-nav ul{
  box-shadow: 6px 2px 5px rgba(3, 109, 184, 50%);
  width: 830px;
  margin: auto;
}
.fixed{
	position: fixed;
  z-index: 100;
  top:0;
  left:50%;
  transform: translateX(-50%);
}
#pc-nav ul li{
  background-color: rgba(3, 110, 184, 80%);
  background-color: #e1e6f4;
  background-color: rgb(168, 209, 238);
  width: 13em;
  text-align: center;
  border-right: dashed 1px #b7a785;
}
.none{
  border-right: none;
}
#pc-nav ul li a{
  color: #87635c;
  text-shadow: 2px 2px 5px #fff;
  font-size: 19px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 18px 100px 18px 90px;
}

nav ul li a span::before{
  content: url(../images/icon_nav.png);
  width: 35px;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 8px;
}

#pc-nav ul li span{
  position: absolute;
  left: 50%;
  top: 0;
  transition: all 0.5s;
  transform: translate(-50%);
  display: block;
  opacity:1;
  white-space: nowrap;
}

#pc-nav ul li span:nth-child(2){
  opacity:0;
  transform: translate(-50%,100%);
}

#pc-nav ul li:hover span:nth-child(1){
  opacity:0;
  transform: translate(-50%,-100%);
}

#pc-nav ul li:hover span:nth-child(2){
 opacity:1;
 transform: translate(-50%, 0);
}

#pc-nav ul li:hover{
  cursor: pointer;
  background-color: rgb(135, 194, 236);
}
#g-nav{
  display: none;
}
#pc-nav ul li.current,#g-nav ul li.current{
 background-color: rgb(135, 194, 236);
}
/*メイン共通*/
main{
  text-align: center;
}
h2,.btn{
  color: #b7a785;
  font-size: 19px;
  line-height: 43px;
  margin: 40px 0;
}
.btn{
  width: 308px;
  height: 48px;
  display: inline-block;
  text-decoration: none;
  text-shadow:  2px 2px 8px #fff;
  font-size: 18px;
  background: linear-gradient(180deg, rgba(248,249,251,1) 2%, rgba(208,223,234,1) 46%, rgba(172,206,231,1) 76%);
  border: solid 0.8px #ccc9dc;
  box-shadow: 2px 2px 2px #807aa7;
  border-radius: 15px;
  font-weight: bold;
  
}
.btn:hover{
  box-shadow: none;
  transform: translateY(2px);
  color: #b7a78585;
}
.btn i{
  display: inline-block;
  margin-left: 5px;
}
main section{
  background-image: url(../images/icon_green.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.kigou::before{
  content: "～";
}
.kigou::after{
  content: "～";
}
/*固定リンク*/
aside.flex{
  width: 830px;
  margin: auto;
  justify-content: space-around;
  line-height: 20px;
  font-size: 14px;
}
.link{
  background-color:rgba(3, 110, 184, 40%);
  box-shadow: 6px 2px 5px rgba(3, 110, 184, 50%);
  border-radius: 20px;
  padding: 0.5em;
  margin-top:8px;
  height: 70px;
}
.fixed2{
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}
.link li{
  height: 58px;
}
aside li:hover{
  background-color: #bfcbec;
}
.to_top:hover{
  opacity: 50%;
}
.link a,.link .text{
  color: #87635c;
  text-decoration: none;
  font-weight: 500;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3";
}
.link .text{
  text-shadow: 2px 2px 5px #fff;
}
.shop,.form,.line,.instalink{
  background-color: #eaedf5;
  border: solid 2px rgba(0, 160, 233, 10%);
  border-radius: 20px;
  padding: 5px;
  margin-left: 3px;
}
.shop{
  border-radius: 5px;
  display: flex;
  align-items: center;
}

aside .text{
  position: relative;
  padding-left: 0.5em;
}
aside .text::before{
  content: url(../images/icon_link_yellow.png);
  width: 20px;
  height: 19px;
  position: absolute;
  left: -15px;
  top: 20px;
}
.form img{
  margin-top: 3px;
}
.icon{
  margin-right: 18px;
}
.fa-line{
  color: #39ae36;
  font-size: 50px;
}
.line a{
  line-height: 10px
}
.instalink .icon .block{
  font-size: 12px;
  margin-top: -5px;
}
.insta_icon2{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;  
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 13px;
}
.insta_icon2::before{
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.insta_icon .fa-instagram {
  color: #fff;
  position: relative;
  left: 9px;
  z-index: 201;
  font-size: 35px;
  line-height: 50px;
}
.to_top a{
  color: #4e4442;
  text-shadow: 2px 2px 5px #fff;
  text-decoration: none;
}
.to_top{
  background-image: url(../images/bg_to_top.png);
  background-repeat: no-repeat;
  width: 95px;
  height: 84px;
  background-position: center;
  text-align: center;
  padding-top: 1em;
}
/*フッター*/
footer{
  margin-top: 160px;
  background-image: none;
  background-color: #b5c7bf;
  padding: 30px 0 10px;
}
footer section{
  margin-right: 2em;
}
h4{
  color: #fff;
  margin-left: 1em;
}
footer ul{
  margin: 1em 1em 0 0;
}
footer ul a,footer dl,footer dd,small{
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3";
}
footer ul a{
  text-decoration: none;
}
.copy{
  text-align: right;
  margin-bottom: 10px;
}
footer dl{
  margin-top: 10px;
}
footer dd a,footer ul a:hover{
  color: #4e4442;
  opacity: 70%;
}
footer dt{
  float: left;
  clear: both;
}
footer dd::before{
  content: "：";
}
footer dd{
  padding-left: 4em;
}
footer i{
  margin: 0 0.5em;
}
footer dd a:hover{
  opacity: 100%;
}

/*-------------------レスポンシブ882以下--------------------*/
@media screen and (max-width:882px){
  img{
    max-width: 100%;
    height: auto;
  }
  body{
    background-size: 10%;
  } 
  .res_block{
    display: block;
  }
  .res_flex{
    display: flex;
  } 
  header h1.home-ttl{
    width: 38%;
  }
  
  /*ハンバーガーメニュー*/
  #g-nav,.openbtn{
    display: block;
  }
  .openbtn{
    position: fixed;
    top:3px;
    right:3px;
    background:rgba(142, 192, 215,90%);
    cursor: pointer;
    width: 50px;
    height:50px;
    border-radius: 5px;
    z-index: 302;
  }
  
  /*ボタン内側*/
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }
  
  .openbtn span:nth-of-type(1) {
    top:13px;	
  }
  
  .openbtn span:nth-of-type(2) {
    top:19px;
  }
  
  .openbtn span:nth-of-type(3) {
    top:25px;
  }
  
  .openbtn span:nth-of-type(3)::after {
    content:"Menu";
    position: absolute;
    top:5px;
    left:-2px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  
  .openbtn.active{
    background-color: rgba(3, 110, 184, 80%);
  }
  .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    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: 18px;
    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;
  } 
    /*メニュー設定*/
  #pc-nav{
    display: none;
  }
  
  #g-nav{
    position:fixed;
    z-index: 300;
    top:-120%;
    right: 0;
    width:100%;
    height: 70%;
    background:rgba(3, 110, 184, 40%);
    transition: all 0.6s;
  }  
  #g-nav.panelactive{
    top: 0;
  }
  #g-nav ul {
    position: absolute;
    z-index: 301;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }  
  #g-nav li a{
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 5px #4e4442;
    font-size: 4vw;
  }
  #g-nav li a:hover{
    color: #fff;
  }    
  #g-nav li a span::after{
    content: url(../images/icon_nav.png);
    width: 35px;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 8px;
  }
  .to_top a{
    font-size: 14px;
  }
  .shop span,.link a{
    font-size: 11px;
  }
  /*固定リンク*/
  aside.flex {
    width: 100%;
    display: block;
  }
  aside .to_top_none{
    display: none;
  }
  aside .fixed3{
    display: block;
  }
  .fixed3{
    position: fixed;
    right: 0;
    bottom: 80px;
  }

  .form img{
    margin-bottom: 2px;
  }
  /*インスタ*/
  .insta .flex{
    display: block;
  }
  .insta .wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
}
  /*フッター*/
  .res-none{
    display: none;
  }
/*-------------------レスポンシブ スマホ　600以下--------------------*/
@media screen and (max-width:600px){
  header h1{
    width: 140px;
    transform: translate(-104%,-50%);
  }
  .h1{
    font-size: 14px;
  }
  .visual{
     margin-bottom: 0;
  }
  .visual figure{
    width: 90%;
  }
  .res2_block{
    display: block;
  }
 
  .link .flex.instalink{
    display: block;
  }
  .link .text{
    display: none; 
  }
  .icon{
    margin-right: 0;
    text-align: center;
  }
  .insta_icon .fa-instagram {
    left: 0;
  }
  .shop{
    text-align: center;
    margin: 5px 5px 0 0;
  }
  .res3_block{
    display: block;
    text-align: center;
  }
  .link a {
  font-weight: bold;
  }
 .instalink .res3_block{
   line-height: 8px;
 }
 .link{
   height: 78px;
 }
 .form,.line,.instalink{
   padding: 5px 10px 14px;
 }
 .fa-line{
   margin-bottom: 6px;
 }
 .sp-none{
    display: none;
  }
  .sp-show{
    display: block;
  }
}
@media screen and (min-width:601px){
  .sp-show{
    display: none;
  }
}