
/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

* {
  margin: 0;
  padding: 0px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

body {
  background: #fff;
  margin: 0;
  color: #42413e;
  padding-top: 50px;
  overflow-x: hidden;
  text-align: center;
}

h1, h2, h4, h5, h6 {
	font-family: "Hannari";
	font-weight: 900;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #42413e;
  margin-top: 10px;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;

}

h1 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}




h2 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  font-family: Meiryo;
  font-size: 3vw;
  width: 100%;
}

h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

  .start{
    width: 623px;
    height: 276px;
    font-family: Meiryo;
    font-weight: normal;
    font-size: 17px;
    line-height: 38px;
    text-align: left;
    color: #707070;

  }
  .alignleft {
    float: left;
  }

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
  color: #015AC7;
}

a:hover, a:focus {
  text-decoration: none;
  color: ##015AC7;
}

/* BOOTSTRAP MODIFICATION */
header{
  height: 100px;
  width: 100%;
  background-color: #ffffff;
}

.navbar-brand {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
  height: 50px;
  padding: 2px 10px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 900;
  margin-top: 700;

}

.navbar-default {
  background-color: #ffffff;
  font-weight: 900;
  line-height: 20px;
  font-size: 1.6rem;
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #4169e1;
  font-size: 1.6rem;
  line-height: 20px;
  height: 50px;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
  color: #4169e1;
  font-size: 1.6rem;
  line-height: 20px;
  margin-top: 4pt

}

hr.main {
  border: 1px solid #1e90ff;
  width: 80px;
}

.nav-stacked>li {
  border-left: 2px solid transparent
}

.nav-stacked>li.active {
  border-left: 2px solid #015AC7;
  background: #f9f9f9
}

/* Modal Modification */

.modal-content {
  border-radius: 0px;
}

.modal-body {
  padding: 0px;
}

.modal-body h4 {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
  font-weight: 400;
  font-size: 15px;
  padding: 10px 10px 0;
  color: #015AC7;
}

.modal-body h5 {
  font-family: 'Hannari', serif;
  padding: 10px 10px 0;
}

.modal-body p {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 18px;
}

.modal-footer {
  background: #c1e4e9;
}

/* FORM CONFIGURATION */

input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 2px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 1px solid #b9b9af;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.subscribe-input {
  float: left;
  width: 70%;
  text-align: left;
  margin-right: 2px;
}

.subscribe-submit {
  right: 0;
}

.btn-orange {
  background: #015AC7;
  border-radius: 2px;
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.btn-orange:hover {
  background: ##EEF4F6;
  color: white;
}

/* HEADER SECTION */


.welcome {
  background: #c1e4e9;
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 0.9
}

.welcome h1 {
  text-align: center;
  font-weight: 900;
}

/* FOOTER SECTION */

#f {
  background: #c1e4e9;
  padding-bottom: 50px;
  padding-top: 50px;
  margin-top: 25px;
}

/* White Section Overall Configuration */

.text-p {
  font-size: 14px;
  line-height: 30px;
  color: #6b6b6b;
}

.text-p02 {
  font-size: 1.3em;
  line-height: 35px;
  color: #6b6b6b;
  text-align:left;
}

.under {
  border-bottom: dashed 1px #808080;
}

.og {
  color: #015AC7;
}

i {
  font-size: 40px
}

.rating i {
  font-size: 16px;
  color: ##015AC7;
}

.down i {
  font-size: 22px;
  color: #015AC7;
  padding: 5px;
  margin: 0;
}

/* Separators - Parallax Section */

.sep {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
}

.s01 {
  background-image: url(../img/s01.jpg);
}

.s02 {
  background-image: url(../img/s02.jpg);
}

.s03 {
  background-image: url(../img/s03.jpg);
}


#contact {
  background: #fff;
  padding: 50px 0;
}

/* Contact Form */

.contact-form {

}

.contact-form label {
   color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: #015AC7;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #ff8c61;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */



#copyrights {
  background: url(../img/back.jpg);
  padding: 10px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #fff;
}

#copyrights p .child{
  right: 0;
  margin-bottom: 0;
}

.credits {
  color: #fff;
}



.textcontainer {padding:40px 0;text-align:center;}
.textcontainer h1 {color: #9e3d3f;font-family: "Hannari";}
.particletext {
   text-align:center;
   font-size:48px;
   position: relative;
   &.bubbles {
      >.particle {
         opacity:0;
         position: absolute;
         background-color:rgba(33,150,243,0.5);
         animation: bubbles 3s ease-in infinite;
         border-radius:100%;
      }
   }


   .jumbotron{
     background:hsla(0,0%,100%,.05);
     padding:2.5em;
     margin:2em auto;
     min-height:400px;
     height: 600px;
   }


/* Gallery Configuration */
.photo-wrapper {
  width: 173px;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff1cf;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 20px
  margin: 0 auto;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  box-sizing: border-box;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;

}

.project:hover .photo-wrapper {
  background-color: #f7bd8f;
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: carousel-indicators;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}



.img-responsive {
    display: block;
    height: auto;
    max-width: 80%;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}


/* box */
.box {
  width: 173px;
  height: 120px;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  }

.desc {
  	margin-top: 25px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }


  .facebook-wrapper {
      max-width: 500px; /* Facebook Page Plugin の最大幅 */
      margin: 0 auto;
  }

  .facebook-wrapper > .fb-page {
      width: 95%;
  }

  .facebook-wrapper > .fb-page > span,
  .facebook-wrapper iframe {
      width: 95% !important;
  }


  .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
  }

  .img-responsive02 {
    display: block;
    height: 550px;
    max-width: auto;
  }

  .img-responsive03 {
    display: block;
    height: auto;
    max-width: auto;
    margin:0 auto;
  }

  .img-responsive04 {
    display: block;
    height: auto;
    max-width: auto;
    margin-left: auto;
  }



  div#wrapper {
      margin: 0 auto;
      text-align: left;
      border: 1px solid #FF0000;
  }

  div#profile {
      margin: 0 auto;
      text-align: left;
  }



  table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 650px;
    table-layout: fixed;
    color: #4CAF50;
  }

  table tr {
    background-color: #fff;
    padding: .35em;
    border-bottom: 1px dotted #8BC34A;
  }
  table tr:last-child{
     border-bottom: 2px solid #18521b;
  }
  table th,
  table td {
    padding: 5em 10px 5em 5em;
  }
  tbody th {
      color: #0f7d13;
  }





    body {
      font-family: "Open Sans", sans-serif;
      line-height: 1.25;
    }




    .txt{
       text-align: left;
       font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
       Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
       padding: 2px 10px;
       font-size: 1.6rem;
       line-height: 20px;
       font-weight: 900;
    }
    .price{
       text-align: right;
    }
    @media screen and (max-width: 600px) {



      table {
        border: 0;
        width:100%
      }
      table th{
        display: block;
        border-right: none;
        border-bottom: 2px solid #0f7d13;
        padding-bottom: .6em;
        margin-bottom: .6em;

      }
      table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }

      table tr {
        display: block;
        margin-bottom: 2em;
        border-bottom: 2px solid #0f7d13;
      }

      table td {
        border-bottom: 1px solid #bbb;
        display: block;
        font-size: .9em;
        text-align: left;
        position: relative;
        padding: .625em .625em .625em 4em;
        border-right: none;
      }

      table td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
      }

      table td:last-child {
        border-bottom: 0;

      }


      h3 {
        position: relative;
        padding: 1em 0;
      }
      h3::before,
      h3::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 6px;
        box-sizing: border-box;
      }
      h3::before {
        top: 0;
        border-top: 2px solid #888;
        border-bottom: 1px solid #888;
      }
      h3::after {
        bottom: 0;
        border-top: 1px solid #888;
        border-bottom: 2px solid #888;
      }


.bottom {
  font-size:2em; vertical-align:sub;
}


.marker_blue {
background: linear-gradient(transparent 60%, #66ccff 60%);
}

.yellow{
  font-size: 1.5em;

}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
