@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #F9F4E7;
	font-family: "Meiryo UI", sans-serif;
	background-image: url(img/ura.png);
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
	color: #411A00;
	text-decoration: none;
}

a:visited {
	color: #411A00;
}

a:hover {
	color: #411A00;
	text-decoration: underline;
}

a:active {
	color: #411A00;
}


p {
	font-size: small;
	line-height: 180%;
}

hr {
	display: none;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* フロート解除　*/
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


body,
h1,
h2,
h3,
p {
	margin: 0px;
	padding: 0px;
}


/* レイアウト大枠 */
#container {
	width: 100%;
	background-color: #F9F4E7;
	margin-top: 136px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(img/ura.png);
}


/* h1(SEO対策コメント),ロゴ,等 */
#aheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 136px;
	float: left;
	background-repeat: repeat-y;
	background-position: center;
}

#aheader h1 {
	width: 960px;
	font-size: small;
	margin: 0px;
	height: 33px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header ul {
	float: right;
	text-align: right;
	padding: 0px;
	margin: 0px;
	height: 100px;
}

#header ul li {
	font-size: small;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header .logo img {
	margin: 0px;
	padding: 0px;
	height: 100px;
}


/* 横ナビ(メニュー) */
#agnavbar {
	width: 100%;
	top: 0px;
	left: 0px;
	height: 56px;
	background-image: url(img/ura.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #f9f4e7;
}

.gnavbar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* 横ナビ画像リンク(JAVA)　*/
.gnavbar ul {
	height: 65px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.gnavbar ul li {
	text-align: center;
	float: left;
	width: 136px;
	height: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #411a00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

/* フラッシュ　*/
#aflash {
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	background-image: url(img/ura.png);
	background-repeat: repeat-y;
	background-position: center;
}

.flash {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #411a00;
}

/* コンテンツ　*/
#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


.con {
	width: 100%;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F9F4E7;
	background-image: url(img/ura.png);
}


/* サイドメニュー　*/
#sidemenu {
	float: left;
	width: 270px;
	margin-top: 30px;
}

/* メイン　*/
#main {
	float: right;
	width: 665px;
	margin-bottom: 15px;
	padding: 0px;
	margin-left: 25px;
	margin-top: 30px;
}


/* フッター　*/
#afooter {
	width: 100%;
	top: 0px;
	left: 0px;
}

.footer {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	text-align: center;
	padding-top: 25px;
}


/* ページトップ(JAVA)　*/
#toTop {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
	margin-bottom: 10px;
}

/* ページトップ(JAVA)　*/
#toTop2 {
	width: 665px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
	margin-bottom: 10px;
}

/*/* ここから下いろいろカスタマイズ　*/

/* 小文字 */
.smoji {
	font-size: x-small;
}

.sideA {
	width: 250px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3e8ce;
	margin-top: 5px;
}

.sideA img {
	float: left;
	margin-right: 10px;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #cccccc;
}

.sideB {
	width: 250px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.sideB ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sideB ul li {
	font-size: small;
	line-height: 150%;
	margin: 0px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

.sideB img {
	margin-bottom: 3px;
}

.boxB {
	width: 625px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(img/naka.png);
	background-repeat: repeat-y;
}

table.hyo {}

table.hyo tr th {
	margin: 0px;
	padding: 0px;
}

table.hyo tr td {
	font-size: small;
	line-height: 150%;
	margin: 0px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

.photoA {
	width: 625px;
}

.photoA ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.photoA ul li {
	padding: 0px;
	float: left;
	width: 198px;
	margin-right: 5px;
	margin-left: 5px;
}

.photoB {
	width: 583px;
	background-color: #f3e8ce;
	padding: 20px;
	border: 1px solid #cccccc;
}

.photoB ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.photoB ul li {
	padding: 0px;
	float: left;
	width: 185px;
	margin-right: 4px;
	margin-left: 4px;
}

.photoB h2 {
	font-size: small;
	font-weight: bold;
}

.photoC {
	width: 615px;
}

.photoC ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.photoC ul li {
	padding: 0px;
	float: left;
	width: 195px;
	margin-right: 5px;
	margin-left: 5px;
}


.naka {
	width: 173px;
	padding: 5px;
	font-size: small;
	line-height: 150%;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #cccccc;
	margin: 0px;
}
.naka02 {
	padding: 5px;
	font-size: small;
	line-height: 150%;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #cccccc;
	margin: 0px;
}

.naka2 {
	padding: 10px;
	font-size: small;
	line-height: 150%;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	margin: 0px;
}

.title {
	width: 645px;
	padding: 10px;
	background-color: #411A00;
}

.title h2 {
	font-size: larger;
	font-weight: bold;
	color: #ffffff;
}

.boxA {
	width: 615px;
	padding: 20px;
	margin-bottom: 15px;
	border: 5px solid #cccccc;
}

.boxA h2 {
	font-size: larger;
	font-weight: bold;
}

.mojiA {
	font-size: large;
	font-weight: bold;
}

.boxd p {
	margin-bottom: 30px;
}

.boxB02 {
    width: 100%;
    background-repeat: repeat-y;
    box-sizing: border-box;
}

.photoB02 {
    width: 100%;
    background-color: #f3e8ce;
    padding: 20px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.photo-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.photo-list li {
    width: calc(33.333% - 8px);
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 20px;
}

.photo-list li:nth-child(3n) {
    margin-right: 0;
    width: calc(33.333% - 4px);
}

.photo-list li h2 {
    font-size: small;
    font-weight: bold;
}
