*{
    margin: 0; padding: 0;
    }
    
    body{
      font-family: "メイリオ", "Meiryo", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3", "Hiragino",
      "Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", "sans-serif","Minion Variable Concept";
     font-size: 16px;
     line-height: 1.5;
     }

    h1, h2, h3, h4, h5, h6{
     font-size: 100%; 
    }

   li{
     list-style-type: none; 
    }

   table{
     border-collapse: collapse; 
     border-spacing: 0; 
    }
     
    img{
     border: none;
     display: block;
    }

    a {
      color: #484848;
      text-decoration: none;
    }

    p{
      color: #363535;
    }





/* ヘッダーーーーーーーーーーーーーーーーー */

#bg_nav {
  height: 100px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;  

}

#top_logo img{
  width: 85px;
  margin-top: 15px;
  float:left;
}


/* ハンバーガーメニューーーーーーーーーーーーーーーーーー */



#nav-toggle {
  position: fixed;
  z-index: 1001;
  top: 35px;
  right: 50px;
  height: 25px;
}

#nav-toggle>div {
  position: relative;
  width: 30px;
}

#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #84af88;;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
}

#nav-toggle span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span {
  background: #84af88;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

#global-nav {
  /* background: white; */
  opacity: 0.5;
  position: fixed;
  top: 8px;
  left: 0;
  right: 100px;
  z-index: 990;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
    visibility: hidden;
  opacity:0.5;
  transition: opacity .6s ease, visibility .6s ease;
}


#global-nav a {
  display: block;
  color: #620f13;
  text-decoration: none;
  transition: color .6s ease;
}

#global-nav ul {
  opacity: 0;
  transform: translateX(200px);
  transition: all .8s ease;
}

.open #global-nav {
  visibility: visible;
  opacity: 1;
}

.open #global-nav ul {
  opacity: 1;
  transform: translateY(0);
}



#global-nav ul{
  display: flex;
  justify-content: flex-end;
  font-family: 'Times New Roman', Times, serif;
}


.nav_btn{
  width: 100px;
  height: 30px;
  margin-top: 28px;
  text-align: center;
  letter-spacing: 1px;
}

.nav_btn :hover{
  border-bottom: 1px solid #721116;
  opacity: 0.8;
 }

.nav_btn a{
  font-size: 16px;
}


.nav_btn2{
  width: 46px;
  height: 25px;
  margin-top: 26px;
}

.nav_btn2 a img{ 
  width: 25px;
  padding-top: 2.5px;
}

.nav_btn2 :hover{
  transition: all 0.3s ease;
  transform: scale(1.1,1.1);
  opacity: 0.8;
 }

.nav_btn3{
  width: 150px;
  height: 70px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #84af88;
  opacity: 0.85;
  border-radius: 5px;
  clear: both;
}

.nav_btn3 a img{
  width: 20px;
  margin-top: 13px;
  margin-left: 62px;
}

.nav_btn3 a span{
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.nav_btn3 :hover{
  opacity: 1;
  transition: all 0.3s ease;
  transform: scale(1.1,1.1);
 }

  /* 右下固定のTOP戻るボタンーーーーーーーーーーーーーーーーー */

  #top_btn{
    width: 50px;
    height:50px;
    background-color:white;
    border: 1pt solid #84af88;
    opacity: 0.85;
    border-radius:30px;
    text-align: center;
    position: fixed;
    z-index: 990;
    bottom:30px;
    right: 50px;
  }
  
  #top_btn a p{
   color:#84af88;
   font-weight: bold;
   padding-top: 12px;
   font-family: 'Times New Roman', Times, serif;
  }
  
  #top_btn :hover{
   opacity: 0.8;
  }

/* メイン トップ画像ーーーーーーーーーーーーーーーー */

#mainphoto{
 width: 1000px;
 margin-left: auto;
 margin-right: auto;
}

.visually-hidden{
  opacity: 0;
  height: 0;
}


/* メインーーーーーーーーーーーーーーーー */

h2 {
  width: 550px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 1px;
  color: #620f13;
  border-bottom: 1px solid #620f13;
}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/* コンセプトーーーーーーーーーーーーーーーー */

#concept {
  height: 375px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  overflow: hidden;
  font-family: 'Times New Roman', Times, serif;
}

#concept_text{
  width: 450px;
  float: left;
}

#concept_text :nth-child(1){
 font-size: 22px;
}

#concept_text :nth-child(2){
  margin-top: 15px;
  font-size: 14px;
 }

#conceptimg img{
  height: 375px;
  float: right;
}



/* コンセプト　SNSとSHOPのボタン　ーーーーーーーーーーーーーーーー */

#concept_btn{
 width: 1000px;
 height: 100px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 100px;
 overflow: hidden;
 clear: both;
}

.btn1{
 width: 400px;
 height: 95px;
 margin-left: 45px;
 border: 2pt solid #84af88;
 border-radius: 8px;
 text-align: center;
 font-family: 'Times New Roman', Times, serif;
 font-size: 20px;
 float: left;
 overflow: hidden;
}

#insta_btn a img{
  float: left;
  margin-top: 24px;
  margin-left: 63px;
}

#insta_btn a p{
  float: right;
  margin-top: 17px;
  margin-right: 90px;
}

.btn1 :hover{
  opacity: 0.8;
  transition: all 0.3s ease;
  transform: scale(1.1,1.1);
}


#shop_btn{
  width: 400px;
  height: 95px;
  margin-right: 45px;
  background-color: #84af88;
  border-radius: 8px;
  text-align: center;
  float: right;
}

#shop_btn a img{
  float: left;
  width: 45px;
  margin-top: 24px;
  margin-left: 50px;
}

#shop_btn a p{
 float: right;
 margin-top: 23px;
 margin-right: 50px;
 color: white;
 font-family: 'Times New Roman', Times, serif;
 font-size: 33px;
 letter-spacing: 2.5px;
}

#shop_btn :hover{
  opacity: 0.9;
  transition: all 0.3s ease;
  transform: scale(1.1,1.1);
}


/* フラワーワークーーーーーーーーーーーーーーーー */

#flowerwork_img{
  width: 1000px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

#flowerwork_img img{
  width: 248px;
  height:248px;
}

/* ギャラリーーーーーーーーーーーーーーーーー */



h3{
  width: 1000px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 1px;
  color: #620f13;
}


.sliderArea {
  max-width: 1000px;
  height: auto;
  margin: 2em auto;
  margin-top: 30px;
  padding: 0 20px;
  overflow:  hidden;
  text-align: center;
  box-sizing: border-box;
}

.regular_4 img{
  width: 250px;
  height: 250px;
}

/* オーダーの仕方ーーーーーーーーーーーーーーーーー */


#order_title{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

#order_title :nth-child(1){
  font-size: 20px;
}

#ordernoshikata{
  width: 1000px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: flex;
}

#ordernoshikata img{
 width: 197px;
 margin-left: auto;
 margin-right: auto;
}

#ordernoshikata p{
  width: 250px;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
}



/* レッスン　ーーーーーーーーーーーーーーーー */

#lesson_bg{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  overflow: hidden;
}

#lesson_text{
  width: 430px;
  height: 310px;
  float: left;
  font-family: 'Times New Roman', Times, serif;
}

#lessonimg{
  width: 570px;
  height: 310px;
  float: right;
}

#lessonimg img{
  height: 300px;
  clear: both;
}

/* ショップインフォ　ーーーーーーーーーーーーーーーーー */

#bg_shopinfo{ 
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  overflow: hidden;
}

#info_table{
  width: 310px;
  height: 300px;
  float: left; 
  font-family: 'Times New Roman', Times, serif;
}


.info_title{
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
}

#info_table tr{
  width: 310px;
  border-bottom: 0.5px solid gray; 
}

#info_table tr th{
  text-align: left;
  width: 100px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  font-weight: normal;
 }


#shopimg{
  width: 570px;
  height: 300px;
  float: right;
}

#shopimg img{
  height: 300px;
  clear: both;
}

/* コンタクト　ーーーーーーーーーーーーーーーーー */

#contact_bg{
  width: 1000px;
  height: 192px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

#contact_text{
 font-size: 18pt;

}

#contact_tel{
  height: 64px;
  width: 400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#contact_tel img{
  width: 72px;
  float: left;
  margin-top: 20px;
}

#contact_tel p{
text-align: center;
font-size: 33pt;
font-weight: bold;
color: #620f13;
float: right;
letter-spacing: 4px;
}

#contact_mail{
  height: 64px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  overflow: hidden;
}

#contact_mail img{
  width: 72px;
  float: left;
  margin-top: 20px;
}

#contact_mail p a{
 text-align: center;
 font-size: 20pt;
 font-weight: bold;
 color: #620f13;
 float: right;
 margin-top: 10px;
 letter-spacing: 1px;
}

#contact_mail p a:hover{
  opacity: 0.8;
}

#map { 
 height: 400px;
 margin-top: 100px;
}



/* フッターーーーーーーーーーーーーーーーー */

#footer_bg{
  height: 253px;
  background-color: #84af88;
}

#f_logo img{
  width: 83px;
  margin-left: auto;
  margin-right: auto;
  padding-top:  30px;
}

#f_topbtn{
  width: 60px;
  margin-right: 60px;
  padding-top: 30px;
}


#f_nav{
  width: 1000px;
  height: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
}

#f_nav a{
 color: white;
 font-size: 10pt;
 padding-left: 12px;
 padding-right: 12px;
 border-right: 1px solid white;
 font-family: 'Times New Roman', Times, serif;
 letter-spacing: 1px;
}

#f_nav a:nth-child(7){
  border:none
}

#f_nav :hover{
  opacity: 0.8;
} 


#copy{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

#copy p{
  text-align: center;
  color: white;
 font-size: 11px;
 font-family: 'Times New Roman', Times, serif;
 letter-spacing: 1px;
}




