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


}


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

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

}


#head_inner{
	/* max-width: 1200px; */
	width: 100%;
	margin: 0px auto 0px;
	position: relative;
	padding: 0px 0px 0px;

}

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

}

#header_logo{
	/* position: absolute; */
	top: 0%;
	z-index: -4;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	/* margin: -16px 0 0; */
}
#header_logo::before{
	content: "";
	background: url(../img/bg_logo.png);
	width: 215px;
	height: 125px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: -16px;
	left: -58px;
	z-index: -8;
}

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


#header_logo a{	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);display: block;line-height: 0;-webkit-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;width: 125px;z-index: 100000;}

#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 .right{
	display: block;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}


#head_nav{width: 100%;max-width: 400px;margin: 0px 24px 0 0;display: none;}
#head_nav ul{
	display: flex;
	/* justify-content: space-between; */
}
#head_nav ul li{
    margin: 0 8px 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: none;max-width: 552px;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;}
#head_upper01 .tel_area ul li{
	
}
#head_upper01 .tel_area ul li:nth-child(1){
		font-size: 32px;
		color: #3e8fa4;
		font-weight: bold;
		line-height: 1;
		margin: 0 16px 0 0;
}
#head_upper01 .tel_area ul li:nth-child(2){
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 0px 0;
}







#btn_open_modal{
	background: rgba(255, 255, 255, 0.81);
	padding: 4px 8px 4px 8px;
	width: 52px;
	display: block;
	text-align: center;
	line-height: 0;
	margin: 0 0 0 auto;
	position: fixed;
	top: 16px;
	left: auto;
	right: 8px;
	z-index: 100;
}

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




#btn_open_modal i{
	color: #3e8fa4;
	font-size: 34px;
}

#btn_open_modal span{
	color: #3e8fa4;
	font-size: 8px;
}





#modal{

}



#modal_area{
	position: absolute;
	z-index: 10000!important;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.95),rgb(255, 255, 255))!important;
	display: none;
	width: 85%!important;
	left: auto!important;
	right: 0!important;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.close-modal_area{
	color: #0cc3e5;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0%;
	vertical-align: middle;
	padding: 24px 0;
	bottom: auto;
	text-align: center;
	left: auto;
	right: 0%;
	height: 20px;
	width: 100%;
	font-size: 24px;
	z-index: 1;
	line-height: 0;
	z-index: 9999;
	cursor: pointer;
	background: #333;
}


#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: 16% 0 0 0;
  position: relative;
  z-index: 1000;
}


.modal-content > ul{
  max-width: 1200px;
  margin: 48px auto 48px;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

.modal-content > ul > li > a:hover {
    color: #ff3100;
    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: #3e8fa4;}




.modal_tel_area{

}

.modal_tel_area dl{
    display: flex;
}

.modal_tel_area dl dt{
	color: #3c3c3c;
	    font-size: 0.8em;
	    margin: 0 0% 0 0%;
	    font-weight: bold;
}

.modal_tel_area dl dd{
	color: #0031af;
	font-size: 0.8em;
	font-weight: bold;
}


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



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

  position: fixed;
  /* display: flex; */
  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%;
	display: none;
}

#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{
position: relative;
z-index: 1;

}








/*　　　　　　　　　　　　--トップ--　　　　　　　　　　　　　　　*/




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


.mainImage_area01{
position: relative;
z-index: 1;
/* overflow: hidden; */
}
.mainImage_area01 .catch01 {
	width: 1200px;
	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: 280px;
}



/* サイドボタン */
.side_bnr{
  position: fixed;
  left: auto;
  right: -200px;
  top: 5%;
  display: none;
  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 #3e8fa4 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: none;
  transition: 0.3s ease-in-out;
  list-style: none;
}
/* サイドボタンここまで */



/*新着情報ヘッドライン*/
#news_headline{
background: #1a1a1a;
}
#news_headline > .inner{
  width: 95%;
  margin: 0 auto;
  display: flex;
  padding: 16px 0px;
  align-items: center;
}
#news_headline > .inner > h2{
	color: #0cc8eb;
	font-size: 12px;
	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: 14px;
	width: 79%;
	height: 20px;
	overflow: hidden;
}

#news_headline > .inner > .right > div div span a{
	color: #fff;
	}
	
	#news_headline > .inner > .right > div div span{
		display: inline;
		margin: 0 20% 0 0;
	}
	#news_headline > .inner > .right > div div span:nth-of-type(1){
    display: inline;
    margin: 0 0% 0 0;
}
	

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



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



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



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

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

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

.newslist_block > .inner > article figure .icon01{

position: absolute;

top: auto;

bottom: 0;

color: #fff;

background: #0ac2d3;

padding: 4px 8px;

font-size: 12px;

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: 12px;
	
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: 12px;
	
font-weight: bold;
	
left: auto;
	
right: 0;
}


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


.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: 12px;
  font-weight: bold;
  width: 90%;
}


.newslist_block > .inner > article .title{
  margin: 8px auto 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  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: 10px;
	text-align: center;
}

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



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

.newslist_block > .btn01 a {
  /* background: #3e8fa4; */
  border: 1px #3e8fa4 solid;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 0px;
  border-radius: 4px;
}
.newslist_block > .btn01 a:hover {
	color: #3e8fa4;
	background: #1a1a1a;
	border: solid 1px #1a1a1a;
}
.newslist_block > .btn01 a i{
margin: 0 8px 0 0;  
}
/* 一覧へのボタン ここまで*/

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






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



.top_about_us > .inner{
  margin: 24px 0 0px 0;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_about_us > .inner > figure{
  margin: 0px auto 0px;
  padding: 0;
  position: relative;
  width: 100%;
  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: 100%!important;
	/* margin: 0 auto; */
	box-shadow: 1px 1px 4px #5bcfff!important;
	padding: 16px!important;
}

.top_about_us .tel_block div{
	width: 30%!important;
	margin: 0 auto 0!important;
}

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

.top_about_us .tel_block dl{
	
width: 95%!important;
	
margin: 0 auto 0!important;
}

.top_about_us .tel_block dl dt{
	
color: #3e8fa4;
	
font-size: 16px;
	
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: 32px auto 8px;
}


.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;
    line-height: 1.5em;
}

.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: 64px auto 0px;
	border: 1px #ccc solid;
	padding: 0px 32px 0px;
}
.top_pickup .random{

}


.top_pickup .random ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.top_pickup .random ul li{
	width: 47%;
	margin: 0 0 40px 0;
}

.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: 2.5vw;
	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 56px;
}
.top_shop_bnr figure{
	
}

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


.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: linear-gradient(145deg,#176e82,#3e8fa4,#3e8fa4,#3e8fa4,#0cc8eb);
	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: 14px;
	}
.btn01 a i{
margin: 0 8px 0 0;

}
.btn01:hover a{
    background: #45669E;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}



.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: 240px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px 240px;
	max-width: 1920px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

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

.title_txt:nth-child(1){
  font-size: 16px;
  /* 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: 8px 0px 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: 14px;
  /* 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: 4px 0px 4px;
  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;
	margin: 0 auto;
	max-width: 600px;
	width: 90%;
	bottom: 2%;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#mainImage_area02 .catch ul li:nth-child(1){

color: #0cc8eb;

font-size: 3vw;

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: 2vw;

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 5%;

width: 17%;
}
#mainImage_area02 .catch figure img{width: 100%;}
	


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




/*タイトル装飾*/


h2.title01{
	width: 100%;
	margin: 64px 3% 16px 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);
	background-size: contain;
	width: 280px;
	height: 42px;
	padding: 0px 0 0px 0;
	display: inline;
	margin: 0px auto 0;
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	z-index: -1;
	font-size: 14px;
	color: #3e8fa4;
	font-weight: bold;
	line-height: 3.5em;
}


h2.title01 span:nth-of-type(2){
	color: #3e8fa4;
	background: #fff;
	font-size: 24px;
	padding: 0px 8px;
}
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: 16px;
	z-index: -1;
	border-bottom: 4px #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: 20px;
	border-bottom: 2px #999999 solid;
	padding: 0px 0 16px 0px;
	margin: 0px auto 24px;
	/* 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: 14px;
    color: #999;
		display: block;
}



h4.title01{
	width: 100%;
	font-weight: bold;
	border-bottom: 1px #3e8fa4 solid;
	padding: 0px 0 4px 0;
	margin: 0 0 16px 0;
	font-size: 16px;
	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{max-width: 1400px;width: 90%;margin: 8px auto 8px;display: flex;flex-wrap: wrap;}

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

ul.breadcrums li a{font-size: 10px;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: 95%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.u_tabmenu li{
  width: 49%;
  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: 12px;
  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: 1200px; */
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: 16px;
	font-weight: bold;
	letter-spacing: inherit;
	position: relative;
	padding: 0 0 0 56px;
}

.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: absolute;
	top: 10px;
	left: 40px;
}
.hall .catch02 p::before{
	content: "";
	border: 1px #3e8fa4 solid;
	border-radius: 2px;
	display: inline-block;
	width: 40px;
	height: 32px;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 24px;
}


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


.hall .catch02 span.marker{
	border-bottom: 4px #0cc8eb solid;
	color: #111;
	font-size: 22px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 4px;
	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 80px;
	position: relative;
	/* top: 0; */
	/* left: 0; */
	z-index: 100;
	/* right: 0; */
	/* display: flex; */
	align-items: center;
}


.hall_block .sente{
	font-size: 14px;
	margin: 0px auto 24px;
}

.hall_block figure{
	width: 100%;	
}

.hall_block figure img{
width: 100%;	
}










/* ホール一覧 */

#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;
	
margin: 0 0 48px 0;
	}
#hall_list > ul > li > figure{
	/* display: flex; */
	width: 100%;
	}
#hall_list > ul > li > figure > a{
	
width: 41%;
	}


#hall_list > ul > li figure figcaption{
	font-size: 12px;
	width: 100%;
	margin: 0 0% 24px 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: 3% 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: 100%;
	
margin: 0 0 0 auto;
	}


#hall_list > ul > li ul.table li:nth-child(1){
	margin: 0 0 8px 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 0px 8px 0;
	
width: 100%;
	}
#hall_list > ul > li ul.table li:nth-child(1) dl:nth-child(2){
	
width: 100%;
	
margin: 0 0px 8px 0;
	}
#hall_list > ul > li ul.table li:nth-child(1) dl:nth-child(3){
	
margin: 0 0 0 0;
	
width: 100%;
	}



#hall_list > ul > li ul.table li:nth-child(2){
	
display: flex;
	
flex-wrap: wrap;
	
justify-content: space-between;
	}
#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 0 8px 0;
	
width: 48%;
	}
#hall_list > ul > li ul.table li:nth-child(2) dl:nth-child(2){
	
/* border-right: none; */
	
width: 48%;
	
margin: 0 0 8px 0;
	}
#hall_list > ul > li ul.table li:nth-child(2) dl:nth-child(3){/* border-right: none; */width: 48%;margin: 0 0 0px 0;}

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

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



/* ホール詳細 */

#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: 100%;
	display: block;
	}

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

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



#hall_detail .inner .right{
	
width: 100%;
	
margin: 32px 0 0 0;
	}

#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: 12px;
			
text-align: center;
			
padding: 8px 8px;
		}

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

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: 24px;

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: 100%;
	
margin: 0 auto;
	
justify-content: space-between;
}

.example_block .inner figure{width: 85%;max-width: 350px;margin: 0 auto 48px;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{

	
}
#setsubi h3{
	width: 100%;
}

#setsubi .sente{
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
}
#setsubi p{
	
width: 100%;
	
font-size: 14px;
	
margin: 0 0 24px 0;
}

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

#setsubi p img {
    width: 50px;
    position: absolute;
    top: 0%;
    right: 5%;
}


#setsubi figure{
	
width: 100%;
	
/* display: flex; */
	
/* justify-content: space-between; */
	
margin: 24px 0 0 0;
}

#setsubi figure img{
	width: 100%;
	display: block;
	margin: 0 0 16px 0;
}


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




/* 見取り図ブロック */
#sketch_map{
	max-width: 1400px;
	width: 90%;
	margin: 40px auto 80px;
	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: 100%;}
/* 見取り図ブロックここまで */

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

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



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


#hall_info_table table{
	box-shadow: 0px 2px 16px #000000 inset;
	border-collapse: collapse;
	margin: 0px 0 0px 0;
	overflow-x: scroll;
	display: block;
	width: 100%;
}


#hall_info_table table tbody{width: 1100px;display: block;overflow-x: scroll;border-bottom: solid 1px #ccc;border-left: solid 1px #ccc;}

#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;
	max-width: 183px;
	width: 2%;
}
#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;
	max-width: 183px;
}

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




/* ご利用規定 */


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

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

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

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

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


/* お申し込み */
#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: 100%;
		margin: 16px 0 16px;
		/* position: absolute; */
		/* top: 67%; */
		/* left: auto; */
		/* right: 5%; */
}
#application ul li:nth-last-child(1){
		width: 100%;
		/* position: absolute; */
		/* top: 81%; */
		/* left: auto; */
		/* right: 5%; */
}




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





/* ショップ施設情報 */
.shop_block{
	width: 90%;
	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: 100%;
	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;
	font-size: 20px;
}

.shop_block article figure{
	
width: 100%;
	
margin: 0 0 16px;
}
.shop_block article figure figcaption{
	font-size: 12px;

}


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

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


.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;
}
.photo_act3_block figure img{
	width: 98%;
	display: block;
	height: 100%;
}



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



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







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

.newsdetail_block{
  max-width: 1400px;
	width: 100%;
  margin: 40px auto 0px;
  position: relative;
  /* top: 0; */
  /* left: 0; */
  z-index: 0;
  /* 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: 24px;
	position: relative;
	width: 90%;
	max-width: 960px;
	display: block;
	border: 1px #ccc solid;
}



.newsdetail_block > .inner > article figure{
	width: 100%;
	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: 14px;
  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: 16px;
  font-weight: bold;
  width: 100%;
}

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


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




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

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

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

.access_block dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access_block dl dt{
	border-bottom: 1px #ccc solid;
	padding: 0 16px 24px 0;
	margin: 0 0 24px 0;
	width: 50%;
	font-weight: bold;
	font-size: 14px;
}
.access_block dl dd{
	border-bottom: 1px #ccc solid;
	padding: 0 0px 24px 0;
	margin: 0 0 24px 0;
	width: 50%;
	font-size: 14px;
}



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






/* お問い合わせ電話案内 */
.contact_tel_block{
		max-width: 1200px;
		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: 1200px;
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: 90%;
	max-width: 1400px;
	margin: 40px auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shopstaff_block article{
	margin: 0px 0 72px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

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

.shopstaff_block article dl{
	
margin: 16px 0 0 0px;
	
width: 100%;
}

.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: 40px 0 0;
}
.privacy_block_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px 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; */
  z-index: 1;
}



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

footer .bg_ft img{
	width: 250%;
}







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


#page-top {
	position: fixed;
	bottom: 10px;
	right: 12px;
	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: 24px;
}



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

#footer_map::before {
	content: "";
	background: url(../img/bg_ft_map.png);
	width: 400%;
	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: block;
  align-items: center;
  width: 100%;
}


#footer_logo{
    width: auto;

}


#footer_logo img{
    width: 50%;
    display: block;
    margin: 0 auto;
}
#footer_address{
	font-size: 12px;
	color: #000;
	margin: 0 0 0 0%;
	padding: 16px 0px 0px 0px;
	margin: 16px 0px 0px 0px;
	border-top: 1px #3e8fa4 solid;
	text-align: center;
}







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


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

}


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

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




#footer_navi > ul > li > a{
	color: #000;
	    font-size: 3vw;
	    display: block;
	    border-bottom: 1px #1a1a1a dashed;
	    padding: 0px 0px 8px 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 > li{
margin: 16px 0 16px 0;
}

#footer_navi > ul > li > ul > li > a {
	color: #000;
	font-size: 3vw;

}

/* フッターナビ */




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

}



















		/*ページネイション*/
		.pagination {
			margin: 0px auto 56px;
	    /* width: 1200px; */
	    width: 100%;
	    padding: 0px 0;
		}

		
		
		.pagination_inner {
		    display: flex;
						justify-content: center;
		}
		.pagination .pg_detail{
			display: block;
					justify-content: center;
					margin: 0px auto 0px;
					width: 90%;	
		}
		
		.pagination_inner li {
		    margin: 0 8px 0 0;
		}
		.pagination .pg_detail li{

					margin: 0px 0 8px 0px;
		}
		
		.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 .pg_detail li a{
text-align: center;
		}


		.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;
	}
	
	
	
	
	
}
/* 印刷用設定ここまで */

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

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