@charset "UTF-8";

/* * normalise  --------------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
 display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	margin-top: 0px;
	margin-left: auto;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol li{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul li{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
/*---------------------------------------------------------------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.9em;
	letter-spacing: 0.07em;
	color: #000;
	
	background-color:#E6E2BF;
}

/*---------------------------------------------------------------------------------------------*/


a {
	color:#FF7D78;
	text-decoration: underline;
	outline: none 0 !important;
}
a:link {
	color: #1E1E1E;
	text-decoration: none;
}
a:visited {
	color: #1E1E1E;
	text-decoration: none;
}
a:hover {
	color: #CECECE;
	text-decoration: none;
}
a:active {
	color: #CECECE;
	text-decoration: none;
}
p{
	margin-bottom:15px;}

.text-16{
	font-size:16px;
	font-weight:bold;}

.text_space{
	padding-left:20px;
}

/* ----------------------------------------wrapper----------------------------------------*/
#wrapper {
	position: relative; 
	margin: 0 auto;
	text-align: center;
	background:url(../images/bg_cartain.gif) repeat-x top;
}

.bg_header{
	margin: 0 auto;
	padding:0;
	text-align:center;}
/*------------------------------------------header--------------------------------------*/

#header {
	width: 831px;
	position: relative;
	margin: 0 auto;
	padding:0;
	text-align: center;
}

#header img{
	width:831px;}

#header #hobo {
	/*padding-bottom: 8px;*/
	padding:0;
	margin:0;
	text-align: center;
	text-transform: uppercase;
}
#header #hobo a {
	color: #000;
	text-decoration: none;
}
#header h1 {
	margin: 0 auto;
	padding:0;
	text-align: center;
}
/*------------------------------------------content--------------------------------------*/

#main{
	background:url(../images/bg_body.png) repeat-y;
	width: 546px;
	padding-top: 30px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 50px;
	margin: 0 auto;
	text-align: center;
}

#yodogawa {
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
	line-height: 1.7em;
	letter-spacing: 0.07em;}

#yodogawa p {
	padding-bottom:10px;}

.menu{
	background: url(../images/burn.png) no-repeat top;
	width:508px;
	margin: 0 auto;
	text-align:left;
	border:solid 17px;
	border-color: #982614;
	border-radius: 20px 20px 20px 20px 
	}
	
.menu li {
	margin:0;
	padding:10px 0 0 0;
	
	}
.border{
	margin: 0 auto;
	text-align:center;
	margin-top:30px;
	margin-bottom:35px;
	}

h2 {
	text-align:center;
	font-weight:bold;
	padding:30px 0 10px 0;
}

/*------------------------------------------menu--------------------------------------*/

.menu1{
	margin: 0 auto;
	font-weight:bold;
	font-size: 14px;
	}
.menu1 h2{
	text-align:center;
	padding:30px 0 10px 0;}

.menu1 ul li {
	display: inline-block;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	margin: 0;
	padding-right:20px;
	letter-spacing: 0.075em;
}
.menu1 ul{
	padding:0 ;}

.menu2{
	text-align:left;
	}



.menu2 .table1{
	margin: 0 auto;
	width: 400px;
	text-align: left;
	padding: 30px 30px 10px 50px;
	margin-bottom: 40px;
	background-color: #F5EFF7;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.6em;
	border-radius: 20px 20px 20px 20px;
	
}

.menu2 .table1 p {
	font-size:14px;
	font-weight:normal;;}

.koneta_ttl{
	margin: 0 auto;
	text-align:center;
	margin-bottom:20px;}
	
	.koneta_ttl_archive{
	margin: 0 auto;
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;}

.menu2  h3{
	color:#982614;}
.name{
	text-align:right;
	font-size:14px;}

#mokuji{
	margin: 0 auto;
	text-align:left;
	margin-bottom:40px;
	}
#mokuji h3 {
	padding-top:30px;
	margin-bottom:35px;}
#mokuji ul li{
	display: inline-block;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	margin: 0;
	letter-spacing: 0.075em;}
.pr{
	padding-right:17px;
	}

#mokuji ul{
	margin-top:25px;
	padding: 0;}

#mokuji li{
	vertical-align:top;}

#mokuji ul li p{
	font-size:10px;
	color: gray;
	line-height:16px;
	margin:0;
	padding:0;
	font-weight:normal;
	text-align:center;}

#mokuji ul img{
	height:110px;}

.menu3{
	text-align:left;
	}

.menu4{
	text-align:left;
	margin-bottom:20px;
	}

.text-big{
	font-size:24px;
	letter-spacing:0.02em;
	line-height:1.6em;
	font-weight:bold;
	color:#FA2D2D;
	margin-bottom:20px;}
	
.btn_big{
	text-align:center;
	margin: 0 auto;
	}
	

.konetaimg5{
	background: url(../images/konetaimg_05.jpg) no-repeat bottom right;}

.konetaimg4{
	background: url(../images/konetaimg_03.jpg) no-repeat bottom right;}

.konetaimg3{
	background: url(../images/konetaimg_01.gif) no-repeat center right;}
	
.konetaimg2{
	background: url(../images/konetaimg_02.jpg) no-repeat center right;}
/*-----------------------------------------footer--------------------------------------*/

#footer ul {
	margin: 0;
	padding-top:10px;
	padding-left:0;
	list-style-type: none;
	text-align: center;
	letter-spacing: -0.4em;
	font-size: 0;
	background: url(../images/border.png) top center no-repeat;
}
#footer ul li {
	display: inline-block;
 *vertical-align: auto;
 *zoom: 1;
 padding-right:15px;
	margin: 0;
}


.date{
	font-size:10px;
	color:#686868;
	margin: 0 auto;
	text-align:center;}

#navi{
	text-align:center;
	margin: 0 auto;
	padding:0;
	}
#navi ul{
	padding:0;}
#navi ul li {
	display: inline-block;
 *vertical-align: middle;
 *zoom: 1;
 text-align:center;
	margin: 0 auto;
	
	}
#navi ul li:first-child {
  padding-right: 280px;
}

/*---------------------------スマホ対応------------------------------*/

@media only screen and (max-device-width:420px) {
	
	body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.9em;
	letter-spacing: 0.05em;
	color: #000;
	background-color:#E6E2BF;
	/*background-size:*/
}

p{
	margin-bottom:10px;}

.text-16{
	font-size:15px;
	font-weight:bold;}

.text_space{
	padding-left:0;
}

#wrapper {
	position: relative; 
	margin: 0 auto;
	text-align: center;
	background:none;
}

	.bg_header img{
		visibility:hidden;
		padding:0;
		margin:0;
		width:320px;
		height:auto;}
/*------------------------------------------header--------------------------------------*/

#header {
	width: 320px;
	position: relative;
	margin: 0 auto;
	padding:0;
	text-align: center;
}

#header img{
	width:320px;
	height:auto;}


#header #hobo {
	/*padding-bottom: 8px;*/
	padding:0;
	margin:0;
	text-align: center;
	text-transform: uppercase;
}
#header #hobo a {
	color: #000;
	text-decoration: none;
}

#header hobo img{
	width:320px;
	height:auto;}

/*------------------------------------------content--------------------------------------*/

#main{
	background: #FFFFFF;
	width:294px;
	border: 3px solid #000000;
	padding-top: 10px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 15px;
	margin: 0 auto;
	text-align: center;
}

#yodogawa {
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
	font-weight:bold;
	line-height: 1.6em;
	letter-spacing: 0.07em;}

#yodogawa p {
	padding-bottom:5px;}

.menu{
	width:260px;
	margin: 0 auto;
	text-align:center;
	padding:10px 0;
	border:solid 6px;
	border-color: #982614;
	border-radius: 15px 15px 15px 15px;
	}
	
.menu li img{
	height:25px;
	}
	
	.menu li{
		padding: 4px 0 0 0 ;}
	
.menu ul {
	margin:0;
	padding:0;
	
	}
.border{
	margin: 0 auto;
	text-align:center;
	margin-top:15px;
	margin-bottom:20px;
	}

.border img{
	width:290px;}


h2 {
	text-align:center;
	font-weight:bold;
	padding:15px 0 8px 0;
}

h2 img {
	width:300px;
}

	.konetaimg5{
	background:none;}

.konetaimg4{
	background: none;}

.konetaimg3{
	background: none;}
	
.konetaimg2{
	background: none;
}

.menu1{
	margin: 0 auto;
	font-weight:bold;
	font-size: 14px;
	}

.menu1 ul li  img{
	width:80px;}


.menu1 .koneta_icon_w img{
	width:102px;}
	
.menu1 h2{
	text-align:center;
	padding:30px 0 10px 0;}

.menu1 ul li {
	display: inline-block;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	margin: 0;
	padding-right:0px;
	letter-spacing: 0.075em;
}
.menu1 ul{
	padding:0 ;}

.menu2{
	text-align:left;
	}



.menu2 .table1{
	margin: 0 auto;
	width: 260px;
	text-align: left;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #F5EFF7;
	font-size: 12px;
	letter-spacing: 0.075em;
	line-height: 1.6em;
	border-radius: 15px 15px 15px 15px;
	
}


.menu2 .table1 p {
	font-size:12px;
	font-weight:normal;;}

.koneta_ttl{
	margin: 0 auto;
	text-align:center;
	margin-bottom:8px;}

.koneta_ttl img{
	width:250px;
	}
.menu2  h3{
	color:#982614;}
.name{
	text-align:right;
	font-size:12px;}

#mokuji{
	margin: 0 auto;
	text-align:center;
	margin-bottom:20px;
	}
#mokuji h3 {
	padding-top:20px;
	margin-bottom:30px;}

#mokuji h3 img{
	width:280px;	}

.pr{
	padding-right:10px;
	}

#mokuji ul{
	margin-top:25px;
	padding: 0;}

#mokuji li{
	vertical-align:top;}

#mokuji ul li p{
	font-size:10px;
	color: gray;
	line-height:16px;
	margin:0;
	padding:0;
	font-weight:normal;
	text-align:center;}

#mokuji ul img{
	height:95px;}




.menu3{
	text-align:left;
	}

.menu4{
	text-align:left;
	margin-bottom:20px;
	}

.text-big{
	font-size:16px;
	letter-spacing:0.02em;
	line-height:1.6em;
	font-weight:bold;
	color:#FA2D2D;
	margin-bottom:15px;}
	
.btn_big{
	text-align:center;
	margin: 0 auto;
	}
	
/*-----------------------------------------footer--------------------------------------*/

#footer ul {
	margin: 0;
	padding-top:10px;
	padding-left:0;
	list-style-type: none;
}
#footer ul li {
	display: inline-block;
 *vertical-align: auto;
 *zoom: 1;
 padding-right:8px;
	margin: 0;
}

#footer ul li img{
	width:60px;}

#navi ul li:first-child {
  padding-right: 85px;
}
#navi ul li img{
	width:75px;
}

}