@charset "UTF-8";

.sp-only {
    display: none;
}

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

html, body, div, p, ul, ol, li, a {
    margin: 0px;
    padding: 0px;
}

html {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 62.5%;
}

body {
    position: relative;
	font-size: 1.6rem;
}

.container {
    position: relative;
	margin: auto;
	width: 940px;
}

header {
}

nav {
}

main {
	display: flex;
}

.contents {
	width: 700px;
}

.sidebar {
    width: 240px;
    text-align: right;
}

footer {
	margin: 30px 0px;
	padding: 20px;
	border-top: 2px solid #E5F0CE;
	color: rgba(91,91,91,1.00);
	text-align: center;
	font-size: 1.2rem;
}

img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

a {
	color: #0066cc;
}

a:hover {
	color: #ff4b33;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-contents {
	margin: 0px 30px;
}

.text-contents p {
	font-size: 1.5rem;
	line-height: 190%;
}

.table {
	margin: 10px 0px 10px 10px;
	width: 100%;
	border: 1px solid rgba(205,205,205,1.00);
	box-sizing: border-box;
}


.table tr:nth-child(odd) {
	background-color: rgba(242,247,252,1.00);
}


.table th {
	text-align: left;
}


.table th, .table td {
	padding: 10px 20px;
	font-size: 1.5rem;
	line-height: 190%;
	border-bottom: 1px solid rgba(205,205,205,1.00);
}

.table tr:last-child th, .table tr:last-child td {
	border: 1px none rgba(205,205,205,1.00);
}

.table td {
}

section {
	margin: 0px 0px 70px 0px;
}

.h1 a {
    display: block;
    margin: 0px;
    padding: 0px;
	width: 600px;
	height: 120px;
	background-image: url(../img/common/top.jpg);
    background-repeat: no-repeat;
    background-position: center left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.h1 a:hover {
    opacity: 0.9;
}

#ikujikai a {
    display: block;
    position: absolute;
    right: 0px;
    top: 30px;
    width: 145px;
    height: 75px;
    background-image: url(../img/common/ikujikai.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#ikujikai a:hover {
    opacity: 0.9;
}

ul.nav {
	display: flex;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	background-color: #FF9249;
}

ul.nav li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid white;
}

ul.nav li a {
	display: block;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
}

ul.nav li a:hover {
	background-color: rgba(255,255,255,0.16);
}

.top-photo {
	margin: 10px 0px;
}

.top-photo img {
	width: 100%;
}

.h2 {
	margin: 0px 0px 20px 10px;
	padding: 15px 0px 0px 15px;
	width: 700px;
	height: 50px;
	font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
	/*background-image: url(../img/common/h2-back.jpg);*/
	box-sizing: border-box;
    border: 1px solid rgba(193,193,193,1.00);
    border-radius: 15px;
}

.h2::before {
    content: "■";
    margin-right: 5px;
    font-size: 20px;
    color: rgba(255,228,147,1.00);
}

#news-list {
}

#news-list ul {
	list-style-type: none;
}

#news-list ul li {
	padding: 10px 0px 10px 30px;
	font-size: 1.5rem;
	background-image: url(../img/common/g_list.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #99CC66;
}

#news-list ul li a {
	padding: 10px 0px 10px 10px;
	text-decoration: none;
}

/**
 * ファイル一覧
 */
.files {
    margin: 30px 30px;
}

.files ul {
}

.files ul li {
}

.files ul li a {
}

/**
 * フォトアルバム 
 */
.album {
}

.album ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.album ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    padding: 0px;
    width: 110px;
    height: 110px;
    border: 1px solid #DADADA;
    border-radius: 2px;
}

.album ul li img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.album ul li a img {
}

.album ul li a:hover img {
    opacity: 0.7;
}

/**
 * ブログ 
 */
.blog {
    position: relative;
}

.blog .text-contents {
    margin-top: 30px;
}

.blog .text-contents img {
    margin: 2px;
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    vertical-align: top;
}

.blog .date {
    display: block;
    position: absolute;
    right: 10px; top: 10px;
    margin: 0px 10px 0px 0px;
    padding: 5px 10px;
    font-size: 1.4rem;
    background-color: #F8F8F8;
    border-radius: 10px;
    text-align: right;
}

.blog .movelink {
    margin: 30px 0px 0px 0px;
    padding: 20px 0px 0px;
    border-top: 1px dotted rgba(50,153,0,0.33);
}

.blog .movelink ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 0px;
    padding: 0px;
    list-style-type: none;
}

.blog .movelink ul li {
    margin: 0px;
    padding: 0px;
}

.blog .movelink ul li.next {
    text-align: right;
}

.blog .movelink ul li a {
    display: inline-block;
	padding: 10px 0px 10px 10px;
	text-decoration: none;
}

.blog .movelink ul li.prev a::before {
    content: "◀";
    display: inline-block;
    margin: 0px 10px;
    font-size: 1.1rem;
    transform: scaleX(0.7);
    vertical-align: middle;
}

.blog .movelink ul li.next a::after {
    content: "▶";
    display: inline-block;
    margin: 0px 10px;
    font-size: 1.1rem;
    transform: scaleX(0.7);
    vertical-align: middle;
}

.blog .movelink ul li a span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.4rem;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.blog .files {
    margin:0px 30px 30px;
    padding: 30px;
    background-color: rgba(248,248,248,1.00);
}

.blog .files ul {
    list-style-type: none;
}

.blog .files ul li {
    margin: 10px 0px;
}

.blog .files ul li a {
}


ul.banner {
	list-style-type: none;
}

ul.banner li {
    margin: 0px 0px 10px 0px;
}

ul.banner li a {
}

ul.banner li a:hover {
    opacity: 0.7;
}

div .ext_li li {
	margin: 0px 0px 15px;
}

/*
 * 年間行事
 *
 */
.year_waku dl {
	display: flex;
	justify-content: space-between;
	border: 1px solid #D3D3D3;
	margin: 0px 0px 10px 0px;
}

.year_waku dl dt {
	width: 30%;
	padding: 10px 10px;
	margin: 0px;
	background-color: #CEDEF2;
	font-size: 2rem;
}

.year_waku dd {
	width: 70%;
	padding: 20px 0px;
}

dd ul li {
	margin: 10px 0px;
}

.clear {
	clear: both;
}

.month dl dt {
	padding: 10px 10px;
	background-color: #E8E35C;
	margin: 0px 0px 15px 0px;
}

.month dd {
	padding: 10px 0px;
}

.other dl dt {
	padding: 10px 10px;
	background-color: #E8E35C;
	margin: 0px 0px 15px 0px;
}

.other dd {
	padding: 10px 0px;
}

/*
 * 一日の流れ
 *
 */
.day_waku {
	margin: 0px 0px 50px;
}

.day_waku dl {
	display: flex;
	justify-content: space-between;
}

.time_waku {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 0px 0px;
	text-align: left;
	background-color:#FFFDE0;
}

.time_waku02 {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.day_dt_time {
	width: 10%;
	text-align:center;
}

.border {
	border-right: 1px solid #CCCCCC;
}

.day_dd01 {
	padding: 0px 0px 0px 15px;
	width: 20%;
}

.day_dd02 {
	width: 70%;
	padding: 0px;
	line-height: 160%;
}

.day_li li {
	padding: 0px;
	margin: 0px;
}


/**
 * ページ上部リンク
 */
.pagetop {
    display: none;
    position: fixed;
    right: 60px;
    bottom: 60px;
}

.pagetop a {
    display: block;
    width: calc(100px*0.7);
    height: calc(100px*0.7);
    background-color: rgba(255,255,255,0.9);
    background-image: url(../img/common/pagetop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 2px solid #E5F0CE;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.pagetop a:hover {
    opacity: 0.7;
}

