/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {




}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {


	
}



/************************************************************************************
smaller than 670
*************************************************************************************/
@media screen and (max-width: 670px) {



/* disable webkit text size adjust (for iPhone) */

html {-webkit-text-size-adjust: none;}


body {
	/*font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size:80%;
	line-height:180%;}





/*#wrap{ border:5px solid #F00;}*/


/*基本パーツ：ヘッダ関連
----------------------------------------------------*/

#wrap{}

/*基本ボックス
----------------------------------------------------*/
.cons{ width: 90%; margin: 0 auto;}

img{ width:100%; height:auto;}




    
    
    
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　基本枠の設定

–––––––––––––––––––––––––––––––––––––––––––––––––– */

#wrap {
	min-width:0px;
	margin: 0 auto;
	background:#FFF;
	background: url(../img/bg.png);}


.cons{ width:90%; margin:0 auto;}


#content{
    background: url(../_img/moyo-main.svg) no-repeat 50% 0%;
    padding-bottom: 100px;
    padding-bottom: 50px;
}


/*スプライト*/
#sample li{
 text-indent:100%;
 white-space:nowrap;
 overflow:hidden;}  
    
    
    
    
    

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　ヘッダ

–––––––––––––––––––––––––––––––––––––––––––––––––– */

header{
    padding-top: 20px;
    padding-bottom: 0px;
}

header .cons{ position: relative;}


h1{ 
    margin-bottom:20px;
}

h1 img{ width: 180px; height: auto;}    
    
    

/*ヘッダメニュー*/

#hd-nav{ display: none;}





/*ヘッダ サブメニュー*/
#hd-subnav{ display: none;}    
    
    
    

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　メインビジュアル

–––––––––––––––––––––––––––––––––––––––––––––––––– */

#vis{
    <!--background: url(../_img/vis-dum.jpg) no-repeat 50% 50%;-->
    background-size: cover;
    margin-bottom: 70px;
}

#vis .cons{
    height: 300px;
    position: relative;
}



#vis h2{
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    font-weight: bold;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    padding: 0 10px;
    white-space: nowrap;
    
  position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);
    margin-left: -5%;
}


#vis h2{
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
}
  
    
    
    


/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フッタ

–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer{
    background:url(../_img/ft-bk.jpg) no-repeat center top #e3ded3;
    padding-bottom: 30px;
    padding-top: 1px;
}




/*フッタロゴ*/
footer #logo-ft{ 
    text-align: center;
    margin-top: -12px;
    margin-bottom: 30px;
}
    
footer #logo-ft img{
        width: 150px; height: auto;
    }    
    
    footer #logo-ft dd{ font-size: 10px;}   


/*フッタ 上の段
----------------------------------------------------*/

footer #abv-box{
    border-bottom: 1px solid #999;
    padding-bottom: 0px;
    margin-bottom: 25px;
    
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}


/*フッタ　左ボックス*/
footer #abv-box .lbox{
    width: 600px;
    width: 100%;
}



/*フッタナビ*/
footer #abv-box .lbox #ftnav-tit{
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

footer #abv-box .lbox #ftnav{
    font-size: 12px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

footer #abv-box .lbox #ftnav li{
    width: 30%;
    margin-bottom: 2%;
}

footer #abv-box .lbox #ftnav li a{
    color: #333;
    transition: all 0.3s;
}


footer #abv-box .lbox #ftnav li a:hover{
    color: #e6578d;
}




footer #abv-box .rbox{
    width: 100%;
}


footer #abv-box #ftban{}
footer #abv-box #ftban li{ background: #e6578d;}

footer #abv-box #ftban li img{vertical-align:top; transition: all 0.3s;}

footer #abv-box #ftban li img:hover{  opacity:0.7;}




footer #abv-box #ftban li:last-child{ margin-top: 10px;}




/*フッタ 下の段
----------------------------------------------------*/

footer #bot-box{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

/*フッタ　アドレス*/
footer #bot-box address{ 
    width: 100%;
    font-style: normal;
    margin-bottom: 50px;
    font-family: 'Noto Serif JP', serif;
    
}


footer #bot-box address .name{
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

footer #bot-box address .place{
    font-size: 15px;
    margin-bottom: 5px;
}
    
footer #bot-box address .place span{
        display: block;
    }    
    

footer #bot-box address .copy{
    font-size: 11px;
}



/*フッタサブメニュー*/
footer #bot-box #ftsubnav{
    display: none;
    }

footer #bot-box #ftsubnav li{
    margin-left: 2em;
    display: inline-block;
}

footer #bot-box #ftsubnav li a{
    display: block;
    line-height:34px;
    border-radius: 5px;
    color: #333;
     transition: all 0.3s;
}


footer #bot-box #ftsubnav li a:hover{color: #e6578d;}

footer #bot-box #ftsubnav li:last-child{}

footer #bot-box #ftsubnav li:last-child a{
    background: #000;
    text-align: center;
    color: #FFF;
    padding: 0 20px;
    transition: all 0.3s;
}


footer #bot-box #ftsubnav li:last-child a:hover{
    background: #e6578d;
}






/*フッタ 関連バナー*/
footer #rel-ban{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

footer #rel-ban li{
    width: 48.5%;
    margin-bottom: 3%;
}

footer #rel-ban li img{ width: 100%; height: auto;}


  
	

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　ハンバーガーメニュー

–––––––––––––––––––––––––––––––––––––––––––––––––– */

#nav-toggle {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 32px;
  cursor: pointer;
z-index: 1000;}

#nav-toggle{
	background: #FFF;
	width: 50px;
	height: 50px;
	padding-top: 15px;
}



#nav-toggle > div {
  position: relative;
  width: 26px;
margin: 0 auto;
}

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

#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:hover span:nth-child(1) {top: 5px;}
#nav-toggle:hover span:nth-child(3) {top: 15px;}

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


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

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



/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　グローバルメニュー

–––––––––––––––––––––––––––––––––––––––––––––––––– */    
    

/*グローバルメニュー　基本設定
----------------------------------------------------*/

#gloval-nav {
    background: url(../_img/nav-bk.png)  no-repeat 50% #efece5;
    background-size: 90%;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
visibility: hidden;
	
  font-size: 20px;
font-family: 'Noto Serif JP', serif;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
	
/*  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;*/
	
}



/*グローバルメニュー　レイアウト
----------------------------------------------------*/
#gloval-nav nav{
	width: 100%;
	height: 100%;
	margin: 0 auto;
    padding-top: 20px;
	position: relative;
	
/*  display: flex;
  justify-content: center;
  align-items: center;*/

}


#gloval-nav{}

#gloval-nav nav{
    display: block;
}

#gloval-nav nav .lbox{
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 15px;
    }

    

#gloval-nav nav .rbox{
    width: 90%;
    margin: 0 auto;
}
    
    
/*Gメニュー　ロゴ*/
#gloval-nav nav .lbox #nav-logo{
    width: 60px;
    margin: 0 auto;
    }
    


/*Gメニュー　ホーム*/
#gloval-nav nav .lbox #home{
        display: none;
    }    
    
#gloval-nav nav .lbox #home{
    margin-top: 20px;
    color: #e6578d;
    margin-left: 7px;
    font-size: 10px;
}

#gloval-nav nav .lbox #home a{
    color: #e6578d;
    border-bottom: 2px solid #e6578d;
    display: inline-block;
    letter-spacing: 3px;
    padding-bottom: 5px;
}

#gloval-nav nav .lbox #home a:hover{padding-bottom: 15px;}


/*Gメニュー　タイトル*/
#gloval-nav nav .rbox #menu-tit{
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 10px;
}


/*Gメニュー　メイン*/
#gloval-nav nav .rbox #gnav-main{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    font-size: 12px;

}
#gloval-nav nav .rbox #gnav-main li{
    width: 33%;
    margin-bottom: 3%;
}

/*Gメニュー　サブ*/
#gloval-nav nav .rbox #gnav-sub{
    font-size: 10px;
    margin-bottom: 50px;
    display:flex;
flex-wrap:wrap;
justify-content:start;
align-items:center;

}

#gloval-nav nav .rbox #gnav-sub li{}

#gloval-nav nav .rbox #gnav-sub li a{
    display: block;
    padding: 0 30px 0 30px;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    border-left: 1px solid #999;
}

#gloval-nav nav .rbox #gnav-sub li:last-child{ border-right: 1px solid #999;}



/*Gメニュー　バナー*/
#gloval-nav nav .rbox #gnav-ban{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

#gloval-nav nav .rbox #gnav-ban li{
    width: 48%;
    background: #e6578d;
}

#gloval-nav nav .rbox #gnav-ban li img{
    width: 100%; height: auto;
    transition: all 0.3s;
}

#gloval-nav nav .rbox #gnav-ban li img:hover{
     opacity:0.7;
}





    
    
    


/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　中ページ　共通設定

–––––––––––––––––––––––––––––––––––––––––––––––––– */


.left-lead{
    width: 580px;
    width: 100%;
    float: left;
    float: none;
    margin-bottom: 30px;
}

.right-photo{
    width: 485px;
    width: 100%;
    float: right;
    float: none;
}

.dark{ background: #e3ded3;}


#en-tit-wp{ 
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    
}



.en-tit{
    font-size: 17px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #e6578d;
    letter-spacing: 2px;
}

.m40{ 
    font-size: 25px; 
    font-weight: normal; 
    letter-spacing: 0px;
    line-height: 130%;
    margin-bottom: 15px;
    margin-top: -12px;
    margin-top: 0px;
}

.m24{ 
    font-size: 24px;  
    font-weight: normal; 
    letter-spacing: 2px;
    line-height: 140%;
    margin-bottom: 5px;
    margin-top: -12px;
}


.tex14{ font-size: 12px; line-height: 150%; letter-spacing: 1px;}
.tex16{ font-size: 16px; line-height: 170%; letter-spacing: 1px;}


#sec1,
#sec2,
#sec3{ padding: 40px 0;}

#sec1{ padding-top: 0;}


.whitebox1050{
    background: #FFF;
    padding: 50px;
    padding: 5%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top: 25px;
    clear: both;
}


.whitebox1050 .main{
    width: 580px;
    width: 100%;
    margin-bottom: 20px;
}

.whitebox1050 .photo{
    width: 420px;
    width: 100%;
}
    
    
    
    
    
  

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　当園について

–––––––––––––––––––––––––––––––––––––––––––––––––– */


#p-about{}


#p-about #vis{
    background: url(../about/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 35px;
}


#p-about #sec1{
    padding-bottom: 315px;
}

#p-about #sec2{
    padding-top: 1px;
}

#p-about #sec2 .cons{ margin-top: -280px;}


#p-about #sec2 #enshu{ margin-bottom: 100px;}

#p-about #sec2 #enshu .photo{ margin-top: 0;}
    
    
#p-about #sec2 #enshu .m24{ margin-top: 5px; margin-bottom: 5px;}
#p-about #sec2 #enshu .m40{ margin-bottom: 20px;}


#p-about #his{
    border-top: 1px solid #CCC;
}

#p-about #his .grp{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    border-bottom: 1px solid #CCC;
    padding: 3% 0;
}


#p-about #his dt{
    width: 20%;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
}


#p-about #his dd{
    width: 80%;
    font-size: 14px;
    line-height: 150%;
}

#p-about #his dd .colum{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-bottom: 0%;
}

#p-about #his dd .colum.line{
    border-top: 1px solid #CCC;
    padding-top: 3%;
}


#p-about #his dd .year{
    width: 23%;
    display: none;
}

#p-about #his dd .detail{
    width: 100%;
}

#p-about #his dd .detail .thumb{
    float: right;
    width: 50%;
    margin-left: 5%;
    margin-top: 5px;
    margin-bottom: 1%;
    
}

#p-about #his dd .detail .thumb img{ width: 100%; height: auto;}





#p-about #sec3{
    padding-bottom: 0;
}

#p-about #sec3 .cons{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
}


#p-about #sec3 h4{
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: normal;
}

#p-about #sec3 .tit{
    width: 100%;
}


#p-about #sec3 #list{
    width: 100%;
    
}

#p-about #sec3 #list ul{
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

#p-about #sec3 #list ul li{
    width: 100%;
    margin-bottom: 5%;
    position: relative;
    line-height: 100%;
    font-size: 14px;
}

#p-about #sec3 #list ul li a{ padding-left: 15px;}


#p-about #sec3 #list ul li:before {
    content:  "";
    width:  10px;
    height:  1px;
    display:  inline-block;
    background-color: #333;
	
	position: absolute;
    top: 50%;
	left: 0;
} 

    
   
    


/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　ご利用案内

–––––––––––––––––––––––––––––––––––––––––––––––––– */




#p-guide #vis{
    background: url(../_guide/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 35px;
}


#p-guide #sec1 .note{ 
    font-size: 14px; 
    letter-spacing: 1px;
    margin-bottom: 50px;
    margin-top:-10px;
}

#p-guide #sec1 #spec{
    font-size: 16px;
    margin-bottom: 40px;
    
}

#p-guide #sec1 #spec .grp{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
 margin-bottom: 15px;
}


#p-guide #sec1 #spec .grp#price{
    align-items: start;
}

#p-guide #sec1 #spec dt{
    width: 20%;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}

#p-guide #sec1 #spec dd{
    width: 70%;
    line-height: 160%;
}


#p-guide #sec1 #spec #dantai{ 
    font-size: 14px;
    margin-top: 5px;
}

#p-guide #sec1 #spec #dantai span{
    font-size: 11px;
}

#p-guide #sec1 #spec #yuryu{ margin-bottom: 3px; margin-top: -5px;}


#p-guide #sec1 #pet{
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 85px;
    background: url(../_guide/img/pet.png) no-repeat left top;
    background-size: 65px;
    line-height: 160%;
    margin-bottom: 20px;
}


#p-guide #sec1 #pet h4{
    font-size: 16px;
    margin-bottom: 3px;
}

#p-guide #sec1 #pet span{
    font-size: 11px;
}

#p-guide #sec1 #pet br{display: none;}


#p-guide #sec1 #shogai{
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 85px;
    background: url(../_guide/img/shogai.png) no-repeat left top;
    background-size: 65px;
    line-height: 160%;
    padding-bottom: 1%;
}


#p-guide #sec1 #shogai h4{
    font-size: 16px;
    margin-bottom: 3px;
}

#p-guide #sec1 #shogai span{
    font-size: 14px;
}

#p-guide #sec1 #shogai br{display: none;}








#p-guide #sec1 #ennai{
    padding-top: 50px;
}

#p-guide #sec1 #pickup-tit{
    font-size: 20px;
    line-height: 150%;
    margin: 20px 0 30px; 0;
}

#p-guide #sec1 #pickup{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

#p-guide #sec1 #pickup li{
    font-size: 14px;
    letter-spacing: 1px;
    width: 48%;
    margin-bottom: 4%;
}

#p-guide #sec1 #pickup li img{
    width: 100%; height: auto;
    margin-bottom: 3px;
}


#p-guide #sec2 .lead{
    font-size: 16px;
    width: 100%;
    line-height: 150%;
    letter-spacing: 1px;
}

#p-guide #sec2 .lead .note{
    font-size: 14px;
    margin-top: 10px;
    line-height: 150%;
    
}

#p-guide #sec2 .lead .note span{color: #e6578d;}

#p-guide #sec2 .entry{
    width: 100%;
    float: none;
}

#p-guide #sec2 .entry .tit{
    font-size: 18px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 1px;
}

#p-guide #sec2 .entry .step{
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

#p-guide #sec2 .entry .step li{ margin-bottom: 15px;}


#p-guide #sec2 .entry .tel{
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

#p-guide #sec2 .entry .time{
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

#p-guide #sec2 .entry #dwl-tit{
    font-size: 15px;
    margin-bottom: 5px;
}

#p-guide #sec2 .entry #dwl{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
    margin-bottom: 0px;
}
#p-guide #sec2 .entry #dwl li{
    width: 48%;
    text-align: center;
    margin-bottom: 2%;
}

#p-guide #sec2 .entry #dwl li a{
    display: block;
    line-height: 45px;
    background: #000;
    font-size: 13px;
    letter-spacing: 0px;
    color: #fff;
    border-radius: 10px;
}

#p-guide #sec2 .entry #dwl li a:hover{
    background: #e6578d;
}


#p-guide #sec2 #price-tit{
    display:flex;
    display: block;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
    width: 100%;
    margin-bottom: 30px;
}

#p-guide #sec2 #price-tit dt{
    width: 100%;
    margin-bottom: 15px;
    
}

#p-guide #sec2 #price-tit dt p{
    font-size: 18px;
    letter-spacing: 6px;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}


#p-guide #sec2 #price-tit dd{
    font-size: 13px;
    width: 100%;
    line-height: 150%;
}


#p-guide #sec2 #price{
    font-size: 13px;
    letter-spacing: 0px;
}

#p-guide #sec2 #price th{
   border:1px solid #CCCCCC;
    font-weight: normal;
    padding: 2% 2%;
    background: #e5e5e5;
    width: 33.3%;
}
    
    
#p-guide #sec2 #price td{
   border:1px solid #CCCCCC;
    text-align: center;
    padding: 2% 2%;
}

#p-guide #sec2 #price td.kind{
    background: #f7f7f7;
}




#p-guide #sec3{ padding-bottom: 0;}
    
    
#p-guide #sec3 .gmap iframe{ width: 100%; height: 300px;}


#p-guide #sec3 #meyasu{
    width: 560px;
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 0px;
    margin-bottom: 20px;
}

#p-guide #sec3 #meyasu li{
    width: 100%;
    letter-spacing: 0px;
}




#p-guide #sec3 .whitebox1050{
    display: block;
}



#p-guide #sec3 .time{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
    width: 100%;
}

#p-guide #sec3 .time li{
    width: 100%;
    
}

#p-guide #sec3 .time li table{ width: 100%;}


#p-guide #sec3 .time li table{
   border:none;
   border:1px solid #CCCCCC;
   border-collapse:collapse;}

#p-guide #sec3 .time li table th{
   border:none;
   border:1px solid #CCCCCC;
    text-align: center;
    padding: 1.5% 0;
    background: #eee;
}

#p-guide #sec3 .time li table td{
   border:none;
   border:1px solid #CCCCCC;
text-align: center;
padding: 1.5% 0;
}

#p-guide #sec3 h4{
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

#p-guide #sec3 h4 span{
    font-weight: normal;
     font-size: 15px;
}

#p-guide #sec3 h5{
    font-size: 1.1em;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

#p-guide #sec3 .price{
    font-size: 16px;
    margin-bottom: 30px;
}




#p-guide #sec3 .bt{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}


#p-guide #sec3 .bt a{
    border-bottom: none;
    text-align: center;
    background: #b1a68d;
    color: #FFF;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    transition: all 0.3s;
}

#p-guide #sec3 .bt a:hover{
    background: #9e8f6c;
}



    
    


/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　開花情報

–––––––––––––––––––––––––––––––––––––––––––––––––– */


#p-latest{}


#p-latest #vis{
    background: url(../_latest/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 35px;
}


#p-latest #sec1{ padding-bottom: 0;}

#p-latest #sec1 .left-lead{
    width: 100%;
    margin-bottom: 0;
}

#p-latest #sec1 .left-lead .m40{
    font-size: 24px;
}


#p-latest #sec1 .right-photo{
    width: 100%;
    margin-bottom: 65px;
}

#p-latest #sec1 .right-photo img{ width: 100%;}
#p-latest #sec1 .right-photo .date{ text-align: right; padding-top: 0px;}


#p-latest #sec1 .colum{
    padding: 5%;
    padding-top: 5%;
    margin-bottom: 7%;
    background: url(../_latest/img/colum-bk.jpg)no-repeat 100% 100% #FFF;
}

#p-latest #sec1 .colum .date-tit{
    font-size: 18px;
    letter-spacing: 3px;
}


#p-latest #sec1 .colum .date-tit:before {
    content:  "";
    width:  5%;
    height:  2px;
    display:  inline-block;
    background-color: #ff6699;
	
	position: absolute;
    top: 50%;
	left: 36%;
} 

#p-latest #sec1 .colum .date-tit:after {
    content:  "";
    width:  5%;
    height:  2px;
    display:  inline-block;
    background-color: #ff6699;
	
	position: absolute;
    top: 50%;
	right: 36%;
} 




#p-latest #sec1 .colum .date{
    font-size: 30px;
	font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    line-height: 100%;
    margin-bottom: 30px;
}


#p-latest #sec1 .colum .kiji-tit{
    font-size: 20px;
    margin-bottom: 5px;
    display:flex;
    display: block;
flex-wrap:wrap;
justify-content:space-between;
    
}

#p-latest #sec1 .colum .kiji-tit dt{
    width: 10%;
    letter-spacing: 1px;
    font-weight: normal;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    text-align: center;
        font-family: athelas, serif;
	font-weight: 400;
	font-style: italic;
    height:30px;
    line-height: 30px;
    display: none;
}

#p-latest #sec1 .colum .kiji-tit dd{
    width: 100%;
    padding-left: 0%;
    line-height:150%;
}

#p-latest #sec1 .colum .kiji-tit dd h4{
    font-weight: normal;
    letter-spacing: 1px;
}



#p-latest #sec1 .colum .honbun{
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 30px;
}


#p-latest #sec1 .colum .mainp{
    margin-bottom: 3%;
}

#p-latest #sec1 .colum .mainp img{ width: 100%; height: auto;}

#p-latest #sec1 .colum .subp{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
}

#p-latest .subp li{
    width: 48.5%;
    margin-bottom: 3%;
}


#p-latest .subp li img{ width: 100%; height: auto;}



/*過去アーカイブ*/

#arc-wp{
    display:flex;
    display: block;
flex-wrap:wrap;
justify-content:space-between;
}

#arc-wp .arc-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

#arc-wp .arc-tit .en-srf{
    font-size: 30px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

#arc-wp .arc-tit h4{
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: normal;
}

#arc-wp .arc{
    width: 100%;
    font-size: 18px;
    margin-top: -10px;
    border-top: 1px solid #CCC;
}

#arc-wp .arc .grp{
    border-bottom: 1px solid #CCC;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:start;
    
    padding: 2% 0;
    padding-top: 3%;
}

#arc-wp .arc .grp h4{
    width: 20%;
    font-weight: normal;
}

#arc-wp .arc .grp ul{
    width: 70%;
    display:flex;
flex-wrap:wrap;
justify-content:start;
align-items:center;
}

#arc-wp .arc .grp ul li{
    width: 16%;
    font-size: 15px;
    margin-bottom: 3%;
}




/*動画*/
.vtr {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 5px;
}

.vtr iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


    
    
    

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　お知らせ

–––––––––––––––––––––––––––––––––––––––––––––––––– */


#p-info{}


#p-info #vis{
    background: url(../_latest/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 35px;
}


#p-info #sec1{ padding-bottom: 0;}

#p-info #sec1 .left-lead{
    width: 100%;
    margin-bottom: 0;
}

#p-info #sec1 .left-lead .m40{
    font-size: 24px;
}


#p-info #sec1 .right-photo{
    width: 100%;
    margin-bottom: 65px;
}

#p-info #sec1 .right-photo img{ width: 100%;}
#p-info #sec1 .right-photo .date{ text-align: right; padding-top: 0px;}


#p-info #sec1 .colum{
    padding: 5%;
    padding-top: 5%;
    margin-bottom: 7%;
}

#p-info #sec1 .colum .date-tit{
    font-size: 18px;
    letter-spacing: 3px;
}


#p-info #sec1 .colum .date-tit:before {
    content:  "";
    width:  5%;
    height:  2px;
    display:  inline-block;
    background-color: #ff6699;
	
	position: absolute;
    top: 50%;
	left: 36%;
} 

#p-info #sec1 .colum .date-tit:after {
    content:  "";
    width:  5%;
    height:  2px;
    display:  inline-block;
    background-color: #ff6699;
	
	position: absolute;
    top: 50%;
	right: 36%;
} 




#p-info #sec1 .colum .date{
    font-size: 30px;
	font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    line-height: 100%;
    margin-bottom: 30px;
}


#p-info #sec1 .colum .kiji-tit{
    font-size: 20px;
    margin-bottom: 5px;
    display:flex;
    display: block;
flex-wrap:wrap;
justify-content:space-between;
    
}

#p-info #sec1 .colum .kiji-tit dt{
    width: 10%;
    letter-spacing: 1px;
    font-weight: normal;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    text-align: center;
        font-family: athelas, serif;
	font-weight: 400;
	font-style: italic;
    height:30px;
    line-height: 30px;
    display: none;
}

#p-info #sec1 .colum .kiji-tit dd{
    width: 100%;
    padding-left: 0%;
    line-height:150%;
}

#p-info #sec1 .colum .kiji-tit dd h4{
    font-weight: normal;
    letter-spacing: 1px;
}



#p-info #sec1 .colum .honbun{
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 30px;
}


#p-info #sec1 .colum .mainp{
    margin-bottom: 3%;
}

#p-info #sec1 .colum .mainp img{ width: 100%; height: auto;}

#p-info #sec1 .colum .subp{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
}

#p-info .subp li{
    width: 48.5%;
    margin-bottom: 3%;
}


#p-info .subp li img{ width: 100%; height: auto;}

    
    
    

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　イベント

–––––––––––––––––––––––––––––––––––––––––––––––––– */


#p-event{}

#p-event #en-tit-wp{
    margin-bottom: 0;
    }

#p-event #en-tit-wp h4{
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

#en-tit-wp .chui{
    font-size: 14px;
    letter-spacing:0px;
    line-height: 150%;
    width: 100%;
    margin: 0;
    margin-top: 40px;
}

#en-tit-wp .chui br{ display: none;}

#p-event #sec1{ padding-bottom: 0;}


#p-event #vis{
    background: url(../_event/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 70px;
}


#p-event .colum{
    position: relative;
    padding-top: 60px;
    padding: 5%;
    margin-top: 50px;
}

#p-event .colum .tit{
    width: 100%;
    font-style: italic;
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
    position: absolute;
    position: static;
    order:1;
}

#p-event .colum .tit dt{
    font-size: 12px;
    width: 20%;
    background: #000;
    color: #FFF;
    text-align: center;
    letter-spacing: 0px;
    height: 30px;
    line-height: 30px;
}

#p-event .colum .tit dd{
    font-size: 15px;
    width: 75%;
    line-height: 50px;
    font-weight: bold;
}

#p-event .colum .spec{
     width:100%;
    font-size: 24px;
    order:2;
}

#p-event .colum .spec h3{
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    font-size: 20px;
    font-weight: normal;
    padding: 3% 0 3% 0;
    line-height: 130%;
    margin-bottom: 10px;
}

#p-event .colum .spec dl{}

#p-event .colum .spec dl .grp{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
    padding: 2.5% 0;
}

#p-event .colum .spec dl dt{
    font-size: 13px;
    width: 15%;
    height: 30px;
    line-height: 28px;
    border: 1px solid #CCC;
    text-align: center;
}

#p-event .colum .spec dl dd{
    font-size: 15px;
    width: 80%;
    line-height: 130%;
}




#p-event .colum .flyer-wp{
       background: #f7f7f6;
    padding: 7%;
     width:100%;
    margin-top: 20px;
    order:3;}

#p-event .colum .flyer{
	width: 100%;
    padding-top: 100%;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
opacity:1;
transition: all 0.3s;}


#p-event .colum .flyer:hover{opacity:0.7;}



#p-event .colum .flyer img{
    width: 100%;
    height: 100%;
}



#p-event #arc-wp{
    margin-top: 70px;
}

    
    
    
 

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　牡丹会館

–––––––––––––––––––––––––––––––––––––––––––––––––– */

#p-kaikan #vis{
    background: url(../kaikan/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 35px;
}

#p-kaikan #sec1{ padding-bottom: 0;}

#p-kaikan #tenji{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-top: 50px;
    clear: both;
    margin-bottom: 80px;
}


#p-kaikan #tenji li{
    width: 48%;
    margin-bottom: 3%;
}

#p-kaikan #tenji li figure{ margin-bottom: 5px;}

#p-kaikan #tenji li img{
    width: 100%;
    height: auto;
}


#p-kaikan #naiyo{
    font-size: 18px;
    letter-spacing: 1px;
}

#p-kaikan #naiyo li{
    margin-bottom: 10px;
}

#p-kaikan #naiyo li span{
    font-size: 12px;
    letter-spacing: 0px;
}

#p-kaikan #sec1 h4{ 
    font-size: 24px; 
    margin-bottom: 30px; 
    margin-top: 50px;
    font-weight: normal; 
    letter-spacing: 3px;}
    
    
    
    
#p-kaikan #sec1 h5{ font-size: 18px; margin-bottom: 10px; letter-spacing: 6px;}

#p-kaikan #sec1 .whitebox1050 .m24{ 
    font-size: 16px; 
    letter-spacing: 0;
    margin-top: 5px;
  
    }



#p-kaikan .to-bt{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

#p-kaikan .to-bt li{
    width: 48%;
}

#p-kaikan .to-bt li a{
    display: block;
    background: #333;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0px;
    border-radius: 10px;
}

#p-kaikan .to-bt li a:hover{ background: #e6578d;}


   


/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　近隣の観光地

–––––––––––––––––––––––––––––––––––––––––––––––––– */

#p-spot #vis{
    background: url(../spot/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 35px;
}

#p-spot #sec1{
    padding-bottom: 0;
}

#p-spot #sec1 .m40{
    text-align: center;
    position: relative;
}

#p-spot #sec1 .m40:before {
    content:  "";
    width:  20%;
    height:  1px;
    display:  inline-block;
    background-color: #333;
	
	position: absolute;
    top: 50%;
	left: 0;
} 

#p-spot #sec1 .m40:after {
    content:  "";
    width:  20%;
    height:  1px;
    display:  inline-block;
    background-color: #333;
	
	position: absolute;
    top: 50%;
	right: 0;
} 


#p-spot #spotlist{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

#p-spot #spotlist li{
    width: 48%;
    margin-bottom: 5%;
    letter-spacing: 1px;
}

#p-spot #spotlist li img{
    width: 100%; height: auto;
    transition: all 0.3s;
}

#p-spot #spotlist li img:hover{
     opacity:0.7;
}

#p-spot #spotlist li figcaption{
    font-size: 16px;
    letter-spacing: 3px;
    margin: 5px 0 3px 0;
}

#p-spot #spotlist li .url{
    font-size: 9px; 
    letter-spacing: 1px;
    margin-bottom: 5px;
    line-height: 130%;
    word-wrap: break-word;
}

    
#p-spot #spotlist li .tex{
    font-size: 12px;
    line-height: 160%;
    }    
    
    
#p-spot #mymap iframe{
    width: 100%;
    height: 600px;
    border: none;
}



#p-spot #spotlist.hotel{
    margin-bottom: 70px;
}


#p-spot #spotlist.hotel figcaption{
    line-height: 130%;
    letter-spacing: 1px;
}
    
#p-spot #spotlist.hotel figcaption br{ display: none;}

#p-spot #spotlist.hotel li{
    width: 100%;
    margin-bottom: 3%;
    letter-spacing: 1px;
}
 
    
    
    
    

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　栽　培

–––––––––––––––––––––––––––––––––––––––––––––––––– */


#p-saibai #vis{
    background: url(../saibai/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 70px;
}


#p-saibai h3{
    text-align: center;
    position: relative;
}

#p-saibai h3:before {
    content:  "";
    width:  30%;
    height:  1px;
    display:  inline-block;
    background-color: #333;
	
	position: absolute;
    top: 50%;
	left: 0;
} 

#p-saibai h3:after {
    content:  "";
    width:  30%;
    height:  1px;
    display:  inline-block;
    background-color: #333;
	
	position: absolute;
    top: 50%;
	right: 0;
} 

    
    
#p-saibai #tit1:before {
    width:  10%;
} 
#p-saibai #tit1:after {
    width:  10%;
} 


#p-saibai figcaption{
    font-size: 17px;
    letter-spacing:0px;
    margin-bottom: 10px;

}


#p-saibai figure{ margin-bottom: 30px;}

#p-saibai figure#sche-niwa{ margin-bottom:0px;}



#p-saibai .saibai-dl{
    width: 100%;
    font-size: 16px;
    border-top: 1px solid #CCC;
}

#p-saibai .saibai-dl .grp{
    border-bottom: 1px solid #CCC;
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
    padding: 3% 0;
}

#p-saibai .saibai-dl dt{
    width: 100%;
    font-size: 16px;
    padding: 0;
    line-height: 170%;
    font-weight: bold;
}

#p-saibai .saibai-dl dt span{font-size: 15px;}

#p-saibai .saibai-dl dd{
    width: 100%;
    padding: 0;
    line-height: 150%;
    font-size: 14px;
}


#p-saibai #hiryo{
    border-collapse:collapse;
}

#p-saibai #hiryo th{
    background: #333;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: normal;
    padding: 2%;
    width: 30%;
}

#p-saibai #hiryo td{
     padding: 2% 2.5%;
    padding-left: 0;
    font-size: 11px;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: top;
}

    #p-saibai #hiryo td br{ display: none;}
    
#p-saibai #hiryo tr{
    border-bottom: 1px solid #CCC;
}


#p-saibai #hiryo .name{
    font-size: 14px;
    margin-bottom: 10px;
}

#p-saibai #hiryo .name span{
    font-size: 14px;
    color: #e6578d;
    letter-spacing: 0;
    padding-left: 11px;
}

#p-saibai #hiryo .note{ font-size: 11px; letter-spacing: 0; line-height: 150%;}




/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　近隣の観光地

–––––––––––––––––––––––––––––––––––––––––––––––––– */

#p-spot #vis{
    background: url(../spot/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 35px;
}

#p-spot #sec1{
    padding-bottom: 0;
}

#p-spot #sec1 .m40{
    text-align: center;
    position: relative;
}
    
#p-spot #sec1 #tit-kanko:before {
    width:  18%;
} 
 
#p-spot #sec1 #tit-kanko:after {
    width:  18%;
}    
    
    
    

#p-spot #sec1 .m40:before {
    content:  "";
    width:  30%;
    height:  1px;
    display:  inline-block;
    background-color: #333;
	
	position: absolute;
    top: 50%;
	left: 0;
} 

#p-spot #sec1 .m40:after {
    content:  "";
    width:  30%;
    height:  1px;
    display:  inline-block;
    background-color: #333;
	
	position: absolute;
    top: 50%;
	right: 0;
} 


#p-spot #spotlist{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

#p-spot #spotlist li{
    width: 48%;
    margin-bottom: 5%;
    letter-spacing: 0px;
}

#p-spot #spotlist li img{
    width: 100%; height: auto;
    transition: all 0.3s;
}

#p-spot #spotlist li img:hover{
     opacity:0.7;
}

#p-spot #spotlist li figcaption{
    font-size: 16px;
    letter-spacing: 0px;
    margin: 5px 0 0px 0;
}

#p-spot #spotlist li .url{
    font-size: 9px; 
    letter-spacing: 0px;
    margin-bottom: 10px;
}

#p-spot #mymap iframe{
    width: 100%;
    height: 600px;
    border: none;
}



#p-spot #spotlist.hotel{
    margin-bottom: 70px;
}


#p-spot #spotlist.hotel figcaption{
    line-height: 130%;
    font-size: 16px;
    letter-spacing: 0;
}

#p-spot #spotlist.hotel li{
    width: 100%;
    margin-bottom: 1%;
    letter-spacing: 1px;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フラワーセンター

–––––––––––––––––––––––––––––––––––––––––––––––––– */




#p-center #vis{
    background: url(../center/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 70px;
}


#p-center #eigyo{
    font-size: 16px;
    margin-top: 30px;
}

#p-center #eigyo .grp{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
    margin-bottom: 3%;
}

#p-center #eigyo dt{
    width: 25%;
    line-height: 40px;
    height: 40px;
    background: #FFF;
    text-align: center;
}

#p-center #eigyo dd{
    width: 70%;
    line-height: 130%;
}

#p-center #eigyo dd .note{ font-size: 14px;}


#p-center #eigyo .toi{
align-items:start;}

#p-center #eigyo .toi dd{
    font-size: 16px;
    line-height: 180%;
}







#p-center #sec1 #sell{
    font-size: 14px;
    border-top: 1px solid #CCC;
    margin-top: 20px;
    margin-top: 0;
    line-height: 150%;
    width: 100%;
    
}

#p-center #sec1 #sell .grp{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
    border-bottom: 1px solid #CCC;
    padding: 1% 0;
}

#p-center #sec1 #sell dt{
    width: 10%;
}

#p-center #sec1 #sell dd{
    width: 90%;
    text-align: left;
}

#p-center .sig{
    font-size: 16px;
    line-height: 180%;
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
    margin-top: 50px;
}

#p-center .sig .tit-wp{
    font-size: 18px;
    width: 100%;
}

#p-center .sig .tit{
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    letter-spacing: 0;
}
    
#p-center .sig .tit br{ display: none;}

#p-center .sig .detail{
    width: 100%;
}

#p-center .sig .name{
    font-size: 13px;
    margin-bottom: -10px;
    margin-top: 20px;
    line-height: 150%;
    }
#p-center .sig .name span{ display: block;}

#p-center .sig .tel{
    margin-top: 10px;
    margin-bottom:-5px;
    display:flex;
flex-wrap:wrap;
justify-content:start;
}

#p-center .sig .tel dt{
    font-size: 13px;
}

#p-center .sig .tel dd{ padding-left: 1em;}

#p-center .sig .mail{
    font-size: 13px;
    }



#p-center #sec2 .colum{}

#p-center #sec2 .colum .tit{
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#p-center #sec2 .colum .tit h4{
    font-size: 20px;
    font-weight: normal;
    width: 60%;
    width: 100%;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

#p-center #sec2 .colum .tit dl{
    width: 40%;
    width: 100%;
    font-size: 13px;
    display:flex;
flex-wrap:wrap;
justify-content:start;
}

#p-center #sec2 .colum .tit dt{
    font-size: 13px;
    width: 70px;
    height: 24px;
     line-height: 20px;
}

#p-center #sec2 .colum .tit dd{
    font-size: 13px;
    padding-left: 13px;
    width: auto;
     line-height: 24px;
}


#p-center #sec2 .colum .lbox{
    width: 100%;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 150%;
    margin-bottom: 15px;
}

#p-center #sec2 .colum .lbox h5{
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


#p-center #sec2 .colum .lbox .spec{}

#p-center #sec2 .colum .lbox .spec .grp{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
    padding: 1% 0;
}

#p-center #sec2 .colum .lbox .spec dt{
    width: 20%;
    line-height: 22px;
    height: 24px;
    font-size: 12px;
}

#p-center #sec2 .colum .lbox .spec dd{
    line-height: 32px;
    width: 75%;
    font-size: 12px;
}



#p-center #sec2 .colum .rbox{
    width: 100%;
}



#p-center #sec2 .colum #dish{
    width: 100%;
}

#p-center #sec2 .colum #dish dl{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

#p-center #sec2 .colum #dish dl .grp{
    width: 100%;
}

#p-center #sec2 .colum #dish dt{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 1px;
}
#p-center #sec2 .colum #dish dd{
    font-size: 12px;
}


#p-center #sec2 .colum #dish .dish-tit{
    text-align: center;
    position: relative;
    border: none;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 6px;
    margin-top: 40px;
}


#p-center #sec2 .colum #dish .dish-tit:before {
    content:  "";
    width:  40%;
    height:  1px;
    display:  inline-block;
    background-color: #333;
	
	position: absolute;
    top: 50%;
	left: 0;
} 

#p-center #sec2 .colum #dish .dish-tit:after {
    content:  "";
    width:  40%;
    height:  1px;
    display:  inline-block;
    background-color: #333;
	
	position: absolute;
    top: 50%;
	right: 0;
} 


#p-center #sec3{
    padding-bottom:0;
    padding-top: 0;
}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　牡丹図鑑

–––––––––––––––––––––––––––––––––––––––––––––––––– */

#p-zukan #vis{
    background: url(../zukan/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 35px;
}


#p-zukan .tit-wp{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
    margin-bottom: 50px;
}

#p-zukan .tit-wp .pager{ margin-top: -40px;}


#p-zukan .tit-wp h3{
    letter-spacing: 0;
    line-height: 100%;
    margin-bottom: 70px;
}

#p-zukan .tit-wp h3 span{ font-size: 13px;}

#p-zukan h4{
    font-size: 20px;
    text-align: center;
    position: relative;
    font-weight: normal;
    margin-bottom: 50px;
}


#p-zukan h4:before {
    width:  30%;
} 

#p-zukan h4:after {
    width:  30%;
} 





#p-zukan .pager{
    width: 100%;
}

#p-zukan .pager li{
    width: 31%;
}

#p-zukan .pager li a{
    display: block;
    background: #FFF;
    text-align: center;
    color: #000;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
}

#p-zukan .pager li a:hover{
    background: #000;
    color: #FFF;
}


#p-zukan .f-list{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

#p-zukan .f-list li{
    width: 100%;
    background: #FFF;
    padding:5%;
    margin-bottom: 5%;
}

#p-zukan .f-list li figure{
    margin-bottom: 10px;
}

#p-zukan .f-list li figure img{
    width: 100%; height: auto;
}

#p-zukan .f-list li figcaption{
    font-size: 20px;
    letter-spacing: 6px;
}

#p-zukan .f-list li figcaption span{
    font-size: 14px;
    letter-spacing: 0px;
    padding-left: 10px;
}


#p-zukan .endbox{
    border-top: 1px solid #000;
    margin-top: 5px;
    padding-top: 20px;
}

#p-zukan .endbox .pager{
    margin: 0 auto;
}

    

    

	
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　個人情報保護方針

–––––––––––––––––––––––––––––––––––––––––––––––––– */

#p-privacy #vis{
    background: url(../contact/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 35px;
}


#p-privacy #sec1 ul li{
	border-bottom: 1px solid #CCC;
	padding: 25px 0;
}

#p-privacy #sec1 h3{
	font-size: 25px;
	letter-spacing: 3px;
	line-height: 150%;
	margin-bottom: 5px;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	margin-top: 20px;
}





#p-privacy #sec1 dl { 
  display: block;
}


#p-privacy #sec1 dl dt{width:100%;}

#p-privacy #sec1 dl dd{width:100%;}



#p-privacy #sec1 .honbun{
	font-size: 12px;
	line-height: 180%;
}


#p-privacy #sec1 .date{
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	letter-spacing: 0px;
	color: #000;
	display: inline-block;
	border-bottom: 3px solid #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
}


#p-privacy #sec1 .date span{
	font-family: clarendon-urw, serif;
	margin-right: 30px;
}

	
/*追加分*/

#p-privacy #sec1 #intro{
	font-size: 14px;
	line-height: 180%;
	padding-bottom: 20px;
}

#p-privacy #sec1 #sig{
	margin-top: 15px;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 1px;}
	
	
    
    
   
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　問い合わせ

–––––––––––––––––––––––––––––––––––––––––––––––––– */ 
    
#p-inq #vis{
    background: url(../contact/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 35px;
}



#p-inq #sec1{ padding-bottom: 0;}    
    
    

#p-inq #sec1 #spec{
    width: 100%;
}


#p-inq #sec1 #spec .lead2{
    font-size: 14px;
    margin-bottom: 25px;
}

#p-inq #sec1 #spec .name{
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}


#p-inq #sec1 #spec .address{
    font-size: 15px;
    margin-bottom: 0px;
}

#p-inq #sec1 #spec .tel{
    font-size: 15px;
}
  
    
    
    
    


/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　スタッフブログ

–––––––––––––––––––––––––––––––––––––––––––––––––– */

#p-blog #vis{
    background: url(../_blog/img/vis.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 70px;
}

#p-blog #inner-wp{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
    width: 96%;
}

#p-blog #lbox{
    width: 100%;
    

}

#p-blog #lbox .colum{
    padding: 5%;
    background: #FFF;
    margin-bottom: 30px;
}

#p-blog #lbox .colum .date-tit{
    text-align: center;
    font-size: 15px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}


#p-blog #lbox .colum .date-tit:before {
    content:  "";
    width:  30px;
    height:  2px;
    display:  inline-block;
    background-color: #ff6699;
	
	position: absolute;
    top: 50%;
	left:50%;
    margin-left: -70px;
} 

#p-blog #lbox .colum .date-tit:after {
    content:  "";
    width:  30px;
    height:  2px;
    display:  inline-block;
    background-color: #ff6699;
	
	position: absolute;
    top: 50%;
	right: 50%;
    margin-right: -70px;
} 






#p-blog #lbox .colum .date{
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

#p-blog #lbox .colum .cat{
    font-size: 12px;
    line-height: 25px;
    padding: 0 15px;
    margin-bottom: 5px;
}

#p-blog #lbox .colum h3{
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 130%;
}


#p-blog #lbox .colum .main-photo{
    margin-bottom: 15px;
}

#p-blog #lbox .colum .main-photo img{
    width: 100%;
    height: auto;
}

#p-blog #lbox .colum .honbun{
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 1px;
}

#p-blog #lbox .colum .honbun img{
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}


#p-blog #rbox{
    width: 96%;
    margin: 0 auto;
}

#p-blog #rbox .tit{
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 50px;
}

#p-blog #rbox .tit .en{
    
}

#p-blog #rbox .tit h3{
    font-weight: normal;
    margin-top: 10px;
}


#p-blog #rbox .tit h3:after {
    content:  "";
    width:  20px;
    height:  2px;
    display: block;
    background-color: #e6578d;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
} 


/*カテゴリー一覧*/
#p-blog #rbox #cat{
    font-size: 18px;
    letter-spacing: 3px;
    border-top: 1px solid #999;
}

#p-blog #rbox #cat li{
    border-bottom: 1px solid #999;
}

#p-blog #rbox #cat li a{
    line-height: 60px;
    display: block;
    text-align: center;
}


/*最近の記事*/
#p-blog #rbox #latest{
    border-bottom: 1px solid #999;
    
display:flex;
flex-wrap:wrap;
justify-content:space-between;}

#p-blog #rbox #latest li{
    margin-bottom: 15px;
    width: 48%;
}

#p-blog #rbox #latest .cat-tex{
    font-size: 12px;
    background-color: #FFF;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    z-index: 9999999;
}

#p-blog #rbox #latest .date{
    font-size: 16px;
    font-family: athelas, serif;
	font-weight: 400;
	font-style: italic;
    margin: 5px 0 0px 0;
    letter-spacing: 1px;
3}

#p-blog #rbox #latest .photo{
    padding-top: 60%;
    background-size: cover;
    margin-top: -30px;
}

#p-blog #rbox #latest h4{
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
}




#p-blog #rbox  .arc{
    font-size: 18px;
}

#p-blog #rbox  .arc .grp{
    margin-bottom: 35px;
}


#p-blog #rbox  .arc h4{
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: normal;
     margin-bottom: 5px;
}

#p-blog #rbox  .arc ul{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
   
}


#p-blog #rbox  .arc ul li{
    width: 15%;
    font-size: 13px;
    margin-bottom: 2%;
}

#p-blog #rbox  .arc ul li.emp{
	    height: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;}




#p-blog #rbox  .arc ul li a{
    display: block;
    background: #000;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    border-radius: 7px;
}











/*ブログアーカイブのページネイション*/
.wp-pagenavi{
/*    text-align: center;
	background:#FFF;
	padding:20px;*/
}


.wp-pagenavi .page,
.wp-pagenavi .current{
    background: #f3f3f3;
    background: #e4e1da;
	display: inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
    border-radius:5px;
	font-size:18px;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	color: #666;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
	margin: 0 2px;
}

.wp-pagenavi a:hover {
	background: #CCC;
	color:#333;}

.wp-pagenavi .current{
    background: #333;
    color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	background: #f3f3f3;
    background: #e4e1da;
	display: inline-block;
	width:80px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:5px;
	font-size:18px;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	color: #666;
	margin: 0 2px;
}





/*ブログアーカイブのページネイション*/
.pagination{
}


a.page-numbers,
.pagination .current{
    background: #fff;
    text-decoration: none;
    display: inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
    border-radius:5px;
	font-size:18px;
    margin-right: 2px;
}

.pagination .current{
    background: #000;
    color: #fff;
}


.pagination a:hover {
	background: #CCC;
	color:#333;}



.pagination .next,
.pagination .prev{
    width: 80px;
}





#p-blog #lbox #pager{
	width:100%;
	background:#FFF;
	padding:20px;}


#p-blog #lbox #pager{ 
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;}



#p-blog #lbox #pager a{ 
    color:#333; 
    border-bottom:2px solid #333;}

#p-blog #lbox #pager a:hover{ 
    color:#e6578d; 
    border-bottom:2px solid #e6578d;}



    
    
    
    
    
    
    
    
    



/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　ホーム

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-home #vis{
    background-size: cover;
    margin-bottom: 0px;
    position: relative;
}


#p-home #vis .cons{
    height: 750px;
    height: 500px;
    position: relative;
}


#p-home #vis h2{
    border-left:none;
    border-right:none;
    padding: 0;
    width: 115px;
    margin-left: 3%;
}


#p-home #vis .lead{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 3px;
    line-height: 150%;
    writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
    position: absolute;
    right: 0;
    top: 30px;
    
}


    
    

#p-home #content{
    background: url(../_img/moyo-main.svg) no-repeat 120% -25%;
    padding-top: 35px;
}





#p-home #content h3{ 
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 3px;}


#p-home #content .bt{
    font-size: 14px;
    letter-spacing: 3px;
    
}

#p-home #content .bt a{
    border-bottom: 2px solid #ff6699;
    display: inline-block;
    padding-bottom: 7px;
}









#p-home #sec1{
    padding-bottom: 1px;
    position: relative;
}


#p-home #sec1 .whitebox1050{
    margin-bottom: -200px;
}


/*トップ　利用案内　みだし側*/
#p-home #sec1 .lbox{
    width: 100%;
}


#p-home #sec1 .lbox h3{
    font-size: 25px;
}

#p-home #sec1 .lbox .en{
    font-size: 16px;
    font-family: athelas, serif;
	font-weight: 400;
    letter-spacing: 0px;
    margin: -15px 0 20px 0;
}



#p-home #sec1 .lbox .en:after {
    content:  "";
    width:  20px;
    height:  3px;
    background-color: #000;
    display: block;
    margin-top: 5px;
	

} 



#p-home #sec1 .lbox .lead{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 150%;
}

#p-home #sec1 .lbox .parking{
    font-size: 16px;
    margin-bottom: 55px;
    letter-spacing: 0;
    
}




/*トップ　利用案内　詳細側*/
#p-home #sec1 .rbox{
    width: 100%;
}

#p-home #sec1 #spec{
    font-size: 20px;
    font-size: 18px;
    
}

#p-home #sec1 #spec .grp{
    display:flex;
    display: block;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
 margin-bottom: 23px;
}


#p-home #sec1 #spec .grp#price{
    align-items: start;
}

#p-home #sec1 #spec dt{
    width: 100%;
    background: #FFF;
    text-align: center;
    line-height: 36px;
    height: 40px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

#p-home #sec1 #spec dd{
    width: 100%;
    line-height: 160%;
}

#p-home #sec1 #spec #dantai{ 
    font-size: 16px;
    margin-top: 5px;
}

#p-home #sec1 #spec #dantai span{
    font-size: 14px;
}

#p-home #sec1 #spec #yuryu{ margin-bottom: 3px; margin-top: -5px;}


#p-home #sec1 #pet{
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 15px 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

#p-home #sec1 #pet dt{
    width: 100%;
    font-size: 15px;
}

#p-home #sec1 #pet dd{
    width: 100%;
    font-size: 12px;
    line-height: 150%;
}
    
    
#p-home #sec1 .bt{
    position: static;
    width: 100%;
    font-size: 12px;
    margin-top: 0px;
    
}


#p-home #sec1 .bt a{
    border-bottom: none;
    text-align: center;
    background: #b1a68d;
    color: #FFF;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    transition: all 0.3s;
}  
    
    
    
    



/* トップ　SEC2　開花情報
----------------------------------------------------*/

#p-home #sec2{
    padding-top: 280px;
    padding-bottom: 180px;
    background: url(../_img/bk-kaika.jpg) no-repeat 50% 10% #e3ded3;
}


#p-home #sec2 .tit{
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

#p-home #sec2 .tit h3{
    margin-bottom: 7px;
    font-size: 25px;
}
#p-home #sec2 .tit .date{
    font-size: 20px;
    font-family: athelas, serif;
	font-weight: 400;
    position: relative;
}


#p-home #sec2 .tit .date:before {
    content:  "";
    width:  50px;
    height:  1px;
    display:  inline-block;
    background-color: #999;
	position: absolute;
    top: 50%;
	left:50%;
    margin-left: -130px;
} 

#p-home #sec2 .tit .date:after {
    content:  "";
    width:  50px;
    height:  1px;
    display:  inline-block;
    background-color: #999;
	position: absolute;
    top: 50%;
	right: 50%;
    margin-right:  -130px;
} 

    
#p-home #sec2 .bt{
    position: static;
    width: 100%;
    font-size: 12px;
    margin-top: 0px;
    
}


#p-home #sec2 .bt a{
    border-bottom: none;
    text-align: center;
    background: #b1a68d;
    color: #FFF;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    transition: all 0.3s;
}  

    
    
    
    
    

#p-home #sec2 .photo{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
}

#p-home #sec2 .photo li{
    width: 100%;
    margin-bottom: 10px;
}


#p-home #sec2 .photo p{
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: 50% 50%;
    transition: all 0.3s;
}

#p-home #sec2 .photo p:hover{
         opacity:0.8;
    background-size: 110%;
}




/* トップ　SEC3　ブログ　お知らせ
----------------------------------------------------*/


#p-home #sec3{
    padding-bottom: 0;
    padding-top: 1px;
}


#p-home #sec3 .tit{
    padding-left: 15px;
    border-left: 3px solid #000;
    margin-bottom: 10px;
}

#p-home #sec3 h3{
    font-size: 24px;
    margin-bottom: 3px;
}

#p-home #sec3 .en{
    font-size: 15px;
    font-family: athelas, serif;
	font-weight: 400;
    letter-spacing: 3px;
}


#p-home #sec3 .inner{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom: 75px;
}

#p-home #sec3 .inner .lbox{
    width: 100%;
    border-left: 1px solid #CCC;
    border-left:none;
    padding: 0 3%;
    padding: 0%;
    padding-bottom:0px;
    position: relative;
    margin-bottom: 50px;
}


#p-home #sec3 .inner .lbox dl{
    font-size: 16px;
    border-top: 1px solid #CCC;
}

#p-home #sec3 .inner .lbox .grp{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
    border-bottom: 1px solid #CCC;
    padding: 3% 0;
}

#p-home #sec3 .inner .lbox dt{
    width: 10%;
}

#p-home #sec3 .inner .lbox dd{
    width: 85%;
}


#p-home #sec3 .inner .rbox{
    width: 100%;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left:none;
    border-right:none;
    padding: 0 3%;
    padding: 0%;
    padding-bottom:0px;
    position: relative;
}


#p-home #sec3 .inner .rbox dl{}
    
    
    #p-home #sec3 .inner .rbox .grp{
        border-bottom: 1px solid #CCC;
        border-top: 1px solid #CCC;
        padding: 10px 0 5px 0;
    }    
    

#p-home #sec3 .inner .rbox dt{
    font-size: 14px;
}

#p-home #sec3 .inner .rbox dd h4{
    font-size: 18px;
    font-weight: normal;
    margin: 3px 0 10px 0;
}

#p-home #sec3 .inner .rbox dd .tex{
    font-size: 13px;
}



#p-home #sec3 .inner .bt{
    position: absolute;
    position: static;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform:translate(0%, 0%);
    font-size: 12px;
    margin-top: 15px;
}


#p-home #sec3 .inner .bt a{
    border-bottom: none;
    text-align: center;
    background: #b1a68d;
    color: #FFF;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    transition: all 0.3s;
}

#p-home #sec3 .inner .bt a:hover{
    background: #9e8f6c;
}




#p-home #sec3 .busbt{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}


#p-home #sec3 .busbt a{
    border-bottom: none;
    text-align: center;
    background: #b1a68d;
    color: #FFF;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    transition: all 0.3s;
}

#p-home #sec3 .busbt a:hover{
    background: #9e8f6c;
}




#p-home #sec3 .inner .gmap{}

#p-home #sec3 .inner .gmap+.bt{
    position: static;
    bottom: 0;
    left: 50%;
    width: 50%;
    transform:translate(0%, 0%);
    margin: 0 auto;
    margin-top: 20px;
}



#p-home #sec3 #info{
    margin-top: -120px;
    margin-bottom: 50px;
}

    
    
#p-home #sec3 #info .bt{
    width: 100%;
    font-size: 12px;
    margin-top: 15px;
}


#p-home #sec3 #info .bt a{
    border-bottom: none;
    text-align: center;
    background: #b1a68d;
    color: #FFF;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    transition: all 0.3s;
}    
    
    
    
    
    
    
    
    

#p-home #sec3 #info .lbox{
    width: 240px;
}


#p-home #sec3 #info .lbox h3{
    font-size: 25px;
}

#p-home #sec3 #info .lbox .en{
    font-size: 16px;
    font-family: athelas, serif;
    letter-spacing: 0px;
    margin: -10px 0 20px 0;
}



#p-home #sec3 #info .lbox .en:after {
    content:  "";
    width:  20px;
    height:  3px;
    background-color: #000;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
	

} 

#p-home #sec3 #info .rbox{
    width: 73%;
    width: 100%;
    padding-left: 5%;
    padding-left: 0;
    border-left: 1px solid #CCC;
    border-left: none;
}


/*お知らせ*/
#p-home #sec3 #info #info-dl{
    font-size: 12px;
    letter-spacing: 0px;
}

#p-home #sec3 #info #info-dl .grp{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    padding-top: 10px;
    margin-bottom:10px;
    border-top: 1px solid #CCC;
}

#p-home #sec3 #info #info-dl .grp dt{
    width: 100%;
    font-size: 12px;
}

#p-home #sec3 #info #info-dl .grp dd{
    width: 100%;
    font-size: 14px;
}

#p-home #sec3 #info #info-dl .grp:last-child{
    margin-bottom:0px;
}

    
    
    
#p-home #sec3 .gmap iframe{
    width: 100%;
    height: 400px;
    } 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	




}


