@charset "utf-8";


/* .block.photo
============================================================ */
.block.photo {
	background-image: url(../../img/photo0.jpg);
	height: 277px;
	border: none;
	text-align: center;
	padding: 173px 0 0 0;
}
.block.photo {
	background: none;
	position: relative;
	padding: 0;
	height: 450px;
}
span.corona_inner {
    font-size: 20px;
    }
    p.corona_sentence {
    margin-bottom: 6px;
/*    width: 700px;
*/}
.block.photo .string {
  	position: absolute;
/*	top: 173px;*/
  	left: 32%;
  	/*width: 100%;*/
  	text-align: start;
  	font-size: 15px;
  	padding: 20px;
    font-weight: bold;
    top: 14%;
    background-image: url(../img/footer_bg02.png);
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translatex(-50%);
}

.corona_outer {
	width: max-content;
}

.block.photo .covid-list {
    text-align: start;
   /* position: absolute;
    left: 34%;
    bottom: 10%;*/
    font-size: 14px;
    font-weight: bold;
    padding-top: 7px;
}
.block.photo .red {
	color: red;
}

.block.photo h1 {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
}
.block.photo h1 span {
	display: block;
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	color: #5a1600;
	text-align: left;
}
#slide {
	position: relative;
	width: 100%;
	height: 450px;
}
#slide li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 450px;
	-moz-background-size:cover;
background-size:cover;
	background-position: center center;
}
#slide .no1 { background-image: url(../../img/slide_ph_01.jpg); }
#slide .no2 { background-image: url(../../img/slide_ph_02.jpg); }
#slide .no3 { background-image: url(../../img/slide_ph_03.jpg); }
#slide .no4 { background-image: url(../../img/slide_ph_04.jpg); }
#slide .no5 { background-image: url(../../img/slide_ph_05.jpg); }
#slide .no6 { background-image: url(../../img/slide_ph_06.jpg); }
#slide .no7 { background-image: url(../../img/slide_ph_07.jpg); }
#slide .no8 { background-image: url(../../img/slide_ph_08.jpg); }

/* header
============================================================ */
header {
	position: absolute;
	top:450px;
	height: 171px;
}
header.fixed {
	position: fixed;
	top: 0;
	z-index: 10000;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
header .inner {
	padding: 0;
}
header nav {
	float: left;
	width: 294px;
}
header .logo {
	float: right;
	margin: 31px -3px 0 0;
}
header .tel {
	position: absolute;
	top: 20px;
	left: 0;
}

/* .inner01
============================================================ */
main .inner01 {
	margin-top: 171px;
	text-align: center;
	padding: 97px 0 100px;
}

/* .img_photo
============================================================ */
.img_photo {
	width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.img_photo02 { background-image: url(../../img/photo2.jpg);}
.img_photo04 { background-image: url(../../img/photo4.jpg);}

.img_photo .inner {
	position: relative;
}
.img_photo .inner p {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 15px;
	padding: 7px 10px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}


/* .inner03
============================================================ */
main .inner03 {
	width: 350px;
	text-align: center;
	padding: 60px 305px 59px;
}
main .inner03 .item {
	float: right;
}

/* .inner05
============================================================ */
.inner05 ul {
	margin-right: -20px;
	zoom:1;
}
.inner05 ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.inner05 ul li {
	float: left;
	margin-right: 20px;
}

/* .block.information
============================================================ */
.block.information {
	background-image: url("../img/header_bg.png");
}
.block.information .inner {
	background: none;
}
/* .block#newsList
============================================================ */
#newsList {
	background-image: url("../img/main_bg01.png");
}
#newsList .inner {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0 40px;
}
#newsList .inner .box.left {
	width: 650px;
}
#newsList .inner .box.left h3 {
	padding-bottom: 14px;
}
#newsList .inner .box.left .postShowArea {
	overflow: hidden;
	width: 640px;
}
#newsList .inner .box.left .postArea {
	max-height: 240px;
	overflow-y: scroll;
	width: 700px;
}
#newsList .inner .box.left ul {
	margin-left: -20px;
	padding: 0 10px 0 20px;
	background-image: url("../../img/list_line_01.png");
	background-position: center top;
	background-repeat: no-repeat;
	width: 640px;
}
#newsList .inner .box.left ul li {
	background-image: url("../../img/list_line_02.png");
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: -10px;
	padding-left: 10px;
}
#newsList .inner .box.left ul li:first-child {
	background: none;
}
#newsList .inner .box.left ul li > a,
#newsList .inner .box.left ul li > span {
	display: block;
	padding: 22px 0 22px 110px;
	position: relative;
	font-size: 13px;
}
#newsList .inner .box.left ul li a {
}
#newsList .inner .box.left ul li span {
}
#newsList .inner .box.left ul li span > span,
#newsList .inner .box.left ul li a > span {
	position: absolute;
	top: 22px;
	left: 0;
}
#newsList .inner .box.right {
	width: 260px;
}
#newsList .inner .box.right a {
	background-color: #fff;
	display:block;
}
#newsList .inner .box.right a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
/* .block#topInfo
============================================================ */
#topInfo {
	background-image: url("../img/footer_bg01.png");
}
#topInfo .inner {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 60px;
	background: url(../img/footer_ofuku_01.png) right bottom no-repeat;
}
#topInfo .inner .box.left {
	padding-top: 20px;
	width: 760px;
}
#topInfo .inner .box.left h3 {
	padding-left: 310px;
	margin-bottom: 24px;
}
#topInfo .inner .box.left p {
	padding-left: 310px;
	line-height: 1.8;
}
#topInfo .inner .box.left p + p {
	margin-top: 22px;
}
#topInfo .inner .box.right {
	width: 120px;
}
#topInfo .inner .box.right p,
#topInfo .inner .box.right h4 {
	float: right;
}
#topInfo .inner .box.right h4 {
	margin-left: 12px;
}