@charset "utf-8";

/*--Base------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
	background-image: url(img/back.jpg);
	background-color: #f8efde;
}

html {
	height: 100%;
	overflow-y: scroll;
}
dl.topi dt {
	clear: left;
	float: left;
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

dl.topi dd {
  margin-bottom:1em;
  margin-left: 5.5em;
}

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

ul,ol {
	list-style: none;
	margin:0;
	padding:0;
}

/*--Text------------------------------------------------------------*/

body {
	font-size: 88%;
	font-weight: normal;
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #76161b;
}

a:visited {
	color: #76161b;
}

a:hover,
a:active {
	color: #777777;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--layout----------------------------------------------------------*/

/* ******************* 0 to 479px ******************* */

#wrapper {
	width: 100%;
}

#header {
	background-image: url(img/back.jpg);
	background-color: #f8efde;
}
#header header {
	margin: 0 auto;
}

#contents {
	overflow: hidden;
	margin: 0 auto;
}

#main {
	overflow:auto;
	background-image: url(img/back.jpg);
	background-color: #f8efde;
}


#footer {
	margin: 50px 0 0 0;
	background-color: #76161b;
	background-image: url(img/footer/foot.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
	text-align:center;
}

#footer footer {
	margin: 0 auto;
	height: auto;
}
#footer a,
#footer a:link,
#footer a:visited {
	color: #fff;
}

#header header,
#contents,
#footer footer {
	width: 100%;
}

@media screen and (max-width: 479px) {
#header p img,
#main img {
	width:100%;
	height: auto;
}
.miniimage { display: block; } /* miniを表示 */
.bigimage  { display: none; }  /* bigを非表示 */
.bigbox680{
	margin-left:15px;
	margin-right:15px;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #fff;
}


}

/* ******************* 480 to 970px ******************* */
@media only screen and (min-width: 480px) {

#header {
	min-width: 970px;
position:fixed;
width:970px;
left:50%;
margin-left:-485px;
height:190px;
z-index: 2;}

#contents {
	min-width: 970px;
z-index: 1;}

#main {
	width: 970px;
	background: #FFF;
	margin-top:190px;
	overflow:auto;
	background-image: url(img/back.jpg);
}



#footer {
	min-width: 970px;
}


#header header,
#contents,
#footer footer {
	width: 970px;
}
.miniimage { display: none; }  /* miniを非表示 */
.bigimage  { display: block; } /* bigを表示 */
.bigbox680{
	width:680px;
	margin-right: auto;
	margin-left: auto;
}/* bigboxを表示 */
.bigbox500foot{
	width:500px;
	margin-right: auto;
	margin-left: auto;
	padding-top:30px;
	text-align:left;
}

#menu02,
#menu03,
#menu04,
#menu05,
#menu06{
  margin-top: -190px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 190px; /* 打ち消し用のパディング */
display:inline-block;
}
.box01 {
	float: left;
	width: 340px;
}
.box02 {
	float: right;
	width: 320px;
}

#page-top {
    position: fixed;
    bottom: 80px;
    right: 80px;
    font-size: 77%;
}
#page-top a {
    background: #990000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #cc6666;
}

/* ** */}




.center{text-align:center;}
.tel{text-align:right;}
.clear{clear:both;}
.img_left{float:left;}
.img_left_r30{
	float:left;
	margin-right:30px;
}
.img_left_r10d20{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
.img_left_r8d20{
	float:left;
	margin-right:8px;
	margin-bottom:20px;
}
.img_u25d25{
	margin-top: 25px;
	margin-bottom: 25px;
}
.img_u40d40{
	margin-top: 40px;
	margin-bottom: 40px;
}
.img_d25{
	margin-bottom: 25px;
}
.img_u50{
	margin-top: 50px;
}
.text_b {
	font-weight: bold;
}
.yoyaku{
	width: 885px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
}
.yoyaku_s{
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	line-height: 1.5;
}
.copy {
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: x-small;
}


/* menu */
.togmenu {
	display:none;
}
.menubtn {
	color: #fff;
	background-color: #76161B;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#menu ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#menu li {
	list-style: none;
	border-top: 2px solid #fff;
}
#menu li a {
	display:block;
	text-decoration:none;
	color: #fff;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menu li.menu02 a:hover{
	display: block;
	background-color: transparent;
	background-image: url(img/header/menu_a_02.png);
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
#menu li.menu03 a:hover{
	display: block;
	background-color: transparent;
	background-image: url(img/header/menu_a_03.png);
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
#menu li.menu04 a:hover{
	display: block;
	background-color: transparent;
	background-image: url(img/header/menu_a_04.png);
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
#menu li.menu05 a:hover{
	display: block;
	background-color: transparent;
	background-image: url(img/header/menu_a_05.png);
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
#menu li.menu06 a:hover{
	display: block;
	background-color: transparent;
	background-image: url(img/header/menu_a_06.png);
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
#menu li a:hover img {
	    visibility: hidden;
	}

@media only screen and (min-width: 800px) {
	.menubtn {
		display:none;
	}
	.togmenu {
		display:block;
	}
	#menu li {
		display: inline-block;
		border:none;
	}
	#wrapper #contents #main .yoyaku p {
	text-align: center;
margin:0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
}
@media (min-width: 751px) {
a[href*="tel:"] {
    pointer-events: none;
  }}

