@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 641px) {
	
body{font-size:13px;}

a:hover   {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a{color:#000000;}

.sptag{
	display: none;
}

.sp_menuWrap{display:none;}
.f_logo_sp{display:none;}
.page_top_sp{ display:none;}

.logo_h{
	width:100%;
	text-align:center;
	margin:25px auto;
}

.allcon_Wrap{
	width:100%;
	height:250px;
	background:url(../images/common/main_img.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.navi_wrap{
	width:100%;
	background: url(../images/common/navi_bk.png);
}
.navi_fixed {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 1000;
}
.navi_wrap .navi > div{
	position: relative;
}
.navi_wrap ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 71.5px;
    left: 0;
}
.navi_wrap .navi > div:hover > ul {
    display: block;
}
.navi_wrap li {
		background: url(../images/common/navi_bk.png);
    height: 60px;
    transition: all .3s;
    position: relative;
    list-style: none;
    margin: 0;
}
.navi_wrap li:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e2dccf;
    position: absolute;
    top: 0;
    left: 0;
}
.navi_wrap li:hover a {
		opacity: 0.7;
}
.navi_wrap li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 100%;
}
.navi_wrap li a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.navi{
	width:1000px;
	margin:0 auto;
}

.navi > div{
	float:left;
}
.navi > div > a{
	height: 71.5px;
	width:142px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_titl{
	text-align:center;
	margin-top:55px;
	font-size:16px;
	font-weight:bold;
}

.moji01{
	font-size:32px;
}

.moji02{
	color:#e60012;
}

.navi_wrap2{
	width:100%;
	margin:20px 0;
}

.navi2{
	width:1000px;
	margin:0 auto;
}

.navi2 p a{
	width:200px;
	float:left;
	text-align:center;
	padding:15px 0;
	font-size:17px;
	background:#eeeeee;
	font-weight: bold;
}

 p.navi2_on a{
  background:#e2dccf;
  color:#634a15;
}


.navi2 a:hover   {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background:#e2dccf;
  color:#634a15;
}

.navi2_line{
	height:5px;
	background:#e2dccf;
}

.allcon2_Wrap{
	width:100%;
}

.con2_Wrap{
	width:1000px;
	margin:0 auto;
}

.footer_Wrap{
	width:100%;
	border-top:#e2e2e2 1px solid;
	border-bottom:#e2e2e2 1px solid;
}

.footer{
	width:1000px;
	margin:0px auto;
}

.footer p{
	float:right;
	font-size:13px;
	font-weight:bold;
	margin:20px 0px 20px 45px;
}

.but_contact a{
	background:#e60012;
	padding:10px 100px;
	color:#FFFFFF;
}


.f_navi_Wrap{
	width:100%;
	border-bottom:#e2e2e2 1px solid;
}

.f_navi{
	width:1000px;
	margin:0px auto;
}


.f_navi_con{
	float:left;
	margin-left:130px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:13px;
}

.f_titl{
	font-size:14px;
	font-weight:bold;
}


.cre{
	text-align:center;
	font-size:11px;
}

.page_top{
	width:130px;
	margin-top: 100px;
	float:right;
}

.page_top a{
	text-align:center;
	background:#e7e7e7;
	font-size:14px;
	color:#8d8d8d;
}


}
@media screen and (max-width: 640px) {

div,p,a,table,th,td{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{font-size:13px;}

a:hover   {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a{color:#000000;}

.sptag{
	display: block;
}

.sp_menuWrap{
	width:100%;
}

.inner li{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	background:#454545;
	border-top:#000000 1px solid;
}

.inner li a{
	color:#FFFFFF;
	display: block;
	padding: 20px;
}

.child {
    display: none;
}

.logo_h{
	display:none;
	}

.allcon_Wrap{
	width:100%;
	height:200px;
	background:url(../images/common/main_img.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.navi_wrap{
	display:none;
}


.main_titl{
	text-align:center;
	padding-top:70px;
	font-size:16px;
	font-weight:bold;
}

.moji01{
	font-size:32px;
}

.moji02{
	color:#e60012;
}

.navi_wrap2{
	width:100%;
	margin: 0;
}

.navi2{
	width:100%;
	margin:0 auto;
}

.navi2 p{
	width: 49.5%;
	float: left;
}

.navi2 p:nth-of-type(even){
	float: right;
}

.navi2 p a{
	display: block;
	text-align:center;
	margin:1px 0;
	padding:15px 0;
	font-size:17px;
	background:#eeeeee;
	font-weight: bold;
}

.navi2_cl p a{
	clear:both;
}


 p.navi2_on a{
  background:#e2dccf;
  color:#634a15;
}


.navi2 a:hover   {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background:#e2dccf;
  color:#634a15;
}

.navi2_line{
	display:none;
}

.allcon2_Wrap{
	width:100%;
}

.con2_Wrap{
	width:100%;
	margin:0 auto;
}

.footer_Wrap{
	width:100%;
	border-bottom:#e2e2e2 1px solid;
}

.footer{
	width:100%;
	margin:0px auto;
}

.footer p{
	clear:both;
	font-size:13px;
	font-weight:bold;
	width:70%;
	margin:20px auto;
}

.but_contact a{
	background:#e60012;
	text-align:center;
	padding:10px 50px;
	color:#FFFFFF;
}

.f_tel{
	text-align:center;
}

.f_logo{
	display:none;
}

.f_logo_sp{
	text-align:center;
}


.f_navi_Wrap{
    display:none;
}

.f_navi{
	width:1000px;
	margin:0px auto;
}


.f_navi_con{
	float:left;
	margin-left:130px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:13px;
}

.f_titl{
	font-size:14px;
	font-weight:bold;
}

.f_ad{
	display:none;
}

.cre{
	text-align:center;
	font-size:11px;
}

.page_top{
	display:none;
}

.page_top a{
	text-align:center;
	background:#e7e7e7;
	font-size:14px;
	color:#8d8d8d;
}

.page_top_sp{
	text-align:center;
	padding:20px 0;
	font-size:20px;
	border-bottom:#e2e2e2 1px solid;
}
}

@media print{
	
body{font-size:13px;}

a:hover   {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a{color:#000000;}

.sptag{
	display: none;
}

.sp_menuWrap{display:none;}
.f_logo_sp{display:none;}
.page_top_sp{ display:none;}

.logo_h{
	width:100%;
	text-align:center;
	margin:25px auto;
}

.allcon_Wrap{
	width:100%;
	height:250px;
	background:url(../images/common/main_img.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.navi_wrap{
	width:100%;
	background: url(../images/common/navi_bk.png);
}

.navi{
	width:1000px;
	margin:0 auto;
}

.navi > div > a{
	width:166px;
	float:left;
	text-align:center;
	margin:25px auto;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
}

.main_titl{
	text-align:center;
	margin-top:55px;
	font-size:16px;
	font-weight:bold;
}

.moji01{
	font-size:32px;
}

.moji02{
	color:#e60012;
}

.navi_wrap2{
	width:100%;
	margin:20px 0;
}

.navi2{
	width:1000px;
	margin:0 auto;
}

.navi2 p a{
	width:200px;
	float:left;
	text-align:center;
	padding:15px 0;
	font-size:17px;
	background:#eeeeee;
	font-weight: bold;
}

 p.navi2_on a{
  background:#e2dccf;
  color:#634a15;
}


.navi2 a:hover   {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background:#e2dccf;
  color:#634a15;
}

.navi2_line{
	height:5px;
	background:#e2dccf;
}

.allcon2_Wrap{
	width:100%;
}

.con2_Wrap{
	width:1000px;
	margin:0 auto;
}

.footer_Wrap{
	width:100%;
	border-top:#e2e2e2 1px solid;
	border-bottom:#e2e2e2 1px solid;
}

.footer{
	width:1000px;
	margin:0px auto;
}

.footer p{
	float:right;
	font-size:13px;
	font-weight:bold;
	margin:20px 0px 20px 45px;
}

.but_contact a{
	background:#e60012;
	padding:10px 100px;
	color:#FFFFFF;
}


.f_navi_Wrap{
	width:100%;
	border-bottom:#e2e2e2 1px solid;
}

.f_navi{
	width:1000px;
	margin:0px auto;
}


.f_navi_con{
	float:left;
	margin-left:130px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:13px;
}

.f_titl{
	font-size:14px;
	font-weight:bold;
}


.cre{
	text-align:center;
	font-size:11px;
}

.page_top{
	width:130px;
	margin-top: 100px;
	float:right;
}

.page_top a{
	text-align:center;
	background:#e7e7e7;
	font-size:14px;
	color:#8d8d8d;
}


}
