@charset "utf-8";

/*
################################################################################################################

ローダー

################################################################################################################
*/

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 900000;
}
/*
################################################################################################################

メインビジュアル

################################################################################################################
*/
@media print, screen and (min-width: 769px) {
#wrap {
	position: fixed !important;/* fixed */
	display: block;
	margin: 0px auto;
	z-index:200;
	color:#fff;
	top:15% !important;
	word-break: break-all;
	width: 100%;
}
	


	
#wrap .mv{
	width: 30%;
	margin: 0 auto;
	max-width: 420px;
}
#wrap .mv img{
	height:auto;
	margin: 0 auto;
	width: 100%;
}
/* 背景が動くスライダー */
/* ボーダー */
#bordertop {
	top: 0;
	width: 100%;
	height: 15px;
}
#borderright {
	right: 0;
	width: 15px;
	height: 150%;
}
#borderleft {
	left: 0;
	width: 15px;
	height: 150%;
}
#bordertop,
#borderleft,
#borderright{
	position: fixed;
	z-index: 1000;
	background-color: #fff;
}

/* スライダー上部画像 */
#maximage div {
	position:relative;
	}
#maximage div p {
    position: absolute;
    top: 20%;
    left: 25%;
    right: auto;
	}
#maximage div p img {
	width:60%;
	}
}

/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
#wrap {
	position: absolute;
	display: block;
	margin: 0px 0px 0;
	z-index:200;
	color:#fff;
	text-align:center;
	width:100%;
	padding:0 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap .mv{
position: relative;
top: -70px;
	}
#wrap .mv img{
	max-width:500px;
	width:80%;
	height:auto;
}
/* ボーダー */
#bordertop {
	top: 0;
	width: 100%;
	height: 0;
	position: fixed;
	z-index: 1000;
}
#borderright {
	right: 0;
	width: 10px;
	height: 150%;
}
#borderleft {
	left: 0;
	width: 10px;
	height: 150%;
}

/* スライダー上部画像 */
#maximage div {
	position:relative;
	}
#maximage div p {
	position: absolute;
	top:30%;
	left:30%;
	}
#maximage div p img {
	width:70%;
	}
}



/*
################################################################################################################

topHead
- ヘッダー

################################################################################################################
*/
@media print, screen and (min-width: 769px) {
.topHeader {
	margin:0px 0 0px;
	z-index:11000;
}
}
/*
################################################################################################################

TopPage Layout
- トップページのレイアウト

################################################################################################################
*/
@media print, screen and (min-width: 769px) {
.mc-hide-scrolls{
	overflow: inherit !important;
}
.mc-cycle{
	position: fixed !important;/* absolute */
}
#whole {
	z-index: 10000;
	position: relative;/* relative */
	width: 100%;
	padding:0;
	margin:0;
 	background:#fff;
}
.topContents{
  position: relative;
  z-index: 10000;
  margin-top:230px;
}

#scrollDown {
	display:none;
}

/* 共通 */
.topContents .secTitle{
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 40px;
    /* [disabled]background:url("../img/common/titleMarker.gif") repeat-x top center; */
    background-size: 6px auto;
}
.topContents .secTitle h2{
    font-weight: 300;
    font-size: 160%;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}
.topContents .secTitle h2.headingImg{
  width: 980px;
  margin: 0 auto;
	}
.topContents .secTitle h2.headingImg img{
  width: 100%;
	height: auto;
	}
.topContents .secTitle span{
	font-size:93%;
}
.topContents .titleImg{
	margin-bottom:50px;
}
.topContents .titleImg img{
	width:100%;
	height:auto;
}
/* viewMore */
.topContents .viewMore a{
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	display:block;
	clear:both;
	width:640px;
	padding:20px 0;
	border:1px solid #dcdcdc;
	margin:0 auto;
	text-align:center;
	font-size:77%;
	text-decoration:none;
	color:#aaaaaa;
	transition: 170ms ease-out;
}
.topContents .viewMore a:hover{
	background:#1e1e1e;
	color:#fff;
}



}

/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.mc-hide-scrolls{
	overflow: inherit !important;
}
#maximage{
}


.mc-cycle{
	position: relative !important;/* relative */
}
#whole {
	z-index: 10000;
	width: 100%;
	padding:0;
	margin:0;
 	background:#fff;
}




.topContents{
  position: relative;
  z-index: 10000;
  margin-top:20px;
}
#scrollDown {
	text-align:center;
	z-index: 10000;
	position: absolute;
}
#scrollDown a{
	display:block;
}
#scrollDown a img{
	width:35px;
	height:auto;
}






/* 共通 */
.topContents .secTitle{
	font-family: 'Raleway', sans-serif;
	text-align:center;
	margin-bottom:40px;
	background:url("../img/common/titleMarker.gif") no-repeat top center;
	background-size:5px auto;
}
.topContents .secTitle h2{
    font-weight: 300;
    font-size: 149%;
    margin-bottom: 5px;
    letter-spacing: 0.08em;
}
.topContents .secTitle span{
	font-size:93%;
}
.topContents .titleImg{
    overflow: hidden;
	height:120px;
    /* トリミングしたい枠の幅 */
    /* トリミングしたい枠の高さ */
    position: relative;
    width: 100%;
}
.topContents .titleImg img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.topContents .viewMore a{
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	display:block;
	clear:both;
	padding:20px 0;
	border:1px solid #dcdcdc;
	margin:0 auto;
	text-align:center;
	font-size:77%;
	text-decoration:none;
	color:#aaaaaa;
	transition: 170ms ease-out;
}
.topContents .viewMore a:hover{
	background:#1e1e1e;
	color:#fff;
}

}





/* TOPICS
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #topics{
	width:960px;
	margin:0 auto 80px;
	overflow: hidden;
}


/* 共通 */
.topContents ul.topicsList{
	width:1020px;
	margin-right:-60px;
}
.topContents ul.topicsList li {
	width: 450px;
	float: left;
	margin-right: 60px;
	margin-bottom:50px;
}
.topContents ul.topicsList li .thum{
	float:left;
	width:113px;
	overflow:hidden;
}
.topContents ul.topicsList li .thum img{
	width:auto;
	height:113px;
}
.topContents ul.topicsList li .box{
	float:right;
	width:320px;
}
.topContents ul.topicsList li .cat{
	font-family: 'Raleway', sans-serif;
	font-size:93%;
	margin-bottom:10px;
}
.topContents ul.topicsList li .title{
	line-height:1.4;
	font-size:116%;
	font-weight:bold;
	margin-bottom:32px;
}
.topContents ul.topicsList li .excerpt{
	line-height:1.5;
	font-size:93%;
	letter-spacing:0.08em;
}
.topContents ul.topicsList li a{
	color:#1e1e1e;
	text-decoration:none;
}
.topContents ul.topicsList li:hover{
	cursor:pointer;
}
.topContents ul.topicsList li:hover .title{
	text-decoration:underline;
}
.topContents ul.topicsList li:hover .excerpt{
	text-decoration:underline;
}
.topContents ul.topicsList li.full {
  width: 100%;
	}
.topContents ul.topicsList li.full dl {
  border-top: #CCC 1px dashed;
	border-bottom: #CCC 1px dashed;
	padding: 20px 20px;
	margin: 0 auto;
	}

.topContents ul.topicsList li.full dl dt{
  margin-bottom: 10px;
	display: inline-block;
	}

.topContents ul.topicsList li.full dl dd:nth-of-type(1){
  font-size: 1.4em;
	margin-bottom: 10px;
  line-height: 12px
	}
.topContents ul.topicsList li.full dl dd:nth-of-type(2){
	display: inline;
}



}

@media print, screen and (max-width: 769px) {
.topContents ul.topicsList li.full {
  width: 100%;
	}
.topContents ul.topicsList li.full dl {
  border-top: #CCC 1px dashed;
	border-bottom: #CCC 1px dashed;
	padding: 10px 10px;
	margin: 0 auto;
	}

.topContents ul.topicsList li.full dl dt{
  margin-bottom: 5px;
	display: inline-block;
	}

.topContents ul.topicsList li.full dl dd:nth-of-type(1){
  font-size: 1.2em;
	margin-bottom: 5px;
 }
.topContents ul.topicsList li.full dl dd:nth-of-type(2){
	display: inline;
}}





/* small display(960px)
------------------------------*/
@media only screen and (max-width:960px) {
.topContents #topics{
	width: inherit;
	margin:0 20px 180px;
}

}


/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #topics{
	margin:0 15px 120px;
}
.topContents ul.topicsList li{
	margin-bottom:15px;
}
.topContents ul.topicsList li .thum{
	float:left;
	width:90px;
	overflow:hidden;
	margin-right:10px;
}
.topContents ul.topicsList li .thum img{
	width: auto;
	height:90px;
}
.topContents ul.topicsList li .box{
	float:left;
	width:63%;
}
.topContents ul.topicsList li .cat{
	font-family: 'Raleway', sans-serif;
	font-size:93%;
	margin-bottom:5px;
}
.topContents ul.topicsList li .title{
	line-height:1.4;
	font-size:108%;
	font-weight:bold;
}
.topContents ul.topicsList li .excerpt{
	display:none;
}
.topContents ul.topicsList li a{
	color:#1e1e1e;
	text-decoration:none;
}
.topContents ul.topicsList li:hover{
	cursor:pointer;
}
.topContents ul.topicsList li:hover .title{
	text-decoration:underline;
}


}




/* VOICE LIST */
.topContents ul.voiceList{
	width:1020px;
	margin-right:-60px;
}

.topContents ul.voiceList li{
	margin-bottom: 40px;
}

.topContents ul.voiceList li .thum{
	float:left;
	width:180px;
	overflow:hidden;
	margin-right: 50px;
}
.topContents ul.voiceList li .thum img{
	width:100%;
	float:left;
  }
.topContents ul.voiceList .box{
	width:960px;
  text-align: justify;
}


.topContents ul.voiceList li .cat{
	font-family: 'Raleway', sans-serif;
	font-size:93%;
	margin-bottom:10px;
}
.topContents ul.voiceList li .title{
	line-height:1.4;
	font-size:116%;
	font-weight:bold;
	margin-bottom:32px;
}

.topContents ul.voiceList p.titleSalonName {
	 font-size: 20px;
	margin-bottom: 10px;
	 text-align: left;
}

.topContents ul.voiceList p.titleSalonName span {
	margin-top: 5px;
	font-size: 14px;
	display: block;
}

.topContents ul.voiceList p.detailVoice {
  line-height: 1.6em;
	font-size: 13px;
	
}


.topContents ul.voiceList li .excerpt{
	line-height:1.5;
	font-size:93%;
	letter-spacing:0.08em;
}
.topContents ul.voiceList li a{
	color:#1e1e1e;
	text-decoration:none;
}
.topContents ul.voiceList li:hover{
	cursor:pointer;
}
.topContents ul.voiceList li:hover .title{
	text-decoration:underline;
}
.topContents ul.voiceList li:hover .excerpt{
	text-decoration:underline;
}
.topContents ul.voiceList li.full {
  width: 100%;
	}
.topContents ul.voiceList li.full dl {
  border-top: #CCC 1px dashed;
	border-bottom: #CCC 1px dashed;
	padding: 20px 20px;
	margin: 0 auto;
	}

.topContents ul.voiceList li.full dl dt{
  margin-bottom: 10px;
	display: inline-block;
	}

.topContents ul.voiceList li.full dl dd:nth-of-type(1){
  font-size: 1.4em;
	margin-bottom: 10px;
  line-height: 12px
	}
.topContents ul.voiceList li.full dl dd:nth-of-type(2){
	display: inline;
}



}

@media print, screen and (max-width: 769px) {

	
	.topContents ul.voiceList li.full {
  width: 100%;
	}
.topContents ul.voiceList li.full dl {
  border-top: #CCC 1px dashed;
	border-bottom: #CCC 1px dashed;
	padding: 10px 10px;
	margin: 0 auto;
	}

.topContents ul.voiceList li.full dl dt{
  margin-bottom: 5px;
	display: inline-block;
	}

.topContents ul.voiceList li.full dl dd:nth-of-type(1){
  font-size: 1.2em;
	margin-bottom: 5px;
 }
.topContents ul.voiceList li.full dl dd:nth-of-type(2){
	display: inline;
}}





/* small display(960px)
------------------------------*/
@media only screen and (max-width:960px) {
.topContents #topics{
	width: inherit;
	margin:0 20px 180px;
}

}


/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents ul.voiceList{
	width:100%;
	margin-right:-60px;
}

	
	.topContents #topics{
	margin:0 15px 20px;
}
.topContents ul.voiceList li{
	margin: 0 auto 40px;
}
	
.topContents ul.voiceList p.titleSalonName {
	 text-align: center;
}
	
.topContents ul.voiceList p.detailVoice {
  line-height: 1.6em;
	font-size: 13px;
	 text-align: justify;
	 text-align-last: center;
	
}
	
.topContents ul.voiceList li .thum{
	width:250px;
	height:250px;
	margin-bottom: 20px;
	overflow:hidden;
	float: none;
  text-align: center;
	margin: 0 auto 20px;
	}
.topContents ul.voiceList li .thum img{
	width: 100%;
	height: auto;
}
.topContents ul.voiceList li .box{
	float:none;
	width:90%;
	margin: 0 auto;
}
.topContents ul.voiceList li .cat{
	font-family: 'Raleway', sans-serif;
	font-size:93%;
	margin-bottom:5px;
}
.topContents ul.topicsList li .title{
	line-height:1.4;
	font-size:108%;
	font-weight:bold;
}
.topContents ul.voiceList li .excerpt{
	display:none;
}
.topContents ul.voiceList li a{
	color:#1e1e1e;
	text-decoration:none;
}
.topContents ul.voiceList li:hover{
	cursor:pointer;
}
.topContents ul.voiceList li:hover .title{
	text-decoration:underline;
}


}





@media only screen and (max-width: 768px) {
h2.headingImg{
	  text-align: center;
	    overflow: hidden;
    width: 100%;/* トリミングしたい枠の幅 */
    height: 50px;/* トリミングしたい枠の高さ */
    position: relative;
	  max-width: 375px;
}
h2.headingImg img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
	    overflow: hidden;
    width: auto;/* トリミングしたい枠の幅 */
    height: 50px;/* トリミングしたい枠の高さ */
    position: relative;
	}
}





/* Instagram
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #instagram{
	margin:0 auto 180px;
}
.topContents #instagram .content{
	width:720px;
	margin:0 auto 35px;
}
}
/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #instagram{
	margin:0 15px 120px;
}
.topContents #instagram .content{
	margin-bottom:35px;
}
}


/* Instagram
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #facebook{
	margin:0 auto 180px;
	text-align: center;
}
.topContents #facebook .iconFb img{
	width: 100px;
	height: auto;
	margin-bottom: 35px;
	padding-top: 10px;
}
.topContents #facebook .copy{
	font-size: 154%;
	font-weight: 700;
	margin-bottom: 35px;
	letter-spacing: 0.06em;
}
}
/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #facebook{
	margin:0 15px 120px;
	text-align: center;
}
.topContents #facebook .iconFb img{
	width: 80px;
	height: auto;
	margin-bottom: 40px;
	padding-top: 10px;
}
.topContents #facebook .copy{
	font-size: 108%;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 0;
	line-height: 1.5;
}
}




@media print, screen and (min-width: 769px) {
.topContents #salonStyle{
	max-width:1280px;
	margin:0 auto 180px;
	width:100%;
}
.topContents #salonStyle ul {
	margin-bottom:40px;
}
.topContents #salonStyle ul li {
	max-width: 420px;
	width:100%;
	float: left;
	margin:0px;
}
.topContents #salonStyle ul li img{
	max-width:420px;
	width:100%;
	height:auto;
}

/** 画像 **/
.post li:hover .postImg img{
	background: rgba(100, 100, 100, 0.8);
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.post .postImg img {
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
	/* width:352px;
	height:210px; */
}
.post .postImg {
    position: relative;
}
.post figure {
    overflow: hidden;
}
.post figure img {
    backface-visibility: hidden;
    background-color: #fff;
    transform: scale(1);
    width: 100%;
}
.post li:hover figure img {
    transform: scale(1.1);
}
.post .postImg p {
    background-color:rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 1;
    opacity: 0;
    padding-top: 50%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size:116%;
	background-image:url("../img/common/BtnViewLarge.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.post .postImg p.p01 {
	background-image:url("../img/common/BtnViewLarge.png");
}
.post .postImg p.p02 {
	background-image:url("../img/common/BtnViewLarge.png");
}
.post .postImg p.p03 {
	background-image:url("../img/common/BtnViewLarge.png");
}
.post li:hover .postImg p {
    /*opacity: 1;*/
}
.post li:hover{
	cursor:pointer;
}

}

/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #salonStyle{
	margin:0 auto 60px;
	overflow: hidden;
}
.topContents #salonStyle ul {
	margin-bottom:20px;
}
.topContents #salonStyle ul li {
	text-align:center;
}
.topContents #salonStyle ul li img{
	max-width:420px;
	width:100%;
	height:auto;
}
.topContents #salonStyle .viewMore a{
	margin:0 15px;
}

/** 画像共通 **/
.post li:hover .postImg img{
	background: rgba(100, 100, 100, 0.8);
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.post .postImg img {
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
	/* width:352px;
	height:210px; */
}
.post .postImg {
    position: relative;
    margin: 0 auto;
    width: 75%;
}
.post figure {
    overflow: hidden;
}
.post figure img {
    backface-visibility: hidden;
    background-color: #fff;
    transform: scale(1);
    width: 100%;
}
.post li:hover figure img {
    transform: scale(1.1);
}
.post .postImg p {
    box-sizing: border-box;
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 1;
    opacity: 0;
    padding-top: 50%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size:116%;
	background-image:url("../img/common/BtnViewLarge.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 13px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.post li:hover .postImg p {
    /*opacity: 1;*/
}
.post li:hover{
	cursor:pointer;
}

}





@media print, screen and (min-width: 769px) {
.topContents #creative{
	max-width:1280px;
	margin:0 auto 180px;
	width:100%;
}
.topContents #creative ul {
	margin-bottom:40px;
}
.topContents #creative ul li {
	max-width: 420px;
	width:100%;
	float: left;
}
.topContents #creative ul li img{
	max-width:420px;
	width:100%;
	height:auto;
}

}

/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #creative{
	margin:0 auto 60px;
	overflow: hidden;
}
.topContents #creative ul {
	margin-bottom:20px;
}
.topContents #creative ul li {
	text-align:center;
}
.topContents #creative ul li img{
	max-width:420px;
	width:100%;
	height:auto;
}
.topContents #creative .viewMore a{
	margin:0 15px;
}
}










/* SALON
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #salon{
	margin:0 auto 40px;
}
.topContents #salon .copyWrap{
	margin-bottom:120px;
}
.topContents #salon .copyWrap .copy01{
	font-weight:700;
	font-size:185%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:10px;
}
.topContents #salon .copyWrap .copy01 span{
	font-size:80%;
	text-align:center;
	display: block;
}
.topContents #salon .copyWrap .copy02{
	font-weight:400;
	text-align:center;
	line-height:2.2;
}
.topContents #salon h3{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:154%;
	text-align:center;
	margin-bottom:40px;
}

.topContents #salon .valueFlow{
	width:960px;
	overflow:hidden;
	margin:0 auto 120px;
}
.topContents #salon .valueFlow figure{
	margin-bottom:30px;
}
.topContents #salon .valueFlow img{
	width:100%;
	height:auto;
}
.topContents #salon .valueFlow .copy{
	font-weight:700;
	font-size:154%;
	text-align:center;
	line-height:1.6;
	margin-bottom:30px;
}

.topContents #salon .interior{
	width:960px;
	overflow:hidden;
	margin:0 auto 70px;
}
.topContents #salon .interior ul {
	width:1000px;
	margin-bottom:40px;
}
.topContents #salon .interior ul li {
	width: 460px;
	float: left;
	margin-right: 40px;
	margin-bottom:40px;
}
.topContents #salon .interior ul li img{
	width:460px;
	height:auto;
}


.topContents #salon .interior .owl-controls{
	margin-left:-40px;
}



.topContents #salon .access{
	margin-bottom:40px;
}
/*
.topContents #salon .access #gMap{
	height: 450px;
	margin-bottom:26px;
}
*/
.topContents #salon .access .googleMap{
	width:700px;
	margin:0 auto 26px;
}
.topContents #salon .access .googleMap img{
	width:100%;
	height:auto;
}

.topContents #salon .access .address{
	font-weight:400;
	text-align:center;
	line-height:2;
	margin-bottom:20px;
}
	
	
	
	
	ul.pointList {
	width: 700px;
  margin: 0 auto;
	background: #999: ;
	}	

ul.pointList li {
	line-height: 2em;
	text-align:  center;
  list-style: square;
	font-size: 1.2em;
	}	
	
	
	
	
	
	
	
	
	
.topContents #salon .access .note{
	font-weight:400;
	font-size:120%;
	text-align:center;
	line-height:1.6;
	margin-bottom:20px;
}

.topContents #salon .price{
	width:960px;
	margin:0 auto;
}
.topContents #salon .price .fullWrap{
	width:960px;
}
.topContents #salon .price .leftWrap{
	float:left;
	width:390px;
}
.topContents #salon .price .rightWrap{
	float:right;
	width:480px;
}
.topContents #salon .price .menuList{
	margin-bottom:60px;
}
.topContents #salon .price .menuList .menuTitle{
	margin-bottom:25px;
	width:160px;
	padding:4px 0 3px;
	background:#aaaaaa;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	font-weight:300;
	font-size:90%;

}
.topContents #salon .price .menuList table{
	width:100%;
	line-height:1.8;
	font-weight:400;
}
.topContents #salon .price .menuList table tr{
}
.topContents #salon .price .menuList table th{
	text-align:left;
}
.topContents #salon .price .fullWrap .menuList table th{
	width:70%;
}
.topContents #salon .price .leftWrap .menuList table th{
	width:305px;
}
.topContents #salon .price .rightWrap .menuList table th{
	width:395px;
}
.topContents #salon .price .menuList table td{
	text-align: left;
}
.topContents #salon .price ul.note{
	font-size: 85%;
	line-height: 1.6;
	clear: both;
}


}






/* small display(960px)
------------------------------*/
@media only screen and (max-width: 960px) {


.topContents #salon .valueFlow{
	width: inherit;
	overflow:hidden;
	margin:0 20px 120px;
}

.topContents #salon .price{
	width: inherit;
	margin:0 20px;
}
.topContents #salon .price .leftWrap{
	float:none;
	width: 480px;
	margin:0 auto;
}
.topContents #salon .price .rightWrap{
	float:none;
	width: 480px;
	margin:0 auto;
}
.topContents #salon .price .menuList{
	margin-bottom:60px;
}
.topContents #salon .price .menuList .menuTitle{
	margin-bottom:25px;
	width: inherit;
	padding:4px 0 3px;
	background:#aaaaaa;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	text-align:center;
}
.topContents #salon .price .menuList table{
	width:100%;
	line-height:1.8;
	font-weight:400;
}
.topContents #salon .price .menuList table tr{
}
.topContents #salon .price .menuList table th{
	text-align:left;
}
.topContents #salon .price .leftWrap .menuList table th{
	width: inherit;
}
.topContents #salon .price .rightWrap .menuList table th{
	width: inherit;
}
.topContents #salon .price .menuList table td{
	text-align:right;
}

.topContents #salon .price ul.note{
	font-size: 77%;
	line-height: 1.4;
	clear: both;
	margin: 0 auto;
}
.topContents #salon .price ul.note li{
	padding-left: 1.0em;
	text-indent: -1.0em;
	margin-bottom:3px;
}




.topContents #salon .interior{
	overflow: inherit;
	margin:0 auto 90px;
	width:inherit;
}
.topContents #salon .interior ul {
	width: inherit;
	margin-bottom:40px;
}
.topContents #salon .interior ul li {
	width: inherit;
	float: none;
	margin-right: 0px;
	margin-bottom:0px;
	text-align:center;
}
.topContents #salon .interior ul li img{
	width:100%;
	max-width:460px;
	height:auto;
}
.topContents #salon .interior .owl-controls{
	margin-left:0px;
}
}



/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #salon{
	margin:0 auto 30px;
}
.topContents #salon .copyWrap{
	margin-bottom:90px;
}
.topContents #salon .copyWrap .copy01{
	font-weight:700;
	font-size:124%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:20px;
}
.topContents #salon .copyWrap .copy02{
	font-weight:400;
	text-align:center;
	line-height:2.2;
	font-size:85%;
}
.topContents #salon h3{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:154%;
	text-align:center;
	margin-bottom:30px;
}

.topContents #salon .valueFlow{
	margin:0 15px 90px;
}
.topContents #salon .valueFlow figure{
	margin-bottom:20px;
}
.topContents #salon .valueFlow img{
	width:100%;
	height:auto;
}
.topContents #salon .valueFlow .copy{
	font-weight:700;
	font-size:108%;
	text-align:center;
	line-height:1.6;
	margin-bottom:30px;
}


ul.pointList li {
	line-height: 1.6em;
	margin-bottom: 10px;
	text-align:  center;
  list-style: square;
	font-size: 1em;
	list-style: none;
	}	
	
	



.topContents #salon .access{
	margin-bottom:40px;
}

.topContents #salon .access .googleMap{
	margin:0 15px 22px;
	text-align:center;
}
.topContents #salon .access .googleMap img{
	width:100%;
	height:auto;
	max-width:500px;
}


.topContents #salon .access .address{
	font-size: 90%;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center;
	text-align-last: center;
}
.topContents #salon .access .note{
	font-weight:400;
	font-size:77%;
	text-align:center;
	margin-bottom:20px;
}
.topContents #salon .access .inner{
	margin:0 15px;
}

.topContents #salon .price{
	margin:0 15px 0px;
}
.topContents #salon .price .leftWrap{
	width: inherit;
}
.topContents #salon .price .rightWrap{
	width: inherit;
}
.topContents #salon .price .menuList{
	margin-bottom:30px;
}
.topContents #salon .price .menuList .menuTitle{
	margin-bottom:20px;
	padding:4px 0 3px;
	background:#838383;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	text-align:center;
}
.topContents #salon .price .menuList table{
	width:100%;
	line-height:1.8;
	font-weight:400;
	font-size:93%;
}
.topContents #salon .price .menuList table tr{
}
.topContents #salon .price .menuList table th{
	text-align:left;
}
.topContents #salon .price .leftWrap .menuList table th{
	width:80%;
	margin-right:5%;
}
.topContents #salon .price .rightWrap .menuList table th{
}
.topContents #salon .price .menuList table td{
	text-align:right;
}
.topContents #salon .price ul.note{
/*	font-size: 85%;
	line-height: 1.6;
	clear: both;*/
	width:  inherit;
	margin: 0 auto;
}
.topContents #salon .price ul.note li{
/*	padding-left: 1.0em;
	text-indent: -1.0em;
	margin-bottom:5px;*/
}






}





/* CONCEPT
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #concept{
	margin:0 auto 180px;
}
.topContents #concept .copyWrap{
	width:900px;
	margin:0 auto 60px;
}
.topContents #concept .copyWrap .copy00{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:200%;/* 430% */
	text-align:center;
	letter-spacing:0.08em;
	margin-bottom:20px;
}
.topContents #concept .copyWrap .copy01{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:230%;/* 430% */
	text-align:center;
	letter-spacing:0.08em;
	margin-bottom:30px;
}
.topContents #concept .copyWrap .copy02{
	font-weight:700;
	font-size:110%;
	text-align:center;
	letter-spacing:0.04em;
	line-height: 1.8em;
	margin-bottom:30px;
}
.topContents #concept .copyWrap .copy02.frame{
	background: url(../../img/bg_frame.png) no-repeat;
	color: #be9f10;
	width: 360px;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 1.6em;
}

/*.topContents #concept .copyWrap .copy02.frame span.frame_l {
	background: url(../../img/bg_frame_l.png) no-repeat;
}

.topContents #concept .copyWrap .copy02.frame span.frame_r {
	background: url(../../img/bg_frame_r.png) no-repeat;
}*/

.topContents #concept .copyWrap .copy03{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:100%;
	letter-spacing:0.01em;
	text-align: justify;
	text-align-last: center;
	text-justify: inter-ideograph;
	line-height:2.0em;
	margin-bottom: 30px;
}
.topContents #concept .copyWrap .copy04{
	font-weight:200;
	text-align:center;
	line-height:2.4;
	font-size:90%;
	margin: 0 0 20px 0;
}
}
/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #concept{
	margin:0 auto 60px;
}
.topContents #concept .copyWrap{
	margin:0 20px 35px;
}
.topContents #concept .copyWrap .copy00{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:120%;/* 277 */
	text-align:center;
	letter-spacing:0.2em;
	margin-bottom: 10px;
	margin-top: 30px;
}
.topContents #concept .copyWrap .copy01{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:100%;/* 277 */
	text-align:center;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.topContents #concept .copyWrap .copy02{
	font-weight:700;
	font-size:77%;
	text-align:center;
	margin-bottom:20px;
		letter-spacing:0;

}
.topContents #concept .copyWrap .copy03{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:77%;
	letter-spacing:0.01em;
	text-align: center;
	text-justify: inter-ideograph;
	line-height:1.6;
	margin-bottom:30px;
}
.topContents #concept .copyWrap .copy04{
	font-weight:700;
	text-align:center;
	line-height:1.8em;
	font-size:93%;
	margin: 0 0 10px 0;

}
.topContents #concept .viewMore{
	margin:0 15px;
}
}











/* STAFF
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #staff{
	width:960px;
	margin:0 auto 50px;
	overflow: hidden;
}
.topContents #staff ul {
	width:1000px;
	margin-right: -40px;
}
.topContents #staff ul li {
	width: 240px;
	float: left;
	margin-right: 0px;
	margin-bottom:40px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
}
.topContents #staff ul li:hover{
	cursor:pointer;
}
.topContents #staff ul li figure{
	margin-bottom:15px;
	height:210px;
	overflow:hidden;
}
.topContents #staff ul li img{
	width:210px;
	height:auto;
}
.topContents #staff .position{
	margin-bottom:5px;
}
.topContents #staff .name{
	font-size:154%;
	margin: 0 0 10px 0;
}
.topContents #staff .catch{
	margin-bottom:10px;
	font-weight: bold;
	line-height: 1.6em;
}
.topContents #staff .name a{
	text-decoration:none;
}
.topContents #staff .post .postImg p {
	background-image:none;
}
.topContents #staff .comment {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: center;
}
.topContents #staff .copyWrap{
	width:900px;
	margin:0 auto 60px;
}
.topContents #staff .copyWrap .copy00{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:370%;/* 430% */
	text-align:center;
	letter-spacing:0.08em;
	margin-bottom:20px;
}
.topContents #staff .copyWrap .copy01{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:230%;/* 430% */
	text-align:center;
	letter-spacing:0.08em;
	margin-bottom:30px;
}
.topContents #staff .copyWrap .copy02{
	font-weight:700;
	font-size:110%;
	text-align:center;
	letter-spacing:0.04em;
	line-height: 1.8em;
	margin-bottom:30px;
}
.topContents #staff .copyWrap .copy03{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:100%;
	letter-spacing:0.01em;
	text-align: justify;
	text-align-last: center;
	text-justify: inter-ideograph;
	line-height:2.0em;
	margin-bottom: 30px;
}
.topContents #staff .copyWrap .copy04{
	font-weight:200;
	text-align:center;
	line-height:2.4;
	font-size:90%;
}
	
.topContents #staff .link_box {
	width: 40%;
	margin: 0 auto;
}

.topContents #staff .link_btn a {
	display: block;
	padding: 10px 30px;
	border: 1px solid #000000;
	text-align: center;
	text-decoration: none;
}
.topContents #staff .link_btn a:hover {
	background-color: #eeeeee;
}

	
}




/* small display(960px)
------------------------------*/
@media only screen and (max-width: 960px) {

.topContents #staff{
	width:710px;
	margin:0 auto 50px;
	overflow: hidden;
}
.topContents #staff ul {
	width:750px;
	margin-right: -40px;
}
.topContents #staff ul li {
	width: 100%;
	margin : 0 auto 40px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	line-height: 1.6em;
	width: 50%;
    float: left;
}
.topContents #staff .post .postImg p {
	background-image:none;
}

.topContents #staff .link_box {
	width: 100%;
}
.topContents #staff .left, .topContents #staff .right  {
	float: none;
}
.topContents #staff .link_btn a {
	display: block;
	width: 80%;
	margin: 10px auto 0 auto !important;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #000000;
	text-decoration: none;
}
.topContents #staff .link_btn a:hover {
	background-color: #eeeeee;
}
}




/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #staff{
	margin:0 15px 50px;
	width:inherit;
	overflow:inherit;
}
.topContents #staff ul {
	width:inherit;
	margin-right:0;
	width: 100%;
}
.topContents #staff ul li {
	margin-bottom:25px;
	margin-right:0;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	margin: 0 auto 40px;
	text-align: center;
}
.topContents #staff ul li:nth-child(even){
}
.topContents #staff ul li:hover{
	cursor:pointer;
}
.topContents #staff ul li figure{
	margin-bottom:10px;
	overflow:hidden;
	height: 10;
}

.topContents #staff ul li img{
	width:100%;
	height:auto;
}
.topContents #staff .position{
	margin-bottom:5px;
	font-size:70%;
}
.topContents #staff .name{
	font-size:116%;
	margin-bottom: 10px;
}
.topContents #staff .name a{
	text-decoration:none;
}
.topContents #staff .comment {
	line-height: 1.8rem;
	text-align: center;
}

.topContents #staff{
	margin:0 auto 50px;
}
.topContents #staff .copyWrap{
	margin:0 20px 35px;
}
.topContents #staff .copyWrap .copy00{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:267%;/* 277 */
	text-align:center;
	letter-spacing:0.2em;
}
.topContents #staff .copyWrap .copy01{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:267%;/* 277 */
	text-align:center;
	letter-spacing:0.2em;
}
.topContents #staff .copyWrap .copy02{
	font-weight:700;
	font-size:77%;
	text-align:center;
	margin-bottom:20px;
		letter-spacing:0;

}
.topContents #staff .copyWrap .copy03{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:77%;
	letter-spacing:0.01em;
	text-align: center;
	text-justify: inter-ideograph;
	line-height:1.6;
	margin-bottom:30px;
}
.topContents #staff .copyWrap .copy04{
	font-weight:700;
	text-align:center;
	line-height:2;
	font-size:93%;
}
.topContents #staff .viewMore{
	margin:0 15px;
}


}




/* STAFF
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #staff{
	width:960px;
	margin:0 auto 50px;
	overflow: hidden;
}
.topContents #staff ul {
	width:1000px;
	margin-right: -40px;
}
.topContents #staff ul li {
	width: 240px;
	float: left;
	margin-right: 0px;
	margin-bottom:40px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
}
.topContents #staff ul li:hover{
	cursor:pointer;
}
.topContents #staff ul li figure{
	margin-bottom:15px;
	height:210px;
	overflow:hidden;
}
.topContents #staff ul li img{
	width:210px;
	height:auto;
}
.topContents #staff .position{
	margin-bottom:5px;
}
.topContents #staff .name{
	font-size:154%;
	margin: 0 0 10px 0;
}
.topContents #staff .catch{
	margin-bottom:10px;
	font-weight: bold;
	line-height: 1.6em;
}
.topContents #staff .name a{
	text-decoration:none;
}
.topContents #staff .post .postImg p {
	background-image:none;
}
.topContents #staff .comment {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: center;
}
.topContents #staff .copyWrap{
	width:900px;
	margin:0 auto 60px;
}
.topContents #staff .copyWrap .copy00{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:370%;/* 430% */
	text-align:center;
	letter-spacing:0.08em;
	margin-bottom:20px;
}
.topContents #staff .copyWrap .copy01{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:230%;/* 430% */
	text-align:center;
	letter-spacing:0.08em;
	margin-bottom:30px;
}
.topContents #staff .copyWrap .copy02{
	font-weight:700;
	font-size:110%;
	text-align:center;
	letter-spacing:0.04em;
	line-height: 1.8em;
	margin-bottom:30px;
}
.topContents #staff .copyWrap .copy03{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:100%;
	letter-spacing:0.01em;
	text-align: justify;
	text-align-last: center;
	text-justify: inter-ideograph;
	line-height:2.0em;
	margin-bottom: 30px;
}
.topContents #staff .copyWrap .copy04{
	font-weight:200;
	text-align:center;
	line-height:2.4;
	font-size:90%;
}
}




/* small display(960px)
------------------------------*/
@media only screen and (max-width: 960px) {

.topContents #staff{
	width:710px;
	margin:0 auto 50px;
	overflow: hidden;
}
.topContents #staff ul {
	width:750px;
	margin-right: -40px;
}
.topContents #staff ul li {
	width: 100%;
	margin : 0 auto 40px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	line-height: 1.6em;
}
.topContents #staff .post .postImg p {
	background-image:none;
}
}




/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #staff{
	margin:0 15px 50px;
	width:inherit;
	overflow:inherit;
}
.topContents #staff ul {
	width:inherit;
	margin-right:0;
	width: 100%;
}
.topContents #staff ul li {
	margin-bottom:25px;
	margin-right:0;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	margin: 0 auto 40px;
	text-align: center;
	width: 50%;
    float: left;
}
.topContents #staff ul li:nth-child(even){
}
.topContents #staff ul li:hover{
	cursor:pointer;
}
.topContents #staff ul li figure{
	margin-bottom:10px;
	overflow:hidden;
	height: 10;
}

.topContents #staff ul li img{
	width:100%;
	height:auto;
}
.topContents #staff .position{
	margin-bottom:5px;
	font-size:70%;
}
.topContents #staff .name{
	font-size:116%;
	margin-bottom: 10px;
}
.topContents #staff .name a{
	text-decoration:none;
}
.topContents #staff .comment {
	line-height: 1.8rem;
	text-align: center;
}

.topContents #staff{
	margin:0 auto 50px;
}
.topContents #staff .copyWrap{
	margin:0 20px 35px;
}
.topContents #staff .copyWrap .copy00{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:267%;/* 277 */
	text-align:center;
	letter-spacing:0.2em;
}
.topContents #staff .copyWrap .copy01{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:267%;/* 277 */
	text-align:center;
	letter-spacing:0.2em;
}
.topContents #staff .copyWrap .copy02{
	font-weight:700;
	font-size:77%;
	text-align:center;
	margin-bottom:20px;
		letter-spacing:0;

}
.topContents #staff .copyWrap .copy03{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:77%;
	letter-spacing:0.01em;
	text-align: center;
	text-justify: inter-ideograph;
	line-height:1.6;
	margin-bottom:30px;
}
.topContents #staff .copyWrap .copy04{
	font-weight:700;
	text-align:center;
	line-height:2;
	font-size:93%;
}
.topContents #staff .viewMore{
	margin:0 15px;
}


}






/* activity
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #activity{
	width:960px;
	margin:0 auto 180px;
	overflow: hidden;
}
.topContents #activity ul {
	width:980px;
	margin: 0 auto;

	}
.topContents #activity ul li {
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom:40px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
}
.topContents #activity ul li:nth-of-type(4n) {
	margin-right: 0;
}
.topContents #activity ul li:hover{
	cursor:pointer;
}
.topContents #activity ul li figure{
	margin-bottom:15px;
	height:210px;
	overflow:hidden;
}
.topContents #activity ul li img{
	width:210px;
	height:auto;
}
.topContents #activity .position{
	margin-bottom:5px;
	line-height: 1.4em;
}
.topContents #activity .name{
	font-size:130%;
	margin: 0 0 10px 0;
}
.topContents #activity .catch{
	margin-bottom:10px;
	font-weight: bold;
	line-height: 1.6em;
}
.topContents #activity .name a{
	text-decoration:none;
}
.topContents #activity .post .postImg p {
	background-image:none;
}
.topContents #activity .comment {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: center;
}
.topContents #activity .copyWrap{
	width:900px;
	margin:0 auto 60px;
}
.topContents #activity .copyWrap .copy00{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:370%;/* 430% */
	text-align:center;
	letter-spacing:0.08em;
	margin-bottom:20px;
}
.topContents #activity .copyWrap .copy01{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:230%;/* 430% */
	text-align:center;
	letter-spacing:0.08em;
	margin-bottom:30px;
}
.topContents #activity .copyWrap .copy02{
	font-weight:700;
	font-size:110%;
	text-align:center;
	letter-spacing:0.04em;
	line-height: 1.8em;
	margin-bottom:30px;
}
.topContents #activity .copyWrap .copy03{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:100%;
	letter-spacing:0.01em;
	text-align: justify;
	text-align-last: center;
	text-justify: inter-ideograph;
	line-height:2.0em;
	margin-bottom: 30px;
}
.topContents #activity .copyWrap .copy04{
	font-weight:200;
	text-align:center;
	line-height:2.4;
	font-size:90%;
}
}




/* small display(960px)
------------------------------*/
@media only screen and (max-width: 960px) {

.topContents #activity{
	width:90%;
	margin:0 auto 180px;
	overflow: hidden;
}
.topContents #activity ul {
	width:80%;
	margin-right: -40px;
}
.topContents #activity ul li {
	width: 100%;
	margin : 0 auto 40px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	line-height: 1.6em;
}
.topContents #activity .post .postImg p {
	background-image:none;
}
}




/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #activity{
	margin:0 15px 120px;
	width:inherit;
	overflow:inherit;
}
.topContents #activity ul {
	width:inherit;
	margin-right:0;
	width: 90%;
	margin: 0 auto;
}
.topContents #activity ul li {
	margin-bottom:25px;
	margin-right:0;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	margin: 0 auto 40px;
	text-align: center;
}
.topContents #activity ul li:nth-child(even){
}
.topContents #activity ul li:hover{
	cursor:pointer;
}
.topContents #activity ul li figure{
	margin-bottom:10px;
	overflow:hidden;
	height: 10;
}

.topContents #activity ul li img{
	width:100%;
	height:auto;
}
.topContents #activity .position{
	margin-bottom:5px;
	font-size:110%;
}
.topContents #activity .name{
	font-size:116%;
	margin-bottom: 10px;
	font-size: 18px;
}
.topContents #activity .name a{
	text-decoration:none;
}
.topContents #activity .comment {
	line-height: 1.8rem;
	text-align: center;
}

.topContents #activity{
	margin:0 auto 40px;
}
.topContents #activity .copyWrap{
	margin:0 20px 35px;
}
.topContents #activity .copyWrap .copy00{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:267%;/* 277 */
	text-align:center;
	letter-spacing:0.2em;
}
.topContents #activity .copyWrap .copy01{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:267%;/* 277 */
	text-align:center;
	letter-spacing:0.2em;
}
.topContents #activity .copyWrap .copy02{
	font-weight:700;
	font-size:77%;
	text-align:center;
	margin-bottom:20px;
		letter-spacing:0;

}
.topContents #activity .copyWrap .copy03{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:77%;
	letter-spacing:0.01em;
	text-align: center;
	text-justify: inter-ideograph;
	line-height:1.6;
	margin-bottom:30px;
}
.topContents #activity .copyWrap .copy04{
	font-weight:700;
	text-align:center;
	line-height:2;
	font-size:93%;
}
.topContents #activity .viewMore{
	margin:0 15px;
}


}








/* RECRUIT
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #recruit{
	margin:0 auto;
}
.topContents #recruit .copy{
	font-weight:700;
	font-size:185%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:50px;
}
.topContents #recruit .recruitContent{
	width:960px;
	margin:0 auto;
}
.topContents #recruit .leftWrap{
	float:left;
	width:450px;
}
.topContents #recruit .rightWrap{
	float:right;
	width:450px;
}
.topContents #recruit .title{
	margin-bottom:20px;
	font-weight:700;
	font-size:116%;
}
.topContents #recruit table{
	width:100%;
	line-height:1.8;
	font-weight:400;
}
.topContents #recruit table tr{
}
.topContents #recruit table th{
	width:112px;
	padding-bottom:10px;
}
.topContents #recruit table td{
	padding-bottom:10px;
}
.topContents #recruit table td .note{
	font-size:77%;
}
}
@media print, screen and (min-width: 769px) {
.topContents #recruit{
	margin:0 auto;
}
.topContents #recruit .copyWrap{
	width:450px;
	margin:0 auto 60px;
}
.topContents #recruit .copyWrap .copy01{
	font-family: 'Raleway', sans-serif;
	font-size:185%;
	font-weight:300;
	text-align:center;
	letter-spacing:0.08em;
	margin-bottom:20px;
}
.topContents #recruit .copyWrap .copy02{
	font-weight:normal;
	text-align:center;
	letter-spacing:0.04em;
	line-height:1.6;
	margin-bottom:20px;
}
.topContents #recruit .copyWrap .copy03{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:77%;
	letter-spacing:0.01em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height:1.6;
	margin-bottom:40px;
}
.topContents #recruit .copyWrap .copy04{
	font-weight:700;
	text-align:center;
	line-height:2.4;
	font-size:116%;
}
.topContents #recruit .copyWrap ul.btn_app{
}
.topContents #recruit .copyWrap ul.btn_app li:nth-child(odd){
	float: left;
}
.topContents #recruit .copyWrap ul.btn_app li:nth-child(even){
	float: right;
}
}


/* small display(960px)
------------------------------*/
@media only screen and (max-width: 960px) {

.topContents #recruit .recruitContent{
	width: inherit;
	margin:0 auto;
}
.topContents #recruit .leftWrap{
	float:none;
	width:50%;
	margin:0 auto 30px;
}
.topContents #recruit .rightWrap{
	float:none;
	width:50%;
	margin:0 auto;
}

}


/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #recruit{
	margin:0 auto 60px;
}
.topContents #recruit .copy{
	font-weight:700;
	font-size:124%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:30px;
}
.topContents #recruit .recruitContent{
	margin:0 15px;
}
.topContents #recruit .leftWrap{
	margin-bottom:30px;
	width:inherit;
}
.topContents #recruit .rightWrap{
	width:inherit;
}
.topContents #recruit .title{
	margin-bottom:20px;
	font-weight:700;
	font-size:116%;
}
.topContents #recruit table{
	width:100%;

	line-height:1.6;
	font-weight:400;
}
.topContents #recruit table tr{
}
.topContents #recruit table th{
	width:112px;
	padding-bottom:5px;
}
.topContents #recruit table td{
	padding-bottom:5px;
}
.topContents #recruit table td .note{
	font-size:77%;
}
.topContents #recruit .copyWrap ul.btn_app{
}
.topContents #recruit .copyWrap ul.btn_app li:nth-child(odd){
	width: 50%;
	float: left;
}
.topContents #recruit .copyWrap ul.btn_app li:nth-child(even){
	width: 50%;
	float: right;
}
}



/* CONTACT
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #reserve{
}
.topContents #reserve .copy{
	font-weight:700;
	font-size:185%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:50px;
}
.topContents #reserve .address{
	text-align:center;
	line-height:2;
	margin-bottom:40px;
}
.topContents #reserve .contactContent{
	width:460px;
	margin:0 auto;
	border:1px dotted #1e1e1e;
	text-align:center;
	padding:30px 0;
	margin-top: 40px;
}
.topContents #reserve .contactContent .title{
	margin-bottom:20px;
}
.topContents #reserve .contactContent .title img{
	width:60px;
	height:auto;
}
.topContents #reserve .contactContent .tel{
	margin-bottom:10px;
}
.topContents #reserve .contactContent .tel img{
	width:280px;
	height:auto;
}
.topContents #reserve .contactContent .open{
	margin-bottom:20px;
}
.topContents #reserve .contactContent .open img{
	width:280px;
	height:auto;
}

.topContents #reserve .contactContent .note{
	font-size:77%;
	line-height:1.6;
}
}
/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #reserve{
	margin:0 auto 0px;
}
.topContents #reserve .inner{
	margin:0 15px;
}
.topContents #reserve .copy{
	font-weight:700;
	font-size:124%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:30px;
}
.topContents #reserve .address{
	font-size: 90%;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
	letter-spacing:0;
}
.topContents #reserve .contactContent{
	border:1px dotted #1e1e1e;
	text-align:center;
	padding:30px;
	margin: 30px 0 0 0;
}
.topContents #reserve .contactContent .title{
	margin-bottom:20px;
}
.topContents #reserve .contactContent .title img{
	width:60px;
	height:auto;
}
.topContents #reserve .contactContent .tel{
	margin-bottom:10px;
}
.topContents #reserve .contactContent .tel img{
	width:100%;
	max-width:280px;
	height:auto;
}
.topContents #reserve .contactContent .open{
	margin-bottom:20px;
}
.topContents #reserve .contactContent .open img{
	width:100%;
	max-width:280px;
	height:auto;
}
.topContents #reserve .contactContent .note{
	font-size:77%;
	line-height:1.6;
}

}

/* CONTACT
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #reserve2{
}
.topContents #reserve2 .copy{
	font-weight:700;
	font-size:185%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:50px;
}
.topContents #reserve2 .address{
	text-align:center;
	line-height:2;
	margin-bottom:40px;
}
.topContents #reserve2 .contactContent{
	width:460px;
	margin:0 auto;
	border:1px dotted #1e1e1e;
	text-align:center;
	padding:30px 0;
}
.topContents #reserve2 .contactContent .title{
	margin-bottom:20px;
}
.topContents #reserve2 .contactContent .title img{
	width:60px;
	height:auto;
}
.topContents #reserve2 .contactContent .tel{
	margin-bottom:10px;
}
.topContents #reserve2 .contactContent .tel img{
	width:280px;
	height:auto;
}
.topContents #reserve2 .contactContent .open{
	margin-bottom:20px;
}
.topContents #reserve2 .contactContent .open img{
	width:280px;
	height:auto;
}

.topContents #reserve2 .contactContent .note{
	font-size:77%;
	line-height:1.6;
}
}
/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #reserve2{
	margin:0 auto 0px;
}
.topContents #reserve2 .inner{
	margin:0 15px;
}
.topContents #reserve2 .copy{
	font-weight:700;
	font-size:124%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:30px;
}
.topContents #reserve2 .address{
	font-size: 90%;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
	letter-spacing:0;
}
.topContents #reserve2 .contactContent{
	border:1px dotted #1e1e1e;
	text-align:center;
	padding:30px;
}
.topContents #reserve2 .contactContent .title{
	margin-bottom:20px;
}
.topContents #reserve2 .contactContent .title img{
	width:60px;
	height:auto;
}
.topContents #reserve2 .contactContent .tel{
	margin-bottom:10px;
}
.topContents #reserve2 .contactContent .tel img{
	width:100%;
	max-width:280px;
	height:auto;
}
.topContents #reserve2 .contactContent .open{
	margin-bottom:20px;
}
.topContents #reserve2 .contactContent .open img{
	width:100%;
	max-width:280px;
	height:auto;
}
.topContents #reserve2 .contactContent .note{
	font-size:77%;
	line-height:1.6;
}

}

.fgcp {
	margin: 0 0 40px 0;
}

@media print, screen and (min-width: 769px) {

#intro{
	background:url(../../img/bg01.jpg) 50% 0 no-repeat fixed;
	height: 650px;
}

#second{
	background: url(../../img/bg02.jpg) 50% 0 no-repeat fixed;
	height: 650px;
}
#third{
	background: url(../../img/bg03.jpg) 50% 0 no-repeat fixed;
	height: 650px;
}
#fourth{
	background: url(../../img/bg04.jpg) 50% 0 no-repeat fixed;
	height: 650px;
}

.story{
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
	color: #333333;
	text-shadow: 0px 0px 5px #ffffff;
}
.story::-webkit-scrollbar{
	display:none;
}
.story{
	-ms-overflow-style:none;
}
.story .s_title{
    font-size: 1.5em;
    margin-bottom: 15px;
}
.story .s_sub{
	font-size: 1.5em;
	margin-bottom: 15px;
	line-height: 1 !important;
}
.story .s_sub span {
	font-size: 0.8em !important;
}
.story .s_link {
	display: block;
	width: 150px;
	background-color: #000000;
	color: #ffffff;
	margin-top: 15px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
.story .s_link:hover {
	background-color: #333333;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 470px;	
}
.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

#bg_area01, #bg_area02, #bg_area03, #bg_area04 {
    height: 550px;/*画像高さ調整*/
    padding: 35px 0 0 0;
	}
	
#bg_area01 {
	background:url(../../img/bg01.jpg) center no-repeat;
}
#bg_area02 {
	background:url(../../img/bg02.jpg) center no-repeat;
}
#bg_area03 {
	background:url(../../img/bg03.jpg) center no-repeat;
}
#bg_area04 {
	background:url(../../img/bg04.jpg) center no-repeat;
}
	.sp_img {
		display: none;
	}
	
	
}

@media print, screen and (max-width: 768px) {
.bg_area {
	margin-bottom: 40px;
}
.bg_area .story {
	font-size: 1em;
	line-height: 1.5 !important;
}
.bg_area .sp_img {
	width: 100%;
	}


#intro, #second, #third, #fourth{
	position:relative;
	height:400px;
	padding: 100px 0 0 0;
}
.intro_box:before{
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:500px;
  background:url(../../img/bg01_sp.jpg) center no-repeat;
  background-size:cover;
}

#second:before{
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:500px;
  background:url(../../img/bg02_sp.jpg) center no-repeat;
  background-size:cover;	
}
#third:before{
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:500px;
  background:url(../../img/bg03_sp.jpg) center no-repeat;
  background-size:cover;	
}
#fourth:before{
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:500px;
  background:url(../../img/bg04_sp.jpg) center no-repeat;
  background-size:cover;
  margin-bottom:20px;	
}

.story{
	font-size: 12px;
	line-height: 1.4;
	margin: 10px auto;
	overflow: auto;
	width: 95%;
	color: #333333;
	text-align: center;
}
.story::-webkit-scrollbar{
	display:none;
}
.story{
	-ms-overflow-style:none;
}
.story .s_title{
	font-size: 1.5em;
	margin-bottom: 10px; 
}
.story .s_sub{
	font-size: 1.2em;
	margin-bottom: 15px;
	line-height: 1 !important;
}
.story .s_sub span {
	font-size: 0.8em !important;
}
.story .s_link {
	display: block;
	width: 60%;
	background-color: #000000;
	color: #ffffff;
	margin: 15px auto 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
.story .s_link:hover {
	background-color: #333333;
}

.story .float-left, .story .float-right{
	float: none;
}

.headingImg {
	margin-top:20px;
	}

}


@media screen and (min-width: 769px) {
#staff .two_line {
	width: 100% !important;
	margin: 0 auto 50px auto !important;
	overflow: hidden;
}
#staff .two_line .two_line_box {
	width: 49% !important;
	overflow:hidden !important;
}
#staff .two_line .two_line_left {
	float: left;
}
#staff .two_line .two_line_right {
	float: right;
}
#staff .two_line .two_line_box img {
	width: 100%;
}
#staff .two_line .two_line_box p {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
}
#staff .two_line .two_line_box .two_line_title {
    font-size: 15px;
    margin: 15px 0 10px 0;
    text-align: center;
}
#staff .two_line .two_line_box .two_line_title span {
	font-size: 10px;
	display: block;
}
#staff .two_line .two_line_box .two_line_title_about02 span {
	font-size: 21px !important;
    text-align: left !important;
    display: block !important;
    line-height: 36px !important;
}
#staff .two_line .two_line_box .two_line_text_about02 {
    font-size: 14px;
    text-align: left;
    line-height: 27px;
}

#staff .three_line {
	display: flex;
	margin-bottom:20px;
}

#staff .cat-info {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
}
#staff .item_box {
	margin-bottom:20px;
}
#staff .item_box .subttl, #staff .item_box .ttl, #staff .item_box .item_info {
	text-align:center;
}
#staff .item_box img {
	margin-bottom:10px;
}
#staff .item_box .subttl {
	font-size:16px;
	margin:15px 0;
}

#staff .item_box .ttl {
	font-size:21px !important;
}
#staff .item_box .item_info {
	font-size:16px;
	margin-bottom:15px;
}

#staff .item_box .text {
	font-size:14px;
	text-align:left !important;
	padding:0 15px;
	box-sizing:border-box !important;
	margin-bottom:15px;
}

#staff .item_box .btn {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 5px 0 3px 0;
    background-color: #ff9900;
    color: #fff;
    width: 60%;
    margin: 0 auto;
}

#staff .three_line .three_line_box {
    width : 100%;
    line-height: normal;
}

#staff .three_line .three_line_box img {
	width: 98%;
	margin:0 auto;
}
#staff .three_line .three_line_box p {
    width: 100%;
    text-align: center;
    font-size: 12px;
}
#staff .three_line .three_line_box .three_line_title {
    font-size: 15px;
    margin: 15px 0 10px 0;
}
#staff .two_line .two_line_box .two_line_title span {
    font-size: 10px;
    display: block;
    margin-bottom: 12px;
}

/*▼▼▼製品詳細ページ▼▼▼*/
#staff .item h3.itemttl, #staff .item .sub {
    text-align: left !important;
    display: block !important;
}
#staff .item h3.itemttl {
	font-size: 21px !important;
	line-height: 36px !important;
}
#staff .item .sub {
	font-size: 14px !important;
	line-height: 21px !important;
	margin-bottom:30px;
}
#staff .item .two_line_text_item02 {
	font-size: 14px !important;
	line-height: 21px !important;
	text-align: left !important;
	margin-bottom:30px;
}
#staff .item .two_line_text_item03 {
	font-size: 12px !important;
	line-height: 18px !important;
	text-align: left !important;
}
/*▲▲▲製品詳細ページ▲▲▲*/

#bg_box00 {
	height:450px;/*画像高さ調整*/
	padding: 35px 0 0 0;
	}
	
#bg_box00 {
	background:url(../../img/bg00.jpg) center no-repeat;
}

#bg_box00 .story{
	font-size: 12px;
	line-height: 1.4;
	margin: 0 auto;
	overflow: auto;
	width: 95%;
	color: #ffffff;
	text-align:center;
	text-shadow: 0px 0px 5px #000000;
}
#bg_box00 .story::-webkit-scrollbar{
	display:none;
}
#bg_box00 .story{
	-ms-overflow-style:none;
}
#bg_box00 .story .s_title{
    font-size: 18px;
    margin-bottom: 15px;
}
#bg_box00 .story .s_sub{
	font-size: 1.4em;
	margin-bottom: 15px;
	line-height: 1 !important;
}
#bg_box00 .story .s_sub span {
	font-size: 0.8em !important;
}
#bg_box00 .story .s_link {
	display: block;
	width: 40%;
	background-color: #000000;
	color: #ffffff;
	margin: 15px auto 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
#bg_box00 .story .s_link:hover {
	background-color: #333333;
}

#bg_box00 .story .float-left, #bg_box00 .story .float-right{
	float: none;
	width:100%;
}
#bg_box00 .link_box{
	width:400px;
	margin:0 auto;
	overflow:hidden;
}
#bg_box00 .float-left{
	float: left;	
	margin: 0;
}

#bg_box00 .float-right{
	float: right;
	margin: 0;
}

}

@media screen and (max-width: 768px) {
#staff .two_line {
	width: 100%;
}
#staff .two_line .two_line_box {
	width: 98% !important;
	margin: 0 auto 25px auto;
}
#staff .two_line .two_line_box img {
	width: 100%;
}
#staff .two_line .two_line_box p {
	width: 100% ;
	font-size: 12px;
	text-align: center;
}
#staff .two_line .two_line_box .two_line_title {
    font-size: 18px;
    margin: 15px 0 10px 0;
}
#staff .two_line .two_line_box .two_line_title span {
	font-size: 10px;
	display: block;
}

#staff .two_line .two_line_box .two_line_title_about02 span {
	font-size: 18px !important;
    text-align: left !important;
    display: block !important;
    line-height: 32px !important;
}
#staff .two_line .two_line_box .two_line_text_about02 {
	font-size: 14px;
    text-align: left;
    line-height: 24px;
}

#staff .cat-info {
	width:100%;
	margin:0 auto;
	padding:0 5px;
	padding-bottom:20px;
	font-size:14px;
	text-align:justify;
	box-sizing:border-box;
}

#staff .three_line {
	width : 100%;
}

#staff .item_box {
	margin-bottom:20px;
}
#staff .item_box .subttl, #staff .item_box .ttl, #staff .item_box .item_info {
	text-align:center;
}
#staff .item_box img {
	margin-bottom:10px;
}
#staff .item_box .subttl {
	font-size:14px;
	margin:10px 0;
}

#staff .item_box .ttl {
	font-size:21px !important;
}
#staff .item_box .item_info {
	font-size:14px;
	margin-bottom:10px;
}

#staff .item_box .text {
	font-size:12px;
	text-align:left !important;
	padding:0 5px;
	margin-bottom:10px;
}

#staff .item_box .btn {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 8px 0 5px 0;
    background-color: #ff9900;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}

#staff .three_line .three_line_box {
	width : 100%;
	margin: 0 auto 25px auto;
}
#staff .three_line .three_line_box img {
	width: 100%;
}
#staff .three_line .three_line_box p {
	width: 100% ;
	text-align: center;
}
#staff .three_line .three_line_box .three_line_title {
	font-size: 21px;
	margin: 15px 0 10px 0;
}
#staff .two_line .two_line_box .two_line_title span {
	font-size: 10px;
	display: block;
}

/*▼▼▼製品詳細ページ▼▼▼*/
#staff .item h3.itemttl, #staff .item .sub {
    text-align: center !important;
    display: block !important;
}
#staff .item h3.itemttl {
	font-size: 18px !important;
	line-height: 36px !important;
}
#staff .item .sub {
	font-size: 14px !important;
	line-height: 21px !important;
	margin-bottom:20px;
}
#staff .item .two_line_text_item02 {
	font-size: 14px !important;
	line-height: 21px !important;
	text-align: left !important;
	margin-bottom:20px;
}
#staff .item .two_line_text_item03 {
	font-size: 12px !important;
	line-height: 18px !important;
	text-align: left !important;
}
/*▲▲▲製品詳細ページ▲▲▲*/

.bg_box {
	height:250px;
	padding: 100px 0 0 0;
}
.bg_box .story {
	font-size: 1em;
	line-height: 1 !important;
}

#bg_box00 {
	background:url(../../img/bg00_sp.jpg) center no-repeat;
	background-size:cover;
}
#bg_box00 .story{
	font-size: 12px;
	line-height: 1.4;
	margin: 0 auto;
	overflow: auto;
	width: 95%;
	color: #ffffff;
	text-align:center;
	text-shadow: 0px 0px 5px #000000;
}
#bg_box00 .story::-webkit-scrollbar{
	display:none;
}
#bg_box00 .story{
	-ms-overflow-style:none;
}
#bg_box00 .story .s_title{
	font-size: 2em;
	margin-bottom: 15px; 
}
#bg_box00 .story .s_sub{
	font-size: 1.4em;
	margin-bottom: 15px;
	line-height: 1 !important;
}
#bg_box00 .story .s_sub span {
	font-size: 0.8em !important;
}
#bg_box00 .story .s_link {
	display: block;
	width: 40%;
	background-color: #000000;
	color: #ffffff;
	margin: 15px auto 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
#bg_box00 .story .s_link:hover {
	background-color: #333333;
}

#bg_box00 .story .left {
	float:left;
}
#bg_box00 .story .right{
	float:right;
}
#bg_box00 .link_box{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}

}


@media screen and (min-width: 769px) {
	
/* TOPページニュース
------------------------------*/
#news {
    background-color: #ffffff;
}
#news .secTitle {
	background-image:none;
}
#news .secTitle h2 span{
	margin-top: 20px;
	font-size: 14px;
}
#news .inner ul.news_box {
	width: 850px;
	margin: 0 auto;
	font-size: 14px;
}
#news .inner ul.news_box li {
	border-top: 1px solid #000000;
	padding: 20px;
}
#news .inner ul.news_box li:last-child {
	border-bottom: 1px solid #000000;
}
#news .inner ul.news_box li span.news_day {
	margin-right: 20px;
}
#news .inner div.news_link a {
	display: block;
	width: 200px;
	text-align: center;
	margin: 30px auto;
	border: 1px solid #000000;
	padding: 10px;
	text-decoration: none;
}
#news .inner div.news_link a:hover {
	background-color: #000000;
	color: #ffffff;
}

/* TOPページフッターボタン
------------------------------*/
#btn_block {
    background-color: #ffffff;
}
#btn_block div.btn_block_box {
	width: 600px;
	margin: 50px auto 120px auto;
	display: flex;
}
#btn_block div.btn_block_box a {
	width:100%;
	text-align: center;
	padding: 40px;
	background-color:#dddddd;
	color:#333333;
	text-decoration: none;
}
#btn_block div.btn_block_box a.btn01 {
	border: 1px solid #eeeeee;
}
#btn_block div.btn_block_box a.btn02 {
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
#btn_block div.btn_block_box a.btn01:hover {
	background-color:#999999;
	color:#ffffff;
}
#btn_block div.btn_block_box a.btn02:hover {
	background-color:#999999;
	color:#ffffff;
}
	
/* フッターメニュー
------------------------------*/
#footer_menu div.footer_menu_box {
	width: 1000px;
	margin: 50px auto 120px auto;
	display: flex;
}
#footer_menu div.footer_menu_box div.menu_box_inner {
	width:100% !important;
}
#footer_menu div.footer_menu_box div.menu_box_inner ul {
	display: block;
	width: 90%;
	padding-left: 10px;
	margin-bottom: 30px;
}
#footer_menu div.footer_menu_box div.menu_box_inner ul li {
	list-style-type: disc;
	list-style-position: inside;
	float: none;
	padding: 15px 0 0 0;
}
#footer_menu div.footer_menu_box div.menu_box_inner ul li a {
	text-decoration: none;
}
#footer_menu div.footer_menu_box div.menu_box_inner p.menu_ttl {
	width:90% !important;
	margin: 0 auto;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	}

/* コピーライト
------------------------------*/
footer #copy {
    width: 100% !important;
    text-align: center;
    padding: 30px 0;
    background-color: #ff9900;
    color: #ffffff;
	}
	
}

@media screen and (max-width: 768px) {
	
/* TOPページニュース
------------------------------*/
#news {
	background-color:#eeeeee;
	padding-top: 30px;
}
#news .secTitle h2 span{
	margin-top: 20px;
	font-size:60%;
}
#news .inner ul.news_box {
	width: 98%;
	margin: 0 auto;
	font-size: 14px;
}
#news .inner ul.news_box li {
	border-top: 1px solid #000000;
	padding: 15px;
}
#news .inner ul.news_box li:last-child {
	border-bottom: 1px solid #000000;
}
#news .inner ul.news_box li span.news_day, #news .inner ul.news_box li span.news_ttl {
	width: 100%;
	display: block;
}
#news .inner div.news_link a {
	display: block;
	width: 50%;
	text-align: center;
	margin: 30px auto;
	border: 1px solid #000000;
	padding: 10px;
	text-decoration: none;
}
#news .inner div.news_link a:hover {
	background-color: #000000;
	color: #ffffff;
}

/* TOPページフッターボタン
------------------------------*/
#btn_block {
	background-color:#eeeeee;
}
#btn_block div.btn_block_box {
	width: 90%;
	margin: 30px auto 60px auto;
	display: flex;
}
#btn_block div.btn_block_box a {
	width:100%;
	text-align: center;
	padding: 20px;
	background-color:#dddddd;
	color:#333333;
	text-decoration: none;
}
#btn_block div.btn_block_box a.btn01 {
	border: 1px solid #eeeeee;
}
#btn_block div.btn_block_box a.btn02 {
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
#btn_block div.btn_block_box a.btn01:hover {
	background-color:#999999;
	color:#ffffff;
}
#btn_block div.btn_block_box a.btn02:hover {
	background-color:#999999;
	color:#ffffff;
}
	
/* フッターメニュー
------------------------------*/
#footer_menu {
	width: 100%;
	margin: -60px 0 0 0;
}
#footer_menu div.footer_menu_box {
	width: 100%;
}
#footer_menu div.footer_menu_box div.menu_box_inner {
	width:100% !important;
}
#footer_menu div.footer_menu_box div.menu_box_inner ul {
	display: block;
	width: 100%;
	margin-bottom: 0;
}
#footer_menu div.footer_menu_box div.menu_box_inner ul li {
	width: 100%;
	float: none;
}
#footer_menu div.footer_menu_box div.menu_box_inner ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #333333;
	background-color: #eeeeee;
}
#footer_menu div.footer_menu_box div.menu_box_inner ul li a:hover {
	background-color: #aaaaaa;
}
#footer_menu div.footer_menu_box div.menu_box_inner p.menu_ttl {
    width: 100% !important;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    background-color: #ff9900;
    color: #ffffff;
	}

/* コピーライト
------------------------------*/
footer #copy {
    width: 100% !important;
    text-align: center;
    padding: 10px 0;
    background-color: #ff9900;
    color: #ffffff;
	}
	
}
