@charset "utf-8";
/*width:1000px;基準*/
/* CSS Document */
/*共通項目*/

*{
	margin:0;
	padding:0;
	font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:10pt;
	color:#6a5a5c;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}

li{
	list-style-type:none;
}
a{
	border:none;
	text-decoration:none;
}

.clear{
	clear:both;
}

html{
  background-color: transparent;
  background-image: none;
}
/*header*/
/*PC用css*/

@media screen and (min-width: 480px){

body{
	width:100%;
	min-width:1000px;
}
.sumaho{
	display:none;
}
/*ここからheader*/
#header{
	border-top:4px solid #a19896;
	background:#fff;
	background-image:url(../images/back.jpg);
	background-position:center -60px;
	background-repeat:repeat-x;
	background-size:550px;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid #b5b4b1;
	overflow:hidden;
	position:fixed;
	z-index:100;
	top:0;
	width:100%;
}
header{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
header h1{
	float:left;
	margin-top:10px;
	padding-right:60px;
}
header nav ul{
/*ココを消すとお問い合わせが入る*/
	float:right;
	margin-right:100px;
}
header nav ul li{
	float:left;
	margin-top:25px;
	padding:0 12px;
}
header nav ul li:last-child{
	margin-top:0;
	float:right;
	/*margin-right:35px;*/
	padding:0;
}

/*ここまでheader*/

#main1{
	background-image:url(../images/main.jpg);
	height:493px;
	height:490px;
	background-repeat:no-repeat;
	background-position:center 0;
	background-attachment:fixed;
}
#main1_mes{
	background-image:url(../images/mes.png);
	background-repeat:no-repeat;
	height:200px;
	width:500px;
	margin:0 auto;
	padding-top:150px;
	position:fixed;
	z-index:0;
	left:50%;
	margin-left:-250px;
	top:230px;
}
#main1_mes p{
	background:#2d2627;
	width:150px;
	color:#fff;
	border-radius:5px;
	text-align:center;
	margin:0 auto;
	padding-top:5px;
	box-shadow:0px 0px 4px #000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#main1_mes p:hover{
	opacity:0.75;
}
#main2{
	position:relative;
	z-index:10;
	height:390px;
	background:#fff;
	width:1000px;
	margin:0 auto;
}
#main2 h1{
	text-align:center;
	padding-top:30px;
}
#main2 h2{
	text-align:center;
	font-size:11.5pt;
}
#main2 #main2_in p{
	width:33.3%;
	float:left;
	text-align:center;
	margin-top:15px;
}
#main2 #main2_in p img{
	border-radius:6px;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	border:1px solid #b5b4b1;
	border-top:none;
	width:309px;
	height:233px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#main2 #main2_in p img:hover{
	opacity:0.75;
}


/*ここからmain3*/
#main3{
	position:relative;
	z-index:10;
	height:393px;
	overflow:hidden;
	height:330px;
	background-image:url(../images/menu_back.jpg);
	background-repeat:repeat-x;
}
#main3 h1{
	text-align:center;
	padding-top:30px;
}
#main3 h2{
	text-align:center;
	font-size:11.5pt;
}
#main3 #main3_in{
	width:850px;
	margin:0 auto;
}
#main3 #main3_in p{
	width:33.3%;
	float:left;
	text-align:center;
	margin-top:15px;
}
#main3 #main3_in p img{
	border-radius:6px;
	box-shadow:0px 0px 6px #565656;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	border:1px solid #b5b4b1;
	border-top:none;
	width:235px;
	height:175px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#main3 #main3_in p img:hover{
	opacity:0.75;
}
/*ここまでmain3*/

/*ここからmain4*/
#main4{
	/*height:630px;*/
	background:#fff;
	position:relative;
	z-index:10;
	padding-bottom:100px;
}
#main4 h1{
	text-align:center;
	padding-top:30px;
}
#main4 h2{
	text-align:center;
	font-size:11.5pt;
}
#main4_in .news_sec{
	overflow:hidden;
	border-bottom:1px solid #eeeeee;
	width:650px;
	margin:0 auto;
	padding:15px 0;
}
#main4_in .news_sec .news_sec_left{
	float:left;
	width:90%;
}
#main4_in .news_sec h3{
	font-size:11.5pt;
	color:#3e322f;
	/*font-weight:bold;*/
	float:left;
}
#main4_in .news_sec h4{
	color:#fff;
	background:#ff4b80;
	border-radius:5px;
	width:80px;
	text-align:center;
	float:left;
	margin-left:15px;
}
#main4_in .news_sec p{
	clear:both;
}
#main4_in .news_sec p a{
}
#main4_in .news_sec p a:hover{
	color:#ff4b80;
	text-decoration:underline;
}
#main4_in .news_sec img{
	float:right;
	margin-top:10px;
}
#main4 #news_other{
	background:#3e322f;
	width:160px;
	padding-top:8px;
	padding-bottom:2px;
	text-align:center;
	border-radius:20px;
	box-shadow:0px 0px 4px #565656;
	margin:0 auto;
	margin-top:60px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#main4 #news_other:hover{
	opacity:0.75;
}
/*ここまでmain4*/

/*ここからfooter*/
footer{
}
#go_top{
	background-image:url(../images/go_top_back.jpg);
	padding:17px 0;
	background-repeat:repeat-x;
	position:relative;
	z-index:1000;
	box-shadow:0px 2px 4px #565656;
}
#go_top p{
	text-align:center;
	cursor:pointer;
	display:block;
	width:146px;
	margin:0 auto;
}
#go_top p:hover{
}
#footer{
	height:200px;
	background-image:url(../images/footer_nav_back.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	z-index:100;
}
#footer h1{
	font-size:13pt;
	color:#3e322f;
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}
#footer nav{
	margin:0 auto;
	overflow:hidden;
	width:430px;
	margin-top:5px;
}
#footer nav ul li{
	float:left;
	border-right:1px solid #705a54;
	padding:0 20px;
	border-left:1px solid #e0d4d0;
}
#footer nav ul li:first-child{
	border-left:none;
}
#footer nav ul li:last-child{
	border-right:none;
}
#footer nav ul li a{
	font-size:10pt;
	color:#705a54;
	font-weight:bold;
}
#footer nav ul li a:hover{
	color:#fff;
}
#copyright{
	background:#3e322f;
	padding:10px 0;
	box-shadow:0px -2px 4px #565656;
	position:relative;
	z-index:1000;
}
#copyright h1{
	color:#847875;
	text-align:center;
}
/*ここまでfooter*/
}



/*スマホ用*/

@media screen and (max-width:480px){
.pc{
	display:none;
}
img{
	/*width:100%;*/
}
body{
	width:100%;
}
*{
	font-size:10pt;
}
/*ここからheader*/

#header{
	/*border-top:4px solid #a19896;*/
	border-bottom:1px solid #777;
	background:#fff;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid #b5b4b1;
	overflow:hidden;
	position:fixed;
	z-index:10000;
	top:0;
	width:100%;
}
#header h1{
	width:40%;
	width:130px;
	padding-top:5px;
	margin:0 auto;
}
#sumaho_nav{
	width:40px;
	height:40px;
	position:absolute;
	top:6%;
	right:2%;
}
#sumaho_nav_list{
	position:fixed;
	top:47px;
	border-top:1px solid #ead6d0;
	width:100%;
	background:#fff;
	/*background:#705a54;*/
	background:rgba(255,255,255,1);
	/*background:rgba(187,159,152,0.9);*/
	z-index:10000;
	height:100%;
	display:none;
}
#sumaho_nav_list li{
	/*border-bottom:1px solid #eee;
	border-bottom:1px solid #ead6d0;*/
	/*border-bottom:1px solid #3e322f;*/
	padding:13px 0;
	text-align:center;
}
#sumaho_nav_list li a{
	/*color:#fff;*/
	font-weight:bold;
	font-size:12pt;
}
#sumaho_nav_list li a span{
	font-size:6pt;
	display:block;
	margin-top:-5px;
	color:#c2ada7;
}
#sumaho_close{
	border:1px solid #3e322f;
	background:#3e322f;
	text-align:center;
	margin:0 auto;
	margin-top:50px;
	color:#fff;
	padding:7px 0;
	width:75%;
	border-radius:15px;
	box-shadow:0px 0px 4px #999;
}
/*ここまでheader*/

/*ここからmain1*/
#main1_sumaho{
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
	background-position:center -30px;
	/*background-attachment:fixed;*/
	height:530px;
	background-size:cover;
	position : fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:-1;
}
#main1_sumaho p{
	position:fixed;
	top:180px;
	z-index:100;
}
/*ここまでmain1*/


/*ここからmain2*/
#main2{
	position:relative;
	z-index:1000;
	background:#fff;
	padding-bottom:25px;
	margin-top:500px;
}
#main2 h1{
	width:120px;
	text-align:center;
	margin:0 auto;
	padding-top:25px;
}
#main2 h2{
	text-align:center;
	font-size:10pt;
	width:80%;
	margin:0 auto;
	margin-bottom:15px;
}
#main2_in p{
	text-align:center;
	margin-bottom:5px;
}
#main2_in img{
	width:80%;
	border-radius:6px;
	box-shadow:0px 0px 6px #565656;
	/*max-width:250px;*/
} 
/*ここまでmain2*/

/*ここからmain3*/
#main3{
	position:relative;
	z-index:1000;
	background:#fff;
	background-image:url(../images/menu_back.jpg);
	padding-bottom:25px;
}
#main3 h1{
	width:120px;
	text-align:center;
	margin:0 auto;
	padding-top:25px;
}
#main3 h2{
	text-align:center;
	font-size:10pt;
	width:80%;
	margin:0 auto;
	margin-bottom:15px;
}
#main3_in p{
	text-align:center;
	margin-bottom:5px;
}
#main3_in p img{
	width:80%;
	border-radius:6px;
	box-shadow:0px 0px 6px #565656;
	/*max-width:250px;*/
}
/*ここまでmain3*/

/*ここからmain4*/
#main4{
	position:relative;
	z-index:1000;
	background:#fff;
	padding-bottom:50px;
}
#main4 h1{
	width:120px;
	text-align:center;
	margin:0 auto;
	padding-top:25px;
}
#main4 h2{
	text-align:center;
	font-size:10pt;
	width:80%;
	margin:0 auto;
	margin-bottom:15px;
}
#main4 .news_sec{
	border-bottom:1px solid #eee;
	padding:15px 0;
	width:90%;
	margin:0 auto;
}
#main4 .news_sec h3{
	font-size:11.5pt;
	float:left;
}
#main4 .news_sec h4{
	color:#fff;
	background:#ff4b80;
	border-radius:5px;
	width:80px;
	text-align:center;
	float:left;
	margin-left:15px;
}
#main4 .news_sec p{
	clear:both;
}
#main4 .news_sec p a{
	font-size:9.5pt;
}
#main4_in .news_sec p a:hover{
	color:#ff4b80;
	text-decoration:underline;
}
#main4 #news_other{
	background:#3e322f;
	padding-top:8px;
	width:200px;
	padding-bottom:2px;
	text-align:center;
	border-radius:20px;
	box-shadow:0px 0px 4px #565656;
	margin:0 auto;
	margin-top:45px;
}
#main4 #news_other img{
	width:100px;
}
/*ここまでmain4*/

/*ここからgo_top*/
#go_top{
	background-image:url(../images/go_top_back.jpg);
	padding-top:15px;
	padding-bottom:5px;
	position:relative;
	z-index:1000;
	box-shadow:0px 2px 4px #565656;
}
#go_top p{
	width:150px;
	margin:0 auto;
}
#footer{
	//height:200px;
	background-image:url(../images/footer_nav_back.jpg);
	position:relative;
	z-index:100;
	padding-bottom:25px;
	background-size:cover;
}
#footer h1{
	font-size:11pt;
	color:#3e322f;
	font-weight:bold;
	text-align:center;
	padding-top:25px;
	margin-bottom:15px;
}
#footer nav{
	overflow:hidden;
	border-top:1px solid #eee;
}
#footer nav ul li{
	border:1px solid #eee;
	box-sizing:border-box;
	margin-top:-1px;
	background:rgba(255,255,255,0.3);
	text-align:center;
}
#footer nav ul li a{
	font-weight:bold;
	display:block;
	padding:5px 0;
}
#copyright{
	background:#3e322f;
	padding:10px 0;
	box-shadow:0px -2px 4px #565656;
	position:relative;
	z-index:1000;
}
#copyright h1{
	color:#847875;
	text-align:center;
	font-size:8pt;
}
/*ここまでgo_top*/
}
/*
     FILE ARCHIVED ON 20:31:25 Dec 18, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:23:10 Oct 18, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.737
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.011
  esindex: 0.014
  cdx.remote: 6.28
  LoadShardBlock: 73.488 (3)
  PetaboxLoader3.datanode: 71.097 (5)
  PetaboxLoader3.resolve: 110.143 (3)
  load_resource: 128.98 (2)
*/