@charset "utf-8";

@media screen and (max-width: 640px) and (orientation:portrait){

br.sp{
	display:bloc;
}

/*Image*/
#imgInner {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 360px;
	background-color: #fff;
}
#imgInner div.box {
    top: 130px;
}
#imgInner div.box:before, #imgInner div.box:after {
    height: 65px;
}

#imgInner div.box:before {
    background: -webkit-gradient(linear, left top, right bottom, from(#0a0a0a00), to(#f9f7f7));
    background: -moz-linear-gradient(left, #0a0a0a00, #f9f7f7);
    background: linear-gradient(left, #0a0a0a00, #f9f7f7);
}
#imgInner div.box:after {
    background: -webkit-gradient(linear, left top, right bottom, from(#f9f7f7), to(#0a0a0a00));
    background: -moz-linear-gradient(left, #f9f7f7, #0a0a0a00);
    background: linear-gradient(left, #f9f7f7, #0a0a0a00);
}
#imgInner div.box p.ttl {
    font-weight: bold;
		font-size: 41px;
}
#imgInner div.box p.nam {
    font-weight: 600;
    font-size: 19px;
}
#imgInner div.bnr {
    top: 15px;
		right: 5px;
		width: 250px;
}



/******************wrapBox*/
.wrapBox{
	margin-bottom: 0;
	padding-top: 30px;
	
	padding-left: 4.5%;
	padding-right: 4.5%;
	width: 91%;
}
.wrapBox.ya{
	margin-top: -70px;
}
.wrapBox .xTitle {
  font-size: 26px;
	margin-top: 20px;
	font-weight: 600;
}
.wrapBox .xSub {
    font-size: 15px;
		line-height: 25px;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		font-weight: 600;
}
.wrapBox .xMin {
    font-size: 13px;
    line-height: 20px;
}
.wrapBox .xBox {
    display: inline-block;
		width: 30.2%;
		height: auto;
		min-height: 100px;
		border-radius: 14px;
		padding: 0;
		margin: 0;
		margin-left: 0.8%;
}
.wrapBox .xBox.f{
	margin-left: 2.8%;
}
.wrapBox .xBox .xImg {
	padding-top: 8px;
        margin: auto;
}
.wrapBox .xBox .xImg img{
	width:85%;
	height:auto
}
.wrapBox .xBox .xTxt {
	font-size: 13px;
	margin-bottom:8px
}
.wrapBox .xBox2 {
    width: 94%;
        padding-top: 32px;
        height: auto;
        padding-bottom: 40px;
}
.wrapBox .xBox2 .xTxtBg{
	width:100%;
}
.wrapBox.w .xTiter {
	width: 90%;
        height: 77px;
        line-height: 28px;
        font-size: 16px;
				margin-bottom: 30px;
}
.wrapBox .xBox2 .xTxtBg {
    font-size: 15px;
    background-size: 95%;
    background-position: center;
		height: 60px;
    margin: auto;
    line-height: 60px;
}
.wrapBox .xBoxx {
    display: block;
    width: 100%;
}
.wrapBox .xBoxx p{
    width: 48.5%;
}
.wrapBox .triangle {
    width: 108%;
    margin-left: -4%;
}

.gBoxImg .gImg {
	/*width: 320px !important;*/
	/*margin-left: 26px !important;*/
	
	max-width: 425px !important;
  padding: 15px !important;
		
}
.gBoxImg img{
    max-width: 150px !important;
}
.gBoxImg .gTxts {
    font-size: 15px !important;
		line-height: 23px;
}



.wrapBox.w hr.ye {
    width: 85%;
}
.wrapBox .point p {
    display: inline-block;
	zoom: 0.5;
	margin: auto;
	width: 90%;
	margin-left: 5%;
	text-align: center;
}
.wrapBox .point p img{
	float:none;
	display:inline-block
}


.wrapBox .resBox span {
   font-size: 21px;
        line-height: 24px;
}
.wrapBox .resBox.blue a {
    font-size: 19px;
    line-height: 32px;
}


.wrapBox .acMenu{
	width:96%;
	margin-left:2%;
	font-size: 15px;
}
.wrapBox .acMenu dt {
    padding: 5px;
    padding-left: 0;
		padding-bottom:10px
}
.wrapBox .acMenu dt span {
   	width: 30px;
		font-size: 20px;
}
.wrapBox .acMenu dd span {
   	width: 32px;
		height: 150px;
		padding-left: 0;
		font-size: 22px;
}
.wrapBox .acMenu dd em {
    width: 90%;
}
.wrapBox .acMenu dt em {
    right: 3px;
		top: 9px;
		zoom: 0.8;
}
.wrapBox .resBox.blue {
    width: 75%;
}

.wrapBox .resBox{
	width: 89.5%;
    padding: 3%;
		font-size: 18px;
    line-height: 20px;
}

.sliderArea{
	margin-top: 20px !important;
}


/*Footer*/
.Footer .FooterInner ul {
    height: auto;
    line-height: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.Footer .FooterInner ul li {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 15px;
}
.Footer .FooterInner .addr {
    font-size: 14.5px;
    margin-top: 44px;
}

.f75 {
    font-size: 60px !important;
}

}

/*横*/
@media screen and (min-width: 568px) and (max-width: 812px) and (orientation:landscape){
	
}


/* iPHone4,iPhone5,iPhone5sのみ */
@media screen and (min-width: 320px) and (max-width: 374px){

}

/* iPhone6のみ */
@media screen and (min-width: 375px) and (max-width: 413px){
}
@media only screen
and (min-device-width:569px)
and (max-device-width:667px)
and (orientation:landscape) {
	
}

/* iPhone6 Plus ~ ちょっと大きいスマホまで */
@media screen and (min-width: 414px) and (max-width: 500px){
}

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {
	body{
		zoom: 0.80;
	}
	
}

/* iPadPro  */
@media only screen and (min-width: 768px) and (max-width: 1366px) {
	body{
		/*zoom: 0.80;*/
	}
	
}