@charset "utf-8";

/* キーカラー */
/*水色 #3e8fa4 */
/* 鮮やかな水色 #0cc8eb */
/*グレー #6e6e6e */
/*黒 #1a1a1a */
/* 濃い水色 #176e82*/


*{

	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
/* font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif; */
font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: 1.7em;
letter-spacing: 0.05em;


}


a.tel-link{
pointer-events: none;	
	
}


#wrapper{
	width: 100%;
position: relative;
    overflow: hidden;
}
/* .fixed_wrapper{
margin-top: 195px;
} */

/*　　　　　　　　　　　　--ヘッダー--　　　　　　　　　　　　　　　*/
header{
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	background-size: cover;
	background-position: 100% 60%;
	z-index: 100;
	top: 0px;
	position: relative;
}


#head_inner{
	/* max-width: 1400px; */
	width: 95%;
	margin: 0px auto 0px;
	position: relative;
	padding: 32px 0px 24px;
}

#head_upper01{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header_logo{
	position: absolute;
	top: 0%;
	z-index: 10;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#header_logo::before{
	content: "";
	background: url(../img/bg_logo.png);
	width: 360px;
	height: 210px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: 0px;
	left: -48px;
	z-index: -1;
}

#header_logo::after{
	content: "";
	background: #6e6e6e;
	width: 2000px;
	height: 16px;
	position: absolute;
	top: 0px;
	left: -30%;
	z-index: -1;
}


#header_logo a{display: block;line-height: 0;-webkit-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);position: relative;top: 16px;}

#header_logo a:hover{
    box-shadow: 0px 0px 48px rgb(12, 200, 235);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;


}




#header_logo img{
	
width: 100%;
}


#head_upper01 .right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}


#head_nav{width: 100%;max-width: 160px;margin: 0px 0px 0 0;}
#head_nav ul{
	display: flex;
	/* justify-content: space-between; */
}
#head_nav ul li{
    margin: 0 0px 0 0;
}

#head_nav ul li a{font-size: 14px;font-weight: bold;}

#head_nav ul li a i{
color: #264381;
}



#head_nav ul li a:hover{
color: #999999;
}




#head_upper01 .tel_area{/* display: flex; */max-width: 490px;width: 100%;}

#head_upper01 .tel_area i{
	color: #264381;
	width: 30px;
	font-size: 48px;
	margin: 0 8px 0 0;
}

#head_upper01 .tel_area ul{display: flex;align-items: center;justify-content: flex-end;}
#head_upper01 .tel_area ul li{
	
}
#head_upper01 .tel_area ul li:nth-child(1){
		font-size: 28px;
		color: #3e8fa4;
		font-weight: bold;
		line-height: 1;
		margin: 0 16px 0 0;
		max-width: 270px;
		width: 100%;
}
#head_upper01 .tel_area ul li:nth-child(2){
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 0px 0;
	max-width: 190px;
	width: 100%;
}

#head_upper01 .tel_area ul li:nth-child(1) a{
    color: #3e8fa4;

}




#btn_open_modal{
	background: #ffffff;
	padding: 7px;
	width: 64px;
	display: none;
	text-align: center;
	line-height: 0;
	border: 2px #CCCCCC solid;
}

#btn_open_modal a{
	color: #fff;
}
#btn_open_modal:hover{
opacity: 0.7;
}




#btn_open_modal i{
	color: #CCCCCC;
	font-size: 42px;
}





#modal_area{
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.9),rgb(255, 255, 255))!important;
	display: none;
}

.close-modal_area{
  color: #000;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 5%;
  vertical-align: middle;
  bottom: auto;
  left: auto;
  right: 3%;
  height: auto;
  width: 25px;
  font-size: 2em;
  z-index: 1;
  line-height: 0;
      z-index: 9999;
    cursor: pointer;
}


#modal_logo_area{
	width: 100%;
	position: relative;
	display: flex;
	    align-items: center;
}

#modal_logo{
  width: 40%;
  position: relative;
      padding: 2% 0 2% 2%;
}


.modal_bt_tel01{
margin: 0 0 20px;
}
.modal_bt_tel01 a{
	background: #999999;
	    /* transition: 0.5s ease-in-out; */
	    position: relative;
	    padding: 10px;
	    color: #fff;
	    border-radius: 5px;
	    box-shadow: 1px 0px 10px #6b8094;
	    z-index: 0;
	    display: flex;
	    width: 60%;
	    flex-direction: column;
	    margin: 0 auto;
}
.modal_bt_tel01 a i{
	position: absolute;
	top: auto;
	left: 15px;
	bottom: 25%;
	font-size: 7vw;
}

.modal_bt_tel01 a span:nth-of-type(1){
	display: block;
	text-align: center;
	font-size: 3vw;
	padding: 0 0 0 30px;
}
.modal_bt_tel01 a span:nth-of-type(2){
	display: block;
	text-align: center;
	font-size: 4vw;
	padding: 0 0 0 30px;
}




.modal-content{
  padding: 6% 0 0 0;
  position: relative;
  z-index: 0;
}


.modal-content > ul{
  max-width: 1400px;
  margin: 48px auto 48px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.modal-content > ul > li{
  width: 32%;
  margin: 0 2% 32px 0;
}
.modal-content > ul > li:nth-child(3n) {
    margin-right: 0;
}

.modal-content > ul > li > a{
  color: #010101;
  border-bottom: 2px #45669e solid;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  font-size: 18px;
  display: block;
  width: 100%;
  font-weight: bold;
}

.modal-content > ul > li > a:hover {
	color: #264381;
	transition: 0.2s ease-in-out;
}

.modal-content > ul > li > ul{

margin: 0 0 0 8%;

width: auto;
}

.modal-content > ul > li > ul > li{

}

.modal-content > ul > li > ul > li > a{
  color: #010101;
  position: relative;
  z-index: 0;
  font-size: 14px;
  padding: 0px 0px 0% 0;
  display: block;
}

.modal-content > ul > li > a i{margin: 0 2% 0 0;color: #45669e;}



/*モーダルここまで*/




/* スクロール後ヘッダー固定レイアウト *//* スクロール後ヘッダー固定レイアウト *//* スクロール後ヘッダー固定レイアウト */
/* header.fixed_header{
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 0 0px;
  z-index: 100000;

  position: fixed;
  flex-direction: row-reverse;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0px;
  transition: 0.2s ease-in-out;
	    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
} */



/* スクロール後ヘッダー固定レイアウト ここまで*//* スクロール後ヘッダー固定レイアウト ここまで*//* スクロール後ヘッダー固定レイアウト ここまで*/




/*　　　　　　　　　　　　--ヘッダーここまで　--　　　　　　　　　　　　　　　*/









/*グローバルナビ*/

#globalNavi{
	/* box-shadow: 0px 1px 1px #a29b8c; */
	/* border-bottom: 1px #e2e2e2 solid; */
	/* border-top: 1px #e2e2e2 solid; */
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	/* top: auto; */
	/* margin: 0 auto; */
	/* z-index: 10; */
	/* bottom: 0; */
	margin: 0px auto 0px;
	padding: 0px 0 0;
	width: 95%;
}

#globalNavi ul{
	width: 80%;
	margin: 0 0 28px auto;
	padding: 0;
	display: flex;
}

#globalNavi ul li:first-child{
   
}

#globalNavi ul li{
	flex: 1 1 auto;
	box-sizing: border-box;
	
}
#globalNavi ul li:last-child{

}




#globalNavi ul li a{
	color: #1a1a1a;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 8px 0 4px;
	margin: 0px 0 0px;
	transition: 0.2s ease-in-out;
	border-right: 1px #3e8fa4 dashed;
	    transition: 0.2s ease-in-out;
}

#globalNavi ul li a i{
	display: block;
	color: #3e8fa4;
	font-size: 36px;
	margin: 0 0 8px 0;
		    transition: 0.2s ease-in-out;
}

#globalNavi ul li:first-child a{
   border-left: 1px #3e8fa4 dashed;
}

#globalNavi ul li a:hover{
    background: #3e8fa4;
    transition: 0.2s ease-in-out;
    color: #ffffff;
}
#globalNavi ul li a:hover i{
	display: block;
	color: #fff;
		transition: 0.2s ease-in-out;
}



/*グローバルナビ*/




















main.top{

}








/*　　　　　　　　　　　　--トップ--　　　　　　　　　　　　　　　*/




/*メイン画像　基本スライダー　背景ベース*/


.mainImage_area01{position: relative;/* overflow: hidden; */}
.mainImage_area01 .catch01 {
	width: 1400px;
	margin: 0 auto 0;
	position: absolute;
	left: 0;
	right: 0px;
	top: 10%;
	z-index: 1;
	text-shadow: 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000000, 2px 2px 1px #000000;
	/* text-shadow: 3px 3px 3px #000; */
	color: #fff;
	font-weight: bold;
}

.mainImage_area01 .catch01 li{
	font-size: 80px;
	line-height: 1;
}

/* .mainImage_area01 .catch01 li:nth-child(1){font-size: 32px;line-height: 2;}
.mainImage_area01 .catch01 li:nth-child(2){
	font-size: 64px;
	line-height: 1.5;
}
.mainImage_area01 .catch01 li:nth-child(3){
	font-size: 72px;
	line-height: 1;
} */

.mainImage_area01 > #bg_mainImage{
	    height: 600px;

}



/* サイドボタン */
.side_bnr{
  position: fixed;
  left: auto;
  right: -200px;
  top: 5%;
  display: block;
  transition: 0.3s ease-in-out;
  list-style: none;
  z-index: 1000;
}

.side_bnr li{
margin: 0 0 8px 0;
  
}

.side_bnr li a{
 width: 100%;
 display: block;
 color: #fff;
 background: rgba(27, 27, 27, 0.9);
 text-decoration: none;
 padding: 16px 16px;
 font-size: 14px;
 transition: 0.3s ease-in-out;
 border: 1px #0cc8eb solid;
}
.side_bnr li a i{color: #ffffff;margin: 0 8px 0 0;font-size: 24px;display: inline-block;vertical-align: middle;transition: 0.3s ease-in-out;}

.side_bnr li a:hover{
  color: #3e8fa4;
 background: #ffffff;
    transition: 0.3s ease-in-out;
    border: 1px #1b1b1b solid;
}

.side_bnr li a:hover i{
  color: #3e8fa4;
    transition: 0.3s ease-in-out;
}


.fixed_side_bnr{
  position: fixed;
  left: auto;
  right: 0%;
  top: 5%;
  display: block;
  transition: 0.3s ease-in-out;
  list-style: none;
}
/* サイドボタンここまで */



/*新着情報ヘッドライン*/
#news_headline{
background: #1a1a1a;

}
#news_headline > .inner{
  width: 71%;
  margin: 0 auto;
  display: flex;
  padding: 16px 0px;
  align-items: center;
}
#news_headline > .inner > h2{
	color: #0cc8eb;
	font-size: 20px;
	border-right: 1px #fff solid;
	padding: 0px 16px 0 0;
	width: 21%;
	}


#news_headline > .inner > .right{
	padding: 0px 0px 0 0px;
	color: #fff;
	font-size: 16px;
	width: 79%;
      height: 30px;
	overflow: hidden;
}

#news_headline > .inner > .right > div div span a{
color: #fff;
}

#news_headline > .inner > .right > div div span{
    display: inline;
    padding-right:5%;
}
#news_headline > .inner > .right > div div span:last-of-type{
    padding-right:0;
}


/*新着情報ヘッドラインここまで*/





/* トップ個別コンテンツ */



/* トップ　イベント　ニュース 下層兼用 */

.newslist_block{
  max-width: 1400px;
  width: 100%;
  margin: 120px auto 0px;
  position: relative;
  /* top: 0; */
  /* left: 0; */
  z-index: 100;
  /* right: 0; */
  /* display: flex; */
  align-items: center;
}



.newslist_block > .inner{
  margin: 24px 0 0px 0;
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.newslist_block > .inner > article{
	margin: 0 28px 24px 0;
	padding: 0;
	position: relative;
	width: 23.5%;
	display: block;
	border: 1px #ccc solid;
}
.newslist_block > .inner > article:nth-child(4n){
	margin-right: 0;
}

.newslist_block > .inner > article:last-child{
	margin-right: 0;
}


.newslist_block > .inner > article a{
	display: block;
	padding: 0 0 24px 0;
}

.newslist_block > .inner > article figure{width: 100%;position: relative;line-height: 0;height: 240px;}

.newslist_block > .inner > article figure .icon01{

position: absolute;

top: auto;

bottom: 0;

color: #fff;

background: #0ac2d3;

padding: 4px 8px;

font-size: 14px;

font-weight: bold;

left: auto;

right: 0;
}

.newslist_block > .inner > article figure .icon02{
	
	position: absolute;
	
	top: auto;
	
	bottom: 0;
	
	color: #fff;
	
	background: #efc728;
	
	padding: 4px 8px;
	
	font-size: 14px;
	
	font-weight: bold;
	
	left: auto;
	
	right: 0;
}
.newslist_block > .inner > article figure .icon03{
	
	position: absolute;
	
	top: auto;
	
	bottom: 0;
	
	color: #fff;
	
	background: #01dd7d;
	
	padding: 4px 8px;
	
	font-size: 14px;
	
	font-weight: bold;
	
	left: auto;
	
	right: 0;
}


.newslist_block > .inner > article figure img{width: 100%;height: 100%;-webkit-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;display: block;margin: 0 auto;object-fit: cover;}


.newslist_block > .inner > article a:hover figure img{
opacity: 0.5;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}




.newslist_block > .inner > article .date{
  margin: 16px auto 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  width: 90%;
}


.newslist_block > .inner > article .title{
  margin: 8px auto 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  width: 90%;
}

/* 詳しくはこちらボタン */
.newslist_block a > .btn01 {
	margin: 16px auto 0px;
	padding: 8px 0px;
	width: 75%;
	background: #ffffff;
	border: 1px #3e8fa4 solid;
	color: #3e8fa4;
	font-size: 14px;
	text-align: center;
}

.newslist_block > .inner > article a:hover .btn01{
	color: #ffffff;
	    background: #3e8fa4;
	    border: solid 1px #3e8fa4;
}
.newslist_block a > .btn01 i{
margin: 0 8px 0 0;  
}
/* 詳しくはこちらボタン ここまで*/



/* 一覧へのボタン */
.newslist_block > .btn01 {
  margin: 0px auto 24px;
}

.newslist_block > .btn01 a {
  background: linear-gradient(145deg,#176e82,#3e8fa4,#3e8fa4,#3e8fa4,#0cc8eb);
  border: 1px #3e8fa4 solid;
  color: #ffffff;
  font-size: 20px;
  padding: 8px 0px;
  border-radius: 4px;
}

.newslist_block > .btn01 a i{
margin: 0 8px 0 0;  
}
/* 一覧へのボタン ここまで*/

/* トップ　イベント　ニュース 下層兼用ここまで*/







/* トップ アクトスリーについて */
.top_about_us{
	max-width: 1400px;
	width: 100%;
	margin: 96px auto 0px;
	position: relative;
	/* top: 0; */
	/* left: 0; */
	z-index: 100;
	/* right: 0; */
	/* display: flex; */
	align-items: center;
}



.top_about_us > .inner{
  margin: 24px 0 8px 0;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_about_us > .inner > figure{
  margin: 0 0 16px 0;
  padding: 0;
  position: relative;
  width: 49%;
  display: block;
	background: #3e8fa4;
}

.top_about_us > .inner > figure a{
	display: block;
	line-height: 0;
}

.top_about_us > .inner > figure img{
width: 100%;
transition: 0.2s ease-in-out;
}

.top_about_us > .inner > figure:hover img{
opacity: 0.7;
transition: 0.2s ease-in-out;
}



.top_about_us .tel_block{
	display: flex!important;
	background: none!important;
	justify-content: center!important;
	align-items: center!important;
	width: 49%!important;
	/* margin: 0 auto; */
	box-shadow: 1px 1px 4px #5bcfff!important;
	padding: 0px!important;
}

.top_about_us .tel_block div{
	width: 21%!important;
	margin: 0 24px 0 0!important;
    max-width: 101px;
}

.top_about_us .tel_block img{
width: 100%!important;
display: block!important;
margin: 0 auto!important;
}

.top_about_us .tel_block dl{
width: 71%;
}

.top_about_us .tel_block dl dt{
	
color: #3e8fa4;
	
font-size: 20px;
	
font-weight: bold;
	
margin: 0 0 8px 0;
}

.top_about_us .tel_block dl dd{
	
font-size: 16px;
}

.top_about_us .tel_block dl dd:nth-of-type(2){
    color: #3e8fa4;
    font-size: 20px;
    font-weight: bold;
}
.top_about_us .tel_block dl dd:nth-of-type(2) a{
    color: #3e8fa4;
    font-size: 20px;
    font-weight: bold;
}

.top_about_us .tel_block dl dd:nth-of-type(3){
   margin: 8px auto;
}


.top_about_us .tel_block dl dd:nth-of-type(3) a{
    color: #3e8fa4;
    font-size: 16px;
    font-weight: bold;
		transition: 0.2s ease-in-out;
}

.top_about_us .tel_block dl dd:nth-of-type(3) a:hover{
opacity: 0.7;
transition: 0.2s ease-in-out;
}

.top_about_us .tel_block dl dd:nth-of-type(3) a i{
margin: 0 8px 0 0;
}


.top_about_us .tel_block dl dd:nth-of-type(4){
font-size:14px;
}



.top_about_us .tel_block dl dd a{
    color: #3e8fa4;
display: inline-block;
}



.top_about_us .tel_block:hover img{
opacity: 1!important;
}


/* トップ アクトスリーについて ここまで*/

/* トップマップ */
.top_map{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.top_map iframe{
	width: 100%;
	    height: 340px;
}

/* トップマップ ここまで*/



/* トップピックアップ */
.top_pickup{
	width: 100%;
	max-width: 1400px;
	margin: 88px auto 32px;
	border: 1px #ccc solid;
	padding: 0px 32px 32px;
}
.top_pickup .random{

}
.top_pickup .random ul{
	display: flex;
	justify-content: space-between;
	}

.top_pickup .random ul li{
	width: 22.5%;
}

.top_pickup .random ul li:nth-child(n + 5){
display: none;
}



.top_pickup .random ul li a{
position: relative;
display: block;
}
.top_pickup .random ul li div.title{
	position: absolute;
	color: #fff;
	bottom: -3%;
	left: -5%;
	padding: 3%;
	z-index: 10;
	font-size: 0.9vw;
	font-weight: bold;
	text-shadow: 2px 2px 0px #3e8fa4;
	display: block;
	width: 90%;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.8),rgba(49, 49, 49, 0.6),rgba(62, 143, 164, 0.6),#0dc7ee);
}


.top_pickup .random ul li img{
	width: 100%;
	    transition: 0.2s ease-in-out;
}

.top_pickup .random ul li:hover img{
	opacity: 0.7;
	    transition: 0.2s ease-in-out;

}



/* トップピックアップ ここまで*/


.top_shop_bnr{
	
width: 100%;
	
max-width: 685px;
	
margin: 0px auto 88px;
}
.top_shop_bnr figure{
	
}

.top_shop_bnr figure a{
	
}
.top_shop_bnr figure a img{
    transition: 0.2s ease-in-out;	
}


.top_shop_bnr figure:hover img {
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}



/*　　　　　　　　　　　　--トップここまで--　　　　　　　　　　　　　　　*/

/* ボタン共通 */

.btn01 {
    display: block;
    width: 270px;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
		    margin: 0 auto;
}
.btn01 a {
	width: 100%;
	color: #ffffff;
	background: #3e8fa4;
	display: block;
	padding: 8px 16px;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	font-weight: bold;
	font-size: 16px;
	}
.btn01 a i{
margin: 0 8px 0 0;

}
.btn01:hover a{
    transition: 0.2s ease-in-out;
    opacity: 0.5;
}



.btn02 {
    display: block;
    width: 360px;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0 auto;
}
.btn02 a {
      width: 100%;
      color: #ffffff;
      background: #333;
      display: block;
      padding: 16px 32px;
      text-align: center;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      font-weight: bold;
      font-size: 16px;
      border-radius: 32px;
}
.btn02 a i{
  color: #fff;
  margin: 0 8px 0 8px;
}
.btn02:hover a{
    background: #999999;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}



input.btn01 {
    display: block;
    width: 270px;
    color: #fff;
    background: #999999;
    font-size: 16px;
    padding: 8px 0px;
    border: solid 1px #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
input.btn01:hover {

    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #fff;
    color: #999999;
    border: 1px #999999 solid;
}


/* ボタン共通 ここまで*/



/* 下層共通 *//* 下層共通 *//* 下層共通 *//* 下層共通 *//* 下層共通 *//* 下層共通 *//* 下層共通 */
/* 下層メイン画像 */
#mainImage_area02 {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 375px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px 240px;
	max-width: 1920px;
	position: relative;
  overflow: hidden;
}

.title_box {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: absolute;
	top: 30%;
	bottom: 0;
	left: 0;
	right: 0;
}

.title_txt:nth-child(1){
  font-size: 32px;
  /* font-family: "游明朝"; */
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
  color: #3e8fa4;
  padding: 16px 56px 8px;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  border: 1px #333 solid;
  border-bottom: none;
}

.title_txt:nth-child(2){
	font-size: 24px;
	    /* font-family: "游明朝"; */
	    font-weight: bold;
	    position: relative;
	    z-index: 1;
	    text-shadow: 0px -1px 24px #0cc8eb, -1px 1px 24px #0cc8eb, 1px 2px 24px #0cc8eb, 1px 2px 24px #0cc8eb;
	    color: #ffffff;
	    padding: 8px 56px 8px;
	    margin: 0 auto;
	    max-width: 600px;
	    width: 100%;
	    text-align: center;
	    background: #1a1a1a;
	}





#mainImage_area02 .img_box{
  z-index: 10;

}
#mainImage_area02 .img_box img{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#mainImage_area02 .catch{
	position: absolute;
	max-width: 600px;
	width: 100%;
	bottom: 12px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	display: flex;
}



#mainImage_area02 .catch ul li:nth-child(1){

color: #0cc8eb;

font-size: 22px;

font-weight: bold;

text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
}


#mainImage_area02 .catch ul li:nth-child(2){

color: #3e8fa4;

font-size: 18px;

text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;

font-weight: bold;
}

#mainImage_area02 .catch figure{

margin: 0 0 0 25px;
}
#mainImage_area02 .catch figure img{
width: auto;
}
	


/*下層メイン画像　ここまで*/



/*タイトル装飾*/


h2.title01{
	width: 100%;
	margin: 88px 3% 24px 0;
	font-weight: bold;
	padding: 0px 0 0px 0px;
	background-position-y: 0%;
	position: relative;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1em;
}

h2.title01 span:nth-of-type(1){
	background: url(../img/bg_top_h2.png);
	width: 377px;
	height: 56px;
	padding: 0px 0 0px 0;
	display: inline;
	margin: 0px auto 0;
	position: absolute;
	top: -56px;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	z-index: -1;
	font-size: 16px;
	color: #3e8fa4;
	font-weight: bold;
	    line-height: 5em;
}


h2.title01 span:nth-of-type(2){
	color: #3e8fa4;
	    background: #fff;
	    font-size: 32px;
	    padding: 0px 16px;
}
h2.title01::after {
	content: "";
	width: 100%;
	height: 0px;
	/* background: #dcdcdc; */
	/* box-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	padding: 0px 0 0px 0;
	display: block;
	margin: 0px 0 0 0;
	position: absolute;
	top: 24px;
	z-index: -1;
	border-bottom: 8px #253136 double;
}



h2.title02{
	width: 100%;
	margin: 30px auto;
	position: relative;
	color: #999999;

}
h2.title02 div:nth-child(1){
	position: relative;
	font-size: 40px;
	text-align: center;
	border-bottom: 1px #999999 solid;
}
h2.title02 div:nth-child(2){
	font-size: 24px;
	text-align: center;
}





h3.title01{
	font-size: 32px;
	border-bottom: 4px #999999 solid;
	padding: 0px 0 0px 0px;
	margin: 0px auto 32px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: normal;
	color: #3e8fa4;
	position: relative;
width: 100%;
	font-weight: bold;
}

h3.title01 span{
	font-size: 16px;
	    color: #999;
}








h4.title01{
	width: 100%;
	font-weight: bold;
	border-bottom: 1px #3e8fa4 solid;
	padding: 0px 0 4px 0;
	margin: 0 0 16px 0;
	font-size: 20px;
	color: #3e8fa4;
}

h4.title01::after{
	content: "";
	display: block;
	background: linear-gradient(to right, #a9edff 1%,#0dc7ee 31%,#3e8fa4 64%,#a9edff 100%);
	height: 2px;
	margin: 8px 0 0;
}




/*タイトル装飾ここまで*/






/*パンくず*/
ul.breadcrums{
	width: 90%;
max-width:1400px;
margin: 10px auto 10px;
display: flex;
}

ul.breadcrums li{font-size: 12px;margin: 0 12px 0 0;}

ul.breadcrums li a{font-size: 12px;font-weight: bold;}
ul.breadcrums li a:hover{
border-bottom:1px #999999 solid;
}


/*パンくずここまで*/







/* 下層タブ*/
.u_tabmenu{
  padding: 16px 0 0px 0;
  margin: 0px auto 0px;
  width: 90%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.u_tabmenu li{
  width: 32%;
  margin: 0 0 16px 0;
}
.u_tabmenu li:nth-child(5n){
  /* margin-right:0!important; */
}
.u_tabmenu li:nth-child(n + 5){

}
.u_tabmenu li a{
  color: #fff;
  background: linear-gradient(145deg,#176e82,#3e8fa4,#3e8fa4,#3e8fa4,#0cc8eb);
	/* background: #3e8fa4; */
  font-size: 16px;
  transition: 0.2s ease-in-out;
  padding: 8px;
  text-shadow: none;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;

	  border: 1px #3e8fa4 solid;
  height: 42px;
}
.u_tabmenu li a br{
display: none;
}

.u_tabmenu li a i{
  margin: 0 8px 0 0;
  font-size: 18px;
  color: #ffffff;
  transition: 0.2s ease-in-out;
}

.u_tabmenu li a:hover{
  transition: 0.2s ease-in-out;
opacity: 0.5;
  border: 1px #3e8fa4 solid;
}



/* テーブルタイプ1 */
dl.table01{
  display: flex!important;
  position: relative!important;
  margin: 0 0 32px 0px!important;
  flex-wrap: wrap!important;
  width: 100%!important;
}

dl.table01 dt{
    width: 29%!important;
    margin: 0 0 0 0!important;
    font-size: 16px!important;
    padding: 8px 16px!important;
    border-bottom: 1px solid #bfbfbf!important;
    color: #000000!important;
    font-weight:bold!important;
		  background: rgba(37, 49, 54, 0.09)!important;
		   line-height: unset!important;
}

dl.table01 dd{width: 71%!important;
	font-size: 16px!important;
	padding: 8px 16px!important;
	border-bottom: 1px solid #bfbfbf!important;
	display: block!important;
  background: none!important;
}

dl.table01 dt:nth-of-type(1){
 
    border-top: 1px solid #bfbfbf!important;
 }

dl.table01 dd:nth-of-type(1){
	border-top: 1px solid #bfbfbf!important;

	}

dl.table01 dd div{
width: 100%!important;
margin: 0 0 8px 0!important;
}
dl.table01 dd span{
	width: 40%!important;
	display: inline-block!important;
}

dl.table01 dd div:last-child{
margin: 0 0 0px 0!important;
}


dl.table01 dd:nth-of-type(2n){
	width: 71%!important;
}





/* テーブルタイプ1 */
/* テーブルタイプ2 */

dl.table02{
  display: flex!important;
/* border: 1px solid #aaa; */
position: relative!important;
/* width: 1400px; */
margin: 0 0 0 0px!important;
flex-wrap: wrap!important;
  width: 100%!important;
}

dl.table02 dt{
    background-color: #ffffff!important;
    width: 50%!important;
    margin: 0 0 0 0!important;
    font-size: 16px!important;
    padding: 8px 16px!important;
    border-bottom: 1px solid #333333!important;
    color: #333333!important;
    font-weight:bold!important;
}

dl.table02 dd{
	width: 50%!important;
	font-size: 16px!important;
	padding: 8px 16px!important;
	border-bottom: 1px solid #333333!important;
	display: block!important;
}


/* テーブルタイプ2 ここまで */




/*　　　　　　　　　　　　--下層共通ここまで--　　　　　　　　　　　　　　　*/


/* 下層個別 ここから*/

/* ホールレンタル */

.hall .catch02{

max-width: 1400px;

width: 90%;

margin: 56px auto 56px;

text-align: center;
}

.hall .catch02 p{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: inherit;
}

.hall .catch02 p i{
	font-size: 48px;
	font-weight: bold;
	color: #0cc8eb;
	margin: 0px 8px 0 -40px;
	padding: 0px 0 0 0;
	display: inline-block;
	position: relative;
	top: 4px;
}
.hall .catch02 p::before{
	content: "";
	border: 1px #3e8fa4 solid;
	border-radius: 2px;
	display: inline-block;
	width: 40px;
	height: 32px;
	vertical-align: middle;
}


.hall .catch02 span{
	color: #3e8fa4;
	font-size: 32px;
	font-weight: bold;
	margin: 0 8px 0;
}


.hall .catch02 span.marker{
	border-bottom: 4px #0cc8eb solid;
	color: #111;
	font-size: 22px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 0px;
	background-position: top left -4px;
	background-repeat: repeat-x;
	background-size: 1.15em 0.3em;
	background-image: radial-gradient(.15em .15em at center center,#3e8fa4,#3e8fa4 100%,transparent);
}










.hall_block{
	max-width: 1400px;
	width: 90%;
	margin: 40px auto 64px;
	position: relative;
	/* top: 0; */
	/* left: 0; */
	z-index: 100;
	/* right: 0; */
	/* display: flex; */
	align-items: center;
}


.hall_block .sente{
	font-size: 16px;
	    margin: 0 0 30px;
}


.hall_block figure{
	width: 39%;
	display: flex;
}

.hall_block figure img{
width: 100%;
display: block;	
}





/* ホール一覧 */

#hall_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

#hall_list h3{
width: 100%;
}

#hall_list > ul{
	width: 100%;
	}

#hall_list > ul > li{
	
width: 100%;
	
display: flex;
	
border-bottom: 4px #313131 solid;
	
padding: 24px 0 40px 0;
	}
#hall_list > ul > li > figure{
	display: flex;
	width: 40%;
	}
#hall_list > ul > li > figure > a{
	
width: 41%;
	}


#hall_list > ul > li figure figcaption{
	font-size: 12px;
	width: 40%;
	margin: 0 5% 0 0;
	}
#hall_list > ul > li figure figcaption span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	display: block;
	}

#hall_list > ul > li > figure > figcaption > a{
	
display: block;
	
margin: 10% 0 0 0;
	
background: #3e8fa4;
	
color: #fff;
	
padding: 8px;
font-weight: bold;
text-align: center;
transition: 0.2s ease-in-out;
	}
#hall_list > ul > li > figure > figcaption > a:hover{
opacity: 0.5;
transition: 0.2s ease-in-out;
	}





#hall_list > ul > li figure img{
	width: 100%;
	}



#hall_list > ul > li ul.table{
	
width: 61%;
	
margin: 0 0 0 auto;
	}


#hall_list > ul > li ul.table li:nth-child(1){
	margin: 0 0 24px 0;
	display: flex;
	}

#hall_list > ul > li ul.table li:nth-child(1) dl{
	
border: 1px #ccc solid;
	}

#hall_list > ul > li ul.table li:nth-child(1) dl dt{
	
border-bottom: 1px #ccc solid;
	
padding: 8px;
	
font-size: 14px;
	
background: #dff8ff;
	
font-weight: bold;
	}

#hall_list > ul > li ul.table li:nth-child(1) dl dd{

padding: 8px;

font-size: 14px;

}



#hall_list > ul > li ul.table li:nth-child(1) dl:nth-child(1){
	
margin: 0 24px 0 0;
	
width: 140px;
	}
#hall_list > ul > li ul.table li:nth-child(1) dl:nth-child(2){
	
width: 140px;
	}
#hall_list > ul > li ul.table li:nth-child(1) dl:nth-child(3){
	
margin: 0 0 0 auto;
	
width: 220px;
	}



#hall_list > ul > li ul.table li:nth-child(2){
	
display: flex;
	}
#hall_list > ul > li ul.table li:nth-child(2) dl{
	border: 1px #ccc solid;
	}

#hall_list > ul > li ul.table li:nth-child(2) dl dt{
	
border-bottom: 1px #CCC solid;
	
padding: 8px;
	
font-size: 14px;
	
background: #dff8ff;
	
font-weight: bold;
	}
#hall_list > ul > li ul.table li:nth-child(2) dl dd{

padding: 8px;

font-size: 14px;

}




#hall_list > ul > li ul.table li:nth-child(2) dl:nth-child(1){
	
margin: 0 24px 0 0;
	
width: 140px;
	}
#hall_list > ul > li ul.table li:nth-child(2) dl:nth-child(2){
	
border-right: none;
	width: 140px;
	}
#hall_list > ul > li ul.table li:nth-child(2) dl:nth-child(3){
border-right: none;
	width: 120px;
	}

#hall_list > ul > li ul.table li:nth-child(2) dl:nth-child(4){
border-right: none;
width: 120px;
	}
	

#hall_list > ul > li ul.table li:nth-child(2) dl:last-child{border-right: 1px #ccc solid;width: 120px;}

/* ホール一覧ここまで */



/* ホール詳細 */

#hall_detail{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

#hall_detail h3{
width: 100%;
}

#hall_detail .inner{

width: 100%;

display: flex;

}

#hall_detail .inner figure{
	width: 40%;
    display: block;
	}

#hall_detail .inner figure a{
display: block;
	}
	
	#hall_detail .inner figure img{
	width: 100%;
}

#hall_detail .inner figure .btn01 {
    margin: 32px 0 0 0;
}



#hall_detail .inner .right{
	
width: 57%;
	
margin: 0 0 0 auto;
	}

#hall_detail .inner .right table:nth-of-type(1){
margin-top: 0;
		}
	
#hall_detail .inner .right table{
			width: 100%;
			margin: 32px 0 0px 0;
			border: solid 1px #ccc;
			border-collapse: collapse;
		}

		#hall_detail .inner .right table tr{
				

		}
			
		#hall_detail .inner .right table tr th{
			
border: solid 1px #ccc;
			
font-size: 14px;
			
padding: 8px;
			
background: #dff8ff;
		}
		
		#hall_detail .inner .right table tr td{
			
border: solid 1px #ccc;
			
font-size: 14px;
			
text-align: center;
			
padding: 8px 0;
		}

    #hall_detail .inner .right > span{margin: 8px 0 0px 0;display: block;width: 100%;text-align: right;font-size: 14px;}
	

#hall_detail .inner .right > .ct{

margin: 32px 0 0;

box-shadow: 1px 1px 4px #5bcfff;

padding: 16px;

width: 65%;

text-align: center;

margin: 48px auto 0;
}
#hall_detail .inner .right > .ct > span:nth-child(1){

font-size: 16px;

margin: 0 0px 0 0;

display: block;
}
#hall_detail .inner .right > .ct > span:nth-child(2){

font-size: 32px;

color: #0cc8eb;

white-space: nowrap;
}






/* ホール詳細 ここまで*/

/* 利用例 */

.example_block{
	max-width: 1400px;
    width: 90%;
    margin: 40px auto 64px;
    position: relative;
}
.example_block .inner{
	
display: flex;
	
flex-wrap: wrap;
	
width: 80%;
	
margin: 0 auto;
	
justify-content: space-between;
}

.example_block .inner figure{width: 32%;max-width: 350px;margin: 0 0 48px 0;line-height: 0;}
.example_block .inner figure figcaption{font-weight: bold;border-bottom: 2px #3e8fa4 solid;margin: -55px 0 0 0;padding: 8px 8px 8px 8px;font-size: 16px;background: rgba(255, 255, 255, 0.9);z-index: 1;position: relative;}

.example_block .inner figure figcaption::after {
    content: "";
    display: block;
    background: linear-gradient(to right, #a9edff 1%,#0dc7ee 31%,#3e8fa4 64%,#a9edff 100%);
    height: 2px;
    margin: 8px 0 0;
}
.example_block .inner figure img{
	width: 100%;
}


/* 利用例ここまで */



/* 設備備品 */
#setsubi{

display: flex;

flex-wrap: wrap;

justify-content: space-between;
}
#setsubi h3{
	width: 100%;
}
#setsubi p{
	
width: 100%;
	
font-size: 14px;
	
position: relative;
	
margin: 0 0 24px 0;
}
#setsubi p img{
    width: 10%;
    display: inline-block;
    margin: 0px 0 -4px 8px;
}

#setsubi p span.title{
	font-size: 20px;
	font-weight: bold;
	display: block;
}
#setsubi p span{
	font-weight: bold;
}



#setsubi .sente{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
}

#setsubi .sente p:nth-child(1),#setsubi .sente p:nth-child(2){
font-weight: bold;

}




#setsubi figure{
	
width: 37%;
	
display: flex;
	
justify-content: space-between;
}

#setsubi figure img{
	width: 49%;
	display: block;
}



/* 見取り図ブロック */
#sketch_map{
	max-width: 1400px;
		width: 90%;
		margin: 40px auto 0px;
		position: relative;
flex-wrap: wrap;
		display: flex;
		justify-content: space-between;
}

#sketch_map .sente{width: 100%;}

#sketch_map .sente p{
margin: 0 0 24px 0;
}

#sketch_map figure{width: 85%;margin: 40px 0 40px 0;}
/* 見取り図ブロックここまで */

/* 設備と備品 */



/* 設備と備品 ここまで*/

/* アクセスマップ */
.hall_block .access_map{
	
}

.hall_block .access_map iframe{
	width: 100%;
    height: 340px;
}

.hall_block .access_map ul{
	width: 100%;
	max-width: 1400px;
	margin: 24px auto 0;
}

.hall_block .access_map ul li{
font-size: 14px;
margin: 0 0 0px 0;
}




/* 面積・定員・料金表 */


#hall_info_table table{
	width: 100%;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-collapse: collapse;
}
#hall_info_table table tr{
	
}
#hall_info_table table tr th{
	padding: 3px 3px;
	    background-color: #dff8ff;
	    font-weight: normal;
	    border-top: solid 1px #ccc;
	    border-right: solid 1px #ccc;
	    text-align: center;
	    font-size: 14px;
			font-weight: bold;
}
#hall_info_table table tr td{
	padding: 3px 3px;
    text-align: center;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-color: #fff;
    font-size: 14px;
		font-weight: bold;
}

.scroll-hint-icon-wrap {
display: none;
}

/* 面積・定員・料金表　ここまで */


/* ご利用規定 */


#goriyou_kitei{
	
}

#goriyou_kitei .sente{
	margin: 0 0 64px 0;
}

#goriyou_kitei .sente p{
		margin: 0 0 16px 0;
}

#goriyou_kitei .sente ul{
		margin: 0 0 40px 40px;
}
#goriyou_kitei .sente ul li{
	
font-weight: bold;
	
margin: 0 0 8px;
}

#goriyou_kitei .sente dl{
	
font-weight: bold;
	
margin: 0px 0 40px 40px;
}

#goriyou_kitei .sente dl dt{
	
font-weight: bold;
	
margin: 0 0 4px;
}

#goriyou_kitei .sente dl dd{
	
font-weight: bold;
	
margin: 0 0 24px 32px;
}

/* ご利用規定 ここまで*/


.scroll-hint-icon-wrap {
display: none;
}



/* お申し込み */
#application{
		    max-width: 800px;
}
#application .sente{

background: none!important;
width: 100%;
margin: 0 auto;
box-shadow: 1px 1px 4px #5bcfff;
padding: 16px;
}
#application ul{
	
}
#application ul li{
	font-size: 18px;
}


/* #application ul li:nth-last-child(2){
		width: 320px;
    position: absolute;
    top: 67%;
    left: auto;
    right: 5%;
} */
#application ul li:nth-last-child(1){
		width: 320px;
    position: absolute;
    top: 81%;
    left: auto;
    right: 5%;
}




/* ホールレンタル ここまで*/

/* ショップ施設情報 */
.shop_block{
	width: 95%;
	    max-width: 1400px;
	    margin: 40px auto 40px;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: baseline;
}

.shop_block article{
	width: 100%;
	margin: 0px 0 32px;
	display: flex;
	width: 49%;
	flex-wrap: wrap;
}

.shop_block article h4{

}

.shop_block article figure{
	
width: 45%;
}
.shop_block article figure figcaption{
	font-size: 12px;

}


.shop_block article figure img{
	
width: 100%;
}

.shop_block article ul{
	
margin: 0 0 0 16px;
	
width: 50%;
}


.shop_block article ul li{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	margin: 0px 0 16px 0;
}

.shop_block article ul li.sente{

border-top: 1px #ccc solid;
	
padding: 8px 0 0px 0;
	
margin: 8px 0 0px 0;
}



.shop_block article ul li span:nth-child(1){
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0px 4px 0;
	padding: 0 0 4px 0;
	width: 100%;
	/* max-width: 80px; */
	border-bottom: 1px #ccc solid;
}

.shop_block article ul li span:nth-child(2){
	display: block;
	font-size: 14px;
	width: 100%;
}

.shop_block article ul li span:nth-child(2) a{
	color: #3e8fa4;
	    /* font-weight: bold; */
			word-break: break-all;
}



/* ページ上部写真エリア */
.photo_act3_block{
	display: flex;
	position: relative;
	margin: 0px 0 0 0;
}

.photo_act3_block h3{
	position: absolute;
	top: -104px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/bg_logo02.png);
	background-size: contain;
	width: 640px;
	/* height: 210px; */
	padding: 24px;
}

.photo_act3_block h3 div:nth-child(1){
	font-size: 20px;
	color: #3e8fa4;
	font-weight: bold;
	text-shadow: 0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff,0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff;
	color: #111;
}

.photo_act3_block h3 div:nth-child(2){
	font-size: 20px;
	color: #3e8fa4;
	font-weight: bold;
	text-shadow: 0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff;
	color: #111;
}
	
	
.photo_act3_block h3 div:nth-child(3){text-shadow: 0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 0px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff;font-size: 20px;}

.photo_act3_block h3 div span{color: #ff4700;font-size: 40px;}

.photo_act3_block figure{
	
margin: 0px 0% 0 0;
	
line-height: 0;
	
width: auto;
}
.photo_act3_block figure img{
	width: 97.5%;
	height: 100%;
	display: block;
	margin: 0 auto 0 auto;
}



/* ページ上部写真エリア ここまで*/



/* ショップ施設情報ここまで */



/* イベントニュース詳細 */

.newsdetail_block{
  max-width: 1400px;
	width: 100%;
  margin: 40px auto 0px;
  position: relative;
  /* top: 0; */
  /* left: 0; */
  z-index: 100;
  /* right: 0; */
  /* display: flex; */
  align-items: center;
}



.newsdetail_block > .inner{
  margin: 24px 0 24px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsdetail_block > .inner > article{
	margin: 0 auto 32px;
	padding: 48px;
	position: relative;
	width: 100%;
	max-width: 960px;
	display: block;
	border: 1px #ccc solid;
}



.newsdetail_block > .inner > article figure{
	width: 70%;
	margin: 32px auto 48px;
	position: relative;
	line-height: 0;
	}

.newsdetail_block > .inner > article .icon01{

position: absolute;

top: 0;

bottom: auto;

color: #fff;

background: #0ac2d3;

padding: 4px 8px;

font-size: 14px;

font-weight: bold;

left: 0;

right: auto;
}

.newsdetail_block > .inner > article .icon02{
	
	position: absolute;
	
	top: auto;
	
	bottom: 0;
	
	color: #fff;
	
	background: #efc728;
	
	padding: 4px 8px;
	
	font-size: 14px;
	
	font-weight: bold;
	
	left: auto;
	
	right: 0;
}
.newsdetail_block > .inner > article .icon03{
	
	position: absolute;
	
	top: auto;
	
	bottom: 0;
	
	color: #fff;
	
	background: #01dd7d;
	
	padding: 4px 8px;
	
	font-size: 14px;
	
	font-weight: bold;
	
	left: auto;
	
	right: 0;
}


.newsdetail_block > .inner > article figure img{
	width: 100%;
	-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}




.newsdetail_block > .inner > article .date{
  margin: 16px auto 0px;
  padding: 0 0 8px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px #ccc solid;
}


.newsdetail_block > .inner > article .title{
  margin: 8px auto 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}

.newsdetail_block > .inner > article .sente{margin: 8px auto 0px;display: block;font-size: 14px;width: 100%;}


/* イベントニュース詳細 ここまで*/




/* アクセス */
.access_block{
	width: 100%;
max-width: 1400px;
margin: 40px auto 40px;
}

.google_map{
	margin: 0px auto 72px;
}

.google_map iframe{
	width: 100%;
    height: 560px;
	display: block;
}

.access_block dl{
		width: 90%;
		max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.access_block dl dt{
	border-bottom: 1px #ccc solid;
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	width: 30%;
	font-weight: bold;

}
.access_block dl dd{
	border-bottom: 1px #ccc solid;
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	width: 70%;
}



/* アクセス ここまで*/







/* お問い合わせ電話案内 */
.contact_tel_block{
		max-width: 1400px;
		margin: 72px auto;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
}

.contact_tel_block ul{
  margin: 0px auto 0px;
  width: 83%;
}
.contact_tel_block ul li{
 margin: 0 0 0 16px;
}

.contact_tel_block ul li:nth-child(1){
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 8px 0;
    border-bottom: 1px #999999 dashed;
}
.contact_tel_block ul li span:nth-child(1){
  font-size: 16px;
  margin: 0 16px 0 0px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  display: inline-block;
}
.contact_tel_block ul li span:nth-child(2){
  font-size: 24px;
  margin: 0 0 0 0px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  display: inline-block;
      color: #FC661B;
}
.contact_tel_block ul li span:nth-child(3){
  font-size: 16px;
  margin: 0 0 0 0px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  display: inline-block;
      color: #FC661B;
}


.contact_tel_block ul li:nth-child(2){


}

.contact_tel_block ul li:nth-child(3){

}


/* フォーム */
.contact_block{
max-width: 1400px;
margin: 72px auto;
width: 100%;

}

.contact_block form{
  margin: 40px auto 0;
  padding: 14px 0 0;
  width: 83%;
  border-top: 1px #d2d2d2 dashed;
}

.contact_block .note01{
  margin: 0 0 8px 0;
}
.contact_block .note01 span{
  color: #d70c18;
font-size: 12px;
font-weight: bold;
}


.contact_block form dl{
  display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px #d2d2d2 dashed;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 16px 16px 16px;
}

.contact_block form dt{
  width: 30%;
padding: 0px 0 0px 0;
margin: 0 0 0 0;
position: relative;
}

.contact_block form dt.required::before {
    content: "＊"!important;
    color: #d70c18!important;
    padding: 0px 8px 0px 8px;
    font-size: 12px;
    border-radius: 5px;
    vertical-align: middle;
    margin: 0px 0 0px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    position: absolute;
    left: -24px;
    top: 0px;
    bottom: 0;
}


.contact_block form dd{
  width: 65%;
padding: 0px 0 0px 0;
margin: 0 0 0 auto;
position: relative;
}
.contact_block form dd label{
display: flex;
align-items: center;
}
.contact_block form dd label input[type="radio"]{
      width: 100%;
max-width: 20px;
margin: 0 8px 0 0;
}
.contact_block form dd label span{
      width: 100%;

}



.contact_block form dd .note01{
  font-size: 14px;
  margin: 8px 0 0 0;
  line-height: 1.4em;
}

.contact_block form dd input{
      width: 100%;
          padding: 8px;
              font-size: 14px;
}


.contact_block form dd textarea{
      width: 100%;
          padding: 8px;
              font-size: 14px;
}

.contact_block form .btn_block{
  margin: 56px 0 0px 0;
  display: flex;
  /* justify-content: center; */
}

.contact_block form .btn_block .btn01{
      margin: 0px auto 0px auto;
}
.contact_block form .btn_block02{
  margin: 56px 0 0px 0;
  display: flex;
  justify-content: center;
}

.contact_block form .btn_block02 .btn01{
      margin: 0px 16px 0 0px;
}


#check_send[disabled] {
    opacity: 0.3!important;
    pointer-events: none;
    position: relative;
}

/*お問い合わせ ここまで*/


form .privacy_box{
	border: 1px #d2d2d2 solid;
	margin: 0px 0 0 0;
	padding: 16px;
	width: 100%;
}

form .privacy_box .sentence{

}

form .privacy_box .sentence p{
    font-size: 16px;
    margin: 0 0 8px 0;
}

form .privacy_box .sentence p a{
	color: #FC661B;
	font-weight: bold;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
form .privacy_box .sentence p a:hover{
	color: #999999;
	font-weight: bold;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

form .privacy_box .sentence #check_area{

}

form .privacy_box .sentence #check_area #check{

}

form .privacy_box .sentence #check_area label{
    cursor: pointer;
}









/*----------送信完了----------*/
.tk_block{
  max-width: 600px;
  margin: 72px auto;

  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tk_block .sente{
  margin: 32px auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}


.tk_block .btn01{
      margin: 0px auto 0px auto;
}


/*----------ボタンエリア----------*/


/*----------送信完了ここまで----------*/





/*----------form関連ボタンブラウザ依存スタイルリセット----------*/

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="reset"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/*----------お問い合せ　ここまで----------*/




/* スタッフ募集 */
.shopstaff_block{
	width: 100%;
	max-width: 1400px;
	margin: 40px auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shopstaff_block article{
	width: 100%;
	margin: 0px 0 48px;
	display: flex;
	width: 100%;
}

.shopstaff_block article figure{
	
max-width: 300px;
}
.shopstaff_block article figure img{
	
width: 100%;
}

.shopstaff_block article dl{
	
margin: 0 0 0 32px;
	
width: 75%;
}

.shopstaff_block article dl dt{
	
font-weight: bold;
	
border-bottom: 1px #ccc solid;
	
padding: 0 0 16px 0;
	
margin: 0 0 0px 0;
}

.shopstaff_block article dl dd{
	display: flex;
	font-size: 14px;
	padding: 16px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px #ccc solid;
}



.shopstaff_block article dl dd span:nth-child(1){
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 16px 0 0;
	width: 25%;
	max-width: 80px;
}

.shopstaff_block article dl dd span:nth-child(2){
	display: block;
	font-size: 14px;
	width: 78%;
}

.shopstaff_block article dl dd span:nth-child(2) a{
	color: #3e8fa4;
	    /* font-weight: bold; */
}

/* スタッフ募集 ここまで*/







/* プライバシーポリシー */
#privacy_block {
	width: 100%;
	padding: 28px 0;
}
.privacy_block_inner {
  width: 100%;
  max-width: 1200px;
  margin: 36px auto;
}
.pri_top_txt {
	width: 90%;
	margin: 0 auto;
}
.privacy_block_unit {
	width: 90%;
	margin: 0 auto;
}
.privacy_block_unit h4 {
	font-size: 18px;
	border-bottom: dotted 1px #ccc;
	margin: 24px 0;
	font-weight: bold;
}
.privacy_block_unit p {
  font-size: 16px;
  margin: 0 0 24px 36px;
}
.privacy_block_unit ul{
  font-size: 16px;
  margin: 24px 0 24px 58px;
  }
.privacy_block_unit ul li{
list-style-type: disc;
list-style-position: outside;
}



/* プライバシーポリシーここまで */







/*フッター*/
footer{
  width: 100%;
  margin: 0px 0 0px 0!important;
  position: relative;
  /* background: #505050; */
}



footer .bg_ft {
	width: 100%;
	max-width: 1920px;
	height: 79px;
}

footer .bg_ft img{
	width: 100%;
}





footer > .inner{
  width: 90%;
  max-width: 1400px;
  margin: 0px auto 0px!important;
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0 0px;
}


#page-top {
	position: fixed;
	bottom: 10px;
	right: 24px;
	z-index: 100000;
}

#page-top a {
	text-decoration: none;
	width: 100%;
	text-align: center;
	display: block;
	color: #ffffff;
	background-color: #3e8fa4;
	padding: 8px;
	font-size: 14px;
	/* border: 1px #fff solid; */
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}


#page-top a:hover{
	text-decoration: none;
	text-align: center;
	display: block;
	color: #ffffff;
	/* border:  1px #333333 solid; */
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#page-top a i{
	font-size: 40px;
}



#footer_map{

	position: relative;
	padding: 0 0 72px 0;
}
#footer_map iframe{
	width: 100%;
	height: 560px;
}

#footer_map::before {
	content: "";
	background: url(../img/bg_ft_map.png);
	width: 100%;
	max-width: 1920px;
	height: 79px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0px;
	z-index: -1;
}





#footer_left{
  margin: 0px 0 0 0px;
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
}


#footer_logo{
    width: auto;

}
#footer_address{
	font-size: 20px;
	color: #000;
	
	margin: 0 0 0 0%;
	padding: 0 0px 0px 24px;
    margin: 0 0px 0px 24px;
    border-left: 1px #3e8fa4 solid;
}







#footer_right{
	margin: 0 0 0 0;
	width: 50%;
	padding: 0px 0 0px 0;
}


/* フッターナビ */
#footer_navi{
  width: 100%;

}


#footer_navi > ul{margin: 0px auto 0px;padding: 32px 0 32px 0;display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap: wrap;/* justify-content: space-between; */}

#footer_navi > ul > li{
  width: 33%;
  /* border-bottom: 1px #3e8fa4 solid; */
  padding: 0 0px 32px 0;
}




#footer_navi > ul > li > a{
  color: #000;
  font-size: 16px;
  display: block;
  border-bottom: 1px #1a1a1a dashed;
  padding: 0px 0px 0px 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#footer_navi > ul > li > a i{
  color: #3e8fa4;
	margin: 0 8px 0 0;
}

#footer_navi > ul:nth-child(2){

}


#footer_navi > ul > li > a:hover{
  color: #3e8fa4;
}


#footer_navi > ul > li > ul{margin: 8px 0 0 11%;}

#footer_navi > ul > li > ul > li{



}

#footer_navi > ul > li > ul > li > a{
  color: #000;
  font-size: 0.7vw;
    -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#footer_navi > ul > li > ul > li > a:hover{
  color: #3e8fa4;
    -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}



/* フッターナビ */




#footer_bottom{
	background: #1a1a1a;
	margin: 0 auto;
	width: 100%;
	    padding: 8px 0;
}


#footer_bottom #copyright{
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #fff;
	margin: 0 auto;
}

/*フッターここまで*/




/* 改行調整 pc表示では消 */
br.pc_none{
	display: none;
}








		/*ページネイション*/
		.pagination {
			margin: 24px auto 64px;
			/*width: 1400px;*/
			width: 100%;
			padding: 0px 0;
		}
		.pagination_inner {
		    display: flex;
						justify-content: center;
		}
		.pagination_inner li {
		    margin: 0 8px 0 0;
		}
		.pagination_inner li:last-child{
				margin-right: 0;
		}

		.pagination_inner li a {
		    color: #fff;
		    background: #6e6e6e;
		    display: block;
		    padding: 5px 15px 5px 15px;
		    font-size: 16px;
		    transition: 0.3s ease-in-out;
		}


		.pagination_inner li:hover a{
		    background: #3e8fa4;
				transition: 0.3s ease-in-out;
		}


		.pagination_inner li a.pagination_on{
		    background: #3e8fa4;
		}


		/*ページネイション　ここまで*/
		
		
/* オブジェクトフィット */
.ofi_cover{
	object-fit: cover;
font-family: 'object-fit: cover;';
	}
/* オブジェクトフィット ここまで*/



/* 印刷用設定 */
@media print{

	#wrapper{
	    overflow: auto;
	}
	
	
	
	
	
}
/* 印刷用設定ここまで */














@media screen and (min-width:768px) and ( max-width:1400px) {
	
		#news_headline > .inner{
		  width: 960px;

		}
	

	header{
	height: 150px;
}

	
	#head_inner {
    /* max-width: 1400px; */
    width: 95%;
    margin: 0px auto 0px;
    position: relative;
    padding: 24px 0px 8px;
}
	#header_logo{
		position: absolute;
		top: 0%;
		z-index: 10;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	
	}
	#header_logo::before{
		content: "";
		    background: url(../img/bg_logo.png);
		    width: 280px;
		    /* height: 165px; */
		    background-size: contain;
		    display: inline-block;
		    background-repeat: no-repeat;
		    vertical-align: top;
		    margin: 0 0px 0 0px;
		    position: absolute;
		    top: -9%;
		    left: -72px;
		    z-index: -1;
	}
	
	#header_logo::after{
		content: "";
		background: #6e6e6e;
		width: 2000px;
		height: 16px;
		position: absolute;
		top: 0px;
		left: -30%;
		z-index: -1;
	}
	
	
	#header_logo a{display: block;line-height: 0;-webkit-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;width: 75%;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);}
	
	#header_logo a:hover{
	    box-shadow: 0px 0px 48px rgb(62, 143, 164);
	    -webkit-transition: 0.2s ease-in-out;
	    transition: 0.2s ease-in-out;
	
	
	}
	
	
	
	
	#header_logo img{
		
	width: 100%;
	}




	
	#head_upper01{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	
	

#head_upper01 .right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin: 0 0 0px auto;
}


#head_nav{width: 100%;max-width: 400px;margin: 0px 0px 0 0;}
#head_nav ul{
	display: flex;
	justify-content: flex-end;
}
#head_nav ul li{
		margin: 0 4px 0 0;
min-width: 155px;
}

#head_nav ul li a{font-size: 10px;font-weight: bold;}

#head_nav ul li a i{
color: #264381;
}



#head_nav ul li a:hover{
color: #999999;
}



#head_upper01 .tel_area{/* display: flex; */max-width: 220px;width: 100%;}

#head_upper01 .tel_area i{
	color: #264381;
	width: 30px;
	font-size: 48px;
	margin: 0 8px 0 0;
}

#head_upper01 .tel_area ul{display: block;align-items: center;}
#head_upper01 .tel_area ul li{
	
}

#head_upper01 .tel_area ul li a{
			color: #3e8fa4;
}
#head_upper01 .tel_area ul li:nth-child(1){
		font-size: 18px;
		color: #3e8fa4;
		font-weight: bold;
		line-height: 1;
		text-align: right;
		margin: 0 0px 8px 0;
}
#head_upper01 .tel_area ul li:nth-child(2){
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	margin: 0 0 0px 0;
}





	#globalNavi ul{
		width: 75%;
    margin: 0 0 16px auto;
    padding: 0;
    display: flex;
	}


#globalNavi ul li a i{
	display: block;
	color: #3e8fa4;
	font-size: 24px;
	margin: 0 0 8px 0;
		    transition: 0.2s ease-in-out;
}

#globalNavi ul li:first-child a{
   border-left: 1px #3e8fa4 dashed;
   font-size: 10px;
}


#globalNavi ul li a {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    display: block;
    padding: 8px 0 4px;
    margin: 0px 0 0px;
    transition: 0.2s ease-in-out;
    border-right: 1px #3e8fa4 dashed;
    transition: 0.2s ease-in-out;
}

/* トップ act3について */

.top_about_us{
max-width: 960px;
width: 100%;

}

.top_about_us > .inner {
    margin: 24px 0 8px 0;
    width: 100%;
    max-width: 1400px;
    display: block;
    
}

.top_about_us > .inner figure{
    width: 100%!important;
    max-width: 1400px;
    display: block;
  margin: 0 auto 24px;
}

.top_about_us .tel_block {
    display: flex;
    background: none!important;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    box-shadow: 1px 1px 4px #5bcfff;
    padding: 16px;
}



/* トップ　下層共通　ニュース＆トピックス */
.newslist_block {
    max-width: 960px;
    width: 100%;
    margin: 40px auto 0px;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    z-index: 100;
    /* right: 0; */
    /* display: flex; */
    align-items: center;
}
.newslist_block > .inner{
  margin: 24px 0 24px 0;
  width: 100%;
  display: flex;
	    justify-content: space-between;
			flex-wrap: wrap;
}
.newslist_block > .inner > article{
  margin: 0 0 16px 0;
  padding: 0;
  position: relative;
  width: 48%;
  display: block;
  border: 1px #ccc solid;
}

/* ホールレンタル */
.hall_block figure{/* height: 290px; */}	
.hall_block figure img {
    width: 100%;
    display: block;
}	

/* ホールレンタル ここまで*/



/* ショップ施設情報 */
.shop_block{
	width: 95%;
	max-width: 1400px;
	margin: 40px auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shop_block article{
	width: 100%;
	margin: 0px 0 32px;
	display: flex;
	width: 49%;
	flex-wrap: wrap;
}

.shop_block article h4{
	width: 100%;
	font-weight: bold;
	border-bottom: 1px #3e8fa4 solid;
	padding: 0 0 8px 0;
	margin: 0 0 16px 0;
}

.shop_block article figure{
	
max-width: 300px;
}
.shop_block article figure figcaption{
	font-size: 12px;

}


.shop_block article figure img{
	
width: 100%;
}

.shop_block article ul{
	
margin: 0 0 0 16px;
	
width: 50%;
}


.shop_block article ul li{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	margin: 0px 0 16px 0;
}

.shop_block article ul li.sente{

border-top: 1px #ccc solid;
	
padding: 8px 0 0px 0;
	
margin: 8px 0 0px 0;
}



.shop_block article ul li span:nth-child(1){
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0px 4px 0;
	padding: 0 0 4px 0;
	width: 100%;
	/* max-width: 80px; */
	border-bottom: 1px #ccc solid;
}

.shop_block article ul li span:nth-child(2){
	display: block;
	font-size: 14px;
	width: 100%;
}

.shop_block article ul li span:nth-child(2) a{
	color: #3e8fa4;
	word-break: br;
	/* font-weight: bold; */
}


/* ショップ施設情報ここまで */


footer{
  width: 100%;
  margin: 0px 0 0px 0!important;
  position: relative;
  /* background: #505050; */
}






footer > .inner{
  width: 90%;
  max-width: 1400px;
  margin: 0px auto 0px!important;
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0 0px;
  justify-content: space-between;
}


#page-top {
	position: fixed;
	bottom: 10px;
	right: 24px;
	z-index: 100000;
}

#page-top a {
	text-decoration: none;
	width: 100%;
	text-align: center;
	display: block;
	color: #ffffff;
	background-color: #3e8fa4;
	padding: 8px;
	font-size: 14px;
	/* border: 1px #fff solid; */
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}


#page-top a:hover{
	text-decoration: none;
	text-align: center;
	display: block;
	color: #ffffff;
	/* border:  1px #333333 solid; */
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#page-top a i{
	font-size: 40px;
}



#footer_map{

	position: relative;
	padding: 0 0 72px 0;
}
#footer_map iframe{
	width: 100%;
	height: 560px;
}

#footer_map::before {
	content: "";
	background: url(../img/bg_ft_map.png);
	width: 100%;
	max-width: 1920px;
	height: 79px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0px;
	z-index: -1;
}





#footer_left{
  margin: 0px 0 0 0px;
  position: relative;
  display: flex;
  align-items: center;
  width: 40%;
}


#footer_logo{
    width: 40%;
}
#footer_logo img{
    width: 100%;

}


#footer_address{
	font-size: 1vw;
	color: #000;
	margin: 0 0 0 0%;
	padding: 0 0px 0px 24px;
	margin: 0 0px 0px 24px;
	border-left: 1px #3e8fa4 solid;
}







#footer_right{
	margin: 0 0 0 0;
	width: 56%;
	padding: 0px 0 0px 0;
}


/* フッターナビ */
#footer_navi{
  width: 100%;

}


#footer_navi > ul{margin: 0px auto 0px;padding: 32px 0 32px 0;display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap: wrap;/* justify-content: space-between; */}

#footer_navi > ul > li{
  width: 33%;
  /* border-bottom: 1px #3e8fa4 solid; */
  padding: 0 0px 32px 0;
}




#footer_navi > ul > li > a{
  color: #000;
  font-size: 1vw;
  display: block;
  border-bottom: 1px #1a1a1a dashed;
  padding: 0px 0px 0px 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#footer_navi > ul > li > a i{
  color: #3e8fa4;
	margin: 0 8px 0 0;
}

#footer_navi > ul:nth-child(2){

}


#footer_navi > ul > li > a:hover{
  color: #3e8fa4;
}

/* フッターナビ */




#footer_bottom{
	background: #1a1a1a;
	margin: 0 auto;
	width: 100%;
	    padding: 8px 0;
}


#footer_bottom #copyright{
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #fff;
	margin: 0 auto;
}
}

.text-indent {
	text-indent: 16px;
}

.fw-bold {
	font-weight: bold;
	display: inline-block!important;
	border: none!important;
	margin: 0!important;
	padding: 0!important;
}
