@charset "UTF-8";
/*-------------------------*/
/* タブレット用レイアウト 960px*/
/*-------------------------*/
@media screen and (max-width: 960px) {
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  *:before, *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body {
    width: 100%;
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pn {
    display: block;
  }
  .tn {
    display: none;
  }
  /*section { width: 100%;}*/
  /*=============================
		Layout-Base
	===============================*/
  /* header
	-------------------------*/
  #header {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .head {
    width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    height: 0;
  }
  .head .pn {
    display: none;
  }
  .h1box {
    width: 90%;
    left: 0;
  }
  .h1box h1 {
    text-align: left;
  }
  /* main-visual
	-------------------------*/
  .topmainbox-wrap {
    clear: both;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
  }
  #slider {
    height: 100%;
  }
  .topmainbox-wrap #slider li {
    height: auto;
  }
  /* global-navigation
	-------------------------*/
	
.head .pn {
	text-align: left;
	padding: 35px 0 10px 0;
	display: block;
  }
.head .pn.front{ display:none;}
.head .pn img {
	width:258px;
	height: auto;
}
header .overlay-scale.open .tel {
	width: auto;
	float: none;
	padding-top:0px;
	text-align:center;
	margin:15px auto 0
}
	
  header .sp-nav nav.global-navigation ul.sn {
    display: none;
  }
  /* footer
	-------------------------*/

	.tel.sn{display:inline-block;}
	.tel.pn{display:none;}

  #footer, .copyright address {
    width: 96%;
  }
  /*=============================
		TopPage setting
	===============================*/
  section {
    width: 96%;
    margin: 0 auto;
  }
  .menu li {
    margin-right: 4%;
    width: 22%;
  }
  .greeting {
    padding: 55px 0 12%;
    position: relative;
    z-index: 0;
    text-align: left;
  }
  .greeting h3 {
    margin-bottom: 15px;
  }
  .greeting p {
    line-height: 30px;
    width: 75%;
    letter-spacing: 0.05em;
  }
  .greeting .btn_about {
    right: 25%;
    bottom: 5%;
  }
  .greeting .gImg {
    position: absolute;
    z-index: 10;
    right: -2%;
    bottom: -93px;
  }

.info li a{
	width: 48%;
	height: auto;
	margin: 0 0 50px;
	padding: 0 10% 20px 10%;
	float: left;
}
.info li:nth-child(2n) a{float: right;}
.info li:nth-child(4)  a{
	float: right;
	margin: 0 0 50px;
}

  .info li.post_none{
    width:auto;
    margin: 0;
    padding: 0;
    float: none;
  }
  .info .iImg img, .info dl {
    width: 100%;
  }
  .info dd {
    height: auto;
  }
  .info p {
    text-align: right;
    margin-top: 14px;
    font-size: 13px;
    color: #444;
  }
  .instagram {
    padding: 60px 0;
  }
  .bnr li {
    float: left;
    margin-right: 4%;
    width: 22%;
  }
  .bnr li:last-child {
    margin-right: 0;
  }
  /*=============================
		Sub(Lower)Page setting
	===============================*/
  .under-navigation .sn {
    display: none;
  }
  /*=============================
		Sub(Lower)Page setting
	===============================*/
h2.subImg {margin-top:0;}

#wrap-content.subContents .info li a{
	width: 48%;
	height: auto;
	margin: 0 0 50px;
	padding: 0 10% 20px 10%;
	float: left;
}
#wrap-content.subContents .info li:nth-child(2n) a{float: right;}
#wrap-content.subContents .info li:nth-child(4)  a{
	float: right;
	margin: 0 0 50px;
}

  #wrap-content.subContents .info li.post_none{
    width:100%;
	float:none;
  }

.feeArea table.table02{
	width:100%;
	float:none;
}
.feeArea table.table02:last-of-type{
	margin-top:10px;
	float:none;
}
 
.movie li {
    width: 48%;
    margin: 0 4% 20px 0;
} 
 
.movie li:nth-child(2n) {
    margin: 0 0 20px 0;
}  
 

}

/*# sourceMappingURL=maps/tablet.css.map */
