@charset "utf-8";

@import url("https://www.mifujien.co.jp/common/tmpresp001_01_mifujien/css/reset.css");
@import url("https://www.mifujien.co.jp/common/tmpresp001_01_mifujien/css/fonts.css");
@import url("https://www.mifujien.co.jp/common/tmpresp001_01_mifujien/css/common.css");
@import url("https://www.mifujien.co.jp/common/tmpresp001_01_mifujien/css/style.css");

.header {
  height: 100px;
}

.header-inner {
  padding: 20px;
}

.header-inner h1 {
background-image:url(../img/head_logo.png);
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
width: 255px;
height: 56px;
display: block;
background-repeat:no-repeat;
}


.main-photo {text-align: center;}
.main-photo img {width: 960px !important;}
.copyright {text-align: center;}



.nav-inner {
  overflow: hidden;
  margin: auto;
}
.nav-inner ul {
  list-style: none;
}

.nav-inner ul li {
  width: 120px;
  text-align: center;
  float: left;
  height: 60px;
  line-height: 60px;
  border-left: 1px solid #d2d2d2;
}

.nav-inner ul li:last-child{
  border-right: 1px solid #d2d2d2;
}

.nav-inner ul li:first-child {
  background-color: #efe6d3;
}

.nav-inner ul li a {
  height: auto;
  widht: 125px;
  letter-spacing: 1px;	
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  padding: 9px 0;
  text-decoration: none;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Microsoft YaHei", serif;
}


.nav-inner ul li:hover {
  background-color: #f5f3ee;
}

@media screen and (min-width: 681px){
.nav .nav-inner {
    width: 960px;
}
}

.container{
  width: 960px;
  margin: auto;
}

.maincol{
  width:100%;
}

@media screen and (min-width: 681px){
#page-home .block_charm p:nth-of-type(1) {
    margin: 0 0 50px -350px !important;
}
}

@media screen and (min-width: 681px){
#page-home .block_charm p:nth-of-type(2) {
    margin: 0 0 0 65px !important;
	}
}

@media screen and (min-width: 681px){
#page-home .block_access .inner div {
    width: 960px !important;
    margin: auto !important;
}
}

@media screen and (min-width: 681px){
	#page-home .block_access .inner div img{
	margin: auto !important;
	float: none !important;
	padding: 45px !important;
	}
}

@media screen and (min-width: 681px){
#page-home .block_access .inner div img:last-child {
	margin: auto !important;
	float: none !important;
	padding: 0 !important;
}
}