@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
}
body {line-height: 1;}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul, li {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

img{vertical-align: bottom;}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }
  



/*------------------------------------
	Value
------------------------------------*/
.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }

.mtop100 { margin-top: 100px; }


.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }

.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }

.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }

.mauto {margin: auto;}


.ptop30 { padding-top: 30px; }

.pbtm30 { padding-bottom: 30px; }
.pbtm50 { padding-bottom: 50px; }


.pleft5 { padding-left: 5px; }
.pleft10 { padding-left: 10px; }
.pleft15 { padding-left: 15px; }
.pleft20 { padding-left: 20px; }



.pright5 { padding-right: 5px; }
.pright10 { padding-lerightft: 10px; }
.pright15 { padding-right: 15px; }
.pright20 { padding-right: 20px; }

.f10 { font-size: 10px; line-height: 140%;}
.f11 { font-size: 11px; line-height: 140%;}
.f12 { font-size: 12px; line-height: 160%;}
.f13 { font-size: 13px; line-height: 160%;}
.f14 { font-size: 14px; line-height: 160%;}
.f15 { font-size: 15px; line-height: 160%;}
.f16 { font-size: 16px; line-height: 160%;}
.f18 { font-size: 18px; line-height: 160%;}
.f20 { font-size: 20px; line-height: 160%;}
.f24 { font-size: 24px; line-height: 160%;}




@media screen and (max-width: 900px) {
  .mtop25 { margin-top: 4%; }
  .mtop30 { margin-top: 5%; }
  .mtop40 { margin-top: 6%; }
  .mtop50 { margin-top: 7%; }
  .mtop60 { margin-top: 10%; }
  .mtop70 { margin-top: 12%; }  
  .mtop100 { margin-top: 15%; }

  .mbtm25 { margin-bottom: 4%; }
  .mbtm30 { margin-bottom: 5%; }
  .mbtm40 { margin-bottom: 6%; }
  .mbtm50 { margin-bottom: 7%; }
  .mbtm60 { margin-bottom: 10%; }
  .mbtm70 { margin-bottom: 12%; }
  .mbtm100 { margin-bottom: 15%; }
  
  
  .ptop30 { padding-top: 5%; }
  
  .pbtm30 { padding-bottom: 5%; }
  .pbtm50 { padding-bottom: 7%; }
}

@media screen and (max-width: 750px) {
  .f13 { font-size: 11px; line-height: 160%;}
  .f14 { font-size: 12px; line-height: 160%;}
  .f15 { font-size: 13px; line-height: 160%;}
  .f16 { font-size: 14px; line-height: 160%;}
  .f18 { font-size: 16px; line-height: 160%;}
  .f20 { font-size: 18px; line-height: 160%;}
  .f24 { font-size: 20px; line-height: 160%;}
}



/*----------------------------------------
	レイアウト
----------------------------------------*/
body{
  font-family:'メイリオ',Meiryo,'Lucida Grande','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS ゴシック',Verdana,Helvetica,Arial,Sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 180%;
}

p {
  line-height: 180%;
}

a {
  transition : all 0.3s ease 0s;
}

a:hover {
	opacity: 0.7;
}

.container {
  position: relative;
}


.ofh { overflow: hidden; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }

.w100per { max-width: 100%; }
.red { color: #C81C1D;}
.floatL {  float: left;}
.floatR {  float: right;}
.opacity:hover { opacity: 0.7;}

.sp480 { display: none;}


.listIndent li {
  padding-left: 1em;
  text-indent: -1em;
}

.listIndent3 li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.indent {
  padding-left :1em;
  text-indent: -1em;
}


.inner {
	max-width: 1080px;
	margin: auto;
	overflow: hidden;
}

.section {
  margin: 100px 0;
}

.section2 {
  background: #F0EFEC;
  padding: 70px 0;
  color: #2C221F;  
}

.section3 {
  background: url("../images/planBg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
  color: #2C221F;
  background-color:rgba(255,255,255,0.2);
  background-blend-mode:lighten;  
}



.secTtl {
  font-size: 28px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.secTtl::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 5px auto 0;
  content: " ";
  display: block;
  border-bottom: 1px solid #000;
  width: 120px;
}

.secTxt {
  text-align: center;
  margin-bottom: 70px;
}


.section2 .secTtl {
  color: #2C221F;
}

.section2 .secTtl::after {
  border-bottom: 1px solid #2C221F;
}


.section2 .secTxt {
  color: #2C221F;
}







@media screen and (max-width: 1180px) {
  .inner {
	  max-width: 90%;
  }
}


@media screen and (max-width: 750px) {
  body{
    font-size: 14px;
  }
  
  .container {
    margin-bottom: 20%;
  }
  
  .section {
    margin: 14% 0;
  }
  
  .section2 {
    background: #F0EFEC;
    padding: 10% 0;
  }
  
  .secTtl {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .secTtl::after {
    width: 90px;
  }
  
  .secTxt {
    margin-bottom: 8%;
  }
  

  .spNone {
    display: none;
  } 
  
}

@media screen and (max-width: 480px) {
.sp480 { display: block;}
}


/*----------------------------------------
	header
----------------------------------------*/
header {
  background: #fff;
  overflow: hidden;
}

.hLogo {
  float: left;
  z-index: 9;
}

.hLogo a {
  background: #000;
  width: 200px;
  padding: 20px;
  display: block;
  position: absolute;
  box-shadow: 0px 6px 4px -2px rgba(0,0,0,0.3);
}

.hLogo a:hover {
  opacity: 1;
}

.hLogo img {
  width: 100%;
}

.hNav {
  overflow: hidden;
  float: right;
  margin: 50px 0 15px 200px;
}

.hNav li {
  float: left;
  margin-left: 30px;
}

.hNav li a {
  color: #333;
  background: url("../images/navIcon1.png") no-repeat 0 center;
  padding: 0 0 0 15px;
  line-height: 110%;
}

.hNav li a:hover {
  opacity: 1;
  background: url("../images/navIcon2.png") no-repeat 0 center;  
}





.header {
  border-top: 2px solid #000;
  background: #fff;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 9;
}
.header.hide{
  top: -124px;
}











@media screen and (max-width: 1180px) {
  .hLogo a {
    width: 160px;
  }

  .hNav {
    margin: 40px 0 15px 150px;
  }

  .hNav li {
    float: left;
    margin-left: 20px;
  }

  .hNav li a {
    background: url("../images/navIcon1.png") no-repeat 0 center;
    padding: 0 0 0 15px;
    line-height: 110%;
    font-size: 14px;
  }
}






@media screen and (max-width: 1000px) {
  .header {
    height: 60px;
  }
  
  .hLogo {
    position: absolute;
    top: 0;
    left: 0;
  }

  .hLogo a {
    background: #000;
    width: 140px;
    padding: 10px;
    display: block;
    position: absolute;
    box-shadow: 0px 6px 4px -2px rgba(0,0,0,0.3);
  }

  .hNav {
    margin: 20px 0 10px 100px;
  }

  .hNav li {
    float: left;
    margin-left: 20px;
  }

  .hNav li a {
    background: url("../images/navIcon1.png") no-repeat 0 center;
    padding: 0 0 0 15px;
    line-height: 110%;
    font-size: 14px;
  }
}

@media screen and (max-width: 950px) {

  .hNav {
    display: none;
  }
}


/*----------------------------------------
	スライダー
----------------------------------------*/
.slider {
  position:relative;
	z-index: 1;
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  min-height: 350px;
}

.slider-item01 {
  background: url("../images/slide01.jpg");
}

.slider-item02 {
  background: url("../images/slide02.jpg");
}

.slider-item03 {
  background: url("../images/slide03.jpg");
}

.slider-item04 {
  background: url("../images/slide04.jpg");
}

.slider-item05 {
  background: url("../images/slide05.jpg");
}

.slider-item {
  width: 100%;
  height:100vh;
  min-height: 350px;    
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slideTxtBox {
  position: absolute;
  top: 40vh;
  margin-left: -100px;
  background: url("../images/slideTxtBg.png");
  color: #fff;
  max-width: 640px;
  max-height: 260px;
  display: flex;
  align-items: center;
  padding: 50px;
}

.maintxt {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 120%;  
}

.maintxt span {
  font-size: 20px;
}

.subTxt {
  font-size: 15px;
}


@media screen and (max-width: 1350px) {
  .slideTxtBox {
    margin-left: 0;
    padding: 50px;
  }
}


@media screen and (max-width: 750px) {
  .slider {
    position:relative;
    height: 100vh;
    min-height: 300px;
  }

  .slider-item {
    width: 100%;
    height:100vh;
    min-height: 300px;    
  }

  .slideTxtBox {
    position: absolute;
    top: 40vh;
    background: url("../images/slideTxtBg.png");
    color: #fff;
    width: 100%;
    max-width: 480px;
    max-height: 260px;
    display: flex;
    align-items: center;
    padding: 30px;
  }

 .maintxt {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 140%;
  }
  
.maintxt span {
  font-size: 15px;
}  

  .subTxt {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .slideTxtBox {
    position: absolute;
    top: 40vh;
    background: url("../images/slideTxtBg.png");
    color: #fff;
    width: 100%;
    max-width: 400px;
    max-height: 260px;
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .maintxt {
    font-size: 19px;
    margin-bottom: 15px;
  }
  
.maintxt span {
  font-size: 14px;
}  

  .subTxt {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .slider {
    position:relative;
    height: 400px;
    min-height: 400px;
  }

  .slider-item {
    width: 100%;
    height: 400px;
    min-height: 400px;    
  }
  
  .slideTxtBox {
    position: absolute;
    top: 180px;
    left: 0;
    width: auto;
    max-width: 100%;
    max-height: 260px;
    padding: 10px 20px;
    margin: auto;
    display: inline-block;
  }
  
  .maintxt {
    font-size: 20px;
    font-size: 4.8vw;
    margin-bottom: 0;
    line-height: 140%;
  }
  
.maintxt span {
  font-size: 13px;
}  

  .subTxt {
    display: none;
  }
}










/*----------------------------------------
	トグルメニュー
----------------------------------------*/
.spNavBox {
  display: none;
}

@media screen and (max-width: 950px) {


  .spNavBox {
    display: block;
  }

  .spNav {
    position: fixed;
    right: -270px;
    top: 0;
    width: 250px;
    height: 100vh;
    padding: 20px 0 30px 20px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* スクロール */
    background: #000;
  }

  .hamburger {
    position: absolute;
    right: 20px;
    top: 4px;
    width: 50px; /* 幅を指定する */
    height: 50px; /* 高さを指定する */
    cursor: pointer;
    z-index: 300;
    transition: all .6s;
    background: rgba(255,255,255,0.75);
    padding: 10px;
  }

  .hamburgerLine {
    position: absolute;
    left: 0;
    right: 0;
    width: 34px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
    margin: auto;
  }

  .hamburgerLine1 {
    top: 8px;
    
  }

  .hamburgerLine2 {
    top: 19px;
  }

  .hamburgerLine3 {
    top: 30px;
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  .hamburger p {
    font-size: 11px;
    text-align: center;
    margin-top: 20px;
    user-select:none
  }
  
  .spNav li {
    margin-bottom: 15px;
  }
  
  .spNav li:last-child {
    margin-bottom: 0;
  }  
  
  .spNav li a {
    color: #fff;
  }


  /* 表示された時用のCSS */
  .nav-open {
    /*position: fixed;*/
    width: 100%;
    overflow-y: scroll;
  }

  .nav-open .spNavBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
  }

  .nav-open .spNav {
    right: 0;

  }

  .nav-open .hamburger {
    position: absolute;
    right: 260px;
    z-index: 300;
    transition: all .6s;
  }

  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }

  .nav-open .hamburgerLine {
    transition: all .6s;
  }

  .nav-open .hamburgerLine1 {
    transform: rotate(45deg);
    top: 18px;
  }

  .nav-open .hamburgerLine2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburgerLine3 {
    transform: rotate(-45deg);
    top: 18px;
  }
  
  
  .nav-open .hamburger p {
    font-size: 11px;
    text-align: center;
    user-select:none
  }
  
  
  
  
  
}








/*----------------------------------------
	TIEZ studio（タイズスタジオ）について
----------------------------------------*/
.aboutTtl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
  line-height: 120%;
}

.aboutTtl span:first-child {
  font-weight: normal;
  font-size: 20px;
}

.aboutTtl span:nth-child(2) {
  font-weight: normal;
  font-size: 30px;
}

.aouutTxt {
  font-size: 17px;
  text-align: center;
  margin-top: 30px;
}


.feature li {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.feature li:first-child {
  margin-top: 0;
}

.featureImg {
  width: 56%;

}

.featureImg img {
  width: 100%;
  height: auto;
}

.featureTxt {
  width: 52%;
  position: absolute;
  background: #fff;
  padding: 30px 30px 25px;
}

.feature li:nth-child(odd) .featureTxt {
  right: 0;
}

.feature li:nth-child(even) .featureImg {
  margin-left: 44%;
}

.featureTxt div {
  border-bottom: 2px dotted #000;
  margin-bottom: 25px;  
}

.featureTxt h2 {
  font-size: 22px;
  position: relative;
  border-left: 4px solid #D90011;  
  line-height: 130%;
  padding: 2px 0 4px 10px;
  margin-bottom: 4px;
}

@media screen and (max-width: 1000px) {
  .aboutTtl {
    font-size: 40px;
    font-size: 4vw;
    margin-top: 10vw;
  }

  .aboutTtl span:first-child {
    font-size: 20px;
    font-size: 2vw;
  }

  .aboutTtl span:nth-child(2) {
    font-size: 30px;
    font-size: 3vw;    
  }

  .aouutTxt {
    font-size: 18px;
    font-size: 1.8vw;    
    margin-top: 25px;
  }


  .featureTxt {
    padding: 20px 20px 15px;
  }
  
  .featureTxt div {
    border-bottom: 2px dotted #000;
    margin-bottom: 20px;  
  }
  
  .featureTxt h2 {
    font-size: 18px;
  }
  
  .featureTxt p {
    font-size: 14px;
  }
}

@media screen and (max-width: 850px) {
  .featureTxt {
    padding: 18px 18px 14px;
  }
  
  .featureTxt div {
    border-bottom: 2px dotted #000;
    margin-bottom: 18px;  
  }
  
  .featureTxt h2 {
    font-size: 17px;
  }
  
  .featureTxt p {
    font-size: 13px;
  }
}


@media screen and (max-width: 750px) {
  .aboutTtl {
    font-size: 30px;
    text-align: left;
    line-height: 120%;
  }

  .aboutTtl span:first-child {
    font-size: 14px;
  }

  .aboutTtl span:nth-child(2) {
    font-size: 18px;
  }

  .aouutTxt {
    font-size: 15px;
    text-align: left;
    margin-top: 15px;
  }
  
  
  .feature li {
    position: relative;
    display: block;
    align-items: center;
    margin-top: 30px;
  }

  .feature li:first-child {
    margin-top: 0;
  }

  .featureImg {
    width: 100%;

  }

  .featureImg img {
    width: 100%;
    height: auto;
  }

  .featureTxt {
    width: 100%;
    position: static;
    background: #fff;
    padding: 0;
    margin-top: 20px;
  }

  .feature li:nth-child(even) .featureImg {
    margin-left: 0;
  }

  .featureTxt div {
    border-bottom: 2px dotted #000;
    margin-bottom: 15px;  
  }

  .featureTxt h2 {
    font-size: 17px;
    border-left: 3px solid #D90011;  
    line-height: 130%;
    padding: 2px 0 2px 10px;
    margin-bottom: 4px;
  }

  .featureTxt p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .aboutTtl {
    font-size: 26px;
    text-align: left;
    line-height: 120%;
  }

  .aboutTtl span:first-child {
    display: none;
  }

  .aboutTtl span:nth-child(2) {
    font-size: 16px;
    margin-left: 5px;
  }

  .aouutTxt {
    font-size: 14px;
    margin-top: 10px;
  }
  
   .featureTxt h2 {
    font-size: 16px;
    border-left: 3px solid #D90011;  
    line-height: 130%;
    padding: 2px 0 2px 10px;
    margin-bottom: 4px;
  }
}

/*----------------------------------------
	利用シーン
----------------------------------------*/
.sceneList {
  display: flex;
  flex-wrap: wrap;
}

.sceneList li {
  width: 30%;
  margin-right: 5%;
  text-align: center;
}

.sceneList li img {
  width: 100%;
  max-width: 246px;
}

.sceneList li:nth-child(3n) {
  margin-right: 0;
}

.sceneList li:nth-child(n+4) {
  margin-top: 5%;
}

.sceneList p {
  font-weight: bold;
  line-height: 140%;
  margin-top: 20px;
}

.sceneList p br {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sceneList p br {
    display: block;
  }
}


@media screen and (max-width: 750px) {
  
  .sceneList p {
    font-size: 17px;
    font-size: 2.267vw;    
    margin-top: 15px;  
  }

}


@media screen and (max-width: 480px) {
  .sceneList li {
    width: 47.5%;
    margin-right: 5%;
    text-align: center;
  }

  .sceneList li:nth-child(3n) {
    margin-right: 5%;
  }

  .sceneList li:nth-child(2n) {
    margin-right: 0;
  }

  .sceneList li:nth-child(n+4) {
    margin-top: 0;
  }
  
  .sceneList li:nth-child(n+3) {
    margin-top: 5%;
  }  

  .sceneList p {
    margin-top: 15px;
    font-size: 12px;
  }

  .sceneList p br {

  }
}

/*----------------------------------------
	設備
----------------------------------------*/
.facility li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #EEEDEA;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.facility li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.facilityImg {
  width: 44%;
}

.facilityImg a {
  border: 1px solid #CECEBF;
  padding: 10px;
  display: block;
  position: relative;
}


.facilityImg a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  top: 0;
  left: 0;
  border-width: 14px 14px 0 0;
  border-color: #D90011 transparent transparent transparent;
}


.facilityImg img {
  width: 100%;
}

.facilityTxt {
  width: 50%;
  margin-top: 15px;
}

.facilityTxt h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .facilityTxt h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .facility li {
    display: block;
    border-bottom: 1px solid #EEEDEA;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .facilityImg {
    width: 100%;
  }

  .facilityImg a {
    border: 1px solid #CECEBF;
    padding: 10px;
    display: block;
    position: relative;
  }


  .facilityImg a::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    top: 0;
    left: 0;
    border-width: 14px 14px 0 0;
    border-color: #D90011 transparent transparent transparent;
  }

  .facilityTxt {
    width: 100%;
    margin-top: 30px;
  }

  .facilityTxt h3 {
    margin-bottom: 10px;
  }

}

/*----------------------------------------
	標準設備一覧
----------------------------------------*/
.facilityList {
  text-align: center;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.facilityList li {
  background: #2C221F;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px;
  line-height: 120%;
  border-radius: 5px;
}

@media screen and (max-width: 750px) {
  .facilityList {
    margin: 7% auto 0;
  }
}

@media screen and (max-width: 480px) {
  .facilityList li {
    padding: 10px;
    font-size: 12px;
    line-height: 140%;
    border-radius: 5px;
  }

}
/*----------------------------------------
	機材
----------------------------------------*/
.equipment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.equipment li {
  width: 30%;
  margin-right: 5%;
  text-align: center;
}

.equipment li:nth-child(3n) {
  margin-right: 0;
}

.equipment li:nth-child(n+4) {
  margin-top: 5%;
}

.equipment li img {
  width: 100%;
  margin-bottom: 10px;
}

.equipment li p {
  line-height: 140%;
}

.pc {
  margin-top: 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pcImg {
  width: 30%;
}

.pcImg img {
  width: 100%;
}

.pcTxt {
  line-height: 140%;
  margin-left: 5%;
  width: 65%;
}



@media screen and (max-width: 480px) {
  .equipment li {
    width: 47.5%;
    margin-right: 5%;
  }

  .equipment li:nth-child(3n) {
    margin-right: 5%;
  }

  .equipment li:nth-child(even) {
    margin-right: 0;
  }

  .equipment li:nth-child(n+4) {
    margin-top: 0;
  }

  .equipment li:nth-child(n+3) {
    margin-top: 5%;
  }

  .pc {
    margin-top: 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .pcImg {
    width: 100%;
    text-align: center;
  }

  .pcImg img {
    width: 47.5%;
  }

  .pcTxt {
    line-height: 140%;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;    
  }

  .pcTxt ul {
    display: inline-block;
    text-align: left;
  }
}

/*----------------------------------------
	料金プラン
----------------------------------------*/
.plan {
  width: 100%;
  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 10px;
  color: #2C1F1F;
}

.plan2{
  margin-top: 15px;
}

.planInner {
  border: 1px solid #2C201F;
  padding: 30px;
}

.planTtl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.planTtl dt {
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}

.planPrice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.planPrice dt {
  color: #fff;
  background: #2C1F1F;
  padding: 5px 10px;
  margin-right: 15px;
  font-size: 15px;
}

.planPrice dd {
  font-size: 32px;
  font-weight: bold;
}

.planPrice dd span {
  font-size: 20px;
}

.planPrice dd .unit {
  font-size: 22px;
}

.planPrice dd span:last-child {
  font-size: 14px;
  font-weight: normal;
}

.planOptionTtl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin:30px 0 20px;
  padding-top: 20px;
  border-top: 1px solid #E2E0DA;
}

.planOptionTtl dt {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.planPrice .option {
  color: #2C1F1F;
  background: #fff;
  border: 1px solid  #2C1F1F;
}

.planBox {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 0;
  color: #2C1F1F;
}

.planBox li a {
  text-decoration: underline;
}

.planBox li a:hover {
  text-decoration: none;
  opacity: 1;
}



.contactBtnBox {
  text-align: center;
  margin-top: 8%;
}

.contactBtn a {
  background: #D90011;
  margin: 20px auto 0;
  width: 500px;
  color: #fff;
  font-size: 24px;
  display: block;
  height: 80px;
  border-bottom: 3px solid #730009;  
  line-height: 80px;
}


.contactBtn a::before{
  content: "";
  background: url("../images/contactIcon.png") no-repeat;
  display: inline-block;
  width: 40px;
  height: 28px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -2px;  
}




@media screen and (max-width: 850px) {
  .plan {
    padding: 8px;
  }

  .planInner {
    padding: 25px;
  }

  .planTtl {
    margin-bottom: 15px;
  }

  .planTtl dt {
    font-size: 20px;
    margin-right: 0;
    width: 100%;
  }

  .planPrice {
    margin-bottom: 15px;
  }

  .planPrice dt {
    padding: 4px 10px 3px;
    margin-right: 0;
    font-size: 14px;
  }

  .planPrice dd {
    width: 100%;
    margin-top: 15px;
  }

  .planOptionTtl dt {
    font-size: 18px;
    margin-right: 0;
    width: 100%;
  }
}


@media screen and (max-width: 750px) {
  .contactBtn a {
    margin: 20px auto 0;
    width: 380px;
    font-size: 20px;
    display: block;
    height: 70px;
    border-bottom: 2px solid #730009;  
    line-height: 70px;
  }

  .contactBtn a::before{
    content: "";
    background: url("../images/contactIcon.png") no-repeat;
    display: inline-block;
    width: 32px;
    height: 22px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -2px;
  }

}


@media screen and (max-width: 480px) {
  .plan {
    padding: 5px;
  }

  .planInner {
    padding: 15px;
  }

  .planPrice {
    margin-bottom: 15px;
  }

  .planPrice dt {
    font-size: 13px;
  }

  .planPrice dd {
    font-size: 22px;
  }

  .planPrice dd span {
    font-size: 16px;
  }

  .planPrice dd .unit {
    font-size: 14px;
  }

  .planPrice dd span:last-child {
    font-size: 12px;
  }

  .planOptionTtl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:30px 0 20px;
    padding-top: 20px;
    border-top: 1px solid #E2E0DA;
  }

  .planOptionTtl dt {
    font-size: 18px;
    margin-right: 0;
    width: 100%;
  }

  .contactBtn a {
    margin: 20px auto 0;
    width: 100%;
    font-size: 18px;
    display: block;
    height: 70px;
    border-bottom: 2px solid #730009;  
    line-height: 70px;
  }

  .contactBtn a::before{
    content: "";
    background: url("../images/contactIcon.png") no-repeat;
    display: inline-block;
    width: 32px;
    height: 22px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -2px;
  }
}



/*----------------------------------------
	ご利用の流れ
----------------------------------------*/
.flowTtl {
  font-size: 22px;
  margin: 70px 0 40px;
  border-left: 4px solid #D90011;
  line-height: 120%;
  padding: 4px 0 2px 10px;
}

.flow {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
}

.flow li {
  width: 30%;
  border-left: 1px solid #D6D6D6;
  padding-left: 5%;
  margin-left: 5%;
  position: relative;
}

.flow li:first-child ,
.flow li:nth-child(4) {
  border-left: none;
  padding: 0;
  margin: 0;
}

.flow li:nth-child(n+4) {
  margin-top: 5%;
}

.flow li::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -3px;
  left: -6px;
  border-right: 1px solid #D90011;
  border-top: 1px solid #D90011;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position:  absolute;
}

.flow li:first-child::after ,
.flow li:nth-child(4)::after {
  display: none;
}

.flow li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 18px;
  top: 50%;
  margin-top: -8px;    
  left: -7px;
  position:  absolute;
  background: #fff;
}

.flow li:first-child::before ,
.flow li:nth-child(4)::before {
  display: none;
}

.flowNum {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 20px;
  position: relative;
  padding: 7px 0 0 44px;
}

.flow li .flowNum::before  {
  counter-increment: number 1;
  content: counter(number);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #000;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}

.flow li .flowNum2::before  {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

@media screen and (max-width: 750px) {
  .flowTtl {
    font-size: 18px;
    margin: 50px 0 30px;
    border-left: 4px solid #D90011;
    line-height: 120%;
    padding: 4px 0 2px 10px;
  }

  .flowNum {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 5px 0 0 32px;
  }

  .flow li .flowNum::before  {
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 29px;
  }
}

@media screen and (max-width: 480px) {
  .flowNum {
    font-size: 14px;
    margin-bottom: 12px;
    padding: 6px 0 0 32px;
  }
  
  .flow li {
    width: 47.5%;
  }

  .flow li:nth-child(odd){
    border-left: none;
    padding: 0;
    margin: 0;
  }

  .flow li:nth-child(4) {
    border-left: 1px solid #D6D6D6;
    padding-left: 5%;
    margin-left: 5%;
  }

  .flow li:nth-child(n+4) {
    margin-top: 0;
  }

  .flow li:nth-child(n+3) {
    margin-top: 5%;
  }

  .flow li:nth-child(odd)::after {
    display: none;
  }

  .flow li:nth-child(4)::after {
    display: block;
  }

  .flow li:nth-child(odd)::before {
    display: none;
  }

  .flow li:nth-child(4)::before {
    display: block;
  }
}




















/*----------------------------------------
	footer
----------------------------------------*/
footer {
  background: #000;
  margin-top: 150px;
  text-align: center;
  color: #fff;
}

.fLogo {
  margin-top: 70px;
}

.fLogo img {
  width: 90%;
  max-width: 250px;  
}

.fInfo {
  margin-top: 50px;
  font-size: 14px;
}

.fInfo li:nth-child(2) {
  font-size: 30px;
  margin-top: 10px;
}

.fInfo li:nth-child(2) span {
  font-size: 20px;
}



.fContactBtn a {
  margin: 30px auto 0;
  width: 250px;
  color: #fff;
  display: block;
  height: 44px;
  line-height: 46px;
  border: 1px solid #fff;
}


.fContactBtn a::before{
  content: "";
  background: url("../images/contactIcon.png") no-repeat;
  display: inline-block;
  width: 27px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
  transition : all 0.3s ease 0s;  
}

.fContactBtn a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
}

.fContactBtn a:hover::before {
  content: "";
  background: url("../images/contactIcon2.png") no-repeat;
  display: inline-block;
  width: 27px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

.fNav ul {
  display: flex;
  justify-content: center;
  margin: 50px auto 30px;
}

.fNav ul li {
  margin-right: 60px;
}

.fNav ul li:last-child {
  margin-right: 0;
}

.fNav a {
  color: #fff;
  font-size: 14px;
}

.copyright {
  background: #222;
  padding: 10px;
  line-height: 110%;
}

.snsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.snsBox li:nth-child(2){
  margin: 0 20px;
}



@media screen and (max-width: 750px) {
  footer {
    margin-top: 15%;
  }
  
  .fLogo {
    margin-top: 50px;
  }

  .fLogo img {
    width: 90%;
    max-width: 200px;  
  }
  
  .fInfo {
    margin-top: 7.5%;
    font-size: 12px;
  }

  .fInfo li:nth-child(2) {
    font-size: 26px;
    margin-top: 10px;
  }

  .fInfo li:nth-child(2) span {
    font-size: 16px;
  }
  
  .fNav ul {
    display: flex;
    justify-content: center;
    margin: 40px auto 20px;
  }

  .fNav ul li {
    margin-right: 36px;
  }

  .fNav a {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .fLogo {
    margin-top: 40px;
  }

  .fLogo img {
    max-width: 160px;  
  }
  
  .fContactBtn a {
    margin: 20px auto 0;
    width: 200px;
  }

  .fNav ul {
    display: inline-block;
    justify-content: center;
    margin: 30px auto 20px;
  }

  .fNav ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  
  .fNav ul li:last-child {
    margin-bottom: 0;
  }  

  .fNav a {
    font-size: 12px;
  }

}
/*----------------------------------------
	カレンダー
----------------------------------------*/
.calendar {
  text-align: center;
}

.calendar iframe {
  width: 800px;
  height: 600px;
}

@media screen and (max-width: 950px) {
  .calendar iframe {
    width: 100%;
    height: 500px;
  }
}



/*----------------------------------------
	下層ページ
----------------------------------------*/


.mainImg-contact {
  background: url("../images/mainImg-contact.jpg") no-repeat;
}

.mainImg-terms {
  background: url("../images/mainImg-terms.jpg") no-repeat;
}

.mainImg-faq {
  background: url("../images/mainImg-faq.jpg") no-repeat;
}

.mainImg-access {
  background: url("../images/mainImg-access.jpg") no-repeat;
}

.mainImg {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-bottom: 100px;
}

.mainImg::after {
  content: "";
  background: url("../images/slideTxtBg.png");
  width: 100%;
  height: 300px;
  display: block;
  background-repeat: repeat;  
}

.mainImg p {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 175px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 28px;
}

@media screen and (max-width: 1000px) {
  .mainImg {  
    height: 250px;
    margin-bottom: 10vw;  
  }

  .mainImg::after {
    height: 250px;
  }

  .mainImg p {
    top: 140px;
    font-size: 26px;
  }
}

@media screen and (max-width: 750px) {
  .mainImg {  
    height: 200px;
  }

  .mainImg::after {
    height: 200px;
  }

  .mainImg p {
    top: 115px;
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .mainImg {  
    height: 160px;
  }

  .mainImg::after {
    height: 160px;
  }

  .mainImg p {
    top: 100px;
    font-size: 18px;
  }
}


/*----------------------------------------
	お問い合わせ
----------------------------------------*/
.contactForm iframe {
  width: 100%;
  min-height: 1400px;
}


@media screen and (max-width: 640px) {
  .contactForm iframe {
    min-height: 1450px;
  }
}

@media screen and (max-width: 480px) {
  .contactForm iframe {
    min-height: 1500px;
  }
}

@media screen and (max-width: 400px) {
  .contactForm iframe {
    min-height: 1700px;
  }
}
/*----------------------------------------
	利用規約
----------------------------------------*/
.numTtl {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 20px;
  position: relative;
  padding: 7px 0 0 44px;
  font-weight: bold;
}

.numTtl::before  {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}

.numTtl1::before  {
  counter-increment: number 1;
  content: counter(number);
}

.numTtl2::before  {
  counter-increment: number 2;
  content: counter(number);
}

.numTtl3::before  {
  counter-increment: number 3;
  content: counter(number);
}

.numTtl4::before  {
  counter-increment: number 4;
  content: counter(number);
}

.numTtl5::before  {
  counter-increment: number 5;
  content: counter(number);
}

.numTtl6::before  {
  counter-increment: number 6;
  content: counter(number);
}

.numTtl7::before  {
  counter-increment: number 7;
  content: counter(number);
}

.box {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}


@media screen and (max-width: 750px) {
  .numTtl {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 5px 0 0 36px;
  }

  .numTtl::before  {
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 29px;
  }
}

@media screen and (max-width: 480px) {
  .numTtl {
    font-size: 14px;
    margin-bottom: 12px;
    padding: 6px 0 0 36px;
  }
}
/*----------------------------------------
	よくある質問
----------------------------------------*/
.faq > li {
  border-bottom: 1px solid #EEEDEA;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.faq li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.faq dt {
  line-height: 160%;
  position: relative;
  padding: 5px 0 0 44px;
  font-weight: bold;
}

.faq dt::before  {
  content: "Q";
  font-size: 22px;
  color: #fff;
  background: #000;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
}

.faq dd {
  line-height: 160%;
  position: relative;
  padding: 5px 0 0 44px;
  margin: 20px 0 0 15px;;
}

.faq dd::before  {
  content: "A";
  font-size: 22px;
  color: #fff;
  background: #E60012;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (max-width: 750px) {
  .faq dt ,
  .faq dd {
    padding: 4px 0 0 36px;
  }

  .faq dt::before {
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  
  .faq dd::before {
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  .faq dd {
    margin: 15px 0 0 10px;
  }
}

/*----------------------------------------
	アクセス
----------------------------------------*/
.access {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accessTxt {
  width: 40%;
}

.accessMap {
  width: 55%;
}

.accessMap iframe {
  width: 100%;
  height: 520px;
}

.signboard {
  display: flex;
  align-items: center;
  margin-top: 20px;
} 

.signboard img {
  width: 35%;
}

.signboard p {
  background: #eee;
  border-radius: 5px;
  padding: 10px;
  margin-left: 20px;
  position: relative;
  display: inline-block;
}

.signboard p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #eee;
}


@media screen and (max-width: 900px) {
.accessTxt {
  width: 50%;
}

.accessMap {
  width: 47.5%;
}

}



@media screen and (max-width: 750px) {

}

@media screen and (max-width: 480px) {
  .access {
    display: inline;
    justify-content: space-between;
    align-items: center;
  }
  .accessTxt {
    width: 100%;
    position: relative;
  }

  .accessMap {
    width: 100%;
    margin-top: 20px;
  }

.signboard img {
  width: 35%;
}

.signboard p {
  background: #eee;
  border-radius: 5px;
  padding: 10px;
  margin-left: 20px;
  position: relative;
  display: inline-block;
}

.signboard p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #eee;
}


  .accessMap iframe {
    width: 100%;
    height: 400px;
  }
}
/*----------------------------------------
	アクセス旧
----------------------------------------*/
/*
.access {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accessTxt {
  width: 40%;
}

.accessMap {
  width: 55%;
}

.accessTxt img {
  width: 100%;
  margin-top: 20px
}

.accessMap iframe {
  width: 100%;
  height: 520px;
}
@media screen and (max-width: 750px) {
  .access {
    display: inline;
  }
  .accessTxt {
    width: 100%;
    position: relative;
  }

  .accessMap {
    width: 100%;
    margin-top: 8%;
  }

  .accessTxt img {
    width: 40%;
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2
  }

  .accessMap iframe {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .access {
    display: inline;
    justify-content: space-between;
    align-items: center;
  }
  .accessTxt {
    width: 100%;
    position: relative;
  }

  .accessMap {
    width: 100%;
    margin-top: 20px;
  }

  .accessTxt img {
    width: 100%;
    margin-top: 10px;
    position: static;;
  }

  .accessMap iframe {
    width: 100%;
    height: 400px;
  }
}
*/













