@charset "UTF-8";
/*===*/



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

　　フォント

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


@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url("https://use.typekit.net/ssp8zba.css");


.min{font-family: 'Noto Serif JP', serif;}

.en{
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;}

.en-srf{
	font-family: athelas, serif;
	font-weight: 400;
	font-style: italic;}





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

　　基本

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


html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,dl,dt,dd,table,figure,figcaption{
	margin:0;
	padding:0;}
	
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:85%;
	line-height: 140%;
	color:#000;
	background:#efece5;
    background: url(../_img/hd-bk.jpg) no-repeat center top #efece5;
	}


img{ border:none; vertical-align:top;}

*{ box-sizing:border-box;}

.pcno{ display:none;}

ul li{ list-style: none;}


a{ transition: all 0.3s;}


html {
 overflow-y: scroll;
}

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

　　汎用クラス

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


.none{ display:none;}
  
.clear-hr{
  clear:both;
  visibility:hidden;
  height:0;
  margin:0;
  border:none;}
  
.clear{ clear:both;}


.sprite{ 
 text-indent:100%;
 white-space:nowrap;
 overflow:hidden;}


.w{ color:#FFF;}


.tex-center{ text-align:center;}
.tex-right{ text-align:right;}

.red{ color:#FF0000;}

.hvr-c a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


li.emp{
	    height: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;}

.sp-bot1{ margin-bottom: 1em;}




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

　　共通の細かいパーツ

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

/*基本ロールオーバー
----------------------------------------------------*/
a {text-decoration:none; outline:none;}
a:link {color:#333;}
a:visited {color:#333;}
a:hover {color:#e6578d;}
a:active {color:#e6578d;}



/*アップボタン
----------------------------------------------------*/
  
#up{
	display:block;
	list-style:none;
	margin: 0 0 0 0;
	position: fixed;
	bottom:20px;
	right:10px;
	z-index: 99998; 
	text-decoration: none;
	overflow: hidden;
	width:38px;
	height:60px;
	background: url(../img/up.png) no-repeat top center;
	background-size:38px auto;}  


#up a{
	display:block;
	width:100%;
	height:100%;}


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

　　基本枠の設定

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

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


.cons{ width:1150px; margin:0 auto;}


#content{
    background: url(../_img/moyo-main.svg) no-repeat 50% 0%;
    font-family: 'Noto Serif JP', serif;
    padding-bottom: 100px;
}


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









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

　ヘッダ

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

header{
    padding-top: 25px;
    padding-bottom: 26px;
/*    background: url(../_img/hd-bk.jpg) no-repeat center top;*/
}

header .cons{ position: relative;}


h1{ 
    text-align: center;
    margin-bottom: 40px;
}


/*ヘッダメニュー*/
#hd-nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    justify-content:start;
    align-items:center;
    border-right: 1px solid #999;
    font-family: 'Noto Serif JP', serif;
    
}

#hd-nav li{
    text-align: center;
    width: 12.5%;
    width: 11.5%;
    width: auto;
    height: 23px;
    line-height: 23px;
    border-left: 1px solid #999;
    font-size: 18px;
}

#hd-nav li{
    padding: 0 1.68%;
    padding: 0 1.63%;
}



/*ヘッダ サブメニュー*/
#hd-subnav{
    position: absolute;
    left: 0;
    top: 0;
}

#hd-subnav li{
    display: inline-block;
    margin-right: 2em;
}

#hd-subnav a{ line-height: 100%;}

#hd-subnav li:nth-child(1) a{
    background: url(../_img/icon1.png) no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
}

#hd-subnav li:nth-child(2) a{
    background: url(../_img/icon2.png) no-repeat left center;
    background-size: 18px;
    padding-left: 23px;
}


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

　メインビジュアル

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

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

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



#vis h2{
    color: #FFF;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    padding: 0 20px;
    white-space: nowrap;
    
  position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);
  /* marginで%を指定すると包含ブロックを基準に考えるがtranslateは自分自身を基準に考えてくれるので-50%でも問題ない */
}


#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: 100px;
    padding-top: 1px;
}




/*フッタロゴ*/
footer #logo-ft{ 
    text-align: center;
    margin-top: -24px;
    margin-bottom: 40px;
}


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

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;
}



/*フッタナビ*/
footer #abv-box .lbox #ftnav-tit{
    font-family: athelas, serif;
	font-weight: 400;
    font-size: 28px;
    margin-bottom: 35px;
    letter-spacing: 5px;
}

footer #abv-box .lbox #ftnav{
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

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

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: 450px;
}


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: 600px;
    font-style: normal;
    margin-bottom: 50px;
    font-family: 'Noto Serif JP', serif;
    
}


footer #bot-box address .name{
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

footer #bot-box address .place{
    font-size: 14px;
    margin-bottom: 7px;
}

footer #bot-box address .copy{
    font-family: athelas, serif;
    font-size: 16px;
}



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

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: 24%;
}

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





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

　　中ページ　共通設定

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


.left-lead{
    width: 580px;
    float: left;
}

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

.dark{ background: #e3ded3;}


#en-tit-wp{ 
    width: 1150px;
    margin: 0 auto;
    margin-bottom: 40px;
    
}



.en-tit{
    font-size: 24px;
    font-family: athelas, serif;
	font-weight: 400;
    display: inline-block;
    padding-bottom: 9px;
    border-bottom: 2px solid #e6578d;
    letter-spacing: 5px;
}

.m40{ 
    font-size: 40px; 
    font-weight: normal; 
    letter-spacing: 6px;
    line-height: 140%;
    margin-bottom: 35px;
    margin-top: -12px;
}

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


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


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

#sec1{ padding-top: 0;}


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


.whitebox1050 .main{
    width: 580px;
}

.whitebox1050 .photo{
    width: 420px;
}

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

　　当園について

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


#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: 1% 0;
}


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


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

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

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


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

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

#p-about #his dd .detail .thumb{
    float: right;
    width: 35%;
    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: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: normal;
}

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


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

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

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

#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: 70px;
}


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

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

#p-guide #sec1 #spec .grp{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;

 margin-bottom: 23px;
}


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

#p-guide #sec1 #spec dt{
    width: 20%;
    background: #FFF;
    text-align: center;
    line-height: 50px;
    height: 50px;
}

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


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

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

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


#p-guide #sec1 #pet{
    font-size: 18px;
    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: 20px;
    margin-bottom: 3px;
}

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



#p-guide #sec1 #shogai{
    font-size: 18px;
    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: 20px;
    margin-bottom: 3px;
}

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










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

#p-guide #sec1 #pickup-tit{
    font-size: 30px;
    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: 16px;
    letter-spacing: 1px;
    width: 23%;
    margin-bottom: 2%;
}

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


#p-guide #sec2 .lead{
    font-size: 24px;
    width: 500px;
    line-height: 150%;
    letter-spacing: 2px;
}

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

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

#p-guide #sec2 .entry{
    width: 560px;
    float: right;
}

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

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

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


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

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

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

#p-guide #sec2 .entry #dwl{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
    margin-bottom: 65px;
}
#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: 60px;
    background: #000;
    font-size: 18px;
    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;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
    width: 100%;
    margin-bottom: 30px;
}

#p-guide #sec2 #price-tit dt{
    width: 20%;
    
}

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


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


#p-guide #sec2 #price-tit dd .note{ margin-top: 5px; font-size: 0.9em; letter-spacing: 1px;}
#p-guide #sec2 #price-tit dd .note span{ color: #FF0000;}


#p-guide #sec2 #price{
    font-size: 18px;
    letter-spacing: 3px;
   border:1px solid #CCCCCC;
   border-collapse:collapse;
}

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

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




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


#p-guide #sec3 #meyasu{
    width: 560px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: -75px 0 30px auto;
}

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




#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: 48%;
    
}

#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: 50%;
    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: 70px;
}


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

#p-latest #sec1 .left-lead{
    width: 40%;
}

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


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

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


#p-latest #sec1 .colum{
    padding: 11%;
    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-family: athelas, serif;
	font-weight: 400;
	font-style: italic;
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    position: relative;
}


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

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




#p-latest #sec1 .colum .date{
    font-size: 60px;
    font-family: athelas, serif;
	font-weight: 400;
	font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    line-height: 100%;
    margin-bottom: 50px;
}


#p-latest #sec1 .colum .kiji-tit{
    font-size: 22px;
    margin-bottom: 30px;
    display:flex;
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;
}

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

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



#p-latest #sec1 .colum .honbun{
    font-size: 16px;
    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;
flex-wrap:wrap;
justify-content:space-between;
}

#arc-wp .arc-tit{
    width: 35%;
}

#arc-wp .arc-tit .en-srf{
    font-size: 34px;
    letter-spacing: 6px;
    margin-bottom: 10px;
}

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

#arc-wp .arc{
    width: 65%;
    font-size: 18px;
    margin-top: -10px;
}

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

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

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

#arc-wp .arc .grp ul li{
    width: 8%;
}




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

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







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

　　開花情報

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


#p-info{}


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


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

#p-info #sec1 .left-lead{
    width: 40%;
}

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


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

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


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

#p-info #sec1 .colum .date-tit{
    font-family: athelas, serif;
	font-weight: 400;
	font-style: italic;
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    position: relative;
}


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

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




#p-info #sec1 .colum .date{
    font-size: 60px;
    font-family: athelas, serif;
	font-weight: 400;
	font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    line-height: 100%;
    margin-bottom: 50px;
}


#p-info #sec1 .colum .kiji-tit{
    font-size: 22px;
    margin-bottom: 30px;
    display:flex;
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;
}

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

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



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


#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{}

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

#en-tit-wp .chui{
    font-size: 20px;
    letter-spacing:0px;
    line-height: 150%;
    width: 65%;
    margin: 0 0 0 auto;
    margin-top: -30px;
}


#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;
    margin-top: 115px;
}

#p-event .colum .tit{
width: 100%;
font-style: italic;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
position: absolute;
left: 0;
top: -26px;
}

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

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

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

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

#p-event .colum .spec dl{}

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

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

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




#p-event .colum .flyer-wp{
       background: #f7f7f6;
    padding: 3%;
     width:46%;
}

#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: 70px;
}

#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: 32%;
    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: 27px; margin-bottom: 30px; 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: 20px;}



#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: 60px;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 3px;
    border-radius: 10px;
}

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




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

　　栽　培

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




#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 figcaption{
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 100%;
    margin-bottom: 15px;

}


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

#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;
}

#p-saibai .saibai-dl dt{
    width: 40%;
    font-size: 20px;
    padding: 2% 1%;
    line-height: 170%;
}

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

#p-saibai .saibai-dl dd{
    width: 60%;
    padding: 2% 1%;
    line-height: 170%;
}


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

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

#p-saibai #hiryo td{
     padding: 2% 4%;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 2px;
    vertical-align: top;
}

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


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

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

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




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

　　近隣の観光地

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

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

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

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

#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: 31%;
    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: 20px;
    letter-spacing: 3px;
    margin: 13px 0 7px 0;
}

#p-spot #spotlist li .url{
    font-size: 11px; 
    letter-spacing: 2px;
    margin-bottom: 10px;
    overflow-wrap: break-word;   /* 推奨（現行標準） */
  word-break: break-word;      /* 補助 */
}

#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%;
}

#p-spot #spotlist.hotel li{
    width: 31%;
    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: 20px;
    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: 20%;
    line-height: 48px;
    height: 48px;
    background: #FFF;
    text-align: center;
}

#p-center #eigyo dd{
    width: 75%;
    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: 16px;
    border-top: 1px solid #CCC;
    margin-top: 20px;
    margin-top: 0;
    line-height: 150%;
    width: 65%;
    
}

#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: 80%;
    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: 24px;
    width: 20%;
}

#p-center .sig .tit{
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

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

#p-center .sig .name{}

#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: 30px;
}

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

#p-center .sig .mail{}



#p-center #sec2 .colum{}

#p-center #sec2 .colum .tit{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
    width: 100%;
    border-bottom: 1px solid #666;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

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

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

#p-center #sec2 .colum .tit dt{
    font-size: 18px;
    width: 90px;
    height: 34px;
     line-height: 30px;
    border: 1px solid #CCC;
    text-align: center;
}

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


#p-center #sec2 .colum .lbox{
    width: 55%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 150%;
}

#p-center #sec2 .colum .lbox h5{
    font-size: 18px;
    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: 30px;
    height: 32px;
    background: #000;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
}

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



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



#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: 30%;
}

#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: 70px;
}


#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%;
}

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

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


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

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





#p-zukan .pager{
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
    width: 450px;
}

#p-zukan .pager li{
    width: 140px;
}

#p-zukan .pager li a{
    display: block;
    background: #FFF;
    text-align: center;
    color: #000;
    line-height: 47px;
    height: 47px;
    font-size: 20px;
    transition: all 0.3s;
}

#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: 32%;
    background: #FFF;
    padding:1.5%;
    margin-bottom: 2%;
}

#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: 50px;
    padding-top: 30px;
}

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






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

　　ホーム

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


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


#p-home #vis h2{
    border-left:none;
    border-right:none;
    padding: 0;
}


#p-home #vis .lead{
    font-size: 32px;
    color: #FFF;
    letter-spacing: 6px;
    line-height: 180%;
    font-family: 'Noto Serif JP', serif;
    writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
    position: absolute;
    right: 0;
    top: 50px;
    
}



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





#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: 240px;
}


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

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



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

} 



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

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




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

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

#p-home #sec1 #spec .grp{
    display:flex;
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: 20%;
    background: #FFF;
    text-align: center;
    line-height: 46px;
    height: 50px;
    border: 1px solid #CCC;
}

#p-home #sec1 #spec dd{
    width: 70%;
    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;
    display:flex;
flex-wrap:wrap;
justify-content:space-between;
    margin-top: 50px;
}

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

#p-home #sec1 #pet dd{
    width: 70%;
    font-size: 13px;
}



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

#p-home #sec2{
    padding-top: 280px;
    padding-bottom: 230px;
    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: 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: absolute;
    top:20px;
    right: 0;
}



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

#p-home #sec2 .photo li{
    width: 48%;
    background-repeat: no-repeat;
    background-size: cover;
}


#p-home #sec2 .photo p{
    width: 100%;
    height: 310px;
    background-size: cover;
    background-size: 100%;
    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: 2px solid #000;
    margin-bottom: 20px;
}

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

#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: 50%;
    border-left: 1px solid #CCC;
    padding: 0 3%;
    padding-bottom: 80px;
    position: relative;
}


#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: 50%;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 0 3%;
    padding-bottom: 80px;
    position: relative;
}


#p-home #sec3 .inner .rbox dl{}

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

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

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



#p-home #sec3 .inner .bt{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 87%;
    transform:translate(-50%, 0%);
}


#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: 50%;
    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 .lbox{
    width: 240px;
}


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

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



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

} 

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


#p-home #sec3 #info #info-dl{
    font-size: 16px;
    letter-spacing: 1px;
}

#p-home #sec3 #info #info-dl .grp{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 20px;
}

#p-home #sec3 #info #info-dl .grp dt{
    width: 25%;
}

#p-home #sec3 #info #info-dl .grp dd{
    width: 75%;
}

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



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

　　お問い合わせ

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

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



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

#p-inq #en-tit-wp .chui{
    letter-spacing: 2px;
}



#p-inq .whitebox1050{
    overflow: hidden;
}

#p-inq h3 span{
    border-bottom: 3px solid #000;
    display: inline-block;
    padding-bottom: 10px;
}


#p-inq .lead{
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

#p-inq .kojin{
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 15px;
}

#p-inq .kojin a{
    color: #ff006e;
    text-decoration: underline;
}



/*フォームテーブル*/

#p-inq .formtab{ 
  width:670px;
    border-collapse:collapse;
    border-top: 1px solid #CCC;
}
  
  

  
  #p-inq .formtab th{ 
  text-align:left;
  font-size:1.2em;
  letter-spacing:3px;
  width:280px;
  vertical-align:top;
  padding-right:10px; 
  padding:15px 0;
font-weight: normal;
color: #000;}


#p-inq .formtab td{ width:365px; padding:15px 0;}
#p-inq .formtab td .texfld-nomal input{
  border: 0 none;
  border:1px solid #CCCCCC;
  padding:3px;}


#p-inq .formtab td textarea{
  border: 0 none;
  border:1px solid #CCCCCC;
  padding:3px;}


#p-inq .formtab tr{
    border-bottom: 1px solid #CCC;
}

#p-inq .kome{ font-size: 12px; color: #e4007f;}



#p-inq #survey-box,  
#p-inq #parsonal-box{
	padding:15px 0 15px 0;
	background:url(../img/line-dot.gif)  repeat-x left top;
	overflow:hidden;
	}


#p-inq #submit{ text-align:center;}


#p-inq #submit-box{
	background:url(../img/line-dot.gif) repeat-x left top;
	padding-top:30px;
	margin-bottom:20px;}
	
#p-inq #sslnote{ text-align:center; margin-bottom:100px;}	
#p-inq #sslnote li{
	display: inline-block;
	vertical-align:middle;
	margin-bottom:5px;}




#p-inq .inline{ display:inline;}

#p-inq #fam{ margin-bottom:5px;}

	
	
#p-inq #thanks-box{
	padding:50px 0 50px 0;
	background:url(../img/line-dot.gif)  repeat-x left top;
	text-align:center;
	margin-top:20px;
	}
	

#p-inq #thanks-box #fin1{ 
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 30px;
	line-height: 100%;
	margin-bottom: 20px;
}


#p-inq #thanks-box #fin2{ 
	font-size: 23px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 3px;
	line-height: 100%;
	margin-bottom: 20px;
}




#p-inq #submit-box{
	text-align: center;
}

#p-inq input#submit_button {
    padding: 15px 60px;
    font-size: 1.2em;
    background-color: #666;
    color: #fff;
    border-style: none;
	letter-spacing: 6px;
border-radius: 10px;
transition: all 0.3s;}


#p-inq input#submit_button:hover{
    background-color: #000;
cursor: pointer;}



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


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

#p-inq #sec1 #spec .name{
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}


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

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



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

　　プライバシーポリシー

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

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



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



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

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


#p-privacy #sec1 dl { 
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}


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

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



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


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


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


/*追加分*/

#p-privacy #sec1 #intro{
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	line-height: 180%;
	padding-bottom: 50px;
	border-bottom: 1px solid #CCC;
}

#p-privacy #sec1 #sig{
	text-align: right;
	margin-top: 30px;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	line-height: 180%;
	letter-spacing: 1px;
	
	
}






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

　　スタッフブログ

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

#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;
}

#p-blog #lbox{
    width: 840px;
    
}

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

#p-blog #lbox .colum .date-tit{
    text-align: center;
    font-size: 24px;
    font-family: athelas, serif;
	font-weight: 400;
	font-style: italic;
    letter-spacing: 10px;
    margin-bottom: 25px;
    position: relative;
}


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

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






#p-blog #lbox .colum .date{
    text-align: center;
    font-size: 60px;
    font-family: athelas, serif;
	font-weight: 400;
	font-style: italic;
    letter-spacing: 6px;
    margin-bottom: 30px;
}

#p-blog #lbox .colum .cat{
    font-size: 16px;
    background: #000;
    color: #FFF;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 25px;
}

#p-blog #lbox .colum h3{
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 25px;
    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: 16px;
    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: 270px;
}

#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: 40px;
} 


/*カテゴリー一覧*/
#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;
}


/*最近の記事*/
#p-blog #rbox #latest{
    border-bottom: 1px solid #999;
}

#p-blog #rbox #latest li{
    margin-bottom: 30px;
}

#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 3px 0;
    letter-spacing: 2px;
}

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

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




#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;}








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

　グローバルメニュー　関連

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

/*ハンバーガーメニュー
----------------------------------------------------*/
#nav-toggle {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 32px;
  cursor: pointer;
z-index: 1000;}

#nav-toggle{
	background: #FFF;
	width: 70px;
	height: 70px;
	padding-top: 20px;
}



#nav-toggle > div {
  position: relative;
  width: 36px;
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: 14px;}
#nav-toggle span:nth-child(3) {top: 28px;}
#nav-toggle:hover span:nth-child(1) {top: 4px;}
#nav-toggle:hover span:nth-child(3) {top: 23px;}

.open #nav-toggle span {background: #333;}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



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

#gloval-nav {
    background: url(../_img/nav-bk.png)  no-repeat 50% #efece5;
    background-size: 50%;
  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: 1150px;
	height: 100%;
	margin: 0 auto;
    padding-top: 115px;
	position: relative;
	
/*  display: flex;
  justify-content: center;
  align-items: center;*/

}


#gloval-nav{}

#gloval-nav nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

#gloval-nav nav .lbox{
    width: 350px;
}


#gloval-nav nav .rbox{
    width: 800px;
}


/*Gメニュー　ホーム*/
#gloval-nav nav .lbox #home{
    margin-top: 50px;
    color: #e6578d;
    margin-left: 7px;
}

#gloval-nav nav .lbox #home a{
    color: #e6578d;
    border-bottom: 2px solid #e6578d;
    display: inline-block;
    letter-spacing: 6px;
    padding-bottom: 10px;
    transition: all 0.3s;
}

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


/*Gメニュー　タイトル*/
#gloval-nav nav .rbox #menu-tit{
    font-size: 30px;
    margin-bottom: 50px;
    letter-spacing: 10px;
    font-family: 'Noto Serif JP', serif;
}


/*Gメニュー　メイン*/
#gloval-nav nav .rbox #gnav-main{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
#gloval-nav nav .rbox #gnav-main li{
    width: 33%;
    margin-bottom: 3%;
}

/*Gメニュー　サブ*/
#gloval-nav nav .rbox #gnav-sub{
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    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;
}



/*グローバルメニュー　動き
----------------------------------------------------*/


/* open */
.open {overflow: hidden;}

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





/*グローバルメイン*/
#gloval-nav .lbox {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

.open #gloval-nav .lbox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}




/*グローバルサブ１*/
#gloval-nav .rbox {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
	
}

.open #gloval-nav .rbox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
	transition-delay: 0.1s;
}



/*グローバルバナー*/
#gloval-nav #gnav-ban {
  opacity: 0;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
	
}

.open #gloval-nav #gnav-ban {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
	transition-delay: 0.2s;
}











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

　　アニメーション

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



.fdvis{
	transition:1.0s;
	opacity:0;
	margin-top:300px;
	padding-top: 300px;}


.fdvison{ 
  opacity: 1.0;
  transition-delay: 0.6s;
  margin-top:0px;
padding-top: 0px;}



/*.logo{
	transition:0.8s;
	opacity:0;
	margin-top:-69px; }

.logoon{ 
  opacity: 1.0;
  transition-delay: 0.5s;
  margin-top:0; }*/








.upper{
	transition:0.8s;
	opacity:1;
	margin-top:-69px; }

.upperon{ 
  opacity: 1.0;
  transition-delay: 0.5s;
  margin-top:0; }



.f-in{
	transition:1.0s;
	opacity:0;
	margin-left: -100px;
}


.f-inon{ 
  opacity: 1.0;
  transition-delay: 0.5s;
	margin-left:0px;
}










.intlogo{
	transition:2.0s;
	opacity:0;
	margin-top:0px;}


.intlogoon{ 
  opacity: 1.0;
  transition-delay: 0.4s;
  margin-top:0px;}




.fd{
	transition:1.0s;
	opacity:0;
	margin-top:50px;
padding-top: 50px;}


.fdon{ 
  opacity: 1.0;
  transition-delay: 0s;
  margin-top:0px;
padding-top: 0px;}













.lefty{
	transition:0.8s;
	opacity:0;
	margin-left:-25px;}


.leftyon{ 
  opacity: 1.0;
  transition-delay: 0.5s;
  margin-left:0px;}


.righty{
	transition:0.8s;
	opacity:0;
	margin-right:-39px;}

.rightyon{ 
  opacity: 1.0;
  transition-delay: 0.5s;
	margin-right:0px !important;}






.opc1{
	transition:1.0s;
	opacity:0;
	margin-top:200px;}


.opc1on{ 
  opacity: 1.0;
  transition-delay: 0.5s;
  margin-top:0px;}


.opc2{
	transition:0.8s;
	opacity:0;
	margin-top:200px;}


.opc2on{ 
  opacity: 1.0;
  transition-delay: 1s;
  margin-top:0px;}









@keyframes wmask-mo {
    0% {
        left: 0;
		width: 100%;
		opacity: 1.0;
    }
    100% {
        left: 1150px;
		opacity: 1.0;
    }
}


.wmask{
	position: relative;
	overflow: hidden;
	
	
}


.wmaskon:after{
  position: absolute;
	left: 0;
	bottom:0;
	content: '';
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
 animation: wmask-mo 1.0s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
}





  

  
@keyframes mask_fadeIn {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  45% {
    transform: none;
    transform-origin: 0 0;
  }
  50% {
    transform: none;
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}


.is-fadeIn {
  position: relative;
  overflow: hidden;
}

.is-fadeIn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  background: #222;
  transform: scaleX(0);
  animation: mask_fadeIn 1.0s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  opacity: 1.0;
  
}






@keyframes mask_fadeIn2 {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  45% {
    transform: none;
    transform-origin: 0 0;
  }
  50% {
    transform: none;
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}

.is-fadeIn2 {
  position: relative;
  overflow: hidden;
}

.is-fadeIn2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  background: #222;
  transform: scaleX(0);
  animation: mask_fadeIn 1.0s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  opacity: 1.0;}




@keyframes w_fadeIn {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  45% {
    transform: none;
    transform-origin: 0 0;
  }
  50% {
    transform: none;
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}

.is-w_fadeIn {
  position: relative;
  overflow: hidden;
}

.is-w_fadeIn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  background: #FFF;
  transform: scaleX(0);
  animation: w_fadeIn 1.0s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  opacity: 1.0;}
