@charset "utf-8";
/* CSS Document */
body{
   max-width: 100%;
    height: auto;
    font-family: 'M PLUS 1p', sans-serif;
}
img{
    width: 250px;
}

.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 211px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

 #header{
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    } 

nav{
 width: 100%;
 height: 70px;
 position: fixed;
 z-index:9999;

}

.drawer{
 /*display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;*/
 position: absolute;
    right: 5px;
    top: -251px;
    z-index: 9999;
}

.navbar_toggle{
 z-index:9999;
    padding: 1em;
    cursor: pointer;
}

.navbar_toggle_icon {
 
 display: block;
 height: 3px;
 width: 30px;
 background: #532c59;
 -webkit-transition: ease .5s;
 transition: ease .5s;
    z-index:9999;
}

.navbar_toggle_icon:nth-child(1) {
 top: 0;
}

.navbar_toggle_icon:nth-child(2) {
 margin: 7px 0;
}

.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
    
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.menu{
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:9999;
    position: absolute;
    right: -350px;
    top: -180px;
   
}

.menu ul li{
 
 border-bottom: 1px solid #CCC;
   
}
.menu ul li a{
    color: #2A2A2A;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 1.3em;
    font-size: 25px;
    
}
/*OPEN時の動き*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
    position: absolute;
    right: 30px;
    top: -180px;
    background-color: rgba(255,253,253,0.9);
}
.menu.close {

}
/*@media screen and (min-width: 720px) {
nav{
 display: flex;
 flex-direction: row;
}

.navbar_toggle{
 display: none;
}

.menu{
 width: 100%;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}

.menu ul{
 height: 70px;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
 align-items: center;
}

.menu ul li{
 padding: 0 1em;
 border-bottom: none;
}

}*/


@media screen and (min-width:768px){
    #header{
        max-width: 70%;
        height: auto;
        margin: 0 auto;
        
    } 
 .swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 100px);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
     max-width: 100%;
     margin-top: 4%;
        
}   
   
        
    /*nav{
 width: 100%;
 height: 70px;
 position: fixed;
        right: 100px;
        top: 100px;
 z-index:9999;

}

.drawer{
 position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}*/
    /*nav{
        display: none;
    }*/
    
}




h1 img{
    width: 299.5px;
    margin: 10px auto;
    
}

h2{
    color: #130016;
    font-weight: bold;
    font-size: 25px;
    padding: 30px;
    text-align: center;
}
h3{
    color: #392B3B;
}
p{
    font-size: 18px;
    padding: 0 30px;
    line-height: 1.5em;
    color: #464545;
}
section{
    padding-top: 57px;
}
.section{
    box-shadow: 0 0 0 1px #ff31c0,
                0 0 0 4px #fff, 
                0 0 0 5px #ff31c0;
    max-width: 90%;            
    margin: 30px auto;
   
}


.gnav ul{
        
        margin: 20px auto;
        text-align: center;
    }
    .gnav ul li{
        display: inline-block;
        border-right: 2px solid #464545;
    }
    .gnav ul li:last-child{
        border-right:none;
    }
    .gnav ul li a{
        text-decoration: none;
        color: #130016;
        font-size: 2vw;
        font-weight: bold;
        display: block;
        padding: 0 20px;
        
    }
    .gnav ul li a:hover{
        color: #ff31c0;
        border-bottom: 2px solid #ff31c0;
        
    
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}



@media screen and (max-width:767px){
    .gnav{
        display: none;
    }
}

@media screen and (min-width:768px){
    .section{
        max-width: 70%;
        height: auto;
    }
    h1{
        display: none;
    }
    .gnav{
        display: block;
    }
}



#about img{
        display: block;
        margin: 30px auto;
        padding-bottom: 50px;
}
#about p{
    width: 240px;
    margin: 0 auto;
}
@media screen and (min-width:376px){
    #about p{
        width: 60%;
        height: auto;
        margin: 0 auto;
        
    }
 
}


.news_day{
    margin: 20px auto;
   font-weight: bold;
    font-size: 17px;
    border-bottom: 3px dotted #679A6C;
    width: 200px;
   padding-bottom: 10px;
    line-height: 1.3em;
    cursor: pointer;
    display: block;
    color: #392B3B;
    
}

.news_p p{
    width: 200px;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    
}

#news .section{
    padding-bottom: 50px;
}
summary {
  display: block;
    outline: none;
}
    summary::-webkit-details-marker {
  display: none;
}

@media screen and (min-width:1060px){
    #news{
        text-align: center;
    }
    #news .news_day{
        display: inline-block;
        width: 80%;
        text-align: left;
    
        
    }
    #news .news_p{
        display: inline-block;
        width: 80%;
        text-align: left;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .news_p p{
        width: 100%;
    }
}




#gift{
    text-align: center;
}
#gift h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
   
    /*border-bottom: 2px #532c59 solid;*/
    display: inline-block;
    border-bottom: 2px #ff31c0 dotted;
    border-radius: 10px;
    padding: 5px;
 }

#gift h3:last-of-type{
    margin: 30px;
}
figure{
    text-align: center;
    padding: 20px;
}
figcaption{
    line-height: 1.3em;
    padding: 10px;
    font-size: 14px;
}
#gift .section{
    padding-bottom: 60px;
}

@media screen and (min-width:768px){
    .bouquet,.arrangement{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        
    } 
    #gift img{
        width: 185px;
    }
    #gift{
        padding-bottom: 50px;
        
    }
    figcaption{
        font-size: 12px;
        
    }
    figure{
        margin: 0 10px;
    }
    #gift img:hover{
    transform: scale(1.3,1.3);
}
}











#event{
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}
#event h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.halloween{
        margin-top: 30px;
        /*
        background: 
        url("img/bg_hw01.png") right top no-repeat,
        url("img/bg_hw02.png") left 200px no-repeat,
        url("img/bg_hw03.png") right 230px no-repeat,
        url("img/bg_hw04.png") left 430px no-repeat;
        background-size: 35px;*/
        text-align: center;
}

    
#event .section{
    background: url("img/bg_hw_sp07.png") 
     right top repeat-y,
    url("img/bg_hw_sp06.png") 
     left top repeat-y;

}
   

.hw_img{
    text-align: center;
    margin-bottom: 40px;
    width: 235px;
    
}
.halloween p{
   
    padding: 20px 10px 40px;
    
}
#event h3+p{
    width: 240px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width:1060px){
    .halloween{
        padding-left: 10%;
        padding-right: 10%;
        
        
}
    
}
@media screen and (min-width:768px){
    #event h3+p{
        display: inline-block;
        margin: 0 auto;
        text-align: left;
        width: 60%;
        height: auto;
    }
    #event{
        text-align: center;
    }
    }

    @media screen and (min-width:1060px){
        
    
    .hw_img{
        padding:10px;
        width: 250px;
   }
    .hw_img01{
        transform: translate(0,30px);
    }
    .hw_img03{
        transform: translate(0,30px);
    }
    /*.hw_img09{
        transform: translate(40px,0) 
            rotate(-10deg);
        
    }
    .hw_img10{
        z-index: 1;
        transform: translate3d(20px,-130px,-50px)   
            rotate(10deg);
        
    }
    .hw_img11{
        z-index: 1;
        transform: translate3d(-10px,-80px,-100px) rotate(-5deg);
       
    }*/
    .hw_img09{
        transform: translate(0,-90px);
    }
    .hw_img11{
        transform: translate(0,-100px);
    }
}
    












#access img{
    margin: 0 auto 30px;
    display: block;
        
}
#access p{
    width: 60%;
    margin: 0 auto;
}
.dayoff,.adress{
    padding-bottom: 20px;
}
.map{
    position: relative;
    padding-top: 50%;
}
.map iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    box-sizing: border-box;
}
#access .section{
    margin-bottom: 150px;
    padding-bottom: 50px;
}
@media screen and (min-width:768px){
    #access p{
        width: 100%;
        padding: 0;
        font-weight: bold;
        font-size: 20px;
        
    }
    #access{
        text-align: center;
    }
    .adress,.dayoff{
        display: inline-block;
        padding: 10px 20px;
        
        
    }
    #access img{
        width: 60%;
    }
    .map iframe{
        padding: 5%;
        
    }
}















#icon_pagetop a{
	position: fixed;
	right: 0;
	bottom: 200px;
	z-index: 10000;
    font-size: 50px;
    text-decoration: none;
    color: #532c59;
    padding: 10px 0 10px 10px;
	
}
#icon_pagetop img{
    width: 100%;
}

@media screen and (min-width:768px){
    #icon_pagetop a{
        right: 100px;
        bottom: 150px;
    }
}





footer{
    background-color: #532c59;
    height: 150px;
   
    
}
footer p{
    color: #fff;
    padding: 30px 10px;
   /* line-height: 100px;*/
    font-weight: normal;
    text-align: center;
}

.sns a{
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    
}
.sns a:hover{
    /*transform: scale(1.5,1.5);*/
    font-size: 45px;

}
.flex{
     display: flex;
    align-self: center;
    justify-content: center;}

@media screen and (min-width:768px){
    footer p{
        display: inline-block;
        float: left;
        padding: 0;
        line-height: 150px;
        
    }
    footer ul{
        width: 270px;
        float: left;
    }
    footer div{
        display: inline-block;
        margin: 0 auto;
        line-height: 150px;
    }
    footer{
        text-align: center;
        overflow: hidden;
    }
    .sns a:hover{
        font-size: 50px;
    }
    
}












@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?tsqwi4');
  src:  url('fonts/icomoon.eot?tsqwi4#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?tsqwi4') format('truetype'),
    url('fonts/icomoon.woff?tsqwi4') format('woff'),
    url('fonts/icomoon.svg?tsqwi4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  /*font-weight: normal;*/
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-double-right:after {
  content: "\f101";
    padding-left: 5px;
    font-size: 23px;
    vertical-align: middle;
}
.icon-caret-square-o-up:before {
  content: "\f151";
    
}
.icon-toggle-up:before {
  content: "\f151";
}

.icon-facebook:before {
  content: "\ea90";

}
.icon-twitter:before {
  content: "\ea96";

}
.icon-pinterest:before {
  content: "\ead1";

}
