﻿@charset "utf-8";
/* CSS Document */

* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
   }

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
	color: #007FD0;
	text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
	color: #E1001C;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}


.photo {
	border: 10px solid #FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:1px 1px 4px #ccc;
	-moz-box-shadow:1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;
}

/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}




h2 {
	text-align: left;
	background-image: url(../images/bg_h2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 6px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	padding-left: 10px;
	margin-bottom: 1em;
}

h3 {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	padding: 10px;
	text-align: center;
	background-color: #FAE786;
	font-size: 25px;
	margin-bottom: 0.7em;
}


h4 {

}

img {
	vertical-align: bottom;
	border: 0px;

}



main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}




/*ページ構成*/
html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #633400;
	background-color: #fffae8;
}


#system_main {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_main.png);
	background-repeat: no-repeat;
	background-position: center top;
}


header {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
}

h1 {
	padding-top: 65px;
	width: 400px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
h1 img {
	width: 100%;
}

#mainnav {
	width: 100%;
	padding: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#mainnav ul {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;

	padding-top: 25px;
	padding-bottom: 10px;
}
#mainnav ul li{
	width: 90px;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-right: 8px;
	margin-left: 8px;
}

#mainnav ul li img{
	width: 100%;
}
#mainnav li dl {}
#mainnav li dt {}
#mainnav li dd a {
	text-align: center;
	border-bottom: 1px dashed #DBC4AB;
	color: #C9A690;
}
#mainnav li dd a:hover {
	text-align: center;
	border-bottom: 1px dashed #DBC4AB;
	color: #986E53;
}
	
#menu_otayori {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#menu_otayori img {
	width: 150px;
}
	



main {
	display: block;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}





footer {
	width: 100%;
	height: 380px;
	text-align: center;
	background-image: url(../images/bg_footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
footer .copy {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	color: #6986BD;
	font-size: 1.1em;
}
footer .add {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 170px;
	color: #FFFFFF;
	font-size: 1.6em;
}
footer .add2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	color: #FFFFFF;
}
footer a {
	color: #A9EBFF;
}

.pagetop {
	text-align: right;
	margin-left: auto;
	padding-bottom: 10px;
	padding-right: 20px;
	width: 150px;
}

.pagetop img {
	width: 100%;
}

#topImg{
	line-height:0px;
	font-size:0px;
	position: relative;
	margin-bottom:20px;
}
#topImg div:nth-of-type(1){
position: relative;
}
#topImg div:nth-of-type(2){
	position: absolute;
	z-index: 98;
	top: 0px;
	left: 0px;
}



#menu_otayori2 {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 20px;
	right: -20px;
}
#menu_otayori2 img {
	width: 150px;
}
	
#menu_kosodate {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
#menu_kosodate img {
}

#menu_kosodate table {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
}
#menu_kosodate td {
    padding-right: 40px;
    padding-left: 0px;
}




/* トップ */

.bg_news {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_news.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 300px;
}
.bg_kokuban {
	background-image: url(../images/bg_kokuban2.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 50px;
	padding-right: 50px;
	color: #FFFFFF;
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.bg_kokuban table {
	width: 100%;
}
.bg_kokuban table th {
	width: 75%;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
}
.bg_kokuban table td {
	width: auto;
	text-align: center;
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
}
#news {
	margin-bottom: 2em;
	margin-top: -30px;
	position: relative;
}
	

.obox {
	border: 2px dashed #E40003;
	padding: 20px;
}
#oshirase h4 {
	position: absolute;
	top:-40px;
	left:25px;
}
#oshirase {
	margin-bottom: 2em;
	background-color: #FFFFFF;
	padding: 20px;
	-webkit-box-shadow: 1px 1px 4px #9E9792;
	box-shadow: 1px 1px 4px #9E9792;
	position: relative;
}
#oshirase ul {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#oshirase ul li a {
	text-align: left;
	padding-left: 24px;
	padding-bottom: 4px;
	margin-bottom: 7px;
	background-color: #FFEB97;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 4px #9A6E6E;
	box-shadow: inset 0px 0px 4px #9A6E6E;
	display: block;
	color: #5A0001;
}

#oshirase ul li a:hover {
	background-color: #EF0003;
	color: #FFFFFF;
}



#enkaku {
	margin-bottom: 2em;
}
#enkaku table {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border: 1px solid #C3C8D1;
}
#enkaku th {
	padding: 0.5em;
	text-align: left;
	border: 1px solid #C3C8D1;
	background-color: #FFF6CD;
	white-space: nowrap;
	vertical-align: top;
}
#enkaku td {
	border: 1px solid #C3C8D1;
	padding: 0.5em;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
}

#kankyou {
	margin-bottom: 2em;
}
.kankyoutxt {
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 1.2em;
}

#policy {
    margin-bottom: 100px;
}
.policytxt {
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 1.2em;
	margin-bottom: 1em;
}
#policy table {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
#policy th {
	padding: 0.5em;
	width: 52%;
	text-align: center;
}
#policy td {
	padding: 0.5em;
	vertical-align: top;
	text-align: center;
}
#policy th img {
	width: 100%;
}
#policy td img {
	width: 93%;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A39279;
	box-shadow: 1px 1px 3px #A39279;
}

#guide {
	margin-bottom: 2em;
}

#guide h3 {
	font-size: 1.5em;
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 0.7em;
	background-image: url(../images/bg_guideh3.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-weight: normal;
	background-color: transparent;
}
.guidebox {
	padding: 2em;
	text-align: left;
	border: 3px solid #FFDD79;
	background-color: #FFFFFF;
	border-radius: 1em;
	margin-bottom: 2em;
}
.guidebox table {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border: 1px solid #C3C8D1;
	width: 100%;
}
.guidebox th {
	padding: 0.5em;
	text-align: left;
	border: 1px solid #C3C8D1;
	background-color: #FFF6CD;
	vertical-align: top;
	width: 20%;
	color: #FF1010;
}
.guidebox td {
	border: 1px solid #C3C8D1;
	padding: 0.5em;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
}
.bg_guide1 {
	background-image: url(../images/illust_guide1.png);
	background-position: 150px top;
	background-repeat: no-repeat;
	padding-top: 80px;
}
.bg_guide2 {
	background-image: url(../images/illust_guide2.png);
	background-position: 700px top;
	background-repeat: no-repeat;
	padding-top: 80px;
}

#guide ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#guide ul li {
	width: 33.3%;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}


#guide li img {
	width: 88%;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A39279;
	box-shadow: 1px 1px 3px #A39279;
}



.mailtitle {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    background-color: #27457E;
    width: 14em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    margin-top: 15px;
}
.mailtitle a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	cursor: pointer;
}

#contactform {
margin-bottom: 50px;
}
#contactform dl {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 4px #A39378;
	box-shadow: 1px 1px 4px #A39378;
	margin-bottom: 30px;
	margin-top: 20px;
	border: 1px solid #B7B7B7;
}
#contactform dt {
	font-weight: bold;
	font-size: 1.1em;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
#contactform dd {
	margin-bottom: 15px;
	border-bottom: 1px dotted #8E5E46;
	padding-bottom: 15px;
}

#contactform dd input[type="text"] {
    box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: left;
    background-color: #F0EDE6;
    margin-top: 2px;
    margin-bottom: 2px;
}

#contactform dd textarea {

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #F0EDE6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contactform dd input[type="radio"] {
	margin-right: 3px;
}
#contactform .submit {
	float:left;

}
#contactform .reset {
	float:right;
}
#contactform .soushinbox {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}
input[type="submit"]  {
	width: 200px; /*送信ボタンの幅を指定*/
	margin-bottom: 5px;
	border: 1px solid #B7B7B7;
	background-color: #D9CAE5;
	padding: 0.4em;
	cursor: pointer;
}

input[type="reset"]  {
	width: 200px; /*リセットボタンの幅を指定*/
	border: 1px solid #B7B7B7;
	background-color: #E1E1E1;
	padding: 0.4em;
	cursor: pointer;
}
.hissu {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 0.7em;
	background-color: #F41C1F;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}






.yousunav1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.yousunav1 a {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: auto;
	border: 3px solid #FFFFFF;
	border-radius: 10px;
	display: block;
	color: #E83A7B;
	-webkit-box-shadow: 1px 1px 3px #B0A192;
	box-shadow: 1px 1px 3px #B0A192;
	width: 90%;
	text-align: center;
	margin-right: auto;
	font-size: 17px;
	margin-bottom: 15px;
	background-color: #FFD8E4;
	text-decoration: none;
}
.yousunav1 a:hover {
	background-color: #FFECAA;
	color: #723800;
}

.yousunav2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.yousunav2 a {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: auto;
	border: 3px solid #FFFFFF;
	border-radius: 10px;
	display: block;
	color: #488000;
	-webkit-box-shadow: 1px 1px 3px #B0A192;
	box-shadow: 1px 1px 3px #B0A192;
	width: 90%;
	text-align: center;
	margin-right: auto;
	font-size: 17px;
	margin-bottom: 15px;
	background-color: #DDF3A1;
	text-decoration: none;
}
.yousunav2 a:hover {
	background-color: #FFECAA;
	color: #723800;
}


.yousunav3 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.yousunav3 a {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: auto;
	border: 3px solid #FFFFFF;
	border-radius: 10px;
	display: block;
	color: #0075C9;
	-webkit-box-shadow: 1px 1px 3px #B0A192;
	box-shadow: 1px 1px 3px #B0A192;
	width: 90%;
	text-align: center;
	margin-right: auto;
	font-size: 17px;
	margin-bottom: 15px;
	background-color: #BCEBFF;
	text-decoration: none;
}
.yousunav3 a:hover {
	background-color: #FFECAA;
	color: #723800;
}

#yousu table {
	width: 100%;
	margin-bottom: 2em;
}
#daily {

}

#daily table {
	width: 100%;
	margin-bottom: 2em;
}
#daily th {
	width: 13%;
	vertical-align: top;
	padding: 5px;
}

#daily td {
	padding: 5px;
	vertical-align: top;
}

#daily td dl {
	text-align: left;
}
#daily td dt {
	font-size: 2em;
	padding: 5px;
	margin-bottom: 5px;
	color: #FF5B5E;
}
#daily td dd {
	font-size: 1.3em;
	margin-left: 1em;
}


.daybox {
	position: relative;
	min-height: 170px;
	margin-bottom: 15px;
	border-bottom: 2px dashed #CBA566;
	padding-bottom: 15px;
}
#daily th img {
	width: 100%;
}
.daybox ul li img {
	width: 90%;
	border: 6px solid #FFFFFF;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px #B0A192;
	box-shadow: 1px 1px 3px #B0A192;
}

.dayphoto1 {
	position: absolute;
	top: 5px;
	right: 222px;
	width: 220px;
	transform: rotate(-8deg);
}
.dayphoto2 {
	position: absolute;
	top: 34px;
	right: 19px;
	width: 220px;
	transform: rotate(8deg);
}


.day4photo1 {
	position: absolute;
	top: 5px;
	right: 396px;
	width: 170px;
	transform: rotate(-5deg);
}
.day4photo2 {
	position: absolute;
	top: 59px;
	right: 278px;
	width: 170px;
	transform: rotate(5deg);
}

.day4photo3 {
	position: absolute;
	top: 67px;
	right: 3px;
	width: 170px;
	transform: rotate(-5deg);
}
.day4photo4 {
	position: absolute;
	top: 17px;
	right: 134px;
	width: 170px;
	transform: rotate(5deg);
}




#blog {
	margin-bottom: 2em;
}
#blog2 {
	margin-bottom: 2em;
}
#event {
	margin-bottom: 2em;
}
#event table {
	width: 100%;
	margin-bottom: 2em;
}
#event th {
	width: 15%;
	vertical-align: top;
}
#event th img {
	width: 90%;
}
#event td {
	width: auto;
}

.eventtxt {
	margin-bottom: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	text-align: left;
	background-color: #FFFFFF;
	border-radius: 1em;
	-webkit-box-shadow: inset 1px 1px 3px #CDBEAA;
	box-shadow: inset 1px 1px 3px #CDBEAA;
}
#event ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#event ul li {
	width: 33.3%;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}


#event li img {
	width: 88%;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A39279;
	box-shadow: 1px 1px 3px #A39279;
}
.bg_event1 {
	background-image: url(../images/illust_event1.png);
	background-position: right 80px;
	background-repeat: no-repeat;
}

.bg_event2 {
	background-image: url(../images/illust_event2.png);
	background-position: 600px bottom;
	background-repeat: no-repeat;
}





#enchou {
	margin-bottom: 2em;
}
#enchou ul {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}
#enchou li {
	width: 50%;
	text-align: center;
	float: left;
}
#enchou li img {
	width: 88%;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A39279;
	box-shadow: 1px 1px 3px #A39279;
}

#enchou table {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-spacing: 5px;
	background-image: url(../images/illust_enchou.png);
	background-repeat: no-repeat;
	background-position: 650px top;
}
#enchou th {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	background-image: url(../images/list_enchou.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	border-right: 2px solid #F05B4F;
	background-color: #FFEFE6;
}
#enchou td {
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

.enchouphoto {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.enchouphoto img {
	width: 88%;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A39279;
	box-shadow: 1px 1px 3px #A39279;
}





#kagai {
	margin-bottom: 2em;
}
#kagai table {
	width: 94%;
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
}
#kagai th {
	width: 50%;
	vertical-align: top;
}
#kagai table img {
	width: 97%;
}
#kagai td {
	vertical-align: top;
	padding: 1em;
	text-align: left;
}
.kagaitdimg1 {
	width: 34%;
}
.kagaitdimg2 {
	width: 25%;
}
#kagai dl {}
#kagai dt {
	font-size: 1.4em;
	border-bottom: 4px double #BDE090;
	margin-bottom: 10px;
}
#kagai dd {}
.bg_kagai1 {
	background-image: url(../images/illust_kagai1.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
.kagaitxt1 {
	font-size: 2em;
}
.kagaitxt2 {
	background-color: #AED346;
	padding: 3px;
	border-radius: 6px;
	color: #FFFFFF;
	font-weight: bold;
	width: 20em;
	margin-left: auto;
	margin-right: auto;
}
.kagaitxt3 {
	font-size: 2em;
}
.kagaitxt4 {
	font-size: 1.2em;
}
.kagaiuketsuke table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.kagaiuketsuke th {
	width: 40%;
	text-align: right;
}
.kagaiuketsuke th img {
	width: 95%;
}
.kagaiuketsuke td {
	text-align: center;
}
.kagaiuketsuke{
	text-align: center;
	display: inline-block;
	padding: 20px;
	margin: 0;
	border: solid 6px #AED346;
	position: relative;
	background-color: #fff;
	background-image: url(../images/bg_kagaitxt.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.kagaiuketsuke:after{
	content: "";
	border: 3px solid #79D6E8;
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}


#bus {
	margin-bottom: 2em;
}
#bus table {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border: 1px solid #C3C8D1;
}
#bus th {
	padding: 0.5em;
	text-align: left;
	border: 1px solid #C3C8D1;
	background-color: #FFF6CD;
	white-space: nowrap;
	vertical-align: top;
}
#bus td {
	border: 1px solid #C3C8D1;
	padding: 0.5em;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
}


#access {
	margin-bottom: 2em;
}
#access table {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
#access th {
	padding: 0.5em;
	width: 52%;
	font-size: 1.5em;
	font-weight: normal;
}
#access td {
	padding: 0.5em;
	vertical-align: top;
	text-align: center;
}
#access th img {
	width: 100%;
}
#access td img {
	width: 93%;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A39279;
	box-shadow: 1px 1px 3px #A39279;
}


.illust_map {}
.mapimg {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.mapimg img {
	width: 93%;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A39279;
	box-shadow: 1px 1px 3px #A39279;
}

#access2 {
	margin-bottom: 2em;
}
#access2 ul {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	}
#access2 li {
	text-align: left;
	background-image: url(../images/list1.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 28px;
}

iframe {
	width: 80%;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	}
	

#lunch {
	margin-bottom: 4em;
	position: relative;
}
#lunch ul {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}
#lunch li {
	width: 50%;
	text-align: center;
	float: left;
}
#lunch li img {
	width: 88%;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A39279;
	box-shadow: 1px 1px 3px #A39279;
}
#lunch h3 {
	font-size: 1.5em;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 40px;
	background-image: url(../images/bg_lunchh3.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: normal;
	text-align: left;
}
#lunch table {
	width: 100%;
	margin-bottom: 2em;
}
#lunch td {
	width: 33.3%;
	vertical-align: top;
}
#lunch td dl {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#lunch td dt {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px dashed #FFA9C4;
}
#lunch td dd {
	text-align: left;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 8px;
	background-color: #FFFFFF;
	border-radius: 1em;
	-webkit-box-shadow: inset 1px 1px 3px #CDBEAA;
	box-shadow: inset 1px 1px 3px #CDBEAA;
}
#lunch td dt img {
	width: 88%;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A39279;
	box-shadow: 1px 1px 3px #A39279;
}

.lunchtxt {
	text-align: left;
	margin-left: 1em;
	margin-bottom: 2em;
	margin-right: 1em;
}
.lunchtxt2 {
	text-align: center;
	margin-left: 1em;
	margin-bottom: 0.7em;
	margin-right: 1em;
	background-color: #FFE29B;
	border-radius: 1em;
	padding: 0.5em;
}
.lunchphoto1 {
	width: 45%;
	margin-left: 0px;
}
.lunchphoto1 img {
	width: 88%;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A39279;
	box-shadow: 1px 1px 3px #A39279;
}

.bg_lunch1 {
	background-image: url(../images/illust_lunch1.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.bg_lunch2 {
	background-image: url(../images/illust_lunch2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.lunchpdf {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: absolute;
	right: 300px;
	width: 260px;
	bottom: 30px;
	transform: rotate(10deg)
}
.lunchpdf img {
	width: 100%;
}
.lunchpdf a {

	margin-left: auto;
	border-radius: 10px;
	display: block;
	color: #5B2D00;
	-webkit-box-shadow: 1px 1px 3px #B0A192;
	box-shadow: 1px 1px 3px #B0A192;
	width: 100%;
	text-align: center;
	margin-right: auto;
	font-size: 16px;
	margin-bottom: 15px;
	background-color: #FFEA95;
	text-decoration: none;
}
.lunchpdf a:hover {
	background-color: #FFFFFF;
	color: #0077CD;
}


.lbox {
	border: 2px dashed #FFB52A;
	padding: 20px;
}
#lunch2 {
	margin-bottom: 2em;
	background-color: #FFFFFF;
	padding: 20px;
	-webkit-box-shadow: 1px 1px 4px #9E9792;
	box-shadow: 1px 1px 4px #9E9792;
	position: relative;

}
#lunch2 ul {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#lunch2 ul li a {
	text-align: left;
	padding-left: 24px;
	padding-bottom: 4px;
	margin-bottom: 7px;
	background-color: #E2F7FF;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 4px #89A8B9;
	box-shadow: inset 0px 0px 4px #89A8B9;
	display: block;
	color: #5A0001;
}

#lunch2 ul li a:hover {
	background-color: #EF0003;
	color: #FFFFFF;
	-webkit-box-shadow: inset 0px 0px 4px #5B1E1F;
	box-shadow: inset 0px 0px 4px #5B1E1F;
}

#lunch2 h4 {
	position: absolute;
	top:-40px;
	left:25px;
}

#info {
	margin-bottom: 2em;
}

#info ul {
	text-align: left;
	margin-right: 10px;
	margin-left: 36px;
	padding-bottom: 10px;
}
#info ul li {
	list-style-position: outside;
	list-style-type: circle;
	border-bottom: 1px dotted #8A3114;
	border-top: 1px dotted #8A3114;
	margin-bottom: 20px;
}
#info ul li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;

}

#info ul li a:hover {
	display: block;
	background-color: #C9E0F0;
}


#recruit {
	margin-bottom: 2em;
}
#recruit h3 {
	font-size: 1.5em;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 30px;
	background-image: url(../images/bg_recruith3.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: normal;
	text-align: left;
}
.recruitbox {
	padding: 2em;
	text-align: left;
	border: 3px solid #9BD9F3;
	background-color: #FFFFFF;
	border-radius: 1em;
	margin-bottom: 2em;
	font-size: 1.2em;
}

.bg_recruit1 {
	background-image: url(../images/illust_recruit1.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 80px;
}
.bg_recruit2 {
	background-image: url(../images/illust_recruit2.png);
	background-position: 150px top;
	background-repeat: no-repeat;
	padding-top: 80px;
}
.bg_recruit3 {
	background-image: url(../images/illust_recruit2.png);
	background-position: 50px top;
	background-repeat: no-repeat;
	padding-top: 134px;
}

.enkengakubox {
	padding: 1.3em;
	text-align: center;
	border: 6px solid #E65634;
	background-color: #FFFFFF;
	border-radius: 1em;
	margin-bottom: 2em;
	font-size: 1.4em;
}

.banner {
	text-align: right;
}

#hyouka {
	margin-bottom: 2em;
}

#blogbox {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
}
#blogside {
	float: left;
	width: 25%;
	margin-bottom: 15px;
	padding-bottom: 40px;
	padding-top: 20px;
	margin-left: 10px;
	border-right: 2px dashed #BCEBFF;
	border-left: 2px dashed #BCEBFF;
	background-color: #FFF3C9;
}
#blogside ul {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	margin-top: 15px;
}
#blogside li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #88341D;
	background-image: url(../images/list1.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 26px;
	margin-bottom: 6px;
}
#blogside li a {
	text-decoration: none;
	color: #4C4B51;
}
#blogside li a:hover {
	color: #FF2844;
}
#blogmain {
	float: right;
	width: 70%;
}
.blogkiji {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
}

.blogbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;

}


.blogmidashi {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	background-color: #8CD8F8;
	border-radius: 10px;
}


.blogkiji .bloghonbun {
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 10px;
}
.blogkiji .blogdate {
	text-align: right;
	padding-top: 6px;
	color: #1864B4;
	background-color: #CDEFFD;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-radius: 7px;
}
.blogkiji .blogpdf {
	text-align: center;
#E2F1B4;
	padding-top: 8px;
	margin-bottom: 8px;
}
.blogkiji .blogpdf a {
	display: block;
	width: 12em;
	padding: 0.4em;
	margin-left: auto;
	margin-right: auto;
	background-color: #D6F2FF;
	border-radius: 10px;
	color: #1AA3DD;
	text-decoration: none;
	font-weight: bold;
}
.blogkiji .blogpdf a:hover {
	background-color: #FF83A9;
	color: #FFFFFF;
}



.blogkiji ul {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.blogkiji ul li {
	float: left;
	width: 33.3%;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

.blogkiji ul li img {
	width: 95%;
	border-radius: 10px;
}
	
/*ページ送り*/
.pager  ul.paginations {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .paginations li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	background-color: #FAE786;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	font-size: 0.9em;
}

.pager .paginations li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #A48251;
	text-decoration: none;
}

.pager .paginations li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .paginations li a:hover,
.pager .paginations li a.active{
	color: #226BA0;
	background-color: #BCEBFF;
}

#blog2box {
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
width: 100%;
}
#blog2side {
	float: left;
	width: 25%;
	margin-bottom: 15px;
	padding-bottom: 40px;
	padding-top: 20px;
	margin-left: 10px;
	border-right: 2px dashed #FFC1C1;
	border-left: 2px dashed #FFC1C1;
	background-color: #FFF3C9;
}
#blog2side ul {
padding-left: 15px;
padding-right: 15px;
text-align: left;
margin-top: 15px;
}
#blog2side li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #88341D;
	background-image: url(../images/list5.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 26px;
	margin-bottom: 6px;
}
#blog2side li a {
text-decoration: none;
color: #4C4B51;
}
#blog2side li a:hover {
color: #FF2844;
}
#blog2main {
float: right;
width: 70%;
}
.blog2kiji {
margin-right: auto;
margin-left: auto;
margin-bottom: 45px;
}

.blog2box {
margin-right: auto;
margin-left: auto;
padding-top: 1em;
padding-right: 1em;
padding-left: 1em;
padding-bottom: 1em;

}


.blog2midashi {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	background-color: #FF8888;
	border-radius: 10px;
}


.blog2kiji .blog2honbun {
text-align: left;
margin-bottom: 20px;
padding-bottom: 15px;
background-color: #FFFFFF;
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
border-radius: 10px;
}
.blog2kiji .blog2date {
	text-align: right;
	padding-top: 6px;
	color: #FFFFFF;
	background-color: #FF8888;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-radius: 7px;
}
.blog2kiji .blog2pdf {
text-align: center;
#E2F1B4;
padding-top: 8px;
margin-bottom: 8px;
}
.blog2kiji .blog2pdf a {
	display: block;
	width: 12em;
	padding: 0.4em;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFD7D7;
	border-radius: 10px;
	color: #FF5252;
	text-decoration: none;
	font-weight: bold;
}
.blog2kiji .blog2pdf a:hover {
	background-color: #73DFEC;
	color: #FFFFFF;
}



#blog2box table {
width: 100%;
}
#blog2box td {
vertical-align: top;
}
#blog2box dl {
margin-left: 3px;
margin-right: 3px;
}
#blog2box dt {
	text-align: center;
	margin-bottom: 3px;
}
#blog2box dt img {
width: 95%;
border-radius: 10px;
}
#blog2box dd {
	font-size: 12px;
	text-align: center;
	margin-bottom: 8px;
} 


/*ページ送り*/
.pager2 ul.paginations {
text-align: center;
margin: 0;
padding: 0;
}

.pager2 .paginations li {
display: inline;
margin: 0 2px;
padding: 0;
display: inline-block;
background-color: #FAE786;
width: 40px;
height: 40px;
text-align: center;
position: relative;
font-size: 0.9em;
}

.pager2 .paginations li a{
vertical-align: middle;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
display: table;
color: #A48251;
text-decoration: none;
}

.pager2 .paginations li a span{
display:table-cell;
vertical-align:middle;
}

.pager2 .paginations li a:hover,
.pager2 .paginations li a.active{
	color: #FFFFFF;
	background-color: #FF8888;
}








/*-----768-------------------------------------------------------------------*/

@media screen and (max-width:768px){
.slider {
	width: 97%;
	border: 7px solid #FFFFFF;
}
#menu_kosodate img {
	width: 100%;
}	
#menu_kosodate table {
	width: 50%;

}	
#menu_kosodate td {
	display: block;
	padding: 5px;

}	
	
#system_main {
	background-image: url(../images/bg_main2.png);
	background-size: 100% auto;
	background-position: center top;
	}
header {
}

h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	width: 55%;
}
	#address {
	padding-top: 20px;
	padding-bottom: 10px;
	width: 40%;
}
main {
	width: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#mainnav ul{
	width: 88%;
}
#mainnav ul li{
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 0.8em;
}
#menu_otayori {
	width: 88%;
}
#news {
	margin-top: 0px;
}	
.bg_news {
	width: 100%;
	background-image: url(none);
	min-height: auto;
}
	.bg_news img {
		width: 100%;
	}
.bg_kokuban {
	width: auto;
	background-size: 100% auto;
}

#policy table {
	width: auto;
}	
#enchou table {
	width: auto;
}	
.enchouphoto {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}	
#enchou table {
	background-image: url(none);
}
	
	
.guidebox th {
	display: block;
	width: auto;
}
.guidebox td {
		display: block;
		width: auto;
	}	
		
	
.bg_lunch1 {
	background-image: url(none);
}
.bg_lunch2 {
	background-image: url(none);
}
	
	
.bg_recruit1 {
	background-image: url(none);
	padding-top: 0px;
}
.bg_recruit2 {
	background-image: url(none);
	padding-top: 0px;
}	
.bg_recruit3 {
	background-image: url(none);
	padding-top: 0px;
}		
	
.bg_event1 {
	background-image: url(none);
	padding-top: 0px;
}
.bg_event2 {
	background-image: url(none);
	padding-top: 0px;
}	
		
	
.bg_guide1 {
	background-image: url(none);
	padding-top: 0px;
}	
	
.bg_guide2 {
	background-image: url(none);
	padding-top: 0px;
}	
	
	
.bg_kagai1 {
	background-image: url(none);
	padding-bottom: 0px;
}	
		
	
	
.daybox {
	position: static;
	min-height: 180px;
}
	.daybox ul {
		width: 100%;
	}
	.daybox ul li {
		width: 50%;
		float: left;
	}
.dayphoto1 {
	position: static;
	top: auto;
	right: auto;
	width: auto;
	transform: rotate(0deg);
}
.dayphoto2 {
	position: static;
	top: auto;
	right: auto;
	width: auto;
	transform: rotate(0deg);
}
.day4photo1 {
	position: static;
	top: auto;
	right: auto;
	width: auto;
	transform: rotate(0deg);
}
.day4photo2 {
	position: static;
	top: auto;
	right: auto;
	width: auto;
	transform: rotate(0deg);
}
.day4photo3 {
	position: static;
	top: auto;
	right: auto;
	width: auto;
	transform: rotate(0deg);
}
.day4photo4 {
	position: static;
	top: auto;
	right: auto;
	width: auto;
	transform: rotate(0deg);
}	
	
	
	
	
#blogbox, #blogside, #blogmain {
	float: none;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#blogside {
	margin-top: 20px;
}
#blogbox, #blogside, #blogmain {
	float: none;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#blogside {
	margin-top: 20px;
}
	
	
#blog2box, #blog2side, #blog2main {
float: none;
width: auto;
margin-right: auto;
margin-left: auto;
}
#blog2side {
margin-top: 20px;
}

	
/*ページ送り*/
.pager .paginations li.pre,
  .pager .paginations li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .pager .paginations li.pre a,
  .pager .paginations li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .paginations li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .paginations li.next span::before{
    content: "次の10件へ　";
  }	
		
/*ページ送り*/
.pager2 .paginations li.pre,
.pager2 .paginations li.next{
display: inline-block;
width: 40%;
height: 40px;
text-align: center;
}

.pager2 .paginations li.pre a,
.pager2 .paginations li.next a{
width: 100%;
text-align: center;
}

.pager2 .paginations li.pre span::after{
content: "　前の10件へ";
}

.pager2 .paginations li.next span::before{
content: "次の10件へ　";
} 

	
.lunchpdf {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: absolute;
	right: 20px;
	width: 200px;
	bottom: 0px;
	transform: rotate(10deg)
}
	
	
#contactform dl {
		width: auto;
	}
#contactform dd input[type="text"] {
	width: 100%;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: left;
	background-color: #F0EDE6;
}

#contactform dd textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #F0EDE6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}	
}


/*--------480----------------------------------------------------------------*/


@media screen and (max-width:480px){

	h1 {
		width: 65%;
	}
h2 {
	font-size: 20px;
}
#mainnav ul{
	width: 86%;
}	
#mainnav ul li{
	width: 23%;
	margin-bottom: 3px;
}
#menu_otayori {
	width: 86%;
	margin-top: -80px;
	padding-bottom: 40px;
}
#menu_otayori img {
	width: 35%;
}
	#news {
		padding-bottom: 60px;
	}
#menu_otayori2 {
	bottom: 0px;
}
#menu_otayori2 img {
	width: 100px;
}

#menu_otayori2 a:hover img {
	opacity: 1;
	-moz-opacity:1; 
	filter: alpha(opacity=100);
	zoom: 1;
}
	
	
#enkaku th {
	display: block;
	width: auto;
	}
#enkaku td {
		display: block;
		width: auto;
	}

#policy th {
	display: block;
	width: auto;
	}
#policy td {
		display: block;
		width: auto;
	}
	
	
#access th {
	display: block;
	width: auto;
	}
#access td {
		display: block;
		width: auto;
	}
		
.illust_map img {
	width: 130px;
	}
.mapimg {
	width: auto;
}
	#access2 ul {
		width: auto;
	}
iframe {
	width: 100%;
	height: 280px;
	}
	
	
#enchou ul {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#enchou li {
	width: auto;
	float: none;
	margin-bottom: 10px;
}

#enchou th {
	display: block;
	width: auto;
	border-right: 0px;
	border-bottom: 2px solid #F05B4F;
}
#enchou td {
		display: block;
		width: auto;
	}

#event ul {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#event ul li {
	width: auto;
	float: none;
	margin-bottom: 10px;
}	
	
#guide ul {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#guide ul li {
	width: auto;
	float: none;
	margin-bottom: 10px;
}		
	
#lunch ul {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#lunch li {
	width: auto;
	float: none;
	margin-bottom: 10px;
}
	
#lunch td {
		display: block;
		width: auto;
	margin-bottom: 1em;
}
.lunchphoto1 {
	width: auto;
	margin-left: 0px;
}	
	
#kagai th {
	display: block;
	width: auto;
}
#kagai td {
		display: block;
		width: auto;
	}
	
	
.banner {
	text-align: center;
}
	
#daily th {
	width: 27%;
}
	#daily td dt {
		font-size: 1.6em;
	}
	#daily td dd {
		font-size: 1em;
	}
	
	
#blog .blogkiji ul li {
	width: 100%;
	float: none;
}
#blog2box td {
	display: block;

}	
	
.kagaitdimg1 {
	width: auto;
}
.kagaitdimg2 {
	width: auto;
}
	
.kagaitxt1 {
	font-size: 1.5em;
}
.kagaitxt2 {
}
.kagaitxt3 {
	font-size: 1.5em;
}
.kagaitxt4 {
	font-size: 1em;
}
.kagaiuketsuke table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.kagaiuketsuke th {
	width: 60%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.kagaiuketsuke th img {
	width: 95%;
}
.kagaiuketsuke td {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.kagaiuketsuke{
	text-align: center;
	display: inline-block;
	padding: 20px;
	margin: 0;
	border: solid 6px #AED346;
	position: relative;
	background-color: #fff;
	width: auto;
	background-image: url(../images/bg_kagaitxt.png);
	background-repeat: no-repeat;
	background-position: left top;
}
	#lunch {
		padding-bottom: 140px;
	}
.lunchpdf {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: absolute;
	right: auto;
	left: 10px;
	width: 150px;
	bottom: 0px;
	transform: rotate(-10deg)
}
	
#contactform .soushinbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#contactform .submit {
	float:none;
}
#contactform .reset {
	float:none;
}

	.buscatch img {
		width: 100%;
	}
	
#menu_kosodate table {
	width: 80%;

}	
	
	}
	
