@charset "UTF-8";

/* CSS Document */

body {
	margin:0;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/* サイト名 */
.site h1 a {
	color:#000000;
	text-decoration:none;
}

.site h1 {
	margin:0;
	font-size:30px;
}

.site img{
	border:none;
}




/* ヘッダー画像 */
.topimg{
	width:1200px;
    margin-left: auto;
    margin-right:auto;
	height:auto;
	vertical-align:bottom;
}

/* キャッチコピー */
.mobilecatch{
    display: none;
}
.catch {
	margin:0;
	padding:15px;
	background-color:rgba(255,255,255,0.7);
}

.catch .subtxt{
	font-size:21px;
}
.catch .maintxt{
    font-size:48px;

}

/* ヘッダー画像にキャッチコピーを重ねる */
.top {
	position:relative;
}

.catch {
	position:absolute;
	top:7%;
	right:10%;
}

/* コピーライト */
.copyright p{
	margin:0;
	color:#666666;
	font-size:14px;
    text-align: center;
}

/* コンテンツ記事 */
.kiji h2{
	margin-top:40px;
	margin-bottom:20px;
	padding-left:20px;
	border-left:solid 20px #c50018;
	font-weight:normal;
	font-size:36px;
}


.kiji h3{
	margin-top:50px;
	margin-bottom:20px;
	padding-left:20px;
	border-bottom:solid 1px #dddddd;
	font-weight:normal;
	font-size:28px;
}

.kiji h3 i{
	margin-right:7px;
	color:#888888;
}

.kiji p{
	max-width:640px;
	margin-top:0;
	margin-bottom:20px;
}

.kiji .lead{
	max-width:100%;
	font-size:20px;
	color:#666666;	
}

.kijiimg {
	max-width:100%;
	height:auto;
	margin-bottom:20px;
}

/* BOXの左右 */
.boxA, .box4, .box5{
	padding-left:15px;
	padding-right:15px;
}

/* BOXの上下 */
.boxA{
	padding-top:20px;
	padding-bottom:10px;
}
.box4{
	padding-top:25px;
	padding-bottom:25px;
}

/* BOX5をバーの形にする */
.box5{
	padding-top:15px;
	padding-bottom:15px;
	background-color:#dddddd;
}


/* Googleマップ用 */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Googleカレンダー用 */
.g-calendar {
    text-align:center;
    }

.g-calendar iframe {
    width:100%;
    max-width:800px;
    height:400px;
    }

@media (min-width: 768px) {
    
.g-calendar iframe {
    height:600px;
    }
        
}


.lineimg{
    width: 360px;
}
.covid19img{
    width: 600px;
}

.lineimg img{
    width: 360px;
}
.covid19img img{
    width: 600px;
}

/* 料金表 */
.shisetsu_tbl {
	border: solid 2px #1E90E3;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.shisetsu_tbl th {
	border: solid 2px #A6A6A6;
    
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	
}
.shisetsu_tbl td {
	border: solid 2px #A6A6A6;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
}


.kizai_tbl {
    width: 800px;
	border: none;
	border-collapse: collapse;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.kizai_tbl th {
    width: 300px;
    font-weight: normal;
	border-bottom: solid 1px #A6A6A6;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 3px;
	padding-bottom: 2px;
	text-align: left;
}
.kizai_tbl td {
	border-bottom: solid 1px #A6A6A6;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 3px;
	text-align: right;
}

.kizai_tbl caption{
    text-decoration: underline;
    font-weight: bold;
}


/* ###################399px以下################ */
@media(max-width:399px){
/* サイト名 */
.site img{
	width:225px;
	height:auto;
}

.mobilecatch{
    margin-left: 0.7em;
    display: block;
}
    
.mobilecatch .subtxt{
	font-size:1em;
    line-height: 0.5em;
}
.mobilecatch .maintxt{
    font-weight: bold;
    font-size:2em;
    line-height: 1.0em;}
.catch {
	display: none;
    }
a {
  text-decoration: none;
}

.kizai_tbl {
    width: 98%;
	border: none;
	border-collapse: collapse;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.kizai_tbl th {
    width: 70%;
    font-weight: normal;
	border-bottom: solid 1px #A6A6A6;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 3px;
	padding-bottom: 2px;
	text-align: left;
}
.kizai_tbl td {
	border-bottom: solid 1px #A6A6A6;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 3px;
	text-align: right;
}

.kizai_tbl caption{
    text-decoration: underline;
    font-weight: bold;
}

.lineimg{
    width: 97%;
}
.covid19img{
    width: 97%;
}
.lineimg img{
    width: 100%;
    height: auto;
}
.covid19img img{
    width: 100%;
    height: auto;
}

    
}

/* ###################599px以下################ */
@media(max-width:599px){
/* ナビゲーション */
.menu li a{
	padding:10px 7px;
	font-size:11px;
}

/* キャッチコピー */
.catch{
	position:5px 10px;
	font-size:12px;
}


/* 記事 */
.kiji h2{
	font-size:26px;

}
.kiji h3{
	font-size:20px;

}
.kiji .lead{
	font-size:16px;

}

.kizai_tbl {
    width: 98%;
	border: none;
	border-collapse: collapse;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.kizai_tbl th {
    width: 70%;
    font-weight: normal;
	border-bottom: solid 1px #A6A6A6;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 3px;
	padding-bottom: 2px;
	text-align: left;
}
.kizai_tbl td {
	border-bottom: solid 1px #A6A6A6;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 3px;
	text-align: right;
}

.kizai_tbl caption{
    text-decoration: underline;
    font-weight: bold;
}

.lineimg{
    width: 360px;
}
.covid19img{
    width: 97%;
}
.lineimg img{
    width: 360px;
    height: auto;
}
.covid19img img{
    width: 97%;
    height: auto;
}



}

/* ###################767px以下################# */
@media(max-width:767px){
.topimg{
width: 97%;
}
.topimg img{
    width: 100%;
    height: auto;
}
.catch{
    position:absolute;
	top:7%;
    right:10%;
}

    
/* トグルボタン */
#menubtn{
	padding:6px 12px;
	border:solid 1px #aaaaaa;
	border-radius:5px;
	background-color:#ffffff;
	position:absolute;
	top:20px;
	right:15px;
	cursor:pointer;
}

#menubtn:hover{
	background-color:#dddddd;
}

#menubtn:focus{
	outline:none;
}

#menubtn i{
	color:#888888;
	font-size:18px;
}


#menubtn span {
	display:inline-block;
	text-indent:-9999px;
}

/* ナビゲーション (縦並び) */
#menu {
	display:none;
}

.menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

.menu li a{
	display:block;
	padding:5px;
	color:#000000;
	font-size:14px;
	text-decoration:none;
}

.menu li a:hover{
	background-color:#eeeeee;
}
    
    .kizai_tbl {
    width: 98%;
	border: none;
	border-collapse: collapse;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.kizai_tbl th {
    width: 70%;
    font-weight: normal;
	border-bottom: solid 1px #A6A6A6;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 3px;
	padding-bottom: 2px;
	text-align: left;
}
.kizai_tbl td {
	border-bottom: solid 1px #A6A6A6;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 3px;
	text-align: right;
}

.kizai_tbl caption{
    text-decoration: underline;
    font-weight: bold;
}

.lineimg{
    width: 360px;
}
.covid19img{
    width: 97%;
}
.lineimg img{
    width: 360px;
    height: auto;
}
.covid19img img{
    width: 97%;
    height: auto;
}


}
/* ###################768px以上################# */
@media(min-width:768px){
    
.catch {
	position:absolute;
	top:7%;
	right:10%;
}
    
.topimg{
width: 97%;
}
.topimg img{
    width: 100%;
    height: auto;
}

    
	/* トグルボタン */
	#menubtn{
		display:none;
	}
	
	
	/* BOX1とBOX2を横に並べる */
	.boxA:after{
		content:"";
		display:block;
		clear:both;
	}
	
	.box1{
		float:left;
		width:auto;
	}
	
	.box2{
		float:right;
		width:auto;
	}
	
	
/* ナビゲーション */
#menu {
	display:block !important
}

.menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

.menu li a{
	display:block;
	padding:10px 15px;
	color:#000000;
	font-size:14px;
	text-decoration:none;
}

.menu li a:hover{
	background-color:#eeeeee;
}

.menu ul:after{
	content:"";
	display:block;
	clear:both;
}

.menu li{
	float:left;
	width:auto;
}
    
.lineimg{
    width: 360px;
}
.covid19img{
    width: 600px;
}
.lineimg img{
    width: 360px;
    height: auto;
}
.covid19img img{
    width: 600px;
    height: auto;
}


}

/* ###################1190px以上################ */
@media(min-width:1190px){
/* 全体の横幅を固定 */
.box3-inner, .box4, .boxA-inner, .box5-inner{
	width:1140px;
	margin-left:auto;
	margin-right:auto;
}

.catch {
	position:absolute;
	top:7%;
	right:10%;
}

.lineimg{
    width: 360px;
}
.covid19img{
    width: 600px;
}
.lineimg img{
    width: 360px;

    height: auto;
}
.covid19img img{
    width: 600px;
    height: auto;
}


}
