@charset "utf-8";

/*************************************************
			default
*************************************************/
body {margin: 0px;padding: 0px;font-size:16px;color:#000;position: relative;height: 100%;background-color:#fff;letter-spacing: 0.04em;
			-webkit-text-size-adjust: none;/*iphoneの文字サイズの自動調整解除*/
			/*font-feature-settings : "palt";	fontの自動カーニング*/
			-webkit-font-smoothing: antialiased;	/*OSXでのフォントのレンダリング方法を調整*/
			font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
			/*font-family:TsukuCOldMinPr6-L , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
			-webkit-font-feature-settings: 'palt' 1;	/*fontの自動カーニング*/
			font-feature-settings: 'palt' 1;}			

/*
font-family:YakuHanMP, "Noto Serif JP", serif;font-weight:400;
font-family:YakuHanMP, "Noto Serif JP", serif;font-weight:500;
font-family:YakuHanMP,  "Noto Serif JP", serif;font-weight:600;
font-family:YakuHanJP, "Noto Sans JP", sans-serif;font-weight:400;
font-family:YakuHanJP, "Noto Sans JP", sans-serif;font-weight:600;
font-family:YakuHanJP, "Noto Sans JP", sans-serif;font-weight:700;
*/
/*font差し替え用*/
.fontL{font-family:YakuHanMP, "Noto Serif JP", serif;font-weight:400;}
.fontM{font-family:YakuHanMP, "Noto Serif JP", serif;font-weight:600;}
.fontB{font-family:YakuHanMP,  "Noto Serif JP", serif;font-weight:600;}

	/*google翻訳時 font差し替え用*/
	html.translated-ltr .fontL{font-family:serif;}
	html.translated-ltr .fontM{font-family:serif;font-weight: 400;}
	html.translated-ltr .fontB{font-family:serif;font-weight: 600;}

	/*google翻訳時 韓国語のfont差し替え用*/
	html.translated-ltr[lang="ko"] .fontM{font-family:serif;font-weight: 400;}
	html.translated-ltr[lang="ko"] .fontB{font-family:serif;font-weight: 600;}


.gotsfont{font-family:Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;letter-spacing: 0em;}


@font-face {
	font-display:swap;	/*フォントが利用可能となるまでの間、そのフォントが適用されているテキストには代替フォントが適用*/
	font-family: "centurygothic";
	src: url("../webfont/centurygothic.woff") format('woff');
}
/* font-family: "centurygothic"; */


/*trajanフォントをサーバーにUPした-------https://ja.seo.jxyz.info/original-web-font/*/
@font-face{font-display:swap;font-family: webfont-trajan;src: url(../img/TrajanPro-Regular.woff);font-weight:400;font-style: normal;}
@font-face{font-display:swap;font-family: webfont-trajan;src: url(../img/TrajanPro-Bold.woff);font-weight:600;font-style: normal;}

.webfont-trajanR{font-family:webfont-trajan;font-weight: 400;}
.webfont-trajanB{font-family:webfont-trajan;font-weight: 600;}


strong{font-weight:bold !important;}

a         {color: #000;text-decoration:none;transition: 0.8s;}/*hover ゆっくり変わる*/
a:link    {color: #000;text-decoration:none;}
a:visited {color: #000;text-decoration:none;}
a:active  {color: #666;text-decoration: underline;}
a:hover   {color: #666;text-decoration: underline;}

h1,h2,h3,h4,h5,p,ol,ul,li,span,dl,dt,dd {margin:0;padding:0;font-weight:normal;}
	
img {border:none;margin:0;padding:0;vertical-align:middle;}
a:hover img {opacity: 0.7;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

ul {margin:0px;padding:0px;list-style:none none outside;}
ol{margin:0;padding:0;}

p.clear		{clear:both;line-height:0px;display:block;}
div.clear {clear:both;}

hr{ border:none;border-top:1px solid #ccc;height:1px;}
/*hr{background:url(../img/hr_bg.png) repeat-x 0 0;height:10px;border: 0;}*/

.dotline{border-top: 1px dotted #aaa;line-height: 1px;height: 1px;}
.solidline{border-top: 1px solid #bbb;line-height: 1px;height: 1px;}

.strong{font-weight:bold;}

table{border-collapse: collapse;}


/*padding や border-width がwidth内に収まる*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



/*clearfix--------------------*/
.cf:before,
.cf:after {content: " ";display: table;} 
.cf:after {clear: both;} 
.cf{*zoom: 1;}



/*----トップローディング ---------------------*/
#loader {position: fixed;z-index:900;text-align: center;width: 100%;height: 100%;background-color:#0e6eb8;}
#load-text {position: fixed;font-size: 72%;color: #fff;text-align: center;width: 100%;top: 50%;margin-top: -90px;padding-top:140px;display: block;background:url(../js/loading_rogomark_white.png) no-repeat center top;color:#0e6eb8;background-size:90px;}
/*
#load-text {position: absolute;font-size: 72%;color: #888;text-align: center;width: 100%;top: 50%;margin-top: -90px;padding-top:100px;display: block;}
*/
/*横に伸びるバー
#bar {width: 100%;height: 1px;font-size: 2px;position: absolute;top: 50%;}
#bar span {display: block;width: 0px;height: 1px;background: #777;}*/



/*lozad.jによるアニメーション------*/
.fadein-			{opacity: 0;transition: opacity 0.5s linear,transform 1s ease-out;}
.fadein-left	{opacity: 0;transform: translate3d(-200px, 0, 0);transition: opacity 0.5s linear,transform 1s ease-out;}
.fadein-right	{opacity: 0;transform: translate3d(200px, 0, 0);transition: opacity 0.5s linear,transform 1s ease-out;}
.fadein-up		{opacity: 0;transform: translate3d(0, 100px, 0);transition: opacity 0.5s linear,transform 1s ease-out;}
*[data-loaded="true"]{opacity: 1;transform: none;}
.transition-delay{transition-delay: 0.6s;}


/* ページの各セクション-------------------*/
.section{padding:120px 0 120px 0;}
.section.first{padding:40px 0 70px 0;}
/*.section:nth-child(even){background-color:#f1f1f1;}*/
.section.end{padding:30px 0 70px 0;}

.bgcolor-black{background-color:#000;}
.bgcolor-pink{background-color:#f1dfdd;}
.bgcolor-beige{background-color:#eae6e2;}



/*全ページ共通のテーブル構造　-------------------*/
#wrapper{position: relative;z-index:1;width:100%;}
.container {width:1050px;margin:0 auto;padding:0;line-height:1.9;}



/*ページ上部右の出てくるナビmenu---*/
#menubtn,
#menubtn-lang{display:none;}
#navi_sp,
#navi_sp_lang{display:none;}


/*ionicons.min.css用のfont-size----*/
.icon-size-s{font-size:72%;padding-right:4px;vertical-align: middle;}

/*スマホ 縦時は非表示*/
.sp440{}
/*スマホ 縦時以上のときは非表示*/
.sp440u{display: none !important;}



/*///////////////////////////////////////////////////////////////////////////////
 全ページ共通のheader
///////////////////////////////////////////////////////////////////////////////*/
#header{position: fixed;top: 0;z-index:60;width:100%;text-align: center;}

#header .container {width: 100%;max-width: 1300px;}

#header h1{display:none;}

/* ==================== 全ページ共通の横メニュー ==================== */
.cb-header {position:absolute;top:0;left: 0;z-index: 500;}
.yokomenu-bg{height:63px;width:100%;background-color: rgba(255,255,255,0.9);}
.menu-yokomenu-container{width:1050px;margin:0 auto;}

.yokomenu-rogo-box{float:left;margin-left: 5px;}
.yokomenu-rogo-green{background:url(../img/rogo_green.png) no-repeat 0 0;width:95px;height:36px;margin: 0 auto;text-indent:-8989px;display:block;overflow:hidden;background-size:contain;margin-top:9px;}
.yokomenu-rogo-text{font-size:8px;letter-spacing: 0.15em;color: #666;line-height: 1.1;margin-top:2px;}
.yokomenu-rogo-box a:hover{opacity:0.6;text-decoration:none;}

ul#yoko-menu {float:right;margin-top:19px;}
ul#yoko-menu > li{float:left;}
ul#yoko-menu > li a{display: block;padding: 0 17px 0 17px;line-height:23px;height:26px;border-right: 1px solid #a0968b;font-size: 104%;color: #000;}
ul#yoko-menu > li.event a{padding: 0 19px 0 19px;}
ul#yoko-menu > li.event.yokomenu7 > a{padding: 0 27px 0 27px;}
ul#yoko-menu > li:first-child a{border-left:1px solid #a0968b;}
/*ul#yoko-menu li a:hover{background-color:rgba(0,0,0,0.1);text-decoration:none;}*/

ul#yoko-menu li ul.event-menu{display:none;padding: 4px 0 0 0;font-size: 86%;background-color: #fff;width: 130%;margin-left: -15%;}
ul#yoko-menu li ul.event-menu li{text-align: center;}
ul#yoko-menu li ul.event-menu li a{background-image:none;padding:8px 5px 8px 5px;color:#333 !important;text-decoration:none !important;border: none;line-height: 1;height: auto;border-top: 1px dashed #bbb;}
ul#yoko-menu li ul.event-menu li:last-child a{border-bottom: 1px dashed #bbb;}
ul#yoko-menu li ul.event-menu li a:hover{color:#333 !important;text-decoration: underline !important;}


ul#yoko-tate-menu.landsc{display:none;}

ul#yoko-tate-menu {float:right;margin-top: 23px;margin-left:20px;text-align: left;line-height: 1;}
ul#yoko-tate-menu li a{color: #444;padding:2px 5px 4px 12px;font-size:70%;line-height:1.0;margin:1px 0;display: block;letter-spacing: 0.05em;background:url(../img/header_menu_down_glay.png) no-repeat 0 center;}
ul#yoko-tate-menu li a:hover{background-color:rgba(0,0,0,0.1);text-decoration:none;}

ul#yoko-tate-menu li ul.lang-menu{display:none;background-color: #776b5e;padding:1px 0;}
ul#yoko-tate-menu li ul.lang-menu li{text-align: center;}
ul#yoko-tate-menu li ul.lang-menu li a{background-image:none;padding:3px 5px 4px 5px;color:#eee;}
ul#yoko-tate-menu li ul.lang-menu li.ru a{letter-spacing:-0.3em;}
ul#yoko-tate-menu li ul.lang-menu li a:hover{background-color:rgba(255,255,255,0.3);}


/*SNS*/
ul#yoko-sns {float:right;margin-top: 17px;margin-left:10px;}
ul#yoko-sns li{width:28px;height:28px;display:inline-block;margin-left:4px;}
ul#yoko-sns li a{text-indent:-8989px;display:block;overflow:hidden;line-height: 28px;}

ul#yoko-sns li.insta a{background:#999 url(../img/insta.png) no-repeat center center;background-size:contain;border-radius:3px;}
ul#yoko-sns li a:hover{background:url(../img/insta.png) no-repeat center center , url(../img/insta_bg.png) no-repeat center center;background-size:contain;}

ul#yoko-sns li.twitter a{background:#999 url(../img/twitter-x.png) no-repeat center center;background-size:contain;border-radius:5px;}
ul#yoko-sns li.twitter a:hover{background:url(../img/twitter-x.png) no-repeat center center , url(../img/twitter-x_bg.png) no-repeat center center;background-size:contain;}

ul#yoko-sns li.face a{background:#999 url(../img/face.png) no-repeat center center;background-size:contain;border-radius:1em;}
ul#yoko-sns li.face a:hover{background:url(../img/face.png) no-repeat center center , url(../img/face_bg.png) no-repeat center center;background-size:contain;}




/*カレント表示用----------------*/
body#guidance ul#yoko-menu li.yokomenu1 a,	/*入園案内・アクセス*/
body#garden ul#yoko-menu li.yokomenu2 a,	/*庭 園*/
body#botan-flower ul#yoko-menu li.yokomenu3 a,	/*牡 丹*/
body#kouraininjin ul#yoko-menu li.yokomenu4 a,	/*高麗人蔘*/
body#restaurant ul#yoko-menu li.yokomenu5 a,	/*食事*/
body#restaurant ul#yoko-menu li.yokomenu6 a,	/*喫茶*/
body#event ul#yoko-menu li.yokomenu7 a,	/*イベント*/
body#recruit ul#yoko-menu li.yokomenu8 a, /*Recruit*/
body#landscape ul#yoko-menu li.yokomenu9 a{text-decoration: underline;color: #999;}	 /*景観照明*/


/*///////////////////////////////////////////////////////////////////////////////
 main
///////////////////////////////////////////////////////////////////////////////*/
/*全ページ共通のページ下部の上部へ戻る */
#pagetop{position:relative;width:100%;margin:0 auto;z-index: 50;}
#pagetop > a {position: fixed;bottom:95px;right:15px;display: block;background:url(../img/pagetop.png) no-repeat 0px top;background-size:contain;width:65px;height:65px;text-indent:-8989px;display:block;overflow:hidden;opacity:0.6;}
#pagetop > a:hover {opacity:1;}

/*WEBチケット購入*/
.webticket a{position: fixed;bottom:10px;right:0;width:120px;}
.webticket a:hover {opacity:0.85;}


/*このボタンは、全ページで使用*/
.naka-kuwashii{text-align:center;margin-top:20px;}
.naka-kuwashii a{font-family:YakuHanJP, "Noto Sans JP", sans-serif;font-weight:400;color:#555;font-size:100%;text-decoration:none;text-align:center;border:1px solid #555;border-radius:35px;line-height:1.1;padding: 7px 27px 8px 27px;display: inline-block;}
.naka-kuwashii a:hover{background-color:#317483;color:#fff !important;border: 1px solid #317483;transition: 0.8s;}

/*青文字テキストで右に三角
.naka-kuwashii{text-align:center;line-height:1.1;margin-top: 20px;
								font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;}
.naka-kuwashii img{margin:0 auto 0 auto;}
.naka-kuwashii a{font-size:100%;color: #0e6eb8;line-height:1.1;text-align: center;text-decoration: none;background:url(../img/arrow_blue7-11.png) no-repeat right center;padding:0 14px 0 0;letter-spacing: -0.05em;display: inline-block;}
.naka-kuwashii a:hover{color: #0e6eb8;text-decoration:underline;}
*/

/*cssだけでつくったglay四角ボタンの場合
.naka-kuwashii{text-align:center;line-height:1.1;margin-top:20px;}
.naka-kuwashii a{font-size:115%;color: #fff;line-height:1.2;text-align: center;text-decoration: none;background:url(../img/arrow_white9-9.png) no-repeat 20px center;display: inline-block;padding:9px 60px 10px 70px;	background-color:#444;border:1px solid #444;position: relative;z-index: 2;}
.naka-kuwashii a::before,
.naka-kuwashii a::after {position: absolute;z-index: -1;display: block;content: '';}
.naka-kuwashii,
.naka-kuwashii a::before,
.naka-kuwashii a::after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all .3s;transition: all .3s;}
.naka-kuwashii a:hover{background-color:#9b6a42;border-color:#9b6a42;color:#fff;}
.naka-kuwashii a::before,
.naka-kuwashii a::after {top: 0;width: 50%;height: 100%;}
.naka-kuwashii a::before {right: 0;}
.naka-kuwashii a::after {left: 0;}
.naka-kuwashii a:hover::before,
.naka-kuwashii a:focus::before,
.naka-kuwashii a:hover::after,
.naka-kuwashii a:focus::after {width: 0;background-color:#9b6a42;}
*/



/*全ページ共通のページ左側のサイドバナー*/
.side-box{position:fixed;bottom:10px;left:0;z-index: 2;display: none;}
dl.side-banner{margin-bottom: 10px;}
dl.side-banner dt{position: relative;z-index: 5;}
dl.side-banner dt a{color:#fff;font-size:14px;font-family:YakuHanJP, "Noto Sans JP", sans-serif;font-weight:400;text-decoration:none;width: 70px;display: block;line-height: 1.3;height: 110px;letter-spacing: 0.1em;padding: 0.4em 21px 0 0;text-align: center;-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;transition: 0.8s;background-color:#0e6eb8;border-left:8px solid #000;}
dl.side-banner dt a:hover{width:75px;transition: 0.8s;}
dl.side-banner dd{left:-280px;opacity:0;display: inline-block;position: absolute;z-index: 4;top: 0;width: 350px;background-color:#0e6eb8;height: 110px;transition:0.6s;}
dl.side-banner dd.visible{opacity:1;transition:0.6s;}
dl.side-banner dd a{margin: 15px 15px 15px 65px;display: block;padding: 15px 0 15px 0;text-align: center;background: #fff url(../img/arrow_black7-16) no-repeat right 12px center;}
dl.side-banner dd a:hover{}
/*ぼたん宅配便*/
dl.side-banner.first{display: none;}
/*恵春堂*/
dl.side-banner.second dt a{padding: 0.1em 23px 0 0;height: 130px;letter-spacing: 0.05em;}
dl.side-banner.second dd{top:0px;/*top: 120px;*/height:130px;}
dl.side-banner.second dd a{background-color: #fafff0;margin: 25px 15px 15px 35px;}



/*///////////////////////////////////////////////////////////////////////////////
 全ページ共通のフッター
///////////////////////////////////////////////////////////////////////////////*/
#footer{width:100%;text-align:center;}

.footer-sitemenu{background-color:#ccc;padding:30px 0 20px 0;}
.footer-sitemenu ul{display:inline-block;margin:0 25px;text-align:left;vertical-align: top;}

.footer-sitemenu ul li{font-size:93%;line-height:1.2;margin-bottom:6px;font-family:YakuHanJP, "Noto Sans JP", sans-serif;font-weight:400;}
.footer-sitemenu ul li.sub{}
.footer-sitemenu ul li a			{color:#000;background:url(../img/arrow_yoko5-9_black.png) no-repeat 0 center;text-decoration:none;padding-left:8px;}
.footer-sitemenu ul li.title a{color:#000;background:url(../img/arrow_circle7-7_black.png) no-repeat 0 center;line-height:1.1;text-decoration:none;padding-left:10px;margin-left:0;}

.footer-sitemenu ul li.title-dairiten a{color:#000;background:url(../img/arrow_key_black.png) no-repeat 0 center;line-height:1.1;text-decoration:none;padding-left:12px;}

.footer-sitemenu ul li.sub-fr a{background:url(../img/arrow_circle7-7_black.png) no-repeat 0 11px , url(../img/footer_sub_fr.png) no-repeat 10px 6px;height:19px;width:79px;text-indent:-8989px;display:block;overflow:hidden;}

.footer-sitemenu ul li:hover{opacity:0.6;}

dl.footer-zip-box{background-color:#333;padding: 23px 0 12px 0;width:100%;}
dl.footer-zip-box dt.footer-rogo{display:inline-block;}
dl.footer-zip-box dt.footer-rogo .yokomenu-rogo-white{background:url(../img/rogo_white.png) no-repeat 0 0;width:105px;height:40px;margin: 0 auto;text-indent:-8989px;display:block;overflow:hidden;background-size:contain;}
dl.footer-zip-box dt.footer-rogo .yokomenu-rogo-text{font-size:8px;letter-spacing: 0.05em;color: #fff;line-height: 1.1;margin-top:3px;}
dl.footer-zip-box dt.footer-rogo a:hover{opacity:0.6;text-decoration:none;}

dl.footer-zip-box dd{display:inline-block;text-align:left;vertical-align: top;letter-spacing: 0;margin-left: 20px;}
dl.footer-zip-box dd .footer-zip{font-size: 86%;color:#eee;line-height:1.4;}
dl.footer-zip-box dd .footer-zip span{padding-left:18px;}
dl.footer-zip-box dd .footer-opentime{font-size: 86%;color:#eee;line-height:1.4;margin-top: 2px;}
dl.footer-zip-box dd .footer-opentime span{display:inline-block;padding:2px 5px 2px 5px;background-color:#fff;color:#333;font-size:79%;margin: 0 14px 0 10px;line-height: 1.0;border-radius: 2px;}
dl.footer-zip-box dd .footer-opentime small{padding-left:18px;font-size: 100%;}

#footer .copyright{font-size:76%;color:#555;text-align:center;line-height:1.0;padding:8px 0;letter-spacing: 0.1em;}



/*印刷しない--------------------*/
@media print {
#pagetop,
#pagetop a{display:none;}
#header{position: absolute;}
}

