/*
Template Name: Bootstrap 
Author:  
Author URI:
Version: 1.0

====/========        ===== ==/====/
             CSS Index
====/========        =======/====/

01. Common Css
02. Section Title CSS
03. Header Area CSS
04. Slider Area CSS
05. Slider Area CSS
06. Parallax Area CSS
07. Service Area CSS
08. Advertisement Area CSS
09. Portfolio Area CSS
10. Team Area CSS
11. Counter Up Area CSS
12. Price Area CSS
13. Testimonial Area CSS
14. Blog Area CSS
15. Contact Area CSS
16. Footer Area CSS

*/

/*
* ----------------------------------------------------
*   01. Reset CSS 
* ----------------------------------------------------
*/

body, html{
	height:100%;
    scroll-behavior: smooth;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #373737;
    font-weight: 400;
    line-height: 1.6
 }
 p{
	 color:#373737
 }

body { 
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.8
}
a {
    color: #064AAF;
    text-decoration: none;
    background-color: transparent;
}
a:hover { 
    text-decoration: none;
}
a:focus, input:focus, textarea:focus, button:focus { 
    outline: 0 solid;
    text-decoration: none;
}
@media (max-width: 575.98px) {
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}
@media screen and (min-width: 768px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}
/*
* ----------------------------------------------------
*   02. Common Css 
* ----------------------------------------------------
*/


body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  /*height: 200vh;*/
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #413F3F;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }


.btn-outlined.btn-info {
    background: none;
    border: 3px solid #5bc0de;
    color: #5bc0de;
	font-size: 1.2em;
}
.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: #39b3d7;
}

/*
* ----------------------------------------------------
*   03. Section Title CSS
* ----------------------------------------------------
*/

section {
	padding:80px 0;
}
section.no-gut {
	padding:0px 0!important;
}
.section-non {
  padding-top: 0px;
}


.section-title {
  text-align: left;
  margin: 80px 0;
}
.section-title h4 {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.section-title h4:before {
  position: absolute;
  content: "";
  width: 180px;
  height: 3px;
  background-color: #94602f;
  bottom: 0;
  left: 50%;
  margin-left: -90px;
}
.section-title h4:after {
	position: absolute;
	content: "";
	width: 140px;
	height: 2px;
	background-color: #94602f;
	left: 50%;
	bottom: -8px;
	margin-left: -70px;
}

.page-header{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .5em;
padding-bottom: .5em;
margin-bottom: 2em;
position: relative;
border-bottom: solid 3px #e3e3e2;/* 線 */
color: #5e330e;/* フォント色 */
}

.page-header:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #94602f;
width: 15%;
bottom: -3px;
}

dl .my-6 dt,dd {
	border-bottom: dotted 1px #C8C6C6;

}
@media (max-width: 575.98px) {
	section {
	padding:20px 0;
}
	.section-title {
  margin: 20px 0;
}
}
/*
* ----------------------------------------------------
*   04. Header Area CSS
* ----------------------------------------------------
*/
header {
border-top:solid 5px #94602f;
	background-color: #f7f6ee;
}


.top-bar {
  padding: .4rem 0 .4rem 0;
	background-color: #94602f;
}
  .top-bar a {
    color: #fff; }
header h1 {
	font-size: 1.45rem;
	margin-left: -1.4rem;
}
.sns {
	font-size: 2.4rem;
	margin-top: .3rem;
}
.site-navbar .logo{
	width: 50%;
	height: auto;
}
@media (max-width: 575.98px) {
	.top-bar {
  padding:  0 0 0 0;
}
	.top-bar a {
    font-size: 1.4rem; }
	.greeting {
		text-align: left!important;
	}
}
@media (max-width: 991.98px) {
.mb {
	font-size: 3.0rem;
}
	.sns {
	font-size: 3.0rem;
	margin-top:0rem;
	display: block;
	height: 3.0rem;
}
	
.site-navbar .logo{
	width: 45%;
	height: auto;
}
	
.site-navbar {
  padding: .5rem!important;
	}



}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: .5rem;
      padding-bottom: .5rem; } }
  .site-navbar .toggle-button {
	  
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
width:400px;
}
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: #000 !important;
        display: inline-block;
        text-decoration: none !important;}
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #c30d23;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
	  
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 1rem; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 1.65rem; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 1.65rem;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #f7f6ee; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #f7f6ee;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #c30d23; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #c30d23 !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }

.toggle-button a.site-menu-toggle {
    color: #000 !important;
    text-decoration: none;
    background-color: transparent;
}

@media (max-width: 575.98px) {
	 .site-navbar .site-logo {
width:200px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	 .site-navbar .site-logo {
width:250px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	 .site-navbar .site-logo {
width:300px;
}
}
/*
* ----------------------------------------------------
*   05. Slider Area CSS
* ----------------------------------------------------
*/

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }



/*
Removes white gap between slides - chagnge to base color of slide images
*/
.carousel {
  background:none;
	text-align: center;
}

/*
Forces image to be 100% width and not max width of 100%
*/


.carousel-item .img-fluid {
  max-width:210px;
}

/* 
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
  display: block;
  width:100%;
}


.carousel-control-next {
    right: -120px!important;
}
.carousel-control-prev {
    left: -120px!important;
}



/*
VIDEO
*/

#v-box {
  position: relative;
  background-color: black;
  height: 68vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#v-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#v-box .container {
  position: relative;
  z-index: 2;
}

#v-box .overlay-wcs {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.7;
  z-index: 1;
	backdrop-filter: blur(5px);
}
#v-box .container img{
	width: 250px;
	height: 250px;
	z-index: 5;
}
@media (max-width: 575.98px) {
	#v-box .container img {
	width: 110px;
	height: 110px;
}
#v-box{
height: 250px;
}
	
}

@media (min-width: 576px) and (max-width: 767.98px) {
	#v-box .container img {
	width: 130px;
	height: 130px;
}
#v-box{
height: 300px;
}
}


@media (min-width: 768px) and (max-width: 991.98px) {
	#v-box .container img {
	width: 150px;
	height: 150px;
}
#v-box{
height: 300px;
}
}

/*
* ----------------------------------------------------
*   06. Parallax Area CSS
* ----------------------------------------------------
*/

.bg-gray {
 background:#f2f2f2;
 background-image:-moz-linear-gradient(135deg,#e5e5e5 0%,#e5e5e5 49%,#f2f2f2 49%,#f2f2f2 100%);
 background-image:-webkit-linear-gradient(135deg,#e5e5e5 0%,#e5e5e5 49%,#f2f2f2 49%,#f2f2f2 100%);
 background-image:-ms-linear-gradient(135deg,#e5e5e5 0%,#e5e5e5 49%,#f2f2f2 49%,#f2f2f2 100%)
}
.bg-blue {
 background:#eaf4fc;
}

.jumbotron{
	margin-bottom: 0; 
	position: relative;
	background-color: #fff;
}
.jumbotron h1{
font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.6em;
	color:#94602f;
}
.jumbotron h2{
	font-size: 1.8rem;
	line-height: 1.6em;
	color:#fff;
	filter: drop-shadow(2px 2px 2px #000);
}
.parallax {
  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Paragraph for Parallax Section */ 
.parallax p {
font-size: 16px;
line-height: 1.8em;
	text-align: center;
}
 
/* Heading for Parallax Section */ 
.parallax h1 {
text-transform: uppercase;
color: rgb(255, 255, 255);
font-size: 40px;
text-align: center;
padding-top: 60px;
line-height: 100px;
}

#parallax-static {
    background-image: url("../images/bg.jpg");
}

#parallax-slightly-moving {
    background-image: url("../images/bg.jpg");
}
#parallax-slightly-moving::after {
  /* Display and position the pseudo-element */
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
  /*transform: translateZ(-1px) scale(1.5);*/
  /* Force the background image to fill the whole element. */
  background-size: 100%;
  /* Keep the image from overlapping sibling elements. */
  z-index: -1;
}
@media (max-width: 575.98px) {
	.jumbotron h1{
		font-size: 1.3rem;
}
}
/*
* ----------------------------------------------------
*   07. Service Area CSS
* ----------------------------------------------------
*/

.single-service {
  text-align: center;
  border: 1px solid #ddd;
  padding: 25px 40px;
  -webkit-transition:.4s;
  transition: .4s;
margin-bottom:20px;
}
.single-service i.fa {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  border: 1px solid #c30d23;
  margin-bottom: 30px;
  border-radius: 50%;
  color: #c30d23;
  -webkit-transition:.4s;
  transition: .4s;
}
.single-service:hover i.fa {
  background-color: #c30d23;
  color: #fff;
  border-color: #c30d23;
}
.single-service:hover {
  box-shadow: -3px 3px 3px 0px #ddd;
}


/*
* ----------------------------------------------------
*   07. Profile Area CSS
* ----------------------------------------------------
*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.profilePhoto {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.profileHeader {
}

.profileHeader h2, h5{
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-style: normal;
font-weight: 600;
}
.google-maps {
position: relative;
padding-bottom: 35%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.map{
  height: 100vh;
  filter: grayscale(50%);
}
hr.blue {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #94602f;
}
@media (max-width: 575.98px) {
	.profileHeader h2, h5 {
		font-size: 1.2rem;
	}
	.prof {
		text-align: left!important;
	}
	.prof2 {
		text-align: left!important;
	}
	.prof-i{
		text-align: center!important;
	}
}

.home-main{
			background: #f0f0f0;
			color:#5812c5;
			padding: 13%;
			text-align: center;
		}
		.blinker{
			animation: blinker 1.5s linear infinite;
		}
		@keyframes blinker {
		  50% {
			opacity: 0;
		  }
		}
		.home-main button{
			background: #fff;
			color: #5812c5;
			border-radius: 0;
			font-weight: 700;
			width: 16%;
			height: 50px;
			top: 4%;
			margin-top: 3%;
		}
		.home-main button:hover{
			transition: 1s ease;
			color:#5812c5;
			width: 19%;
		}


		.content1-left{
			padding:9%;
		}
		.content1-right{
			padding:9%;
			background:#f7f6ee;
		}
		.home-content2{
			background:#f0f0f0;
			padding: 1.4%;
			text-align: center;
		}	
		.home-content2 h2{
			color: #94602f;
		}
		.home-content2 p{
			font-size: 18px;
			line-height: 50px;
		}
		.home-content2 p span{
			font-weight: 500;
		}
.prg-bg {
  height:100%;
			padding:none;
  background-size: cover;
	
  background-position: center center;
  background-repeat: no-repeat;
}
.no-gutter {
	padding: 0;
}
@media (max-width: 575.98px) {
	.lead {
			font-size: 1rem!important;
	}
		.home-content2 h2{
			font-size: 1.2rem!important;
		}
		.content1-left h3, .content1-right h3{
			font-size: 1.2rem!important;
		}
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}
/*
* ----------------------------------------------------
*  works
* ----------------------------------------------------
*/

/*
* ----------------------------------------------------
*  Movie
* ----------------------------------------------------
*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #050000;/*文字色*/
  /*font-size: 20px;文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#050000;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}
/*
* ----------------------------------------------------
*   08. Contact Area CSS
* ----------------------------------------------------
*/
.with-errors {
	color: darkred!important;
}
.bg-info {
    background-color: #94602f !important;
}
/*
* ----------------------------------------------------
*   09. Footer Area CSS
* ----------------------------------------------------
*/
footer .social-links {
  margin: 0 0 40px 0;
}

footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5e330e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

footer .social-links a:hover {
  background: #94602f;
  color: #fff;
  text-decoration: none;
}

.page-footer {
 background:#282828;
 background-image:-moz-linear-gradient(135deg,#1b1b1b 0%,#1b1b1b 49%,#282828 49%,#282828 100%);
 background-image:-webkit-linear-gradient(135deg,#1b1b1b 0%,#1b1b1b 49%,#282828 49%,#282828 100%);
 background-image:-ms-linear-gradient(135deg,#1b1b1b 0%,#1b1b1b 49%,#282828 49%,#282828 100%);
 color:#fff;
 text-align:left;
 padding-top:3rem;
 padding-bottom:1rem
}
.copy {
	color: white;
	font-size: .85rem;
}

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #5e330e;
	border-radius:60px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #94602f;
	color: #fff;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}
 @media only screen and (min-width : 320px) and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}

/* NEWS
---------------------------------- */

div.infoList {
	padding:0px;
}
.ymd {
	font-weight:bold;
}
div.infoList ul {
	margin:5px 0px 5px;
	list-style:none;
	margin-left:1em;
}
div.infoList ul li {
	border-bottom:1px dotted #ccc;
	padding:6px 0px;
	list-style:none;
	margin-bottom:0px;
}
div.infoList ul li a {
}
div.infoList ul li a:hover {
}
div.infoList ul li .news a {
	margin-right:4px;
	background-color:#428BCA;
	color:#fff;
	padding:2px 7px 2px;
	line-height:14px;
	text-decoration:none;
	position:relative;
}
div.infoList ul li .report a {
	margin-right:4px;
	background-color:#F19640;
	color:#fff;
	padding:2px 7px 2px;
	line-height:14px;
	text-decoration:none;
	position:relative;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
ul#newsList {
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li {
	color:#333;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:140%;
	list-style-type:none;
	text-align-last:left;
	overflow:visible;
}

/* ACCESS
---------------------------------- */

.circle {
    width: 80px;
    height: 80px; 
    border-radius: 50%; 
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
	margin-bottom: 2em;
}
.circle.bg-1{
    background-color: #fff;
	border: solid 2px #e3e3e2;
}
.circle  i {
		font-size:2em;
		color:#e3e3e2;
		line-height: 80px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
}


/* -------------------------------------------------------------------
Shope item
------------------------------------------------------------------- */
.flex{
  padding: .5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex > *{
  width: 25%;
  background: #fff;
  font-size: 64px;
  text-align: center;
}
.flex,
.flex > *{
  border: 0px solid #aaa;
}


#instafeed li {
	list-style:none;
}

.shop-item {
	text-align: center;
	margin: 0 0 40px;
}

.shop-item-image {
	position: relative;
	overflow: hidden;
}

.shop-item-image img {
	width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.shop-item-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.shop-item-detail {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	padding: 20px;
	opacity: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;
}

.shop-item-title {
	margin: 15px 0 5px;
}

/* Shop item hover */

.shop-item:hover .shop-item-image:after {
	background: rgba(17, 17, 17, 0.3);
}

.shop-item:hover .shop-item-detail {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

/* -------------------------------------------------------------------
Shop product detail
------------------------------------------------------------------- */

.product-gallery {
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 10px 0 0;
}

.product-gallery li {
	display: inline-block;
	width: 15%;
	margin: 0 5px;
}

.product-gallery li:first-child {
	margin-left: 0;
}

.product-title {
	margin: 0 0 20px;
	color: #111;
}

.amount {
	font-size: 32px;
	color: #111;
}
/* ------------------------------------------------------------------
Buttons
------------------------------------------------------------------- */

.btn {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	padding: 8px 37px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
}

.btn.focus, .btn:focus,
.btn.active.focus, .btn.active:focus,
.btn:active.focus, .btn:active:focus {
	background: none;
	outline: 0;
}

/* Button types */

.btn.btn-round {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.btn.btn-circle {
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	     -o-border-radius: 30px;
	        border-radius: 30px;
}

/* Button colors */

.btn.btn-w {
	background: rgba(255, 255, 255, 0.8);
	color: #111;
}

.btn.btn-w:hover, .btn.btn-w:focus {
	background: white;
	color: #111;
}

.btn.btn-border-w {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: #fff;
}

.btn.btn-border-w:hover, .btn.btn-border-w:focus {
	background: #fff;
	border-color: transparent;
	color: #111;
}

.btn.btn-g {
	background: #eee;
	color: #111;
}

.btn.btn-g:hover, .btn.btn-g:focus {
	background: rgba(238, 238, 238, 0.7);
	color: #111;
}

.btn.btn-d {
	background: rgba(17, 17, 17, 0.8);
	color: #fff;
}

.btn.btn-d:hover, .btn.btn-d:focus {
	background: #111111;
}

.btn.btn-border-d {
	background: transparent;
	border: 2px solid #111;
	color: #111;
}

.btn.btn-border-d:hover {
	background: #111;
	color: #fff;
}

.btn.btn-b {
	background: #111111;
	color: #fff;
}

.btn.btn-b:hover, .btn.btn-b:focus {
	background: rgba(17, 17, 17, 0.8);
}

/* Button sizes */

.btn.btn-lg {
	font-size: 12px;
	padding: 12px 45px;
}

.btn.btn-sm {
	letter-spacing: 1px;
	font-size: 10px;
	padding: 6px 25px;
}

.btn.btn-xs {
	letter-spacing: 0;
	font-size: 10px;
	padding: 4px 19px;
}



.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Box size */
.js-matchHeigtht {
	margin-bottom:15px;
}

a.iro {
    color: #003366!important;
    text-decoration: none;
}
a.iro:hover {
    color: #0066CC!important;
    text-decoration: none;
}

/* コンテナ*/
.instagram-container{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
 
.instagram-item{
  width: 50%;
  padding: 1px;
  position:relative;
  background-color:#fff;
}

.caption {
	font-size: 10px;
	margin: 10px;
}
 
@media screen and (min-width: 768px){
  .instagram-item {
      width: 24%;
  }
}
 
a.instagram-card{
  display: block;
  position: relative;
  margin-bottom: 0px;
}
 
.instagram-card__img{
  max-width: 100%;
  height: auto;
  display: block;
  
}
 
/* いいね数、コメント数*/
.instagram-card__badge{
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
}
 
/* いいねアイコン、コメントアイコン*/
.instagram-icon{
  display: block;
  width: 20px;
  height: 20px;
}
 
/* コメント*/
.instagram-card__comment{
  padding-left: 8px;
  padding-right: 8px;
  font-size: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* -------------------------------------------------------------------
Gallery
------------------------------------------------------------------- */


/* Team */

	.team-members{
	padding: 0;
	}

	.team-members .member{
	padding: 0;
		cursor: default;
		overflow: hidden;
	}

	.team-members .member .member-inner{
		position: relative;
	}

	.team-members .member a.team-image{
		display: block;
		width: 100%;
		height: auto;
		z-index: 2;
	}

	.team-members .member a.team-image img{
		width: 100%;
	}

	.inner-details .member-details{
		position: absolute;
		width: 100%;
		left:0;
		height: 100%;
		padding:15px;
		bottom:100%;
		margin:0;
		z-index: 3;
		opacity:0.5;
		background:#fff;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

	.inner-details .member-details .member-details-inner{
		position: relative;
		top:50%;
		text-align: center;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

/* Team Names, Descriptions */

	.team-members .member-details .member-name{
		color: white;
		margin-top:0;
		padding-top:0;
		font-size:30px;
	}

	.team-members .member-details .member-position{
		color:#8BC3A3;
		font-size:13px;
	}

	.team-members .member-details .member-description{
		color:#fff;
		font-size:13px;
	}

/* Team Socials */

	.member .member-details .member-details-inner .socials{
		margin:10px auto 0;
	}

	.member .member-details .member-details-inner .socials a{
		display: inline-block;
		color:white;
		font-size:1.2em;
		line-height:40px;
		width:40px;
		height:40px;
		background:rgba(0,0,0,0.25);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		border-radius:50%;
	}

/* Team Rollover */

	.team-members .member:hover .member-details{
		bottom:0;
	}

	.member .member-details .member-details-inner .socials a:hover{
		background:rgba(0,0,0,1);
		border-radius:50%;
	}




