@charset "UTF-8";

* {
	line-height: 1.6;
	font-weight: normal;
	font-family: "Lucida Grande", "segoe UI", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

a, aside, ul.top-menu a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

/* トップメニュー */
a:hover, aside h5 a:hover, ul.top-menu a:hover {
	opacity: 0.7;
	font-weight: bold;
	text-decoration: underline;
}

/* サイドメニュー */
aside li a:hover, ul.menu2 li a:hover {
	background-color: #150444;
	opacity: 1;
	font-weight: bold;
}

body {
	background-color: #FFFACD;
}

div.header-top {
	height: 25px;
	margin-bottom: 35px;
	background-color: rgb(204, 0, 0);
}

div.header-top h1 {
	width: 1056px;
	margin: 0 auto;
	color: white;
	font-weight: bold;
}

#container {
	width: 1120px;
	margin: 0 auto;
	display: flex;
}

#content {
	width: 900px;
}

aside {
	width: auto;
	margin-left: 8px;
	background-color: rgba(0, 0, 0, 0.2);

}

aside ul {
	list-style: none;
}

aside h4 {
	margin: 20px 2px;
	line-height: 1.8rem;
	width: 76%;
	display: inline-block;
	border-radius: 20px 20px;
	font-size: 1.1rem;
	background-color: #150444;
	color: white;
}

aside h5 {
	padding: 0 0 5px 15px;
	font-size: 1.1rem;
	letter-spacing: 1px;
}

aside p {
	margin: 0 12px;
	text-align: left;
	font-size: 14px;
}

aside p span {
	font-weight: bold;
	font-size: 1rem;
}

aside img {
	width: 120px;
	height: auto;
	margin: 10px 15px;
}

aside img.calendar {
	width: 100%;
	height: 164.3px;
	margin: 0px auto;
}

nav {
	width: 900px;
}

ul.top-menu {
	display: flex;
	list-style: none;
}

ul.top-menu li {
	margin-right: 15px;
}

ul.top-menu li i {
	color: rgb(204, 0, 0);
	margin-right: 5px;
}

header {
	width: 100%;
	height: 185px;
	background-color: rgb(204, 0, 0);
	position: relative;
}

header img {
	width: 400px;
	height: 185px;
	margin-right: 20px;
	float: left;
}

header p {
	padding-top: 15px;
	color: white;
	font-size: 1.15rem;
	font-weight: bold;
}

header img.jinbutu {
	top: -30px;
	right: -20px;
	height: 150px;
	width: 140px;
	position: absolute;
}

footer p {
	font-weight: bold;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	color: white;
	background-color: rgb(204, 0, 0);
	clear: both;
}

p {
	font-size: 16px;
}

h1 {
	font-size: 100%;
	color: #CC0000;
	margin-top: 30px;
}

h1.bold {
	color: rgb(0, 0, 0);
}

h2 {
	font-size: 1.25rem;
	font-weight: bold;
	width: 97%;
	line-height: 2.4;
	padding-left: 3%;
	margin: 5px 0;
	text-align: left;
	color: rgb(255, 255, 255);
	background-color: rgb(204, 0, 0);
	background-image: url(b0039.gif);
	background-repeat: no-repeat;
	background-position: 6px 2px;
	position: relative;
}

h3 {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 40px;
	width: 95%;
	height: 40px;
	line-height: 2.0;
	margin: 6px 0px;
	padding-left: 5%;
	text-align: left;
	background-color: rgb(238, 232, 170);
	background-image: url(018.gif);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	position: relative;
}

div.clear-both:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

h2 img, h3 img, p img {
	width: 145px;
	height: 130px;
	top: -60px;
	left: 450px;
	margin-top: 10px;
	position: absolute;
	z-index: 1000;
}

h4 {
	font-size: 1.2rem;
	font-weight: bold;
	width: 670px;
	max-height: 100%;
	margin: 10px 0px 5px;
	padding: 5px 0px 5px 50px;
	text-align: left;
	background-image: url(018.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-color: #e6e6fa;
	clear: both;
}

h5, h6, p.word2 {
	font-size: 20px;
	color: #008080;
	font-weight: bold;
	clear: both;
	text-align: left;
	position: relative;
}

h5:before {
	font-family: FontAwesome;
	content: "\f14a";
	padding-right: 7px;
	color: rgba(217, 14, 14, 1.0);
	font-size: 1.2rem;
}

h6:before {
	font-family: FontAwesome;
	content: "\f0da";
	padding-right: 7px;
	color: #FF0000;
}

ul.menu2 {
	display: flex;
	margin-bottom: 0px;
	padding-bottom: 0;
}

ul.menu2 li {
	width: calc(900px/6);
}

li.menu1, li.menu2 {
	list-style: none;
	margin: 1px 0 1.5px 0;
}

li.menu1 a, li.menu2 a {
	text-align: center;
	width: 100%;
	color: #fff;
	background-color: #999;
	font-size: 0.95rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
	line-height: 3.5;
	text-decoration: none;
	display: inline-block;
}

li.menu2 a:active,
ul.menu2 li.menu2 a:active {
	color: rgb(193, 15, 33);
	background-color: #FDF873;
}

img {
	border: 0px;
}

p.word {
	width: 600px;
	text-align: left;
	padding: 0px 55px;
	max-height: 100%;
	clear: both;
	position: relative;
}

p.word1 {
	padding: 12px;
	font-size: 100%;
}

p.word5 {
	font-size: 100%;
	width: 180px;
	padding: 5px 12px;
}

p.bold:before {
	font-family: FontAwesome;
	content: "\f0da";
	padding-right: 7px;
	font-size: 1.5rem;
	color: #c60606;
}

.side p {
	font-size: 1rem;
}

p.bold, p.bold2 {
	font-size: 1.1rem;
	font-weight: bold;
}

p.bold2 {
	/* margin-top: 15px; */
	font-weight:normal;
}

p.bold2{
	position:relative;
}

/* p.bold2 img{
	position:absolute;
	top:0;
	right:0;
	width: 300px;
	height:300px;
} */

.text18 {
	width: auto;
	font-size: 90%;
	text-align: center;
	right: 28px;
	bottom: 77px;
	margin: 0;
	padding: 1px 8px;
	font-weight: bold;
	color: #FFF;
	background-color: #FF4500;
	position: absolute;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.text21 {
	width: 45px;
	height: 35px;
	right: 130px;
	bottom: 107px;
	position: absolute;
}

.text23 {
	width: 180px;
	font-size: 110%;
	text-align: reft;
	bottom: 10px;
	left: 0px;
	bottom: 10px;
	padding: 20px 20px;
	font-weight: bold;
	color: white;
	position: absolute;
	background: #857d14;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.text24, .text25 {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12.5px 0 12.5px 20px;
	left: 300px;
	bottom: 90px;
	border-color: transparent transparent transparent rgba(255, 0, 0, .4);
	position: absolute;
}

.text25 {
	border-color: transparent transparent transparent #ff7f50;
	;
}

p.photo {
	height: 230px;
	clear: both;
}

div.photo1, div.photo1-2, div.photo1-3, div.photo1-4 {
	width: 256px;
	height: 300px;
	margin: 10px 5px;
	padding: 10px 12px;
	background-color: #FFFACD;
	float: left;
	z-index: 100;
	position: relative;
}

div.photo1-2, div.photo1-4 {
	height: 515px;
}

div.photo1-3:before, div.photo1-4:before {
	content: url("053-3.gif");
	bottom: -10px;
	right: 0px;
	position: absolute;
}

div.rink {
	right: 85px;
	bottom: 93px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 13px 9px 0;
	border-color: transparent rgba(66, 66, 111, .8) transparent transparent;
	position: absolute;
}

.photo1 img, .photo1 img.naname1, .photo1 img.naname2, .photo1-2 img, .photo1-3 img, .photo1-4 img, .photo1 img.naname1-2, .photo1-2 img.naname2 {
	width: 256px;
	height: 200px;
	margin-bottom: 10px;
}

div.photo2, div.photo2-2 {
	height: auto;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
	background-color: #EEE8AA;
}

div.photo3 {
	width: 256px;
	height: 200px;
	background: rgba(255, 0, 0, .5);
	margin-bottom: 10px;
}

div.photo3-2 {
	width: 285px;
	height: 220px;
	background: rgba(255, 0, 0, .5);
}

div.photo7, div.photo8 {
	width: 100%;
	height: auto;
	text-align: center;
}

div.photo7 img, div.photo8 img {
	width: 33.333%;
	height: 180px;
	border-radius: 20px 0 20px 0;
}

p.word {
	padding-left: 10px;
	text-align: left;
}

.photo10 {
	width: 900px;
	height: 295px;
	margin: 1px 0;
	padding: 1px 0;
	position: relative;
	clear: both;
}

.photo10 p.oshirase {
	top: 20px;
	left: 100px;
	width: 650px;
	height: 200px;
	padding: 30px 30px;
	background-color: rgba(70, 63, 62, 0.7);
	position: absolute;
}

p.oshirase a {
	color: yellow;
	font-weight: bold;
}

div.photo10 p {
	z-index: 5;
	font-size: 1.4rem;
	width: auto;
	bottom: 75px;
	right: 20px;
	padding: 0px 15px;
	background-color: rgba(0, 0, 0, .5);
	color: white;
	font-weight: bold;
	position: absolute;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.photo10 img {
	width: 900px;
	height: 300px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.photo10 img.day {
	z-index: 1000;
	width: 240px;
	height: 290px;
	top: 5px;
	left: 550px;
	position: absolute;
}

.photo10 img.lunch {
	z-index: 1000;
	width: 150px;
	height: 150px;
	top: 10px;
	left: 590px;
	position: absolute;
}

.photo10 img.kansen1 {
	z-index: 1000;
	width: 150px;
	height: 150px;
	top: 5px;
	left: 540px;
	position: absolute;
}

.photo10 img.kansen2 {
	z-index: 1000;
	width: 170px;
	height: 150px;
	top: 5px;
	left: 700px;
	position: absolute;
}

img.photo20, img.photo20-2, img.photo20-3 {
	width: 180px;
	height: 180px;
	top: -90px;
	left: 320px;
	z-index: 200;
	position: absolute;
}

img.photo20-2 {
	top: -165px;
	left: 650px;
}

img.photo20-3 {
	top: -170px;
	left: 350px;
}

.ddd {
	text-align: center;
	height: 40px;
	padding-top: 10px;
	clear: both;
}

.block5 {
	width: 900px;
}

div.map1 {
	width: 380px;
	height: 460px;
	text-align: left;
	float: left;
	position: relative;
}

.sankaku {
	border-right: 15px solid transparent;
	border-bottom: 20px solid #857d14;
	border-left: 15px solid transparent;
	left: 206px;
	top: 360px;
	transform: rotate(90deg);
	position: absolute;
}

div.map1 img {
	width: 120px;
	height: 150px;
	bottom: 10px;
	right: 10px;
	position: absolute;
}

div.map2 {
	width: 515px;
	height: 460px;
	float: right;
}

p.jyusyo {
	border-radius: 15px 0 0 15px;
	color: white;
	font-weight: bold;
	font-size: 1.15rem;
	padding-left: 11%;
	line-height: 2.6rem;
	background-color: #054747;
	background-image: url(025.gif);
	background-position: 7px 10px;
	background-repeat: no-repeat;
}

p.jyusyo2 {
	padding: 10px 0;
	font-size: 1.1rem;
}

p.jyusyo2 span {
	font-weight: bold;
	color: red;
}

div.box10 {
	width: 160px;
	height: 155px;
	padding-top: 10px;
	background-color: #054747;
	margin: 0 auto 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.box10 p {
	color: white;
	font-weight: bold;
}

div.box11 {
	width: 165px;
	height: 240px;
	margin: 35px auto;
}

div.box11 img {
	width: 150px;
	height: auto;
}

div.box12 {
	width: 150px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	background-color: rgb(204, 0, 0);
	margin: 2px auto;
}

#side {
	width: 172px;
	height: 2670px;
	float: left;
	margin-right: 4px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
}

.side img {
	width: 65%;
	margin: 15px 38px;
	height: auto;
}

#content2 {
	width: 720px;
	float: right;
	margin: 0 auto 0 auto;
}

p.bun1 {
	width: 170px;
	height: 35px;
	line-height: 35px;
	padding-left: 5px;
	float: left;
}

p.bun2 {
	width: 75px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	margin-right: 10px;
	float: right;
}

p.bun3 {
	width: 285px;
	height: 30px;
	padding-bottom: 5px;
	line-height: 30px;
	clear: both;
	color: #009999;
	font-weight: bold;
}

p.bun4 {
	width: 265px;
	height: 25px;
	padding-left: 20px;
	font-size: 100%;
	line-height: 20px;
	clear: both;
}

div.float:after {
	content: "";
	clear: both;
	display: block;
}

div.float {
	display: inline-block;
}

div.corner6 {
	width: 280px;
	height: 235px;
	float: right;
	padding-right: 5px;
}

div.corner7 {
	width: 280px;
	height: 235px;
	float: left;
	padding-left: 5px;
}

hr.sen {
	margin: 1px 0px;
}

p.side1 {
	width: 130px;
	height: auto;
	padding: 10px;
	text-align: center;
	margin: 0 auto 0 auto;
}

div.sikaku {
	background-color: #EEE8AA;
	padding: 10px;
	font-size: 0;
	position: relative;
}

article.menu {
	width: 890px;
	padding: 10px 0 10px 10px;
	background-color: #EEE8AA;
}

section.sikaku1 {
	width: 200px;
	height: auto;
	margin: 0 4px;
	padding: 10px 5px 5px 5px;
	background-color: #FFFACD;
	text-align: center;
	display: inline-block;
}

section.sikaku1 p {
	margin: 0px 10px;
	padding: 8px 0;
	font-size: 16px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	background-color: rgb(204, 0, 0);
}

section.sikaku1 img {
	width: 180px;
	height: 250px;
}

div.syasin, div.syasin2, div.syasin3 {
	width: 300px;
	height: 220px;
	margin: 0;
	font-size: 110%;
	line-height: 1.5;
	float: left;
	position: relative;
}

div.syasin2 {
	width: 290px;
	margin-left: 10px;
}

div.syasin2 p, div.syasin3 p {
	padding-right: 10px;
	font-size: 1.1rem;
}

div.syasin2:before {
	content: url("053-4.gif");
	bottom: -12px;
	right: 10px;
	position: absolute;
}

div.syasin3:after {
	content: url("053-5.gif");
	bottom: -10px;
	left: -10px;
	position: absolute;
}

div.syasin img, div.syasin2 img {
	width: 300px;
	height: 220px;
	border-radius: 30px 0 30px 0;
}

div.hako img {
	width: auto;
	height: auto;
	vertical-align: bottom;
}

div.hako {
	float: left;
	position: relative;
}

div.hako p {
	font-size: 18px;
	top: 50px;
	right: 10px;
	padding: 0px 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-weight: bold;
	position: absolute;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.tizu {
	width: 860px;
	height: 460px;
	border: solid 20px #EEE8AA;
	background-color: rgba(255, 0, 0, .5);
	position: relative;
}

div.tizu img.tegaki {
	width: 816px;
	height: 460px;
	padding: 0px 20px;
	background-image: url("077.gif");
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

div.tizu img.tepu10 {
	width: 130px;
	height: 50px;
	top: -25px;
	right: 405px;
	position: absolute;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}

div.tizu img.hashi {
	bottom: 12px;
	right: 0px;
	width: 50px;
	height: 50px;
	position: absolute;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.hako img.toumei {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* ナビラッパーなし */
@media (max-width:1160px) {
	aside {
		display: none;
	}

	#container, div.header-top h1 {
		width: 900px;
	}

	div.header-top {
		margin-bottom: 15px;
	}

	.photo10 {
		margin: 0;
		padding-bottom: 1px;
	}
	ul .top-menu{
		display: none;
	}
}

/* スライドショー */
#slideshow {
	/* margin: 0;
	padding: 0; */
	position: absolute;
	top: 0px;
	right: 0;
	width: 900px;
	/* 画像の横幅に合わせて記述 */
	height: 300px;
	/* 画像の高さに合わせて記述 */
	/* margin:0 auto; */
}

#slideshow img {
	width: 900px;
	height: 300px;
	position: absolute;
	top: 0x;
	right: 0;
	z-index: 8;
	/* opacity: 0.0;
    object-fit: cover;
    margin: 0;
    padding: 0; */
}

#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow img.last-active {
	z-index: 9;
}

@media (min-width:1161px) {
	ul.top-menu, ul.menu2 {
		display: none;
	}

	div.header-top h1 {
		width:1120px;
	}
}

/* キッチンじゅん写真館  */
.photo-box {
	margin: 0 auto;
}

.photo-box img {
	width: calc(100%/3);
	height: 500px;
	vertical-align: bottom;
}

.photo-box img.wide {
	width: 100%;
	height: auto;
	margin: 2px 0;
	object-fit: cover;
}

/* object-position: 100% 100%; */
/* object-fit:contain; */


/* ナビラッパーあり */
/* .nav-wrapper{
	width:154px;
	margin-right:2px;
	background-color:rgba(0,0,0,0.5);
}
#container{
	width:1212px;
}
ul.top-menu,ul.menu2 {
	display: none;
}
div.header-top h1{
	width:1212px;
}

@media (max-width:1260px) {
	.nav10{
		display:none;
		}
		#container{
			width:1056px;
	}
	div.header-top h1{
		width:1056px;
	}

}

@media (max-width:1100px) {
	aside{
		display:none;
	}
	#container{
		width:900px;
}
ul.top-menu,ul.menu2 {
	display: block;
	display: flex;
}
div.header-top h1{
	width:900px;
}
 }  */
/* <style type="text/css">
#slideshow {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    画像の横幅に合わせて記述
    height: 450px;
    画像の高さに合わせて記述
} */