@charset "utf-8";

	
/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width:1px) and (max-width:960px){
/*==========================================
 body
===========================================*/ 
body {
	border-top: 0px;
    background-image: none;
    background-repeat: repeat-x;
    border-top-width: 0px;
    padding-top: 0px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}
	
.share {
	width: 94%;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
	}


#left {
	width: 100%;
	float: left;
    padding-bottom: 0px;
	}
	
#right {
	width: 100%;
	float: left;
	}
	
.olStyle,
.ulStyle {
	margin-left: 3%;
	margin-right: 3%;
	}
	
.tableStyle {
	width: 100%;
	}
	
blockquote {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}

	
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
    width: 100%;
    padding-top: 0px;
	}
    
header h1 {
    padding-top: 0px;
	}
    
header .share {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	}
    
header h1 img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}

#headerBlock li img {
    display: none;
}

#headerBlock li a {
    background-repeat: repeat;
    padding-top: 10px;
    padding-left: 12px;
    background-image: url(../images/bg2.png);
    color: #FFFFFF;
    padding-right: 12px;
    padding-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    transition: background 1s,color 1s;
}

#headerBlock li a:hover {
background-image: url(../images/bg2_on.png);
transition: background 1s,color 1s;
}

#headerBlock li span {
    display: inherit;
}

#headerNavi {
    padding-top: 20px;
}
    
	
ul#global {
	display: none;
	}

/* アコーディオン */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 4px;
    padding-right: 0;
    padding-left: 0;
    min-height: 42px;
    z-index: 999999;
    background-color: #FF9999;
    background-image: url(../images/nav_bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 220px auto;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    height: 3px;
    margin-top: 3px;
    background-color: #FFFFFF;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    margin-top: 44px;
    background-image: url(../images/btn_bg2.png);
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	font-size: 1.3em;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: center;
    color: #fff;
    border-top: 1px solid #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding-top: 10px;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	opacity: 0.75;
	filter: alpha(opacity=60);
	text-shadow: none !important;
	visibility: visible;
	font-size: 0.8em!important;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding-top: 10px;
	padding-right: 15%;
	padding-left: 15%;
	padding-bottom: 10px;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding-top: 10px;
	padding-right: 20%;
	padding-left: 20%;
	padding-bottom: 10px;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding-top: 10px;
	padding-right: 25%;
	padding-left: 25%;
	padding-bottom: 10px;
}

.mean-container .mean-nav ul li a:hover {
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 16px;
	height: 21px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
    
#headerBlock {
    float: left;
    position: relative;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

#headerBlock p {
    text-align: center;
}

    
/*==========================================
 メインコンテンツ共通スタイル
===========================================*/

#main {
	width: 100%;
	}
	
.pcImg {
	display: none;
	}
	
.mbImg {
    display: inherit;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	}

	
/*==========================================
 フッターのスタイル
===========================================*/
 
 
	
/*==========================================
 Other
===========================================*/
.bnContents p {
    float: none;
    position: relative;
    bottom: 20px;
    margin-bottom: 0px;
    margin-right: 0px;
    text-align: center;
}

.bnContents ul li {
    text-align: center;
    display: inline;
    margin-right: 2%;
    margin-left: 2%;
    width: auto;
}

.bnContents ul li img {
    width: 29%;
}

#topLeft {
    width: 67%;
    float: left;
    text-align: left;
    margin-top: 37px;
}

#topRight {
    margin-top: 37px;
    width: 30%;
    float: right;
}

#title {
    width: 100%;
    float: left;
    padding-left: 0px;
    padding-bottom: 5px;
    background-image: url(../images/sub_tit_bg3_2.png);
    background-repeat: repeat-x;
    background-position: 0% bottom;
}

#title h1 {
    background-image: url(../images/img4.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 85px;
    font-size: 3em;
}

.subBnStyle {
    width: 31%;
    float: none;
    padding-bottom: 47px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
}


.sideBn li {
    text-align: center;
    padding-bottom: 20px;
    width: 28%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
}

.galleryBlock {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.galleryBlock section figure img {
	width: 100%;
	max-width: 94%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}
    
#titleImg {
    margin-bottom: 30px;
    width: 100%;
    background-image: url(../images/customer/bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 197px;
}

#titleImg img {
    padding-top: 60px;
}

.staffVoice {
    margin-left: 15px;
    margin-right: 15px;
}

.staffInfo {
    margin-left: 15px;
    }
    
.Staffbox .imgLeft {
    margin-left: 15px;
    margin-right: 15px;
}




@media only screen and (max-width:700px){
/*==========================================
 Other
===========================================*/
.fontStyle {
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 58px;
}

.bnContents ul li {
    text-align: center;
    display: block;
    margin-right: 0%;
    margin-left: 0%;
    width: auto;
    margin-bottom: 15px;
}

.bnContents ul li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}
    
.leftImg,
.rightImg,
.imgLeft,
.imgRight {
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
  
.imgLeft img,
.imgRight img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}

.btnStyle{
    text-align: center;
    margin-bottom: 40px;
}

#topLeft {
    width: 100%;
    float: left;
    text-align: left;
}

#topRight {
    margin-top: 0px;
    width: 100%;
    float: left;
    text-align: center;
}

.subBnStyle {
    width: 100%;
    float: none;
    padding-bottom: 40px;
    display: block;
    text-align: center;
    vertical-align: top;
    margin-left: 0%;
    margin-right: 0%;
}

.subBnStyle p {
    text-align: center;
}

.sideBn li {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    margin-right: 0%;
    margin-left: 0%;
}

.titleStyle5 {
    background-repeat: no-repeat;
    background-position: left 20px;
    color: #FF7272;
    text-align: left;
    font-size: 2em;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    padding-top: 35px;
    padding-bottom: 40px;
    background-image: url(../images/concept/bg2.png);
    padding-left: 40px;
    line-height: 1.3em;
}

.titleStyle5 span {
    background-image: url(../images/concept/line.png);
    background-repeat: repeat-x;
    background-position: 0% bottom;
}

.customer .titleStyle5 {
    margin-left: 10px;
    margin-right: 10px;
}

	

	
/* 幅460px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 460px){

.pcImg2 {
	display: none;
	}
    
.mbImg {
	display: none;
	}
	
.mbImg2 {
    display: inherit;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	}
    
    
#bgImg2 aside,
#bgImg aside{
    padding-top: 53px;
}
    
#bgImg2 img,
#bgImg img{
	width: 100%;
	max-width: 80%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}
    
#topInfo p a {
    display: block;
    padding-left: 10px;
}

#mainImg {
    padding-bottom: 0px;
	}
    
.galleryBlock {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.galleryBlock section {
    margin-bottom: 30px;
}

.galleryBlock section h1 {
    font-size: 2em;
}

.back {
    margin-top: -10px;
}

.next {
    margin-top: -10px;
}

#titleImg {
background-image: url(../images/customer/bg2.jpg);
}

.titleStyle3 span {
    display: inherit;
}


.fontStyle3 {
    color: #8A8381;
    font-size: 1.3em;
    line-height: 1.8em;
    padding-bottom: 30px;
    text-align: left;
}

.fontStyle3 br {
    display: none;
}
	}
		