*{
    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: 70px;
  width: 90%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;  
}

#top_logo img{
  width: 65px;
  margin-top: 8px;
  float:left;
}


#nav-toggle {
  position: fixed;
  top: 25px;
  right: 30px;
  width: 30px;
  height: 25px;
  z-index: 1001;
  cursor: pointer;
}

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

#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  position: absolute;
  background: #84af88;
  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; 
}


#nav-toggle.open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
#nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
#nav-toggle.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}


.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: #f9f9f9ed;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  font-size: 29px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
}



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

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

#global-nav a {
  position: relative;
  display: block;
  color: #620f13;
  font-family: 'Times New Roman', Times, serif;
  text-decoration: none;
  padding-top: 25px;
  transition: color .6s ease;
}


#global-nav ul{
  opacity: 0;
  list-style: none;
  text-align: center;
  transform: translateX(200px);
  transition: all .8s ease;
}

#global-nav ul li {
  margin: 18px 0;
  font-size: 24px;
}



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


.nav_btn2 a img{ 
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav_btn3 {
  width: 250px;
  height: 70px;
  padding-bottom: 10px;
  background-color: #84af88;
  opacity: 0.85;
  border-radius: 8px;
  text-align: center;
}

.nav_btn3 a img{
  float: left;
  width: 38px;
  margin-left: 35px;
}

.nav_btn3 a span{
  float: right;
  color: white;
  font-family: 'Times New Roman', Times, serif;
  font-size: 23px;
  font-weight: bold;
  margin-right: 35px;
  letter-spacing: 1px;
}

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



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


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

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


#mainphoto{
  width: 100%;
  max-width:767px;
  margin-left: auto;
  margin-right: auto;
 }
 
.visually-hidden{
   opacity: 0;
   height: 0;
  }

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

body{
  width: 100%;
  max-width:767px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  width: 90%;
  max-width: 700px;
  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;
}

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

#concept_text{
  width: 85%;
  max-width: 550px;
  height: 375px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  font-family: 'Times New Roman', Times, serif;
}

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

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

#conceptimg img{
  width: 90%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

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

#concept_btn{
 width: 90%;
 max-width: 550px;
 height: 300px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 100px;
}

#insta_btn{
  width: 300px;
  height: 95px;
  margin-left: auto;
 margin-right: auto;
 border: 2pt solid #84af88;
 border-radius: 8px;
 text-align: center;
 font-family: 'Times New Roman', Times, serif;
 font-size: 20px;
 overflow: hidden;
}


#insta_btn a img{
  float: left;
  width: 40px;
  margin-top: 30px;
  margin-left: 30px;
}

#insta_btn a p{
  float: right;
  margin-top: 20px;
  margin-right: 40px;
}

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


#shop_btn{
  width: 300px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  background-color: #84af88;
  border-radius: 8px;
  text-align: center;
}

#shop_btn a img{
  float: left;
  width: 40px;
  margin-top: 25px;
  margin-left: 30px;
}


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

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


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

#flowerwork_img{
  width: 90%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

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

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

h3{
  width: 90%;
  max-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;
}


.sliderArea {
  width: 90%;
  max-width: 550px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  overflow:  hidden;
  text-align: center;
  box-sizing: border-box;
  
}

.regular_4 img{
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

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


#order_title{
  width: 85%;
  max-width: 550px;
  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: 90%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
}

#ordernoshikata div{
  width: 250px;
  height: 250px;
  margin-top: 60px;
}

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

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



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


#lesson_text{
  width: 85%;
  max-width: 550px;
  height: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  font-family: 'Times New Roman', Times, serif;
}

#lessonimg img{
  width: 90%;
  max-width: 550px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}


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

#bg_shopinfo{ 
  width: 85%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

#info_table{
  width: 90%;
  max-width: 550px;
  height: 300px;
  font-family: 'Times New Roman', Times, serif;
}


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

#info_table tr{
  width: 85%;
  max-width: 400px;
  border-bottom: 0.5px solid gray; 
}

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

#shopimg img{
  width: 100%;
  max-width: 700px;
  margin-top: 60px;
}

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

#contact_bg{
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

#contact_text{
 font-size: 16pt;
}

#contact_tel{
  width: 95%;
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#contact_tel img{
  width: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

#contact_mail{
  width: 95%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  overflow: hidden;
}

#contact_mail img{
  width: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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



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

#footer_bg{
  width: 100%;
  max-width:767px;
  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: 90%;
  max-width:700px;
  /* height: 30px; */
  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(5){
  border:none
} */

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

#f_nav :hover{
  opacity: 80%;
} 


#copy{
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

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




