html,body {

  height: 100%;

}




body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: YuGothic, "游ゴシック", "ＭＳ　ゴシック", "MS Gothic", "MS-Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


img {
/*width: 100%;
  height:auto;*/
}
/*p {
  font-size: 14px;
  line-height: 1.7em;
}*/





/*固定幅*/
main {
  width: 100%;
  max-width:1200px;

}



@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #222;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Helvetica, Arial, sans-serif;
}


/*h1 {
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}*/

.wrapper {
width: 1200px;
overflow:hidden;
margin: 0 auto;

}


.back {
/*  position: absolute;*/
  width: 200px;
  bottom: 3em;
  z-index: 100;
  margin: 30px auto 0;
  text-align: center;
}

.back2 {
/*  position: absolute;*/
  width: 200px;
  bottom: 3em;
  z-index: 100;
  margin: 30px 0 0 10px;
  text-align: center;
}
.back2 img {
  display: inline;
  margin-right: 2px;

}
.back2:hover {
  color: #aaa;
}

.back img {
  display: inline;
  margin-right: 2px;

}
.back:hover {
  color: #aaa;
}

.copy {
position: absolute;
  width: 100%;
  bottom: 1em;
  z-index: 1000;
  color: #666666;
  font-size: 7px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  letter-spacing: 0;
}



h1 {
  z-index: 100;
  color: #5281de;
  font-size: 40px;
  margin: 70px auto 32px auto;
  text-align: center;
  font-family: 'Assistant', sans-serif;

 
}
h1 span {
  display: block;
}

h1 a {
  z-index: 100;
  color: #5281de;
  text-decoration: none;

 
}



/* Reset jquery.bxslider.css */
.bx-wrapper {
  left: 0;
  box-shadow: none;
  border: none;
}
#slider05 li {
  height: 100vh;
  background: center / cover no-repeat;
}

/* menu */

.accordion {
  width: 200px;
  z-index: 100;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
}
.accordion a {
  text-decoration: none;
  color: #666666;
}

.accordion a:hover {
  color: #000000;
}
.accordion a:active {
  color: #000000;

}
.accordion a:active {
  color: #000000;

}

.accordion ul {
  list-style: none;
  margin:0;

}

@media screen and (max-width: 1440px) {
  h1 {
  margin: 50px auto;
}

}

.photo {
  width:100%; 
  margin: 0 auto; 
  padding-top: 75px;
  text-align: center;
}
.photo_active {
  color: #000000;
}

.photo:hover {
  color: #000000;
}


.menu {
  font-size: 16px;
  line-height: 30px;
}
.submenu {
  font-size: 12px;
  line-height: 24px;
}
.label{
  cursor: pointer;
}
.toggle{
  display: none;
}
.toggle + ul{
  max-height: 0;
  overflow: hidden;
  transition: all .5s ease-out;
}
.toggle:checked + ul{
  max-height: 999px;
  transition: all 2s ease-in;
}

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


h1 {

  position: absolute;
  z-index: 100;
  color: #5281de;
  font-size: 40px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  z-index: 100;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 100%;
  /*background-color: #ff0000;*/
}
h1 span {
  display: block;
}

h1 a {
  z-index: 100;
  color: #5281de;
  text-decoration: none;

 
}

}
/* sns */
.wraper_sns {
 position: absolute;

  z-index: 200;
  bottom: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
  display: inline;

}

/* end sns */




/* base */
.lh20 {
  line-height: 20px;
}
.lh25 {
  line-height: 25px;
}
.lh30 {
  line-height: 320px;
}
.lh35 {
  line-height: 35px;
}
.lh40 {
  line-height: 40px;
}
.lh45 {
  line-height: 45px;
}
.lh50 {
  line-height: 50px;
}

/* mb */

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 70px; }
.mb75 { margin-bottom: 75px; }
.mb80 { margin-bottom: 80px; }


.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt55 { margin-top: 55px; }
.mt60 { margin-top: 60px; }
.mt65 { margin-top: 70px; }
.mt75 { margin-top: 75px; }
.mt80 { margin-top: 80px; }
/* test */
<!-- test -->




/* ----- ヘッダー ----- */
.header {
height:0;
background-color:#009b9f;
}
/* ----- 左サイド ----- */
.left {
position: absolute;
z-index: 90;
width:200px;
margin: 0 auto;
padding: 0;
min-height:100%;
height:auto;
background-color: rgba(255,255,255,0.1);
float:left;
text-align: center;
}




/* ----- メイン ----- */
.content { 
position: absolute;
z-index: 100;
margin-left:200px;
width:1000px;
min-height:100%;
height:auto;
text-align: center;

/*background-color: rgba(255,255,0,0.7);*/
}

.content p {
  margin-bottom: 55px;

}

/* ----- フッター ----- */
.footer { 
margin-top:10px;
width:980px;
height:100px;
background-color:#009b9f;
}

/* about */
.about {
  width:100%; 
  margin: 0 auto; 
  padding-top: 75px;
  text-align: center;
}
.about h2 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;

}
.about ul {
  margin: 0 0 50px 100px;

}
.about ul li {
  text-align: left;
  line-height: 1.4em;
  font-size: 12px;
  margin-bottom: 10px;
}
.about dl {
  margin-left: 100px;
  text-align: left;
  display: table;
  font-size: 12px;
  margin-bottom: 30px;
  line-height: 1.4em;
}
.about dl dd {
  display: table-cell;
  width: 100px;


} 
.about dl dt:{
  display: table-cell;

}
.about p {
  padding-bottom: 30px;
}
/* contact */
.contact {
  width:100%; 
  margin: 0 auto; 
  padding-top: 75px;
  text-align: center;
}
.contact h2 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;

}
.contact ul {
  margin: 50px 0 50px 100px;

}
.contact ul li {
  text-align: left;
  line-height: 1.4em;
  font-size: 12px;
  margin-bottom: 10px;
}
.contact dl {
  margin-left: 100px;
  text-align: left;
  display: table;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.contact dl dd {
  display: table-cell;
  width: 100px;


} 
.contact dl dt:{
  display: table-cell;

}

/*
.about {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);
width: 90%;
max-width: 1000px;
text-align: center;
padding: 20px 30px;

}

.contact {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);
width: 90%;
max-width: 1000px;
text-align: center;
padding: 20px 30px;

}
*/
/*test*/
/*@media screen and (max-width: 1440px) {
.wrapper {
  width: 100%;
}
.left {
position: absolute;
width:30%;
max-width:200px;
}
.content {
  width: 80%;
}
.about ul {
  margin-left: 50px;
}

.about dl {
  margin-left: 50px;
}
}*/
/*test*/

/* smartphone width */

@media screen and (max-width: 750px) {
.wrapper {
  width: 100%;
}
.left {
position: absolute;
width:100%;
max-width:750px;
}
.content {

  width: 90%;
 margin-left: 5%;
 margin-right: 5%;
}
.content p {
  margin-top: 30px;
  margin-bottom: 20px;

}

.about ul {
  margin-left: 0;
}

.about dl {
  margin-left: 0;
}
.about {
   padding-top: 40px;
  text-align: center;
}

.back {
  position: absolute;
  width: 100%;
  bottom: 3em;
  z-index: 100;
  margin: 0 auto;
  text-align: center;
}
.back img {
  display: inline;
  margin-right: 2px;

}
.back:hover {
  color: #aaa;
}

.sns {
 /* position: absolute;*/
  width: 100%;
  bottom: 5em;
  z-index: 1000;
  color: #666666;
  font-size: 7px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  letter-spacing: 0;
}
.snstop {
  position: absolute;
  width: 100%;
  bottom: 5em;
  z-index: 1000;
  color: #666666;
  font-size: 7px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  letter-spacing: 0;
}
.snstop img {
  display: inline;
  margin-right: 2px;
}
.copy {
  position: absolute;
  width: 100%;
  bottom: 1em;
  z-index: 1000;
  color: #666666;
  font-size: 7px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  letter-spacing: 0;
}
.copy2 {
  /*position: absolute; */
  width: 100%;
  bottom: 1em;
  z-index: 100;
  color: #666666;
  font-size: 7px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  letter-spacing: 0;
  text-align: center;
  margin: 1em auto 0;
}
.copy2 img {
  display: inline;
  margin-right: 2px;

}
}


/* smartphone width ends */

/* contact form */


.wpcf7 {
  margin: 96px 0;
}
.asterisk {
  margin: 0 0 0 0.2em;
  color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 1000%;
  max-width: 500px;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 0.5em;
}
.wpcf7 input[type="submit"] {
  font-size: 12px;
  padding: 0.2em 0.4em;
  background: #fff;
  color: #333;
  cursor: pointer;
  border: 1px solid #ccc;

}
.wpcf7 input[type="submit"]:hover {
  background: #eee;
}
.small p {
  margin-top: 20px;
  line-height: 18px;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  max-width: 300px;
  font-size: 16px;

}
}


/* dispolay control */
/* pc sp  表示　非表示*/
@media print and (min-width: 750px), screen and (min-width: 750px) {
  .hide-pc {
    display: none!important;
  }
/*  a:hover {
    text-decoration: underline;
  }*/
}

@media print {
  .hide-pc {
    display: none!important;
  }
}

@media screen and (max-width: 750px) {
  .hide-sp {
    display: none!important;
  } 
}

.screen-reader-text{
  display: none;
}

/* pagination */

.gallery {
  width: 100%;
  max-width: 960px;
  padding: 0;
  margin: 0;
}
.gallery ul {
  display: inline-block;
  width: 100%;
  max-width: 960px;
  margin: 0 0 0 45px;
  padding: 0;
}


.gallery li {
  display: inline-block;
    width: 250px;
    margin: 0 50px 40px 0;
    padding-left: 0;

}


.gallery li:nth-child(3n) {
  margin-right: 55px;

}

.gallerywrap {
  margin: 0 auto;
}


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

.gallery {
  width: 100%;
  max-width: 100%;
}
.gallery ul {
display: inline-block;
  margin: 0;
  padding: 0;
  margin:0 auto;
  text-align: center;
}


.gallery li {

    width: 40%;
    margin: 0 auto 8%;

}

.gallery li:nth-child(odd){
  margin-right: 8%;

}


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

.uk-lightbox ul {
  margin: 0;
  padding: 0;
}
}


/* uiki lightbox bottun*/
.uk-lightbox .uk-close svg {
width: 50px;

}



