@charset "utf-8";


body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #E0E0B4;
	margin: 0;
	padding: 0;
	color: #333;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* .nav リストにも適用 */
	margin: 0;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

/* Links */
a,
a:visited {
	color: #666;
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
a:hover{
	color: #3C3;
}

a:hover img {
	opacity: 0.6;
}


a:focus,
a:active {
	color:  #3C3;
}


a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}


/* 全体
------------------------------------------------------------*/
#wrapper{
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../img/contents_bg.png);
}

/* ヘッダー */
#header {
	background-image: url(../img/header-bg.png);
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.header-logo-01,
.header-logo-02 {
	box-sizing: border-box;
	padding: 0 20px;
}
#globalnavi{
	width: 1000px;
	position: relative;
	z-index: 2;
}
#globalnavi ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
}
#globalnavi li {
	width: 100%;
}
#globalnavi li a{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
	/* IEのみ */
	#globalnavi li a {
		font-size: 13px;
	}
}
#globalnavi li a:hover {
	opacity: 0.6;
}
#globalnavi li.gnavi-white a {
	color: #01944B;
	background-color: #FFF;
	border: 2px solid #01944B;
}
#globalnavi li.gnavi-white a:first-child,
#globalnavi li.gnavi-white a:nth-child(2) {
	border-right: none;
}
#globalnavi li.gnavi-grn a {
	color: #fff;
	background-color: #01944B;
	border: 2px solid #01944B;
}

/* ~~ フッター ~~ */
#footer {
	clear:both;
	background-color: #CCC49F;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat;
	height:300px;
	width: 960px;
	padding: 10px 20px;
	font-size: 80%;
}

/*　footer　*/

#footer_l{
	float:left;
	width:500;
	height:290;
	margin:0;}

#footer_l .box1{
	float:left;
      top:20px;
      left:0px;
      width:230px;
      height:240px;
}
#footer_l .box2{
	float:left;
      top:20px;
      left:230px;
      width:230px;
      height:240px;
}
#footer_l .box3{
	clear:both;
	float:left;
	top:260px;
	left:0px;
	width:460px;
	height:50px;
}

#footer_r{
	float:left;
	width:460;
	height:290;
	margin:0;}

#footer_r .box4{
	clear:both;
	float:right;
	top:20px;
	left:460px;
	width:460px;
	height:290px;
}

#footer ul#fmenu li{
	margin-left: 15px;
	font-size: 15px;
	list-style-image: url(../img/ecalic029_010.png);
	line-height: 1.7em;
	text-decoration: none;
	}

#fmenu li a{
	color:#630;
	text-decoration:none;}

#fmenu li a:hover{
	color:#390;
	text-decoration:none;
}

/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#title_space {
	float: left;
	width: 920px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}


#map {
	clear: both;
	width:960px;
	height:686px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	position: relative;
	z-index: 0;
	}
.balloon-risu{
position: absolute;
top: 147px;
left: 114px;
-webkit-transform: rotate(-29deg);
   -moz-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
     -o-transform: rotate(-29deg);
        transform: rotate(-29deg);
}
.balloon-risu img{
width: 122px;
height: auto;
}
.balloon-anpal{
position: absolute;
top: 310px;
left: 50px;
}
.balloon-anpal img{
width: 130px;
height: auto;
}
.balloon-taiken{
position: absolute;
top: 390px;
left: 590px;
-webkit-transform: rotate(-15deg);
   -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
     -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
}
.balloon-taiken img{
width: 85px;
height: auto;
}
.balloon-shokudo{
position: absolute;
bottom: 160px;
right: 77px;
-webkit-transform: rotate(-8deg);
   -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
     -o-transform: rotate(-8deg);
        transform: rotate(-8deg);
}
.balloon-shokudo img{
width: 100px;
height: auto;
}
.balloon-list li a[class^='balloon-']:hover img{
	opacity: 1;
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}
.balloon-youtube{
	position: absolute;
	bottom: 60px;
	left: 145px;
}

/* info　*/

#info {
	width: 860px;
	height: 232px;
	background-image: url(../img/top_info_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 0px;
	padding-top: 85px;
}

/* blog　*/

#blog {
	width: 920px;
	height: 250px;
	background-image: url(../img/top_blog_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	padding-right: 0px;
	padding-top: 76px;
}

/* index下部 */
.index_bottom {
	overflow: hidden;
	margin: 30px 0;
}
.index_bottom img {
	max-width: 100%;
}
.index_bottom-l {
	float: left;
	width: 300px;
	margin: 0 20px;
	padding: 0px;
}
.index_bottom-c {
	float: left;
	width: 420px;
	text-align: center;
}
.index_bottom-r {
	float: right;
	width: 200px;
	margin-right: 20px;
	text-align: right;
}
.index_bottom-top,
.index_bottom-c-top {
	overflow: hidden;
}
.index-yaimaru {
	float: left;
}
.index_pokke {
	float: right;
	margin-top: 50px;
}
.bnr_index_tel {
	margin-top: 30px;
}
.bnr_index_tel,
.bnr_index_yoyaku {
	margin-bottom: 15px;
}
.index_bottom-top .sns_list {
}
.index_bottom-top .sns_list li {
	display: inline-block;
	margin-right: 30px;
	width: 50px;
	vertical-align: middle;
}
.index_bottom-top .sns_list li:last-child {
	margin-right: 0;
}
.index_bottom-top .sns_list li img {
	max-width: 100%;
}
.index-hoshizora {
	margin-bottom: 10px;
}
.index_bottom-top-l {
	float: left;
	margin: 0 20px;
	width: 550px;
	text-align: center;
}
.index_bottom-top-r {
	float: left;
	margin-top: 20px;
}

/* コンテンツページ　２カラムレイアウト　*/

#side {
	margin: 0px;
	padding: 10px 10px 10px 20px;
	width: 210px;
	float: left;
	position: relative;
	z-index: 1;
}
#main {
	float: left;
	margin: 0px;
	width: 680px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
	position: relative;
	z-index: 1;
}

/*　ページトップ　スクロール　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #F90;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #090;
}

/*前売りチケット*/
#web-ticket {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 1;
}


/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
	padding: 20px 0px 0px 0px;
	color: #663300;
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
}

/* -- リスト -- */
.localnavi {
	list-style-type: none;
	margin-bottom: 2em;
	margin-left: 15px;
	list-style-image: url(../img/ecalic029_010.png);
}

.localnavi ul li { display: inline;
 }

.localnavi a {
	text-decoration: none;
	display: block;
	width: 210px;
	padding: 10px 0px;
	color: #390;
}

.localnavi a:hover {
  text-decoration: none;
  color: #663300;
}


/* ---------------------------------------- #planbox内の指定 */
#plan_box {
	width: 680px;
	margin: 0;
	padding: 0;
}

#plan_box .titlefont{
	font-size:16px;
	font-weight:bold;
	color:#960;}

#plan_box .timefont{
	font-size:14px;
	font-weight:bold;
	color:#090;}

#flag ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#flag li {
  float:left;
  width: 80px;
  margin: 0;
  padding: 0px;
}

#flag a {
	display: block;
	width: 80px;
	height: 105px;
	background: url(../img/plan_join.png) no-repeat 0 0;
}

#flag1 a{background-position: 0px 0px;}


#flag a:hover {
	background: url(../img/plan_join.png) no-repeat 0 0;
  background-repeat: no-repeat;
}

#flag1 a:hover{background-position: 0px -105px;}

/* ---------------------------------------- 画像枠指定 */
.gazouwaku{
	padding: 5px;/* 余白 */
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 1px 1px #CCCCCC;
	box-shadow: 1px 1px 1px 1px #CCCCCC;
}

/* ---------------------------------------- wedding枠指定 */

.wedding_box{
	background-image: url(../img/wed_box_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
	width: 650px;
	padding-top: 65px;
	margin-bottom: 30px;
	}

.wedding_font{
	color:#E19EC4;}



/* ---------------------------------------- nagura-drivein枠指定 */

#nagura-drivein-main {
	background: url("../img/page_nagura.jpg") no-repeat center top;
	height: 700px;
	margin-top: 40px;
}
.nagura-drivein-text {
	padding-top: 240px;
	text-align: center;
	font-size: 20px;
}

/* ---------------------------------------- about 枠指定 */

.about_dantai{
	border-color: #090;
	width: 560px;
	color: #009900;
	border: 3px;
	font-weight: bold;
	border: solid;
	border-radius: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	margin-bottom:20px;
	}

.about_handicapped{
	border-color: #F90;
	width: 560px;
	color: #F90;
	border: 3px;
	font-weight: bold;
	border: solid;
	border-radius: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	text-align: center;
	}
.font_s {
	font-size: small;
}
.about-web-ticket{
	display: block;
	border: 3px solid #090;
	border-radius: 10px;
	width: 596px;
	text-align: center;
	color: #090!important;
	text-decoration: none!important;
	font-weight: bold;
	font-size: 36px;
	padding: 8px 0;
	box-sizing: border-box;
}
.about-web-ticket:hover{
	opacity: 0.7;
}

/* ---------------------------------------- 見出し指定 */
.selector09{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:.8em .9em
}

/* ---------------------------------------- ボタン指定*/
.btn_green {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #268a16;
	padding:9px 18px;
	text-decoration:none;
	background-color:#77d42a;
	color:#306108;
	display:inline-block;
	text-shadow:1px 1px 0px #aade7c;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #caefab;
 	-moz-box-shadow:inset 1px 1px 0px 0px #caefab;
 	box-shadow:inset 1px 1px 0px 0px #caefab;
}.btn:hover {
	background-color:#FF9933;
}.btn:active {
	position:relative;
	top:1px;
}

/* ----------------------------------------  */
#images .text{
    line-height: 1.2;
    font-size: 14px;
    text-align: left;
    word-break: break-all;
    overflow: hidden;
    margin: 2px;
    color: #000000;
    float: none;
    width: 130px;
    height: 100px;
}

#images .text a{
    text-decoration: none;
    color: #000000;
}

#images .image {
    display: block;
    width: 184px;
    height: 144px;
    display: block;
    float: none;
}

#images img {
    vertical-align:middle;
    margin: 2px;
}

.bordered-nofocus {
    margin: 0 !important;
    border: 2px solid #339900;
}

.bordered {
    margin: 0 !important;
    border: 2px solid #FF9900;
}

.hoshizora{
  animation: inout 3s;
  animation-iteration-count: infinite;
  -webkit-animation: inout 3s; /* Safari & Chrome */
  -webkit-animation-iteration-count: infinite;
}
@keyframes inout {
  0%   { transform: scale(1, 1); }
/*  25%   { transform: scale(2, 2); }*/
  50%   { transform: scale(1.1, 1.1); }
  100%  { transform: scale(1, 1); }
}
@-webkit-keyframes inout {
  0%   { -webkit-transform: scale(1, 1); }
/*  25%  { -webkit-transform: scale(2, 2); }*/
  50%  { -webkit-transform: scale(1.1, 1.1); }
  100% { -webkit-transform: scale(1, 1); }
}

/*webチケット*/
.web-ticket-area{
	position: fixed;
	top: 30px;
	width: 1000px;
	z-index: 1;
}
.web-ticket-area > a{
	background-color: #ff7c00;
	color: #FFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px;
	text-orientation: upright;
	writing-mode: vertical-lr;
	width: 48px;
	box-sizing: border-box;
	float: right;
	margin-right: -48px;
	font-size: 20px;
	text-decoration: none;
}
.web-ticket-area > a:hover{
	background-color: #FFAE00;
}
