@charset "utf-8";


/*基本設定
---------------------------------------------------------------------------*/
.clearfix {
    overflow:hidden;
    height:100%;
}
.delay {
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0.1; -webkit-transform: translateY(100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0.1; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



body {
	position: relative;
	background-color: #fff
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font: 18px/1.4 "Avenir Next", Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-color: #003366;
	-webkit-touch-callout:none;
	-webkit-user-select:none; 
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
	margin: 0px;
	padding: 0px;
}
img{
	display:block;
}
section{
	margin:0 0 20px 0;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.clear {
  clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #9ecfff;
	text-decoration: none;	
}
.tel-link, .net-link{
	width:33%;
	color: #FFF;
	line-height: 50px;
	padding: 0 10px;
	margin: 3px;
	text-align: center;

}
.tel-link{
	background: #900;
	margin-left: 48px;
}
.net-link{
	background: #090;
}
/*h1ロゴの設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 10px;
	font-weight: normal;
	color:#666;
	text-align: left;
	line-height: 20px;
	width: 990px;
	margin: 0 auto 0;
	padding-left:20px;
	padding-bottom:5px;
}
.logo {
	margin-top: 10px;
	margin-bottom: -4px;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 20px auto 0;
	background-color: #fff;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	height: 100%;
	overflow: hidden;
}
header img {
	position: relative;
	width: 100%;
}

/*メニュー
---------------------------------------------------------------------------*/
.menubar{
	width: 80%;
	position: fixed;
	top: 5px;
	left: 10%;
	z-index: 100;
}
.menubar ul{
	display: flex;
	justify-content: center;
}
.menubar a{
	width: 19%;
	margin:0 0.5%;
	background: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	text-align: center;
}
.menubar li:hover{
	background: rgba(0, 0, 0, 0.5);
}


/*トップイメージ
--------------------*/
.top-image{
	width: 100%;
	overflow: hidden;
	/*position: fixed;
	top: 0;
	left: 0;
	z-index:0;*/
}
.top-image img{
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#contents{
	background: #FFF;
 }
#main {
	width: 100%;
	padding-bottom: 50px;
}

#main h2 {
	background-color: #3366AA;
	font-size: 120%;
	padding: 0px 10px 0px 20px;	
	clear: both;
	color: #444;
	font-weight: bold;
	line-height: 36px;
	color: #FFF;
	}
#main h2 a{
	font-size: 120%;
	text-align: center;
	padding: 10px 0;	
	color: #FFF;
	line-height: 0.7em;
}


#main .ph-link{
	width: 96%;
	margin: 2% auto;
	text-align: center;
	background: #ad2a58;
	border-radius: 20px;
	padding: 10px 0;
	color: #FFF;
}
#main .ph-link h2{
	background-color:initial;
	font-size: 160%;
	text-align: center;
	color: #FFF;
}
#main .ph-link h3{
	background-color:initial;
	font-size: 120%;
	text-align: center;
	color: #FFF;
	border: none;
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #EEE;	
	font-size: 100%;
	font-weight: normal;
	padding: 0px 5px 0px 20px;	
	clear: both;
	line-height: 18px;	
	border: 1px solid #ccc;	
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 10px 20px 20px;*/
	color: #003366;
}

/*gallery.html内のブロック
---------------------------------------------------------------------------*/
.photos{
   /* Prevent vertical gaps */
   line-height: 0;
 
   -webkit-column-count: 3;
   -webkit-column-gap:   0px;
   -moz-column-count:    3;
   -moz-column-gap:      0px;
   column-count:         3;
   column-gap:           0px;
 
}
.photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	line-height: 1.5;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666;		/*文字色*/
}
footer .cr {
	display: block;
	font-size: 80%;
	color: #999;		/*文字色*/
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	
	margin: 10px 20px 0px;
	color: #003366;
	line-height: 1.4em;	
}

/*日付設定*/
#new dt {
	font-weight: bold;	
	float: left;
	width: 10em;
	padding-top: 6px;
	padding-bottom: 6px;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #ccc;	
	padding-left: 10em;
	padding-top: 6px;
	padding-bottom: 6px;
}
#new dd img {
	vertical-align: middle;
}


/*PAGE TOP設定
---------------------------------------------------------------------------*/

#pagetop{
	position: fixed;
	color: #ff7733;
	right: 10%;
	bottom: 70px;
	z-indez: 999;
}

#pagetop a{
	color: #FFF;
}
#pagetop:before {
	content: "\f35b";
	font-family: "Font Awesome 5 Free";
	padding: 0em;
	font-size: 50px;
	color: #ff7733;
	font-weight:900;
	width: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*アクセス
--------------------------------------------------------------------------*/
.image-content2 {
	width: 96%;
	padding: 30px 5px 20px;;
	background: #ffffff;
}
.page-access ul.route-images {
  margin: 0;
  padding-left: 0;
}
.page-access ul.route-images li {
  list-style: none;
  margin-bottom: 15px;
}
.page-access .map {
  margin: 0;
}
.page-access .map-link a {
  background: url(../images/ico-blank.gif) no-repeat right center;
  padding: 2px 15px 2px 0;
  text-decoration: underline;
  color: #00f;
}
#map_canvas {
  width: 100%;
  height: 480px;
  margin-top: 10px;
}

/*電話
---------------------------------------------------------------------------*/
.tel{
	display: none;
}

/*キャンペーン
---------------------------------------------------------------------------*/
.cam{
	display: none;
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.blog {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	height: 175px;
	overflow: hidden;
}

.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #142ff6;
}
.color2 {
	color: #FF0033;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
.cp{
	padding: 0px;
	margin: 0px;;
	font-size: 18px;
	line-height:24px;
	color: #333;
}

@media only screen and (max-width:1000px) {
	#pagetop{
	right: 20px;
	bottom: 20px;
	}
}
@media only screen and (max-width:640px) {
	.pc{
	display: none;
	}
	.sp{
	display: block;
	}

	#container {
		width: 100%;
		padding: 0;
        margin :0;
        -webkit-box-shadow:none;
        box-shadow:none;
	}
	
	header {
		
		/*padding-top: 16%;*/
	}
	
	#contents {
		width: auto;
	}
	
	#main h2 {
		padding: 0px 10px 0px 10px;
		background: #3366AA;
	}
	
	#main h3 {
		background-color: #EEE;	
		font-size: 100%;
		font-weight: normal;
		padding: 0px 5px 0px 5px;
		margin: 0px 0px 5px 0px;
		clear: both;
		line-height: 18px;
		border: 1px solid #ccc;
	}
	
	#main p {
		padding: 0px 5px 1em 6px;
	}
	
	#main .p_box{
		padding: 5px 0px;
	}
	
	/*#main section.list article {
		width: 96%;	
		height: auto;	
		float: none;
		margin: 0px auto 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}*/
	#main section.list article img {
		width: 100%;
		height: auto;
	}
	
	#mainimg {
		height: auto;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-bottom: 10px;
	}
	#mainimg img {
	}
	#slide_image {
		height: auto;
		width: 100%;
		position: relative;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#slide_image2 {
		height: auto;
		width: 100%;
		position: absolute;
		left:0px;
		top:0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	footer {
		background-color: #ffffff;
		border-top: 1px solid #CCC;
		margin-bottom: 60px;
	}
	.foot-base{
	width:100%;
	height: 60px;
	background: #999;
	position:fixed;
	bottom: 0;
	z-index: 100;
	display: flex;
	
	}

	#new dl {
		height: auto;
		padding-left: 0;
	}
	
	#new dt {
		float: none;
		width: auto;
		padding-bottom: 0;
	}
	
	#new dd {
		padding-left: 0;
		padding-top: 0;
	}
	
	/*#main section.list article {
		float: none;
		margin: 0px auto 1em;
	}*/
	
	.ta1 {
		width: 100%;
	}
	
	.ta1 td{
		width: auto;
		padding: 2px;
	}
	
	.ta1 th{
		width: 100px;
		padding: 2px;
	}
	
	img.wa {
		width: 100%;
		height: auto;
	}
	#sub #submenu {
		display: none;
	}
	.menubar {
		display: block;
	}

	
	.tel {
		display: block;
		text-align: center;
		position: fixed;
		z-index: 5000;
	}
	.cam {
		display: block;
	}
	
	.center{
		text-align: center;
	}
	.fs20{
		font-size: 20px;
		font-weight: bold;
		color: #44A;
	}
	.fs12{
		font-size: 12px;
		color: #444;
	}

/*SPメニュー
---------------------------------------------------------------------------*/
/*アコーディオン
---------------------------------------------------------------------------*/

.spmenu_btn{
	display:none;
	}


.spmenu_btn {
	display:block;
	position:fixed;
	bottom:20px;
	left:5px;
	width:30px;
	height:26px;
	background:#000;
	border-top:12px solid #fff;
	border-bottom:12px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
	cursor: pointer;
	z-index: 1000;
}
.spmenu_text:after {
	content:'MENU';
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position:fixed;
	bottom: 5px;
	left: 4px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
	z-index: 500;
}
.spmenu_text.active:after {
	content:'CLOSE';
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.spmenu_btn:before {
	content:'';
	position:absolute;
	width:26px;
	height:2px;
	background:#000;
	top:-9px;
	right:0;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.spmenu_btn:after {
	content:'';
	position:absolute;
	width:26px;
	height:2px;
	background:#000;
	bottom:-9px;
	right:0;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.spmenu_btn.active {
	background:#FFF;
}
.spmenu_btn.active:before {
	-moz-transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	top:0;
	right:0;
}
.spmenu_btn.active:after {
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	bottom:0;
	right:0;
}

#pagetop{
	z-index: 500;
	}
#pagetop:before {
	font-size: 40px;
	color: #FFF;
}

	/*h1タグ設定
	---------------------------------------------------------------------------*/
	h1 {
		display: none;
		}
	/*h1タグ設定
	---------------------------------------------------------------------------*/

	.menubar{
	opacity: 0;
	width: 100%;
	height: 70%;
	margin: 0 auto 82px;
	background: rgba(0, 0, 0, 0.7); 
	position: fixed;
	top: 0px;
	z-index: 500;
	}
	.menubar ul{
	display: initial;
	}
	.menubar a{
	width: 100%;
	background: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	}
	.menubar li{
	font-size: 24px;
	}
	.menubar li:hover{
	background: rgba(0, 0, 0, 0.5);
	}

	.active{
	opacity: 1;
	display: block;
	transition: all 0.5s;
	}
		/*コンテナー（HPを囲むブロック）
	---------------------------------------------------------------------------*/
	#container {
		width: auto;
		position: relative;
	}


	/*周辺地図
	---------------------------------------------------------------------------*/

	#map_canvas {
  height: 300px;
	}
	
	/*コンテンツ（main,subを囲むブロック）
	---------------------------------------------------------------------------*/
	#contents {
		width: auto;
	}
	

	/*gallery.html内のブロック
	---------------------------------------------------------------------------*/
.photos{
   /* Prevent vertical gaps */
   line-height: 0;
 
   -webkit-column-count: 2;
   -webkit-column-gap:   0px;
   -moz-column-count:    2;
   -moz-column-gap:      0px;
   column-count:         2;
   column-gap:           0px;
 
}
	
	
	/*トップページのメイン画像
	---------------------------------------------------------------------------*/
	#mainimg {
		height: auto;
		width: 100%;
	}
	#slide_image {
		height: auto;
		width: 100%;
		position: relative;
	}
	#slide_image2 {
		height: auto;
		width: 100%;
		position: absolute;
		left:0px;
		top:0px;
	}
	
	/*テーブル１
	---------------------------------------------------------------------------*/
	.ta1 {
		width: 96%;
	}
	
}

@media only screen and (max-width:480px) {
	#main section.list article {
		float: left;
		width: 100%;
		height: 480px;
		margin: 0px 10px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#main section.list article img {
		float: left;
		width: 100%;
		height: auto;
		margin-right: 5px;
		overflow:hidden;
	}
	/*gallery.html内のブロック
	---------------------------------------------------------------------------*/
.photos{
   /* Prevent vertical gaps */
   line-height: 0;
 
   -webkit-column-count: 1;
   -webkit-column-gap:   0px;
   -moz-column-count:    1;
   -moz-column-gap:      0px;
   column-count:         1;
   column-gap:           0px;
 
 }
}